Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rachhitgarg/e4deee6973884bac3ae394cda29e4e4e to your computer and use it in GitHub Desktop.
Save rachhitgarg/e4deee6973884bac3ae394cda29e4e4e to your computer and use it in GitHub Desktop.
finding context from data
I am trying to find out the text based on context in R language
For example:
"My friends is coming on this christmas"
"I went to my friend place 5 days ago"
In both sample text, "this christmas" and "5 days ago" are important text. I want to find it out based on context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment