public interface CooccurrenceKeywords
| Modifier and Type | Method and Description |
|---|---|
static NGram[] |
of(java.lang.String text)
Returns the top 10 keywords.
|
static NGram[] |
of(java.lang.String text,
int maxNumKeywords)
Returns a given number of top keywords.
|
static NGram[] of(java.lang.String text)
text - A single document.static NGram[] of(java.lang.String text, int maxNumKeywords)
text - A single document.