The Name Finder always creates/uses two sets of feature generators
------------------------------------------------------------------
Key: OPENNLP-138
URL: https://issues.apache.org/jira/browse/OPENNLP-138
Project: OpenNLP
Issue Type: Bug
Components: Name Finder
Affects Versions: tools-1.5.0-sourceforge
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann
Priority: Blocker
Fix For: tools-1.5.1-incubating
The NameFinderME during initialization either creates default feature
generators or uses a set of feature generators provided by the user. In both
cases the NameFinderME code calls the DefaultNameContextGenerator() constructor
and then adds the feature generators to the context generator. The code ignores
the fact that DefaultNameContextGenerator creates default feature generators on
its own. The add call does not replace the existing feature generation, but
really adds them, so now there are two sets of feature generators.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira