public class WordCount extends Object
| Constructor and Description |
|---|
WordCount() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Double> |
getAllWords() |
Map<String,Double> |
getTopX(int x) |
org.maochen.nlp.WordCount.WordDatum |
getWordDatum(String word) |
static void |
main(String[] args) |
void |
normalize() |
void |
put(String word) |
void |
remove(String word) |
Copyright © 2015. All rights reserved.