KGramsMap typedef

KGramsMap = Map<String, Set<String>>

Alias for Map<String, Set<String>>.

A hashmap of k-Gram to Set

Implementation

typedef KGramsMap = Map<String, Set<String>>;