Hi,

sorry for the late response, but I was offline the last few days.

> There is mystery to me, but even if my site is accessible I
> still can't get positive result in enhancer. It looks like engines
> like Keyword Linking or Named Entity does not communicate
> with my site.
>

Typically the default configuration of the KeywordlinkingEngine [1]
works fine. The only properties you want to change are

* Name
* Referenced Site: to the name of your Entityhub ReferencedSite you want to use

properties you might need to change

* Label Field: If your entities do not define rdfs:label, than you
will need to change this to the property that holds the labels for
your data. The best is to configure the full URI of the property.
* Default Matching Language: If your data do not define the correct
language tags for labels, than you might want to add here the language
defined for the labels in your dataset.


If you do not get results than most likely because your dataset does
not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
values.

You can test queries by

* going to  http://localhost:8080/entityhub/site/{your-site}/find
* empty the "LDPath:" formular field
* add the name of an Entity you know that it exist in your vocabulary to "Name:"

* If there are no results than empty the Language and try again.
* If there are still no results that you do not have values for
rdfs:label and you will need to configure the property that does hold
the labels in your vocabulary.

After setting the "Field:" field of the from to the correct property
you should see the expected results.

Please validate that "xml:lang" values are correct. If no "xml:lang"
values are present, than it is also OK

Configuring the value of the "Field:" as value of the "Label Field:"
property of the KeywordLinkingEngine [1] you should be able to extract
your entities from Text parsed to the Stanbol Enhancer


hope this helps
best
Rupert

[1] 
http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/engines/keywordlinkingengine.html

> Is there something that I should do and that isn't in
> documentation?
>
> I've tried every configuration and it’s a bit frustrating.
>

-- 
| Rupert Westenthaler             [email protected]
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Reply via email to