https://github.com/mohammed-eldesouky/text-mining-with-r-for-social-science
Carrying out text analytics using R programming language and RStudio projects [dedicated primarily to Social Scientists]
https://github.com/mohammed-eldesouky/text-mining-with-r-for-social-science
r rstudio text-analysis text-mining text-summarization
Last synced: 4 months ago
JSON representation
Carrying out text analytics using R programming language and RStudio projects [dedicated primarily to Social Scientists]
- Host: GitHub
- URL: https://github.com/mohammed-eldesouky/text-mining-with-r-for-social-science
- Owner: Mohammed-ElDesouky
- License: mit
- Created: 2024-08-12T09:07:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T13:33:19.000Z (9 months ago)
- Last Synced: 2024-11-13T04:39:59.528Z (6 months ago)
- Topics: r, rstudio, text-analysis, text-mining, text-summarization
- Language: R
- Homepage:
- Size: 56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text-mining-with-R-for-social-science
Carrying out text analytics using R programming language and RStudio projects [dedicated primarily to Social Scientists]##### Please note that this program is not a panacea for all research interest, nor an exhaustive combination of text analytics techniques, however, it shall suffice to give anyone a push beyond just a "Start" with text analytics.
## pre-requisites for correct implementation
1. Download the whole project organization, including the sub-folders
2. You can add the texts you would like to analyze as pdf documents to the sub-folder "\Text-mining-with-R\01_Data\letters\"; or just use the provided examples
3. Ensure that all required packages, at the top, of the R script located in "\Text-mining-with-R\02_Program\Text_mining.Rmd" are installed and loaded
4. [Highly important & recommended], run the program using Rstudio project located in "\Text-mining-with-R\Text Mining.Rproj" to avoid path defining issuesData rights: the pdf used within this project are all publicly available on the web and they belong to 6 major financial institutions part of the fortune1000.
## Happy Analysis!