https://jinglescode.github.io/phrases-extraction-wordcloud/
Extracting n-grams from text and display in beautiful D3 word cloud.
https://jinglescode.github.io/phrases-extraction-wordcloud/
javascript machine-learning natural-language-processing
Last synced: 3 months ago
JSON representation
Extracting n-grams from text and display in beautiful D3 word cloud.
- Host: GitHub
- URL: https://jinglescode.github.io/phrases-extraction-wordcloud/
- Owner: jinglescode
- License: apache-2.0
- Created: 2020-05-05T08:46:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T02:07:42.000Z (almost 5 years ago)
- Last Synced: 2024-05-20T03:17:32.165Z (about 1 year ago)
- Topics: javascript, machine-learning, natural-language-processing
- Language: JavaScript
- Homepage: https://jinglescode.github.io/phrases-extraction-wordcloud/
- Size: 125 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phrases extraction and Word Cloud
> Extracting n-grams from text and display in beautiful D3 word cloud.100% JavaScript solution to extracting ngrams from text and display high frequency in beautiful D3 wordcloud. Phrases (ngrams) extraction are done inside *phrase_extraction.js*, there are a few params which you could tweak and edit stopwords list. Adjustments to wordcloud can be found in *wordcloud.js*.
## Examples
View a working [demo](https://jinglescode.github.io/phrases-extraction-wordcloud).## Data
Data taken from [datafiniti/Hotel Reviews](https://data.world/datafiniti/hotel-reviews).