AutoNER documentation¶
Check Our New NER Toolkit🚀🚀🚀
- Inference:
- LightNER: inference w. models pre-trained / trained w. any following tools, efficiently.
- Training:
- LD-Net: train NER models w. efficient contextualized representations.
- VanillaNER: train vanilla NER models w. pre-trained embedding.
- Distant Training:
- AutoNER: train NER models w.o. line-by-line annotations and get competitive performance.
No line-by-line annotations, AutoNER trains named entity taggers with distant supervision.
Details about AutoNER can be accessed at: https://arxiv.org/abs/1804.07827.