Skip to main content

Sequence Tagger for Partially Annotated Dataset in spaCy

Project description

spacy-partial-tagger

This is a CRF tagger for partially annotated dataset in spaCy. The implementation of this tagger is based on Effland and Collins. (2021).

Dataset

Prepare spaCy binary format file. This library expects tokenization is character-based. For more detail about spaCy binary format, see this page.

Training

python -m spacy train config.cfg --output outputs --paths.train train.spacy --paths.dev dev.spacy 

Evaluation

python -m spacy evaluate outputs/model-best test.spacy

Installation

pip install spacy-partial-tagger

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spacy-partial-tagger-0.8.0.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

spacy_partial_tagger-0.8.0-py3-none-any.whl (16.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page