Created
March 4, 2024 08:22
-
-
Save tsh-code/6a01dbffd75dfa1f2b0b076b30468d59 to your computer and use it in GitHub Desktop.
compromise example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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