Make the NER enhancement engine able to use different models for different
languages
------------------------------------------------------------------------------------
Key: STANBOL-102
URL: https://issues.apache.org/jira/browse/STANBOL-102
Project: Stanbol
Issue Type: Improvement
Reporter: Olivier Grisel
Assignee: Olivier Grisel
Currently, the list of models is hardcoded: it uses
en-{person,location,organization}-ner.bin in a hardcoded way. The engine should
be adapted to be able to lookup other models (following the
{language-code}-{entity-class}-ner.bin filename pattern) according to the
language of the text. If no such model is found, the engine should refuse
compute enhancement instead of using the wrong model which will output spurious
annotations.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira