Uses of Class
com.pervasive.datarush.analytics.text.WordMap
-
Packages that use WordMap Package Description com.pervasive.datarush.analytics.text Provides various unstructured text processing operators. -
-
Uses of WordMap in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text that return WordMap Modifier and Type Method Description static WordMap
TextTokenUtil. calcWordFreq(TextContainer text)
Creates a term frequency model based on the contents of the TextContainer.static WordMap
TextTokenUtil. calcWordFreq(TextContainer text, Set<String> wordSet)
Creates a term frequency model containing the specified set of terms based on the contents of the TextContainer.Constructors in com.pervasive.datarush.analytics.text with parameters of type WordMap Constructor Description WordMap(WordMap map)
Copy a word to frequency map.
-