[ https://issues.apache.org/jira/browse/OPENNLP-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582998#comment-17582998 ]
Jeff Zemerick commented on OPENNLP-1382: ---------------------------------------- DL model training and evaluation should happen outside of OpenNLP. There's likely no reason to implement *DLEvaluatorTool classes inside of OpenNLP to evaluate a model that has been evaluated after being trained outside of OpenNLP. > Create an DocumentCategorizerDLEvaluatorTool > -------------------------------------------- > > Key: OPENNLP-1382 > URL: https://issues.apache.org/jira/browse/OPENNLP-1382 > Project: OpenNLP > Issue Type: Task > Affects Versions: 2.0.0 > Reporter: Jeff Zemerick > Assignee: Jeff Zemerick > Priority: Major > > Create an DocumentCategorizerDLEvaluatorTool for evaluating document > classification ONNX models. > There is a circular dependency between opennlp-tools and opennlp-dl so it > can't be a CLI tool like the others. (At least not right now without some > refactoring.) So just get the tool in there and working and we can make it a > CLI tool later. -- This message was sent by Atlassian Jira (v8.20.10#820010)