I am using R for text mining and I have a question. I am importing in a CSV file with 4 columns. Two of the columns have strings in them one is the user input and the other is an official response, both are like sentences. Each row is a certain case/instance and there are over 4000 of them. I am trying to correlate certain key words in the user input to predict the response using associations. For example the user input "jump" often correlates to this response. Any help on how this can be set up? Thanks!
Asked
Active
Viewed 128 times
0
-
2To get good answers and help others help you, please have a look at [how to ask a good question on stackoverflow](http://stackoverflow.com/help/how-to-ask). – Jota Jun 18 '16 at 22:28
-
[Also read this.](http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example/5963610#5963610) If you haven't, check out the `tm` and `tidytext` packages, which should get you started. – alistaire Jun 19 '16 at 02:50