modnlp.dstruct
public class FrequencyHash extends java.util.HashMap<java.lang.String,java.lang.Integer>
,
Serialized FormConstructor and Description |
---|
FrequencyHash() |
Modifier and Type | Method and Description |
---|---|
int |
add(java.lang.String word,
int count,
boolean nocase) |
java.util.List |
getKeysSortedByValue(boolean asc) |
int |
getTokenCount() |
int |
getTypeCount() |
double |
getTypeTokenRatio() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values