(This article was first published on R – NYC Data Science Academy Blog, and kindly contributed to R-bloggers)
Basic NLP in R
With text survey data about AirBnb
R is a very powerful programming language with many great built in statistical functions and a large repository of additional libraries. In this post I will introduce some basic text analysis to generate a ‘stemmed’ wordcloud and frequency chart from text data.
. 
AirBnb
Recently, I had the opportunity to help someone with a research paper written about AirBNB. The author was trying to analyze how customers feel about the company, so she decided to create a survey with Survey Monkey, and had 45 respondents.
This seemed like a good opportunity for some text mining and text analysis in R.
Continue to the next page for instructions creating the above visualizations with NLP techniques.
The post NLP with AirBnb appeared first on NYC Data Science Academy Blog.
To leave a comment for the author, please follow the link and comment on their blog: R – NYC Data Science Academy Blog.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: Data science, Big Data, R jobs, visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more...