Class | Description |
---|---|
DataCountNGramComparator |
A Comparator for DataCount
|
DataCountStringComparator |
A Comparator for DataCount
|
FileWordReader |
FileWordReader reads words from a file one-by-one, converting to
lower case and eliminating punctuation.
|
Markov |
An executable that generates text in the style of the provided input file.
|
NGramCount |
An executable that counts the words in a files and prints out the counts in
descending order.
|
ParseFBMessages |