Uses of Record Class
opennlp.tools.util.normalizer.UnicodeWhitespace.WhitespaceCharacter
Packages that use UnicodeWhitespace.WhitespaceCharacter
-
Uses of UnicodeWhitespace.WhitespaceCharacter in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return types with arguments of type UnicodeWhitespace.WhitespaceCharacterModifier and TypeMethodDescriptionUnicodeWhitespace.all()Returns the25Unicode whitespace characters, in ascending code point order.UnicodeWhitespace.byCodePoint(int codePoint) Looks up the reference entry for a whitespace code point.UnicodeWhitespace.lineBreaks()Returns the whitespace characters that force a line or paragraph break.UnicodeWhitespace.nonBreaking()Returns the non-breaking whitespace characters.