public class ShowDictionaryTokens
extends java.lang.Object
Constructor and Description |
---|
ShowDictionaryTokens(java.lang.String dictionary_file)
Constructor that specifies the dictionary and its language
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Prints a dictionary's tokens and their frequencies, IDFs, and normalized IDFs
|