Comparing version 0.0.1 to 0.0.2
@@ -37,2 +37,5 @@ //slow ass recursive version | ||
var slength = secword.length; | ||
//make it case insensitive | ||
var firstword = firstword.toLowerCase(); | ||
var secword = secword.toLowerCase(); | ||
//make d(flength+1, slength+1) //and set it to 0 | ||
@@ -39,0 +42,0 @@ var dMatrix = createInitMatrix(flength+1, slength+1, 0); |
{ | ||
"name": "nlpjs", | ||
"description": "NLP library for javascript", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "nicktesla", | ||
@@ -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
4508
71