Skip to content

andrewng77/nlp

 
 

Repository files navigation

Natural Language Processing Course For Beginners

This course is written in python with two major libraries used for natural language processing spacy and nltk

This course expects that you have basic understanding of python3 programming language. It is highly reccomended that you use jupyter notebooks(.ipynb) using Anaconda distribution for this course as it enables beautiful visualizations.

Installing spacy

using anaconda

conda install -c conda-forge spacy

using pip (pip3 for linux and macos)

pip install -U spacy

Installing Language modules for spacy

python -m spacy download en_core_web_sm (small will be sufficient for beginners)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%