Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
tools-1.5.0-sourceforge
-
None
Description
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.