This is a project for training a keyword extraction model. The model labels keyterms in OpenStax textbooks.
This project is built on spaCy projects. It can be used via the
spacy project CLI. To find out
more about a command, add --help. For detailed instructions, see the
usage guide.
- Clone the project.
python -m spacy project clone --repo https://github.com/aloe/deidentification-pipeline
- Run a command defined in the
project.yml.python -m spacy project run init
- Run a workflow of multiple steps in order.
python -m spacy project run all