Add CRF module
Open
- Dominant language
- Jupyter Notebook
- Stars
- 7.3k
- Forks
- 833
- Avg merge
- 5h 11m
- Merged PRs (30d)
- 5
Description
Conditional Random Field (CRF) is a basic model of natural language processing, which is widely used in word segmentation, named entity recognition, part-of-speech tagging and other tagging scenarios. For example, `BiLSTM-CRF` model is widely used in NER. Could Flax add `CRF` module? That will useful! Thanks
Contributor guide
Assessment
This issue has not been assessed yet.