Skip to content

nlp-compromise/compromise-coreference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

co-reference resolution using nlp-compromise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published