Package | Description |
---|---|
com.pervasive.datarush.analytics.text |
Provides various unstructured text processing operators.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
WordMap(WordMap map)
Copy a word to frequency map.
|
Copyright © 2016 Actian Corporation. All rights reserved.