Uses of Enum Class
opennlp.tools.util.normalizer.UnicodeDash.Category
Packages that use UnicodeDash.Category
-
Uses of UnicodeDash.Category in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return UnicodeDash.CategoryModifier and TypeMethodDescriptionUnicodeDash.DashCharacter.category()Returns the value of thecategoryrecord component.static UnicodeDash.CategoryReturns the enum constant of this class with the specified name.static UnicodeDash.Category[]UnicodeDash.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 UnicodeDash.CategoryModifierConstructorDescriptionDashCharacter(int codePoint, String name, UnicodeDash.Category category) Creates an instance of aDashCharacterrecord class.