Uses of Class
com.pervasive.datarush.analytics.text.NGramMap
Packages that use NGramMap
Package
Description
Provides various unstructured text processing operators.
-
Uses of NGramMap in com.pervasive.datarush.analytics.text
Subclasses of NGramMap in com.pervasive.datarush.analytics.textMethods in com.pervasive.datarush.analytics.text that return NGramMapModifier and TypeMethodDescriptionstatic NGramMapTextTokenUtil.calcNGramFreq(TextContainer text, int n) Creates an n-gram frequency model based on the contents of the TextContainer.static NGramMapTextTokenUtil.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