On Tue, Jun 2, 2015 at 2:55 PM, Rajan Shah <[email protected]> wrote:
> Hi,
>
> As I am new to stanbol I would like to try out various features. I would
> really appreciate, if someone can provide answers to Stanbol NER questions
> in this mail thread.
>
> Some other questions are as follows:
>
> 1. Geonames:
> If there is a place extracted from original text, how can I use geonames to
> obtain additional information using geonames index?

Dereferencing is used to add additional data of extracted entities.

If you want to use the Entityhub for dereferencing you will need to
create an index of Geonames [1].

[1] 
https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/geonames/README.md

>
> 2. Referring to other solr core indexes:
> Suppose, my entities are scattered across multiple indexes such as
>
> Entity1 exists within Index1
> Entity2 exists within Index2
>
> Is it possible to refer Entity2 from Index2 while performing NER for
> Entity1 and vice versa.
>

Information integration in RDF is done via URIs. So referring is not
an issue. The Entityhub has the /sites endpoint that allow you to
access information stored in any referenced sites. If you manage to
setup an Entityhub Dereference engine on this endpoint you could use
LDPath to dereference information for Entity2 if Entity1 is extracted
from the processed Document. However if you need to recursively
dereference information - this is not supported by any existing
Engine.

But as I sayer. RDF uses URIs so you could also retrieve those
additional information later on on the client side

best
Rupert

> Thanks in advance.
>
> With best regards,
> Rajan
>

-- 
| Rupert Westenthaler             [email protected]
| Bodenlehenstraße 11                              ++43-699-11108907
| A-5500 Bischofshofen
| REDLINK.CO 
..........................................................................
| http://redlink.co/

Reply via email to