Package | Description |
---|---|
edu.georgetown.gucs.dictionary |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.Map.Entry<Token,DictionaryEntry>> |
Dictionary.iterator()
Allows for operations on the tokens in this dictionary
|
Modifier and Type | Method and Description |
---|---|
double |
Dictionary.getNormalizedIDF(DictionaryEntry entry)
Provides the normalized inverse document frequency (IDF) of the given dictionaryEntry.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Dictionary.mergeDictionary(java.util.Map<Token,DictionaryEntry> documentTokens)
Merges the given Map of tokens to dictionaryEntry with this dictionary
|