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

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.

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).