nlp-links

0.0.1 • Public • Published

Link Grammar plugin for nlp_compromise

How to install

npm install nlp-links

How to use

var nlp = require('nlp_compromise');
nlp.plugin(require('nlp-links'));
 
var sen = nlp.sentence('I fed the dog').withLinks();
sen.terms[1].text.should.equal('fed');
// Each term now has links to words they are grammatically connected to
sen.terms[1].links[1].target.word.should.equal('dog');
sen.terms[1].links[1].target.label.should.equal('Os');

Source library

https://www.npmjs.com/package/link-grammar

Dependencies (1)

Dev Dependencies (3)

Package Sidebar

Install

npm i nlp-links

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dijs