Package | Description |
---|---|
gr.forth.ics.isl.xlink | |
gr.forth.ics.isl.xlink.clientexamples | |
gr.forth.ics.isl.xlink.gate |
Modifier and Type | Method and Description |
---|---|
void |
XLink.connect()
Infer how the identified entities are connected (only direct associations
are considered, i.e.
|
void |
XLink.connect(String category)
Infer how the identified entities are connected (only direct associations
are considered, i.e.
|
void |
XLink.enrich()
Enriches the retrieved entities with semantic information.
|
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.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.enrich(PropertiesType type)
Enriches the retrieved entities with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrich(PropertiesType type,
String languageCode)
Enriches the retrieved entities with semantic information of PropertiesType
type in language languageISO (optional)
|
void |
XLink.enrichWithTopURIs()
Enriches the retrieved entities with semantic information, coming from
their top ranked URIs.
|
Category |
EntityMiningComponent.getCategory(String categoryName)
Finds and Returns the category with the given name.
|
void |
XLink.link()
Tries to match the detected entities with URIs from the underlying
knowledge bases (i.e.
|
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 |
XLink.link(Entity e)
Tries to match the entity e, with URIs from the underlying knowledge
bases (i.e.
|
void |
EntityMiningComponent.removeCategory(String categoryName)
Removes the category with the given name from the entity mining
components.
|
void |
EntityMiningComponent.renameCategory(String oldCategory,
String newCategory)
Renames the given category name with a new one.
|
void |
EntityMiningComponent.replaceCategoryByQuery(String categoryName)
Replaces the given category from the entity mining component by SPARQL
query.
|
void |
EntityMiningComponent.replaceCategoryByQuery(String categoryName,
String endpoint,
String sparqlQuery)
Replaces the given category from the entity mining component by a user
defined SPARQL query.
|
void |
EntityMiningComponent.replaceCategoryByQueryPath(String categoryName,
String endpoint,
String queryPath)
Replaces the given category from the entity mining component by a
SPARQL query in the given path.
|
void |
EntityMiningComponent.replaceCategoryByResourceClass(String categoryName)
Replaces the given category from the entity mining component by Resource
class.
|
void |
EntityMiningComponent.replaceCategoryByResourceClass(String categoryName,
String resourceClass,
String endpoint)
Replaces the given category from the entity mining component by a given Resource
class.
|
void |
EntityMiningComponent.replaceCategoryBySet(String categoryName,
Set<String> entities)
Replaces the category with the given name from the entity mining
components with the given Set of entities.
|
void |
EntityMiningComponent.updateCategoryByQuery(String categoryName)
Updates the given category from the entity mining component by SPARQL
query.
|
void |
EntityMiningComponent.updateCategoryByQuery(String categoryName,
String endpoint,
String sparqlQuery)
Updates the given category from the entity mining component by a user
defined SPARQL query.
|
void |
EntityMiningComponent.updateCategoryByQueryPath(String categoryName,
String endpoint,
String sparqlQueryPath)
Updates the given category from the entity mining component by a SPARQL
query in the given path.
|
void |
EntityMiningComponent.updateCategoryByResourceClass(String categoryName)
Updates the given category from the entity mining component by Resource
Class.
|
void |
EntityMiningComponent.updateCategoryByResourceClass(String categoryName,
String endpoint,
String resourceClass)
Updates the given category from the entity mining component by a given
Resource Class.
|
void |
EntityMiningComponent.updateCategoryBySet(String categoryName,
Set<String> entries)
Updates the category with the given name from the entity mining
components with the given Set of entities.
|
void |
EntityMiningComponent.updateCategoryBySingleEntity(String categoryName,
String entity)
Updates the category with the given name from the entity mining
components with the given entity.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClientUpdateCategoryBySingleEntity.main(String[] args) |
static void |
ClientUpdateCategoryBySet.main(String[] args) |
static void |
ClientUpdateCategoryByResourceClass.main(String[] args) |
static void |
ClientUpdateCategoryByQuery.main(String[] args) |
static void |
ClientReplaceCategoryBySet.main(String[] args) |
static void |
ClientReplaceCategoryByResourceClass.main(String[] args) |
static void |
ClientReplaceCategoryByQuery.main(String[] args) |
static void |
ClientRenameCategory.main(String[] args) |
static void |
ClientRemoveKBMFromCategory.main(String[] args) |
static void |
ClientRemoveCategory.main(String[] args) |
static void |
ClientLinkEntities.main(String[] args) |
static void |
ClientFindEntities.main(String[] args) |
static void |
ClientEnrichEntities.main(String[] args) |
static void |
ClientConnectEntities.main(String[] args) |
static void |
ClientChangeKBMAttributes.main(String[] args) |
static void |
ClientAddKBMToCategory.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
Category |
GateEntityMiningComponent.getCategory(String categoryName) |
void |
GateEntityMiningComponent.removeCategory(String categoryName) |
void |
GateEntityMiningComponent.renameCategory(String oldCategory,
String newCategory) |
void |
GateEntityMiningComponent.replaceCategoryByQuery(String categoryName) |
void |
GateEntityMiningComponent.replaceCategoryByQuery(String categoryName,
String endpoint,
String sparqlQuery) |
void |
GateEntityMiningComponent.replaceCategoryByQueryPath(String categoryName,
String endpoint,
String queryPath) |
void |
GateEntityMiningComponent.replaceCategoryByResourceClass(String categoryName) |
void |
GateEntityMiningComponent.replaceCategoryByResourceClass(String categoryName,
String resourceClass,
String endpoint) |
void |
GateEntityMiningComponent.replaceCategoryBySet(String categoryName,
Set<String> entities) |
void |
GateEntityMiningComponent.updateCategoryByQuery(String categoryName) |
void |
GateEntityMiningComponent.updateCategoryByQuery(String categoryName,
String endpoint,
String sparqlQuery) |
void |
GateEntityMiningComponent.updateCategoryByQueryPath(String categoryName,
String endpoint,
String sparqlQueryPath) |
void |
GateEntityMiningComponent.updateCategoryByResourceClass(String categoryName) |
void |
GateEntityMiningComponent.updateCategoryByResourceClass(String categoryName,
String endpoint,
String resourceClass) |
void |
GateEntityMiningComponent.updateCategoryBySet(String categoryName,
Set<String> entries) |
void |
GateEntityMiningComponent.updateCategoryBySingleEntity(String categoryName,
String entity) |
Copyright © 2014. All rights reserved.