UNPKG

phrase-tree

Version:

Converts the penn tagged phrase structure from the stanford parser into a tree.

29 lines (28 loc) 606 B
{ "name": "phrase-tree", "version": "1.0.0", "description": "Converts the penn tagged phrase structure from the stanford parser into a tree.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/harrisjose/phrase-tree" }, "keywords": [ "stanford", "parser", "penn", "tree", "phrase", "structure", "grammar" ], "author": "Harris Jose <harrisjose@outlook.com> (http://harrisjose.github.io/)", "license": "MIT", "devDependencies": { "assert": "^1.3.0", "mocha": "^2.4.5" } }