Created
May 15, 2018 09:35
-
-
Save rachhitgarg/e4deee6973884bac3ae394cda29e4e4e to your computer and use it in GitHub Desktop.
finding context from data
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
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