nlp-links
0.0.1 • Public • Published Link Grammar plugin for nlp_compromise
How to install
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');
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
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads