Skip to content

A repo with files used for a workshop on the basics of NLP for the 18B Insight Data Science Fellowship in NYC

Notifications You must be signed in to change notification settings

amandapogue/Insight_NLPBasics_Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Insight NLP Basics Workshop

A repo with files used for a workshop on the basics of NLP for the 18B Insight Data Science Fellowship in NYC. You will need the following packages:

  • pandas
  • numpy
  • re
  • spacy
  • sklearn
  • gensim # if you want to try out word2vec
  • pickle # if you want to save things

In addition to these files you will need the following:

Documents for workshop:

  • Workshop_Notebook.ipynb
    • This is a notebook where I show some examples of how to do various things using NLP (tokenize, stemming, lemmatizing, removing stop words, vectorizing, finding sentiment, finding named entities)
    • In the data folder there is a .csv file of wine reviews that is hosted on Kaggle. It includes 150K reviews of different kinds of wine, their scores, prices, and some other data.
  • Workshop_TryMe.ipynb
    • This is a notebook that is relatively empty, where you can try out some of the things from my workshop. You can follow along with the tutorial notebook, and try a different wine.

About

A repo with files used for a workshop on the basics of NLP for the 18B Insight Data Science Fellowship in NYC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published