Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 455 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 455 Bytes
WIP co-reference resolution using nlp-compromise
by spencermountain and David N. Hughes-Robinson
const coreference = require('compromise-coreference')
const nlp=require('compromise')
let str=`what's with these homies dissin my girl? why do they gotta front?`
let doc=nlp(str)
console.log(coreference(doc))
/*

*/

to run:

npm install

npm watch

npm run test