Uses of Class
com.pervasive.datarush.analytics.text.NGramMap
-
Packages that use NGramMap Package Description com.pervasive.datarush.analytics.text Provides various unstructured text processing operators. -
-
Uses of NGramMap in com.pervasive.datarush.analytics.text
Subclasses of NGramMap in com.pervasive.datarush.analytics.text Modifier and Type Class Description class
WordMap
Implementation of a word frequency model.Methods in com.pervasive.datarush.analytics.text that return NGramMap Modifier and Type Method Description static NGramMap
TextTokenUtil. calcNGramFreq(TextContainer text, int n)
Creates an n-gram frequency model based on the contents of the TextContainer.static NGramMap
TextTokenUtil. calcNGramFreq(TextContainer text, int n, Set<NGram> nGramSet)
Creates an n-gram 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 NGramMap Constructor Description NGramMap(NGramMap map)
Copy an n-gram to frequency map.WordMap(NGramMap map)
Convert a valid NGramMap into a word map.
-