Giter Club home page Giter Club logo

nlp-workshop's Introduction

nlp-workshop

An introductory tutorials of NLP

This repo contains notebooks introducing basic NLP concepts for anyone to start working with NLP datasets.

Requirements

Linux/Mac Users

  1. Install Python 3 - https://www.python.org/downloads/
  2. Install Jupyter - http://jupyter.org/
    • python -m pip install --upgrade pip
    • python -m pip install jupyter
  3. Install numpy
    • pip install numpy
  4. Install nltk
    • pip install -U nltk
  5. Install nltk datasets
    • import nltk; nltk.download()
    • Corpora -> [stopwords, wordnet, words]
    • Models -> [punkt, averaged_perceptron_tagger, maxent_ne_chunker]
  6. Install autocorrect
    • pip install autocorrect
  7. Install Git https://git-scm.com/downloads
  8. git clone https://github.com/santoshgsk/nlp-workshop.git

Windows Users

  1. Install Cygwin
  2. Install Python 3 - https://www.python.org/downloads/
    • Select “Add Python 3.6 to Path” and opt “Install Now” and opt “Disable path length limit”
  3. Install Jupyter - http://jupyter.org/ (run all the following commands in cygwin)
    • python -m pip install --upgrade pip
    • python -m pip install jupyter
  4. Install numpy
    • pip install numpy
  5. Install nltk
    • pip install -U nltk
  6. Install nltk datasets
    • import nltk; nltk.download()
    • Corpora -> [stopwords, wordnet, words]
    • Models -> [punkt, averaged_perceptron_tagger, maxent_ne_chunker]
  7. Install autocorrect
    • pip install autocorrect
  8. Install Git https://git-scm.com/downloads
  9. git clone https://github.com/santoshgsk/nlp-workshop.git

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.