Removes duplicate strings from the given array based on similarity criteria.
An array of unique strings based on the given similarity criteria.
An array of strings to process.
Number of same words required for strings to be considered similar.
Minimum length of a word to be considered for similarity.
Generated using TypeDoc
Removes duplicate strings from the given array based on similarity criteria.
Returns
An array of unique strings based on the given similarity criteria.