Docs incosistent with latest code
---------------------------------

                 Key: OPENNLP-463
                 URL: https://issues.apache.org/jira/browse/OPENNLP-463
             Project: OpenNLP
          Issue Type: Improvement
          Components: Name Finder
    Affects Versions: tools-1.5.2-incubating, tools-1.5.3
         Environment: Ubuntu 11.10 x64  Java 1.7  
            Reporter: Jim Piliouras
            Priority: Minor
             Fix For: tools-1.5.3


The docs state that one can pass null resources to the 
TokenNameFinderCrossValidator but that is not the case...At the very least one 
has to pass an empty Map rather than null, otherwise there will be a NPE right 
after the first 100 iterations of training finish! Passing an empty map does 
the trick...Thanks William! 

At the very least you can add a null-check and create an empty map accordingly 
rather than letting the user do it...  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to