KGramIndexExtension extension

Extension methods on KGramsMap.

on

Properties

terms Set<String>

Available on KGramsMap, provided by the KGramIndexExtension extension

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

Available on KGramsMap, provided by the KGramIndexExtension extension

Iterates through the kGrams and: