Uses of Class
com.pervasive.datarush.analytics.text.RegexWordBreakIterator.WordPattern
-
Packages that use RegexWordBreakIterator.WordPattern Package Description com.pervasive.datarush.analytics.text Provides various unstructured text processing operators. -
-
Uses of RegexWordBreakIterator.WordPattern in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text that return RegexWordBreakIterator.WordPattern Modifier and Type Method Description static RegexWordBreakIterator.WordPattern
RegexWordBreakIterator.WordPattern. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegexWordBreakIterator.WordPattern[]
RegexWordBreakIterator.WordPattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.text with parameters of type RegexWordBreakIterator.WordPattern Modifier and Type Method Description void
RegexWordBreakIterator. addRegex(RegexWordBreakIterator.WordPattern wordPattern)
-