-
Notifications
You must be signed in to change notification settings - Fork 0
Text Analysis which covers - text data preparation, frequency analysis, word correlation, Sentiment Analysis, and Topic modelling using Latent Dirichlet Allocation (LDA). Includes intuition for each part, and some explanations for how to interpret the outputs.
JamesBurtin/Text-Analysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Text Analysis R script and process used for analysing semi-structured text data. Assumes the text is in a flat file format, and each document/piece of text is contained in a single cell. Two columns are required to include a unique document # in one column and the corresponding text in the second column. The analysis pipeline conducts the following: Imports and cleans text word frequency analysis word correlation analysis Sentiment analysis Unsupervised Topic Modelling using Latent Dirichlet Allocation LDA
About
Text Analysis which covers - text data preparation, frequency analysis, word correlation, Sentiment Analysis, and Topic modelling using Latent Dirichlet Allocation (LDA). Includes intuition for each part, and some explanations for how to interpret the outputs.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published