# Linux
pip install prodigy-1.5.1-cp35.cp36-cp35m.cp36m-linux_x86_64.whl
conda install spacypython -m spacy download en_core_web_lgprodigy dataset govt_terms "Seed terms for GOVT_AGENCY label"
prodigy terms.teach govt_terms en_core_web_lg --seeds "ICE, DHS, CBP, USCIS, TSA"Open browser to indicated server and label a dozen or so samples. Ctrl-C the server and the dataset will be saved.
prodigy terms.to-patterns govt_terms govt_patterns -l GOVT_AGENCYThis produces a JSONL file with the label patterns.
prodigy dataset govt_ner "Train GOVT_AGENCY label"