rzo1 commented on code in PR #553:
URL: https://github.com/apache/opennlp/pull/553#discussion_r1359518613


##########
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:
   For our evaluation tests in OpenNLP, we are downloading our whole evaluation 
dataset (~3 GB) from nightlies.apache.org for each run and use that content for 
the `OPENNLP_DATA_DIR`. So it doesn't really matter ;-) - I could imagine, that 
it might be difficult to argue in a project like SOLR.



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

Reply via email to