https://github.com/pmhalvor/nlp
https://github.com/pmhalvor/nlp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmhalvor/nlp
- Owner: pmhalvor
- Created: 2020-12-17T14:28:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T13:38:11.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T22:33:52.852Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 5.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NLP projects
## /highlitgher
This application scrapes Google's S.R.E. book from [https://sre.google/sre-book](https://sre.google/sre-book), then highlights the dependencies using SpaCy's dependency parser.
The easiest way to use is to navigate to `highlighter/Site Reliability Engineering (highlighted).ipynb` in the [mybinder version of this repository](https://mybinder.org/v2/gh/pmhalvor/nlp.git/HEAD).
Press `Run` to get the first chapter, then `CTRL + ENTER` for each new chapter.
## /spacy
SpaCy is an open source text analysis library for Python. This directory shows some examples of how to use it.