NLTK-Book-Resource
NLTK-Book-Resource copied to clipboard
Notes and solutions to complement the official NLTK book
* include an example of downloading a free corpus * probably the most relevant would be [anc](http://www.anc.org/data/masc/downloads/data-download/) * only add code for this if it becomes relevant in later questions...
* possibly include an explanation behind the list comprehension in the **Your Turn** question
* create an example for the **Your Turn** question * try finding an API that is free to use if possible * preferably not using a paid API like Google...
* Checking Parameter Types Beautiful Soup example: need to fix the way the raw text data is processed (currently tokenizing a lot of JSON code, when it should just be...
find out why list / set membership is running at around the same time
* remove question 15-16 from solution set Open the `Projects` tab to see which problems need solutions.
- give instructions on how to open terminal in a specific folder - open notebook with `jupyter notebook` command