Hi everyone,
I'm very new to stanbol and there's something I would like to understand.
Stanbol uses Opennlp in :

   1. *Named Entity Extraction Enhancement Engine*
   2. *KeywordLinkingEngine*

>From what I'm reading in the docs I understand that in the first engine
opennlp is used in the ner activity, whereas in the second engine it is
used to filter out token (from POS tagging of opennlp) not relevant to
keyword matching.
Now I'd like to know if it's possible to let stanbol return the full POS
tagged text from opennlp analysis and, if it is, how to do it.
In my project the semantic approach used in stanbol is just one aspect to
account for, but I do have to make some further analysis on the input text
as well and if possible I'd like to have just one service running both
semantic and nlp tasks instead of setting up stanbol & tagging server.

Kindest regards,
Andrea

Reply via email to