4243444546474849
public EntryFrequencyMap(YKDictionary dict, TokenList tl){ nodeToCount = new HashMap<Node,Integer>(); tokenTotal = tl.size(); CategoryNode root = dict.getDictionaryRoot(); collectPatterns(root, tl); }