krickert commented on code in PR #1151:
URL: https://github.com/apache/opennlp/pull/1151#discussion_r3593896193


##########
opennlp-extensions/opennlp-spellcheck/src/main/java/opennlp/spellcheck/stream/SpellCorrectingTokenStream.java:
##########
@@ -33,11 +31,9 @@
  * (whitespace by default). Every token is spell-corrected independently and 
the tokens
  * are re-joined with the same delimiter.
  *
- * <p>This is the shape produced by OpenNLP tokenizers / token-sample formats 
and is
- * what the trainable components consume: a fixed sequence of tokens per 
element. Unlike
- * {@link SpellCorrectingObjectStream} in compound mode, this stream is
- * <em>token-count preserving</em> &ndash; it never splits or merges tokens, 
so the
- * corrected element stays aligned with any parallel annotation (tags, 
spans).</p>
+ * <p>This is the shape produced by OpenNLP tokenizers and token-sample 
formats, a fixed

Review Comment:
   No problem.  I did  a scan of my comments and removed the ones I found too 
wordy.  Reverting back in a few.



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