RankedDictionary typedef

RankedDictionary = Map<String, int>

Ranks of words.

Implementation

typedef RankedDictionary = Map<String, int>;