tner and NeuroNER
Given that TNER specializes in fine-tuning transformer-based language models for NER with a focus on cross-domain evaluation, and NeuroNER is a general neural network-based NER tool that predates widespread transformer adoption, they are primarily competitors in the broader NER space, with TNER offering a more modern, transformer-centric approach that likely provides superior performance for current tasks while NeuroNER represents an older, albeit still functional, paradigm.
About tner
asahi417/tner
Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An All-Round Python Library for Transformer-based Named Entity Recognition, EACL 2021"
This tool helps data scientists and NLP practitioners automatically identify and categorize specific types of information, like names of people, organizations, or locations, within unstructured text. You input raw text (sentences or documents), and it outputs the text with recognized entities labeled. It's ideal for anyone working with large volumes of text data who needs to extract key pieces of information systematically.
About NeuroNER
Franck-Dernoncourt/NeuroNER
Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
This program helps anyone working with large volumes of text to automatically identify and categorize key pieces of information, like names, organizations, or dates. You input raw text documents, and it outputs the same text with these important entities highlighted and labeled. It's ideal for researchers, data analysts, or content managers who need to extract specific data from unstructured text.
Scores updated daily from GitHub, PyPI, and npm data. How scores work