Uses of Enum Class
opennlp.tools.util.normalizer.UnicodeWhitespace.Category
Packages that use UnicodeWhitespace.Category
-
Uses of UnicodeWhitespace.Category in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return UnicodeWhitespace.CategoryModifier and TypeMethodDescriptionUnicodeWhitespace.WhitespaceCharacter.category()Returns the value of thecategoryrecord component.static UnicodeWhitespace.CategoryReturns the enum constant of this class with the specified name.static UnicodeWhitespace.Category[]UnicodeWhitespace.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in opennlp.tools.util.normalizer with parameters of type UnicodeWhitespace.CategoryModifierConstructorDescriptionWhitespaceCharacter(int codePoint, String name, String abbreviation, UnicodeWhitespace.Category category, UnicodeWhitespace.Breaking breaking) Creates an instance of aWhitespaceCharacterrecord class.