| Package | Description | 
|---|---|
| com.pervasive.datarush.analytics.text | 
 Provides various unstructured text processing operators. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WordMap
Implementation of a word frequency model. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Constructor and Description | 
|---|
NGramMap(NGramMap map)
Copy an n-gram to frequency map. 
 | 
WordMap(NGramMap map)
Convert a valid NGramMap into a word map. 
 | 
Copyright © 2024 Actian Corporation. All rights reserved.