Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1994nikunj/nlp-toolkit-desktop-app
The code is a collection of NLP analyses, including text cleaning, most common words, n-grams generation, co-occurrence matrix generation, wordcloud generation, topic modeling (using Latent Dirichlet Allocation), and general text statistics.
https://github.com/1994nikunj/nlp-toolkit-desktop-app
data-analysis n-grams network-visualization nlp python text-cleaning topic-modeling wordcloud-generator
Last synced: 17 days ago
JSON representation
The code is a collection of NLP analyses, including text cleaning, most common words, n-grams generation, co-occurrence matrix generation, wordcloud generation, topic modeling (using Latent Dirichlet Allocation), and general text statistics.
- Host: GitHub
- URL: https://github.com/1994nikunj/nlp-toolkit-desktop-app
- Owner: 1994nikunj
- Created: 2023-02-02T21:09:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T16:17:04.000Z (over 1 year ago)
- Last Synced: 2024-08-08T00:43:19.554Z (4 months ago)
- Topics: data-analysis, n-grams, network-visualization, nlp, python, text-cleaning, topic-modeling, wordcloud-generator
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - 1994nikunj/nlp-toolkit-desktop-app - The code is a collection of NLP analyses, including text cleaning, most common words, n-grams generation, co-occurrence matrix generation, wordcloud generation, topic modeling (using Latent Dirichlet (Python)
README
# NLP Tools
The code is a collection of NLP analyses, including text cleaning, most common words, n-grams generation, co-occurrence matrix generation, wordcloud generation, topic modeling (using Latent Dirichlet Allocation), and general text statistics.Analysis and operations being performed:
- Text cleaning
- Generation of n-grams
- Word frequency analysis
- Wordcloud visualization
- Topic modeling
- General text statistics## The GUI:
![screenshot.png](assets%2Fscreenshot.png)