Home:ALL Converter>Word Clouds using Stanford NLP libraries

Word Clouds using Stanford NLP libraries

Ask Time:2014-12-27T23:51:08         Author:ozzboy

Json Formatter

I would like to create a word cloud using D3 js and Standford NLP. The word cloud would be grouping of words within concepts. Like this:

enter image description here

Each cloud is a "concept" and the inner bubbles are "sub-concepts" with in concepts.

For exampleif concept is "World Economic Issues"
The Words under it would be - Oil Price, China Economy, Euro Zone Crisis, Japan debt crisis

I have used parts of speech tagger and sentiment analysis but have no idea how to approach creating a word cloud.

Are there libraries within Standford NLP to conceptualize words from a blurb of text? Please let me know.

Thanks in advance

Author:ozzboy,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/27668856/word-clouds-using-stanford-nlp-libraries
yy