Alias for Map<String, Map<String, int>>.
Map<String, Map<String, int>>
Maps the vocabulary to hashmaps of document id to term frequency in the document.
typedef FtdPostings = Map<String, Map<String, Ft>>;