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

https://github.com/yspandana/textanalysis_for_customersentiment

program reads a CSV file containing reviews and ratings, processes the reviews to extract useful information, and saves the processed data to a new CSV file. It also generates a word cloud of the top 50 words used in the reviews and a bar plot of the common parts of speech (POS) tags found in the reviews.
https://github.com/yspandana/textanalysis_for_customersentiment

matplotlib-pyplot nltk-tokenizer python3

Last synced: 4 months ago
JSON representation

program reads a CSV file containing reviews and ratings, processes the reviews to extract useful information, and saves the processed data to a new CSV file. It also generates a word cloud of the top 50 words used in the reviews and a bar plot of the common parts of speech (POS) tags found in the reviews.

Awesome Lists containing this project