[
https://issues.apache.org/jira/browse/OPENNLP-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14181223#comment-14181223
]
Rodrigo Agerri commented on OPENNLP-725:
----------------------------------------
Yes, I see that. However, even if I make the loading of the serializer
independent of the extension, say, using the element as key (e.g.,
w2vwordcluster), this will only work because the artifact serializer has been
statically loaded in TokenNameFinderModel.createArtifactSerializers().
Do we want to statically load the artifactserializers from there?
> 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)