Comparing version 0.4.1 to 0.4.2
@@ -126,3 +126,3 @@ /* | ||
function rule6(taggedSentence, index) { | ||
if ((index > 0) && startsWith(taggedSentence[index][1], "NN") && (taggedSentence[index][0].toLowerCase() === "would")) { | ||
if ((index > 0) && startsWith(taggedSentence[index][1], "NN") && (taggedSentence[index - 1][0].toLowerCase() === "would")) { | ||
taggedSentence[index][1] = "VB"; | ||
@@ -129,0 +129,0 @@ } |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"licenses": [ | ||
@@ -23,0 +23,0 @@ { |
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
4042856