epugh commented on code in PR #553:
URL: https://github.com/apache/opennlp/pull/553#discussion_r1359475741
##########
opennlp-dl/src/test/java/opennlp/dl/doccat/DocumentCategorizerDLEval.java:
##########
@@ -92,6 +92,46 @@ public void categorize() throws IOException, OrtException {
}
+ @Test
+ public void categorizeWithAutomaticLabels() throws IOException, OrtException
{
+
+ final File model = new File(getOpennlpDataDir(),
Review Comment:
Does OpenNLP package these, or do you download them to run the tests? A
question taht will come up in Solr-land is "Wait, for the test you want a 600
mb .onnx file???"... ;-). How do you handle the models for testing?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]