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

nlptoolkit-morphologicalanalysis

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlptoolkit-morphologicalanalysis - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dist/MorphologicalAnalysis/MetamorphicParse.js

@@ -23,2 +23,3 @@ (function (factory) {

constructor(parse) {
this.metaMorphemeList = new Array();
if (parse == "+") {

@@ -30,4 +31,5 @@ this.root = new Word_1.Word("+");

this.root = new Word_1.Word(words[0]);
for (let i = 1; i < words.length; i++)
for (let i = 1; i < words.length; i++) {
this.metaMorphemeList.push(words[i]);
}
}

@@ -34,0 +36,0 @@ }

{
"name": "nlptoolkit-morphologicalanalysis",
"version": "1.0.1",
"version": "1.0.2",
"description": "Turkish Morphological Analysis Library",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -475,3 +475,3 @@ import {MorphologicalTag} from "./MorphologicalTag";

private metaMorphemeList: Array<string>
private metaMorphemeList: Array<string> = new Array<string>()
private readonly root: Word

@@ -529,4 +529,5 @@

this.root = new Word(words[0]);
for (let i = 1; i < words.length; i++)
for (let i = 1; i < words.length; i++){
this.metaMorphemeList.push(words[i]);
}
}

@@ -533,0 +534,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