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
Fix For: tools-1.5.3
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