Package | Description |
---|---|
gr.forth.ics.isl.xlink | |
gr.forth.ics.isl.xlink.gate | |
gr.forth.ics.isl.xlink.resultexporter |
Modifier and Type | Method and Description |
---|---|
ArrayList<Entity> |
XLink.getEntities()
Returns a list with the detected entities.
|
ArrayList<Entity> |
EntityMiner.getEntities()
Returns a list with the detected entities.
|
Set<Entity> |
XLink.getEntitiesWithName(String label)
Returns the entities of all categories that has as name attribute value the "label".
|
ArrayList<Entity> |
XLink.getTopEntities()
Returns a list with the top-K detected entities.
|
Modifier and Type | Method and Description |
---|---|
int |
Entity.compareTo(Entity n) |
void |
XLink.enrich(Entity e,
PropertiesType type)
Enriches the retrieved entity with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(Entity e,
PropertiesType type,
String languageCode)
Enriches the retrieved entity with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(Entity e,
String query,
String endpoint)
Enriches the retrieved entities e with semantic information using query
|
void |
XLink.link(Entity e)
Tries to match the entity e, with URIs from the underlying knowledge
bases (i.e.
|
Set<String> |
KBM.runLinkingTemplateQuery(TemplateQuery query,
Entity entity)
Runs a template query and returns a Set of URIs that concerns an entity "entity".
|
Modifier and Type | Method and Description |
---|---|
void |
XLink.setEntities(ArrayList<Entity> entities)
Sets/changes the detected entities.
|
void |
XLink.setTopEntities(ArrayList<Entity> topEntities)
Sets/changes the detected entities.
|
Modifier and Type | Method and Description |
---|---|
protected ArrayList<Entity> |
Mine.getEntities()
Returns the detected entities.
|
ArrayList<Entity> |
GateEntityMiner.getEntities() |
Modifier and Type | Method and Description |
---|---|
protected void |
Mine.setEntities(ArrayList<Entity> entities)
Sets/changes the detected entities.
|
Constructor and Description |
---|
CSVExporter(String filepath,
ArrayList<Entity> entities)
Creates a new CSV result exporter.
|
NTriplesExporter(String filepath,
ArrayList<Entity> entities)
Creates a new N-TRIPLES result exporter.
|
TXTExporter(String filepath,
ArrayList<Entity> entities)
Creates a new TXT result exporter.
|
XMLExporter(String filepath,
ArrayList<Entity> entities)
Creates a new XML result exporter.
|
Copyright © 2014. All rights reserved.