Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateuszk098/text-mining-and-data-analysis

Examples of text mining and statistical data analysis with R.
https://github.com/mateuszk098/text-mining-and-data-analysis

classifier data-exploration lda-model natural-language-processing nlp online r rstudio sentiment-analysis svm-classifier text-mining

Last synced: 1 day ago
JSON representation

Examples of text mining and statistical data analysis with R.

Awesome Lists containing this project

README

        

# **Text Mining and Data Analysis**

![GitHub last commit](https://img.shields.io/github/last-commit/mateuszk098/text_mining_and_data_analysis)

## **Examples of text mining with R package. Scope of terms:**
- Text representation, representation models (bag-of-words, tf-idf etc).
- Statistical laws of language (Zipf's law, Heap's law).
- Natural language processing (NLP) and its applications.
- Measures of complexity (Herdan index, FOG readability index etc) and text similarity (cosine similarity).
- Sentiment analysis (dictionary and data-driven classifiers).
- Topic models.
- Online data analysis.

## **Examples of data exploration methods with R package. Scope of terms:**

- Linear and quadratic discriminant analysis, classifier evaluation.
- Naive Bayes classifier.
- Nearest neighbour method.
- Classification trees.
- Classifier ensembles.
- Cluster analysis.
- Principal component analysis.
- Multidimensional scaling.
- Factor analysis.
- Support vector machines.