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

William Colen commented on OPENNLP-466:
---------------------------------------

Hi Jim,

I tried your code, and it is not causing any error with the corpus I have. Even 
using an empty TrainingParameters.

Maybe it is something related to your training data.

If you like adventures you should try to debug the code and check where exactly 
is the problem.
                
> TokenNameFinderCrossValidator hangs when passed a 
> NameEvaluationErrorListener... 
> ---------------------------------------------------------------------------------
>
>                 Key: OPENNLP-466
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-466
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Name Finder
>    Affects Versions: tools-1.5.3
>         Environment: ubuntu 11.10 x64 Java 1.7 update 3
>            Reporter: Jim Piliouras
>            Assignee: William Colen
>              Labels: cross-validation
>             Fix For: tools-1.5.3
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> TokenNameFinderCrossValidator works fine if passed null or any other listener 
> except a "NameEvaluationErrorListener", for  the l"listeners" parameter (last 
> vararglist parameter in the constructor)...I have tested it with 
> DetailedFMeasureListener and null and it works fine. When trying to pass an 
> array with the 2 listeners i want (DetailedFMeasureListener, 
> NameEvaluationErrorListener) it just hangs after the processing the last 
> partition of data, rather than showing the F-score! It is not a show stopper 
> because i can simply pass null and get my F-score, but it would be nice if 
> could see the misclassifications as well...

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