2012/6/21 Andrea Taurchini <[email protected]>: > 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
You can write your own engine by taking example on the keyword linking engine. > 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. I don't understand. What is "tagging server"? -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
