Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created March 4, 2024 08:22
Show Gist options
  • Save tsh-code/6a01dbffd75dfa1f2b0b076b30468d59 to your computer and use it in GitHub Desktop.
Save tsh-code/6a01dbffd75dfa1f2b0b076b30468d59 to your computer and use it in GitHub Desktop.
compromise example
import nlp from 'compromise'
let doc = nlp(`
Lisa Turner and Mark Davis went to the park together. They enjoyed a picnic and played frisbee under the warm sun. Lisa brought sandwiches, while Mark brought refreshing drinks. They laughed, shared stories, and had a great time in each other's company. As the day unfolded, Lisa Turner and Mark Davis realized how much they cherished these simple moments together.
`)
doc.people().json();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment