https://github.com/amrrs/intro_to_nlp_with_spacy
Introduction to NLP with Spacy - Bangpypers October Talk
https://github.com/amrrs/intro_to_nlp_with_spacy
nlp python spacy
Last synced: 26 days ago
JSON representation
Introduction to NLP with Spacy - Bangpypers October Talk
- Host: GitHub
- URL: https://github.com/amrrs/intro_to_nlp_with_spacy
- Owner: amrrs
- Created: 2018-10-26T16:31:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T04:09:20.000Z (over 6 years ago)
- Last Synced: 2025-03-26T08:47:37.676Z (about 1 month ago)
- Topics: nlp, python, spacy
- Language: Jupyter Notebook
- Size: 3.47 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# NLP Basics with spaCy
This notebook attempts to introduce the basic concepts of NLP with `spaCy` using Python.
### System requirements:
* Python 3.x
* `spacy` installed - use `pip3 install spacy`
* `spacy language model` downloaded - in this case English one `python -m spacy download en_core_web_sm`
* Hopefully, you've got Jupyter Notebook installed!### Dataset
The dataset used here is downloaded from Kaggle, Please cite it wherever used.
https://www.kaggle.com/eliasdabbas/5000-justdoit-tweets-dataset/home
### Kaggle Kernel
This same notebook is available as a Kaggle Kernel, if you want a hosted environment to use this Notebok.
https://www.kaggle.com/nulldata/intro-to-nlp-basics-with-spacy/
### License
MIT License
### Courtesy:
* Dataset - https://www.kaggle.com/eliasdabbas/5000-justdoit-tweets-dataset by Elias Dabbas