You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Joern Kottmann (JIRA)" <ji...@apache.org> on 2014/11/20 17:31:33 UTC

[jira] [Commented] (OPENNLP-725) TokenNameFinderTrainer CLI not loading resources

    [ https://issues.apache.org/jira/browse/OPENNLP-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14219560#comment-14219560 ] 

Joern Kottmann commented on OPENNLP-725:
----------------------------------------

Can we close it?

> 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)