UNPKG

treebank-parser

Version:

A simple parser for treebanks stored in S-Expressions

27 lines (26 loc) 609 B
{ "name": "treebank-parser", "version": "0.2.0", "description": "A simple parser for treebanks stored in S-Expressions", "main": "index.js", "scripts": { "pretest": "npm install", "test": "./node_modules/mocha/bin/mocha test/*.js", "prestart": "npm install", "start": "node index.js" }, "repository": { "type": "git", "url": "git@gitorious.org:filch/treebank-parser.git" }, "keywords": [ "nlp", "treebank", "sexps" ], "author": "Philip Woods <elzairthesorcerer@gmail.com>", "license": "AGPL-3.0", "devDependencies": { "mocha": "~1.21.4" } }