You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by GitBox <gi...@apache.org> on 2023/01/02 17:25:08 UTC

[GitHub] [opennlp] kinow commented on a diff in pull request #479: OPENNLP-1434 Enhance JavaDoc in opennlp.uima packages

kinow commented on code in PR #479:
URL: https://github.com/apache/opennlp/pull/479#discussion_r1060139482


##########
opennlp-uima/src/main/java/opennlp/uima/doccat/DocumentCategorizer.java:
##########
@@ -28,9 +28,7 @@
 import opennlp.uima.util.AnnotatorUtil;
 
 /**
- * OpenNLP Document Categorizer.
- * <p>
- * Mandatory parameters:
+ * A default implementation of a OpenNLP Document Categorizer.

Review Comment:
   an OpenNLP?



##########
opennlp-uima/src/main/java/opennlp/uima/doccat/LanguageDetector.java:
##########
@@ -20,9 +20,11 @@
 import org.apache.uima.cas.CAS;
 
 /**
- * Analysis Engine which can detected the language of a text. The AE uses the OpenNLP document
- * categorizer and a special language detection model. The outcome of the document categorizer
- * model is written into the language field of the CAS view.
+ * Analysis Engine (AE) which can detected the language of a text.

Review Comment:
   which can detect



-- 
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: dev-unsubscribe@opennlp.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org