Difference between revisions of "X-Link"

From Gcube Wiki
Jump to: navigation, search
(Created page with '= Overview = here the overview = Key features = here the key features = Funtionality = == Adding a new category of entities == == Updating category of entities == == Speci…')
 
Line 1: Line 1:
 
= Overview =
 
= Overview =
here the overview
+
X-Link is a fully configurable Named Entity Extraction tool which allows the user/developer to easily define the categories of entities that are interesting for the application at hand by exploiting one or more (online) Semantic Knowledge Bases.
 
+
The user is also able to update a category and specify how to semantically link and enrich the identified entities.
 +
This enhanced configurability allows X-Link to be lightly configured for different contexts, for building domain-specific applications (e.g. for identifying drugs in a medical search system, for annotating and exploring fish species in a marine-related web page, etc.).
  
 
= Key features =
 
= Key features =
here the key features
+
X-Link starts by reading an initial configuration which is stored in a properties file.
 +
It also implements functions that allow the user/developer to configure the system, e.g. through an administrator API.
 +
Specifically, the following functions are currently supported:
 +
* Add a new category, using one or more lists of entities, one or more instances resource classes or one or more instances SPARQL queries.
 +
* Update an existing category, using one or more lists of entities, one or more instances resource classes or one or more instances SPARQL queries. The user can either totally replace a category (i.e. remove the old entities and add the new ones) or just add the new entities.
 +
* Remove an existing category.
 +
* Change the dispayed name of an existing category (i.e rename).
 +
* Set/change the underlying Knowledge Bases
 +
* Set/change how to query the underlying Knowledge Bases for linking the identified entities.
 +
* Set/change how to query the underlying Knowledge Bases for enriching the identified entities.
 +
* Set/change the active categories, i.e. the categories for which X-Link identified entities.
 +
 
  
  
Line 13: Line 25:
 
== Updating category of entities ==
 
== Updating category of entities ==
  
== Specifying how to '''link''' the identified entities ==
+
== Linking the identified entities ==
  
== Specifying how to '''enrich''' the identified entities ==
+
== Enriching the identified entities ==
  
 
== Inspecting the '''connectivity''' of the identfied entities ==
 
== Inspecting the '''connectivity''' of the identfied entities ==

Revision as of 11:07, 18 February 2014

Overview

X-Link is a fully configurable Named Entity Extraction tool which allows the user/developer to easily define the categories of entities that are interesting for the application at hand by exploiting one or more (online) Semantic Knowledge Bases. The user is also able to update a category and specify how to semantically link and enrich the identified entities. This enhanced configurability allows X-Link to be lightly configured for different contexts, for building domain-specific applications (e.g. for identifying drugs in a medical search system, for annotating and exploring fish species in a marine-related web page, etc.).

Key features

X-Link starts by reading an initial configuration which is stored in a properties file. It also implements functions that allow the user/developer to configure the system, e.g. through an administrator API. Specifically, the following functions are currently supported:

  • Add a new category, using one or more lists of entities, one or more instances resource classes or one or more instances SPARQL queries.
  • Update an existing category, using one or more lists of entities, one or more instances resource classes or one or more instances SPARQL queries. The user can either totally replace a category (i.e. remove the old entities and add the new ones) or just add the new entities.
  • Remove an existing category.
  • Change the dispayed name of an existing category (i.e rename).
  • Set/change the underlying Knowledge Bases
  • Set/change how to query the underlying Knowledge Bases for linking the identified entities.
  • Set/change how to query the underlying Knowledge Bases for enriching the identified entities.
  • Set/change the active categories, i.e. the categories for which X-Link identified entities.


Funtionality

Adding a new category of entities

Updating category of entities

Linking the identified entities

Enriching the identified entities

Inspecting the connectivity of the identfied entities