Uses of Enum Class
opennlp.tools.util.normalizer.UnicodeWhitespace.Breaking
Packages that use UnicodeWhitespace.Breaking
-
Uses of UnicodeWhitespace.Breaking in opennlp.tools.util.normalizer
Subclasses with type arguments of type UnicodeWhitespace.Breaking in opennlp.tools.util.normalizerModifier and TypeClassDescriptionstatic enumLine-breaking behavior, mirroring the "Notes" column of the reference table.Methods in opennlp.tools.util.normalizer that return UnicodeWhitespace.BreakingModifier and TypeMethodDescriptionUnicodeWhitespace.WhitespaceCharacter.breaking()Returns the value of thebreakingrecord component.static UnicodeWhitespace.BreakingReturns the enum constant of this class with the specified name.static UnicodeWhitespace.Breaking[]UnicodeWhitespace.Breaking.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.BreakingModifierConstructorDescriptionWhitespaceCharacter(int codePoint, String name, String abbreviation, UnicodeWhitespace.Category category, UnicodeWhitespace.Breaking breaking) Creates an instance of aWhitespaceCharacterrecord class.