1 / 8

Lecture 1 Overview Online Resources

Lecture 1 Overview Online Resources. CSCE 771 Natural Language Processing. Topics Overview Readings: Google. January 16, 2013. Overview – Online Resources. NLTK NLTK book http://www.amazon.com/Natural-Language-Processing-Python-Steven/dp/0596516495/ref=cm_cr_pr_pb_t

coleman
Télécharger la présentation

Lecture 1 Overview Online Resources

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 1 Overview Online Resources CSCE 771 Natural Language Processing • Topics • Overview • Readings: Google January 16, 2013

  2. Overview – Online Resources • NLTK • NLTK book • http://www.amazon.com/Natural-Language-Processing-Python-Steven/dp/0596516495/ref=cm_cr_pr_pb_t • Online - http://nltk.org/book/ • NLTK corpora http://nltk.org/nltk_data/ • Python • Python doc = google(python 2.7 doc) • Online Courses • Stanford (Coursea) Jurafsky • http://www.youtube.com/watch?v=nfoudtpBV68 • xx

  3. NLP in Python vs other Programming Languages (Preface to NLTK book) • import sys • for line in sys.stdin: • for word in line.split(): • if word.endswith('ing'): • print word • Perl • Prolog • Java • C, Lisp, ruby, haskell

  4. The Python Tutorial • http://docs.python.org/2/tutorial/

  5. Stanford NL Course on Coursea • Jurafsky and Manning • YouTube lectures • Overview - http://www.youtube.com/watch?v=nfoudtpBV68 • RE 2-1 - http://www.youtube.com/watch?v=hwDhO1GLb_4 • RE 2-2 - http://www.youtube.com/watch?v=RGLldper5II • RE 2-3 Word Tokenization- http://www.youtube.com/watch?v=jBk24DI8kg0 • RE 2-1 - http://www.youtube.com/watch?v=hwDhO1GLb_4 • RE 2-1 - http://www.youtube.com/watch?v=hwDhO1GLb_4 • RE 2-1 - http://www.youtube.com/watch?v=hwDhO1GLb_4 • RE 2-1 - http://www.youtube.com/watch?v=hwDhO1GLb_4

More Related