Alias for Map<String, Set<String>>.
Map<String, Set<String>>
A hashmap of k-Gram to Set
typedef KGramsMap = Map<String, Set<String>>;