[
https://issues.apache.org/jira/browse/OPENNLP-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653661#comment-17653661
]
ASF GitHub Bot commented on OPENNLP-1434:
-----------------------------------------
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
> Enhance JavaDoc in opennlp.uima packages
> ----------------------------------------
>
> Key: OPENNLP-1434
> URL: https://issues.apache.org/jira/browse/OPENNLP-1434
> Project: OpenNLP
> Issue Type: Improvement
> Components: UIMA Integration
> Affects Versions: 2.1.0
> Reporter: Martin Wiesner
> Assignee: Martin Wiesner
> Priority: Minor
> Fix For: 2.1.1
>
>
> The JavaDoc theĀ _opennlp.uima.*_ packages suffer from several inconsistencies
> and missing descriptions. Moreover, several typos are present that need
> sanitizing.
> The classes, interfaces, etc., require enhancements and/or additions to
> provide more clarity for readers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)