Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nlptoolkit-annotatedsentence

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlptoolkit-annotatedsentence - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

dist/AnnotatedWord.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc