Comparing version 6.7.1 to 6.7.2
@@ -105,3 +105,3 @@ /* | ||
// ignoreCase: if true strings are first converted to lower case before comparison | ||
function JaroWinklerDistance (s1, s2, options) { | ||
function JaroWinklerDistance (s1, s2, options = {}) { | ||
if (s1 === s2) { | ||
@@ -108,0 +108,0 @@ return 1 |
{ | ||
"name": "natural", | ||
"description": "General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.", | ||
"version": "6.7.1", | ||
"version": "6.7.2", | ||
"homepage": "https://github.com/NaturalNode/natural", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13789006