Package | Description |
---|---|
gr.forth.ics.isl.xlink | |
gr.forth.ics.isl.xlink.gate |
Modifier and Type | Method and Description |
---|---|
Category |
EntityMiningComponent.getCategory(String categoryName)
Finds and Returns the category with the given name.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Category> |
EntityMiningComponent.getAvailableCategories()
Returns a list with the available categories of the entity mining
component.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityMiningComponent.addNewCategory(Category category)
Adds a new category in the entity mining component.
|
int |
Category.compareTo(Category n) |
void |
XLink.enrich(Category c,
PropertiesType type)
Enriches the retrieved entities of a specific category with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(Category c,
PropertiesType type,
String languageCode)
Enriches the retrieved entities of a specific category with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.link(Category c)
Tries to match the detected entities, of a specific category c, with URIs from the underlying
knowledge bases (i.e.
|
void |
EntityMiningComponent.updatePropertiesFile(Category category,
String kbms) |
Modifier and Type | Method and Description |
---|---|
Category |
GateEntityMiningComponent.getCategory(String categoryName) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Category> |
GateEntityMiningComponent.getAvailableCategories() |
ArrayList<Category> |
GateEntityMiningComponent.getCategories()
Returns the supported categories of entities.
|
Modifier and Type | Method and Description |
---|---|
void |
GateEntityMiningComponent.addNewCategory(Category category) |
void |
GateEntityMiningComponent.updatePropertiesFile(Category category,
String kbms) |
Modifier and Type | Method and Description |
---|---|
void |
GateEntityMiningComponent.setCategories(ArrayList<Category> categories)
Sets/changes the supported categories of entities.
|
Copyright © 2014. All rights reserved.