Skip to content

learlab/keyword_extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published