new Ngram() This class calculates the similarity between two strings using n-grams. Source: nGram.js, line 1
new Ngram(n) Parameters: Name Type Default Description n number 2 The size of the n-grams to use for similarity calculation. Defaults to 2. Source: nGram.js, line 10