Skip to content

ab6/QConSF-2016

Repository files navigation

#Workshop - Introduction to NLP using NLTK and Python QCon San Francisco 2016

Amber McKenzie

##Pre-requisite installation

###Windows:

####Install git:

####Install Python3:

###Mac:

###Install Python Libraries:

  • NLTK: Open a console, run: pip install nltk
  • NUMPY: Open a console, run: pip install numpy
    • IF NUMPY INSTALL FAILS (Windows Only):
  • MATPLOTLIB: Open a console, run: pip install matplotlib

###NLTK requirements:

  • Run: python
  • Execute the following in the python prompt
    • import nltk
    • nltk.download()
  • When the NLTK Downloader opens, click the Corpora tab
  • Download the following:
    • brown
    • gutenberg
    • state_union
    • stopwords
    • words
  • Click the Models tab
  • Download the following:
    • averaged_perceptron_tagger
    • maxent_ne_chunker
    • punkt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages