[READ-ONLY] Mirror of https://github.com/FoxxMD/string-sameness. Compare the sameness of two strings foxxmd.github.io/string-sameness
compare cosine-similarity dice-coefficient levenshtein-distance sameness string text typescript

feat: Disable cosine for low token count strings master

* Score is inaccurate when there are only a few words in the string so disable in order to keep combined strat score more accurate * Add disclaimer to cosineSimilarity export docs * Add matchingStrategies module to typedoc for visibility