Word cloud

posted on 09:51 AM on Tuesday 25 December 2018

Now that the website is running my own codes, it is a lot easier to add new functionality. Over the break, I added a word cloud to the site.

http://bernett.info/wordcloud.html

For this, I had to use NLTK to categorize the words into part of speech and then use all the nouns for the word cloud.

For the actual visual representation, I use jQCloud to generate the word cloud in Javascript with links to the search function.

Wonder what feature should I add next 🙂

bernett.net