l-ma commented on PR #559:
URL: https://github.com/apache/opennlp/pull/559#issuecomment-1846602073

   I was also curious how the Tokenizer would handle contractions and quotes. 
It splits on a single/double quote, so `don't` becomes `[don, 't]` and 
`"wasn't"` becomes `["wasn, 't, "]`. Is there a spec for this behavior?
   
   I understand if these tests are out-of-scope, so let me know if they should 
be kept or removed.


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