Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 595 Bytes

File metadata and controls

8 lines (5 loc) · 595 Bytes

Natural Language Processing in Python

Welcome to the course page for HackYale's Natural Language Processing in Python. We'll be covering basic corpus manipulation, word tokenization and text classification tasks using Python's popular Natural Language Toolkit. I'll be posting all of my slides and code samples here, as well as links to interesting NLP articles and resources.

Cool Links:

Peter Norvig's Spelling Corrector: http://norvig.com/spell-correct.html

Mathew Jockers Using Sentiment Analysis to Map Plot: http://www.matthewjockers.net/2014/06/05/a-novel-method-for-detecting-plot/