nlptoolkit-annotatedsentence
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -162,9 +162,9 @@ (function (factory) { | ||
case Language_1.Language.TURKISH: | ||
result = "{turkish=" + name + "}"; | ||
result = "{turkish=" + this.name + "}"; | ||
break; | ||
case Language_1.Language.ENGLISH: | ||
result = "{english=" + name + "}"; | ||
result = "{english=" + this.name + "}"; | ||
break; | ||
case Language_1.Language.PERSIAN: | ||
result = "{persian=" + name + "}"; | ||
result = "{persian=" + this.name + "}"; | ||
break; | ||
@@ -171,0 +171,0 @@ } |
{ | ||
"name": "nlptoolkit-annotatedsentence", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"nlptoolkit-framenet": "^1.0.0", | ||
"nlptoolkit-morphologicalanalysis": "^1.0.1", | ||
"nlptoolkit-morphologicalanalysis": "^1.0.2", | ||
"nlptoolkit-namedentityrecognition": "^1.0.0", | ||
@@ -31,0 +31,0 @@ "nlptoolkit-propbank": "^1.0.1", |
@@ -140,9 +140,9 @@ import {Word} from "nlptoolkit-dictionary/dist/Dictionary/Word"; | ||
case Language.TURKISH: | ||
result = "{turkish=" + name + "}"; | ||
result = "{turkish=" + this.name + "}"; | ||
break; | ||
case Language.ENGLISH: | ||
result = "{english=" + name + "}"; | ||
result = "{english=" + this.name + "}"; | ||
break; | ||
case Language.PERSIAN: | ||
result = "{persian=" + name + "}"; | ||
result = "{persian=" + this.name + "}"; | ||
break; | ||
@@ -149,0 +149,0 @@ } |
Sorry, the diff of this file is not supported yet
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
199787