Sunday, 7 April 2013

Visualizing Words


Ever wondered how words are connected. Draw graph to visualize it. Try different layout.
Download Code:
https://github.com/junedmunshi/SampleCode/tree/master/AI/visualizeWordNet

Required:
  • Python
  • networkx 
  • nltk 
  • nltk.corpus : wordnet 
  • pygraphviz

No comments:

Post a Comment