Hi Scott,
AFAIK there is no way to configure the activated engines through a
config file. The only way to configure is to do it via the OSGI console.
A list with description of enhancement engines can be found at [1].
There are preprocessing engines such as for detecting the content or
preprocessing document, then the main NER engines for detecting named
entities in texts and the suggesting links.
One issue right now is, that there is a "standard" configuration with of
openNLP NER (Places, Organizations, People) and LinkedTaggingEngine,
which work only with English content and the KeywordLinkingEngine, which
support multiple languages and keywords instead of NE only.
Hope this helps,
Andreas
[1] http://incubator.apache.org/stanbol/docs/trunk/engines.html
Scott White schrieb:
Hi all --
Can someone point me to the right way to change which enhancement
engines are activated through a config file or via a command line
interface? Also if anyone has any guidance for which engines seem to
work best, that would be helpful.
thanks,
Scott