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