Alias for Map<String, Set<String>>.
Map<String, Set<String>>
A hashmap of KGram to Set<Term>, where the value is the set of unique Terms that contain the KGram in the key.
typedef KGramsMap = Map<KGram, Set<Term>>;