An open API service indexing awesome lists of open source software.

https://github.com/ayushk4/ner_tagger

NER (Named Entity Recognition) Tagging using Flux.jl
https://github.com/ayushk4/ner_tagger

Last synced: about 2 months ago
JSON representation

NER (Named Entity Recognition) Tagging using Flux.jl

Awesome Lists containing this project

README

        

# Ner_tagger.jl
NER (Named Entity Recognition) Tagging using Flux

## Dataset
- [CoNLL 2003](https://www.clips.uantwerpen.be/conll2003/ner/)
- [Reuters Corpus file](https://worksheets.codalab.org/bundles/0x1555644dcd6e42df8220676cb4d2b819/)

## References and Links
- [End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF](https://arxiv.org/abs/1603.01354) - (Xuezhe Ma and Eduard Hovy)
- [http://aclweb.org/anthology/W03-0419](http://aclweb.org/anthology/W03-0419)
- [https://github.com/guillaumegenthial/sequence_tagging](https://github.com/guillaumegenthial/sequence_tagging)
- [https://github.com/jayavardhanr/End-to-end-Sequence-Labeling](https://github.com/jayavardhanr/End-to-end-Sequence-Labeling-via-Bi-directional-LSTM-CNNs-CRF-Tutorial)
- [A Dataset with more entities](https://noisy-text.github.io/2017/emerging-rare-entities.html)