Skip to content

Latest commit

 

History

History
 
 

language-processing-vocab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Overview of natural language processing vocabulary

You will need:

  • python 3 (I used 3.6)
  • jupyter (I used 1.0.0)
  • scikit-learn (I used 0.18.1)
  • nltk (I used 3.2.4, also you will have to use the nltk downloader (in python, import nltk and nltk.download("all") works)
  • numpy (I used 1.12.1)
  • matplotlib (I used 2.0.2)

And: a file of example Tweets named "example_tweets.json"