Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/explosion/spacy-notebooks
💫 Jupyter notebooks for spaCy examples and tutorials
https://github.com/explosion/spacy-notebooks
jupyter jupyter-notebook spacy tutorials
Last synced: 3 months ago
JSON representation
💫 Jupyter notebooks for spaCy examples and tutorials
- Host: GitHub
- URL: https://github.com/explosion/spacy-notebooks
- Owner: explosion
- License: mit
- Archived: true
- Created: 2016-12-25T13:06:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T14:41:40.000Z (almost 6 years ago)
- Last Synced: 2024-09-21T09:32:46.591Z (3 months ago)
- Topics: jupyter, jupyter-notebook, spacy, tutorials
- Language: Jupyter Notebook
- Homepage: https://spacy.io/docs/usage
- Size: 2.47 MB
- Stars: 287
- Watchers: 27
- Forks: 114
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spaCy Jupyter notebooks
An ongoing collection of [Jupyter](http://jupyter.org/) notebooks (formerly iPython notebooks) of easy-to-run [spaCy](https://github.com/explosion/spaCy) examples and tutorials. To get started, simply fork or clone this repository, navigate to the new directory and [run the notebook server](https://jupyter.readthedocs.io/en/latest/running.html):
```bash
git clone https://github.com/explosion/spacy-notebooks
cd spacy-notebooks
jupyter notebook
```## Table of contents
| Notebook | Content by | Notebook by | Description |
| --- | --- | --- | --- |
| [`lightning_tour`](notebooks/lightning_tour.ipynb) | [@explosion](https://github.com/explosion) | [@bhargavvader](https://github.com/bhargavvader) | An overview of spaCy's functionality and its usage.
| [`pycon_nlp`](notebooks/conference_notebooks/pycon_nlp) | [@CytoraTech](https://github.com/cytora) | [@CytoraTech](https://github.com/cytora/pycon-nlp-in-10-lines) | spaCy introduction, and using spaCy to analyse Pride and Prejudice and the RAND dataset. Presented at PyCon UK 2016.
| [`pydata_nlp`](notebooks/conference_notebooks/modern_nlp_in_python.ipynb) | [@skipgram](https://github.com/skipgram) | [@skipgram](https://github.com/skipgram/modern-nlp-in-python) | Introduction to NLP in python using spaCy and gensim. Presented at PyData DC 2016.
| [`advanced_text_analysis`](notebooks/conference_notebooks/advanced_text_analysis.ipynb) | [@JonathanReeve](https://github.com/JonathanReeve) | [@JonathanReeve](https://github.com/JonathanReeve/advanced-text-analysis-workshop-2017) | Advanced Text Analysis with spaCy and Scikit-Learn. Presented at NYU during NYCDH Week 2017.## Contribute a notebook
Have you created a Jupyter notebook featuring spaCy, or have you converted one of the existing [examples](https://github.com/explosion/spaCy/tree/master/examples) or [tutorials](https://spacy.io/docs/usage)? We always appreciate [pull requests](https://github.com/explosion/spacy-notebooks) to this repository! 👍
Please keep in mind that this repository is MIT-licensed, so we'll only be able to publish notebooks that are available under MIT or a more permissive license.