Rodrigo Agerri created OPENNLP-725:
--------------------------------------
Summary: TokenNameFinderTrainer CLI not loading resources
Key: OPENNLP-725
URL: https://issues.apache.org/jira/browse/OPENNLP-725
Project: OpenNLP
Issue Type: Bug
Components: Name Finder
Affects Versions: 1.6.0
Reporter: Rodrigo Agerri
Assignee: Rodrigo Agerri
Fix For: 1.6.0
Passing an XML featuregen descriptor to the CLI TokenNameFinderTrainer with a
line such as
<w2vwordcluster dict="word2vec-test.txt" />
and with the -resource parameter properly set, the loadResources() method does
not get the right serializer to create the resource (line 130 of
TokenNameFinderTrainerTool class). It looks in the ArtifactSerializers map
created at the beginning of the method but does not find a value for the key
(which is the file extension of the lexicon?).
Proposed solution: get the appropriate serializer from the element class (e.g.
w2vwordcluster).
Any comments?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)