An open API service indexing awesome lists of open source software.

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

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