KGramIndexExtension extension

Extension methods on KGramsMap.

on

Properties

terms Set<String>
Returns a set of unique terms by iterating over all the values in the collection and adding the terms to a Set.
no setter

Methods

addTermKGrams(String term, Iterable<String> kGrams) → void
Iterates through the kGrams and: