Uses of Enum Class
opennlp.tools.util.WhitespaceMode
Packages that use WhitespaceMode
-
Uses of WhitespaceMode in opennlp.tools.util
Subclasses with type arguments of type WhitespaceMode in opennlp.tools.utilModifier and TypeClassDescriptionenumSelects the whitespace definition used byStringUtil.isWhitespace(char)andStringUtil.isWhitespace(int): the UnicodeWhite_Spaceproperty, or OpenNLP's legacy definition from 1.x/2.x.Methods in opennlp.tools.util that return WhitespaceModeModifier and TypeMethodDescriptionstatic WhitespaceModeWhitespaceMode.current()Returns the activeWhitespaceMode: the value resolved from the "opennlp.whitespace.mode" system property when this class was initialized, or the value most recently passed toWhitespaceMode.setActive(WhitespaceMode).static WhitespaceModeReturns the enum constant of this class with the specified name.static WhitespaceMode[]WhitespaceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in opennlp.tools.util with parameters of type WhitespaceModeModifier and TypeMethodDescriptionstatic voidWhitespaceMode.setActive(WhitespaceMode mode) Overrides the activeWhitespaceModefor the whole process, taking precedence over the "opennlp.whitespace.mode" system property.