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

https://github.com/pmhalvor/nlp


https://github.com/pmhalvor/nlp

Last synced: about 1 year ago
JSON representation

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.