Coder Social home page Coder Social logo

nlp-workshop's Introduction

NLP Workshop

Welcome to this repository. I have instructions and resources so you can get up to speed.

  1. You will need Python installed on your computer and other data science packages. I use the Anaconda distribution of Python 3.6.

  2. If you are comfortable with Git, make sure to clone this repository on your local computer, otherwise you can simply download a zip archive by clicking on the green button on the top right of the page.

  3. Make sure you are familiar with Python syntax. There is a review Jupyter notebook in this repository. Make sure you can go into your terminal and run the command jupyer notebook. A notebook server should start and you will be able to view, create and save notebooks.

  4. We will be using TextBlob. Make sure to run these commands in your terminal / shell.

    $ pip install -U textblob
    $ python -m textblob.download_corpora
    
  5. We will be using the Twitter US Airline Sentiment provided by Kaggle. The associated data files are located in the data folder.

  6. You should be able to import the following packges without a problem. If you get an error, pip install or conda install.

     $ import pandas
     $ import numpy
     $ import textblob
    

Organized by K2 Data Science.

nlp-workshop's People

Contributors

ty-shaikh avatar

Watchers

James Cloos avatar

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.