Skip to content

Instantly share code, notes, and snippets.

@hargup
Created October 8, 2022 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hargup/5a0882e1215b54d3beb28d8a7f8c1855 to your computer and use it in GitHub Desktop.
Save hargup/5a0882e1215b54d3beb28d8a7f8c1855 to your computer and use it in GitHub Desktop.
import nlp from 'compromise'
// let doc = nlp('she sells seashells by the seashore.')
let doc = nlp('Notes with Atul Kumar')
let arr = doc.people()
console.log(arr.text())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment