nlptoolkit-morphologicalanalysis
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -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
12960665