nlptoolkit-annotatedtree
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,3 +9,2 @@ import { ParseTree } from "nlptoolkit-parsetree/dist/ParseTree"; | ||
private fileDescription; | ||
private name; | ||
constructor(fileDescriptionOrPath?: any, fileDescriptionOrFileName?: any, index?: number); | ||
@@ -17,3 +16,2 @@ setFileDescription(fileDescription: FileDescription): void; | ||
readFromFile(currentPath: string): void; | ||
setName(name: string): void; | ||
nextTree(count: number): void; | ||
@@ -20,0 +18,0 @@ previousTree(count: number): void; |
@@ -81,5 +81,2 @@ (function (factory) { | ||
} | ||
setName(name) { | ||
this.name = name; | ||
} | ||
nextTree(count) { | ||
@@ -86,0 +83,0 @@ if (this.fileDescription.nextFileExists(count)) { |
{ | ||
"name": "nlptoolkit-annotatedtree", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"nlptoolkit-namedentityrecognition": "^1.0.0", | ||
"nlptoolkit-parsetree": "^1.0.0", | ||
"nlptoolkit-parsetree": "^1.0.1", | ||
"nlptoolkit-propbank": "^1.0.2", | ||
@@ -33,0 +33,0 @@ "nlptoolkit-sentinet": "^1.0.0", |
@@ -17,3 +17,2 @@ import {ParseTree} from "nlptoolkit-parsetree/dist/ParseTree"; | ||
private fileDescription: FileDescription | ||
private name: string | ||
@@ -77,6 +76,2 @@ constructor(fileDescriptionOrPath?: any, fileDescriptionOrFileName?: any, index?: number) { | ||
setName(name: string){ | ||
this.name = name | ||
} | ||
nextTree(count: number){ | ||
@@ -83,0 +78,0 @@ if (this.fileDescription.nextFileExists(count)){ |
Sorry, the diff of this file is not supported yet
332378
5040