kaybenleroll / intro_nlp_python

This repo contains all the code and materials used by me to run through the Stanza NLP work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intro_nlp_python

This repo contains all the code and materials used by me to run through the Stanza NLP work.

To set up the jupyter output stripping, we need to do the following:

  git config filter.strip-notebook-output.clean 'jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to=notebook --stdin --stdout --log-level=ERROR'

And then add the following to .gitattributes

  *.ipynb filter=strip-notebook-output

About

This repo contains all the code and materials used by me to run through the Stanza NLP work

License:MIT License


Languages

Language:Jupyter Notebook 79.2%Language:Makefile 20.8%