Skip to content

Natural Language Processing, or NLP, is the sub-field of AI that is focused on enabling computers to understand and process human languages.

License

Notifications You must be signed in to change notification settings

singhsidhukuldeep/NLP-pipeline-using-Spacy

Repository files navigation

NLP-pipeline-using-Spacy

Natural Language Processing, or NLP, is the sub-field of AI that is focused on enabling computers to understand and process human languages.

https://kuldeepsinghsidhu.blogspot.com/2018/11/getting-started-with-nlp-natural.html

Set Up

virtualenv -p python3 venv --no-site-packages
source venv/bin/activate
pip3 install -r requirements.txt
pip3 install -U spacy
python3 -m spacy download en_core_web_lg
pip3 install -U textacy

CREDITS

Kuldeep Singh Sidhu

Github: github/singhsidhukuldeep https://github.com/singhsidhukuldeep

Website: Kuldeep Singh Sidhu (Website) http://kuldeepsinghsidhu.com

LinkedIn: Kuldeep Singh Sidhu (LinkedIn) https://www.linkedin.com/in/singhsidhukuldeep/

About

Natural Language Processing, or NLP, is the sub-field of AI that is focused on enabling computers to understand and process human languages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages