Uses of Enum Class
opennlp.tools.tokenize.uax29.WordBreak
Packages that use WordBreak
-
Uses of WordBreak in opennlp.tools.tokenize.uax29
Subclasses with type arguments of type WordBreak in opennlp.tools.tokenize.uax29Modifier and TypeClassDescriptionenumThe UnicodeWord_Breakproperty values, used by the UAX #29 word boundary algorithm.Methods in opennlp.tools.tokenize.uax29 that return WordBreakModifier and TypeMethodDescriptionstatic WordBreakWordBreakProperty.of(int codePoint) Returns theWordBreakvalue of a code point.static WordBreakReturns the enum constant of this class with the specified name.static WordBreak[]WordBreak.values()Returns an array containing the constants of this enum class, in the order they are declared.