Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 746 Bytes

File metadata and controls

23 lines (19 loc) · 746 Bytes

Keyword Extraction

This is a project for training a keyword extraction model. The model labels keyterms in OpenStax textbooks.

🚀 Quickstart

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.

  1. Clone the project.
    python -m spacy project clone --repo https://github.com/aloe/deidentification-pipeline
  2. Run a command defined in the project.yml.
    python -m spacy project run init
  3. Run a workflow of multiple steps in order.
    python -m spacy project run all