Re: Need Help Configuring EntityhubLinkingEngine

2016-06-02 Thread Nathan Breit
The entities' labels are in English but they don't have a language attribute. If that is required, is there a way I can specify a mapping that will give all the labels an @en attribute? I tried adding "rdfs:label > rdfs:label@en" to the generic rdf reader's mappings.txt to no avail. Thanks, -Nathan

Re: Need Help Configuring EntityhubLinkingEngine

2016-06-01 Thread Rafa Haro
Hi Nathan, can you check entities' labels language in your dataset? Cheers, Rafa El El mié, 1 jun 2016 a las 19:30, Nathan Breit escribió: > Thanks for your assistance Rafa. Unfortunately, I'm still stuck. I used the > following longer test string that was detected as en, "This is really > Engli

Re: Need Help Configuring EntityhubLinkingEngine

2016-06-01 Thread Nathan Breit
Thanks for your assistance Rafa. Unfortunately, I'm still stuck. I used the following longer test string that was detected as en, "This is really English text and dengue hemorrhagic fever is a disease." However, there were still no entity annotations returned. This was printed in my error.log: ```

Re: Need Help Configuring EntityhubLinkingEngine

2016-06-01 Thread Rafa Haro
Hi Nathan, You are testing the enhancer with a very short sentence and the Language Detection engine is identifying 'no' (probable Norwegian) as the sentence language. By default, Stanbol uses the identified language code for both loading OpenNLP models in that language and for entity lookup for s

Need Help Configuring EntityhubLinkingEngine

2016-05-31 Thread Nathan Breit
Hello, I am trying to configure the Entityhub linking engine to use an Entityhub site with vocabulary from the Disease Ontology (http://disease-ontology.org/), but when I enhance text with it, labels from the ontology are not being annotated in the text. I am looking for advice on how to debug this