Uses of Enum
org.tribuo.data.text.impl.CasingPreprocessor.CasingOperation
Packages that use CasingPreprocessor.CasingOperation
-
Uses of CasingPreprocessor.CasingOperation in org.tribuo.data.text.impl
Methods in org.tribuo.data.text.impl that return CasingPreprocessor.CasingOperationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CasingPreprocessor.CasingOperation[]CasingPreprocessor.CasingOperation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tribuo.data.text.impl with parameters of type CasingPreprocessor.CasingOperationModifierConstructorDescriptionConstruct a casing preprocessor.