Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 775 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 775 Bytes

#AllenCRF A full features CRF for PyTorch extracted from the AllenNLP Framework

Docs

See the AllenNLP documentation about CRF for full API docs.

Why

The CRF implementation in the AllenNLP framework is very good and easy to use. It notably has a convenient API for specifying allowed (and thus forbidden) transitions.

We extracted the CRF implementation from the framework, so that we can use it without the other dependencies that AllenNLP includes.

Credits

The original implementation was written by Joel Grus with ongoing work from the good folks at AllenNLP.