RayTech1000 / Text_Analysis

Repository of Text Analysis in Python. Sklearn and Rake libraries used to analyze text samples and study the words, language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text_Analysis

Repository of Text Analysis in Python. sklearn/TfidfTransformer and RAKE libraries used to analyze text samples and study the words, text.

The first Python notbeook uses TfidfTransformer, Text from sklearn's library.

The second Python notebook uses RAKE, short for Rapid Automatic Keyword Extraction algorithm. Rake extracts keywords, ranks them and scales them.

Documentation for sklearn, RAKE:

https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html

https://pypi.org/project/rake-nltk/

About

Repository of Text Analysis in Python. Sklearn and Rake libraries used to analyze text samples and study the words, language.


Languages

Language:Jupyter Notebook 100.0%