New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.11 to 1.0.12

4

dist/MorphologicalAnalysis/MetamorphicParse.js

@@ -28,3 +28,3 @@ (function (factory) {

else {
let words = parse.split("\\+");
let words = parse.split("+");
this.root = new Word_1.Word(words[0]);

@@ -87,3 +87,3 @@ for (let i = 1; i < words.length; i++) {

addMetamorphemeList(newTacticSet) {
let tactics = newTacticSet.split("\\+");
let tactics = newTacticSet.split("+");
for (let tactic of tactics) {

@@ -90,0 +90,0 @@ this.metaMorphemeList.push(tactic);

{
"name": "nlptoolkit-morphologicalanalysis",
"version": "1.0.11",
"version": "1.0.12",
"description": "Turkish Morphological Analysis Library",

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

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

} else {
let words = parse.split("\\+");
let words = parse.split("+");
this.root = new Word(words[0]);

@@ -550,3 +550,3 @@ for (let i = 1; i < words.length; i++){

addMetamorphemeList(newTacticSet: string){
let tactics = newTacticSet.split("\\+");
let tactics = newTacticSet.split("+");
for (let tactic of tactics){

@@ -553,0 +553,0 @@ this.metaMorphemeList.push(tactic)

Sorry, the diff of this file is not supported yet

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