Ahwar/NER-NLP-with-ONNX-Java
A Java NLP application that identifies names, organizations, and locations in text by utilizing Hugging Face's RoBERTa NER model through the ONNX runtime and the Deep Java Library.
This Java application helps developers identify important entities like names, organizations, and locations within any given text. It takes raw text as input and outputs a structured list of detected entities and their categories. This tool is designed for Java developers building applications that require robust named entity recognition capabilities.
No commits in the last 6 months.
Use this if you are a Java developer needing to integrate a powerful, pre-trained Named Entity Recognition (NER) model into your application to extract specific information from text.
Not ideal if you are not a Java developer or if you need a solution that doesn't require setting up a local Java development environment and converting models.
Stars
8
Forks
2
Language
Java
License
—
Category
Last pushed
Sep 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/Ahwar/NER-NLP-with-ONNX-Java"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deeppavlov/AutoIntent
Automated machine learning for text classification
shushanxingzhe/transformers_ner
Add CRF or LSTM+CRF for huggingface transformers bert to perform better on NER task. It is very...
fran-martinez/bio_ner_bert
BERT finetuned on NER downstream tasks
liuyukid/transformers-ner
Pytorch-Named-Entity-Recognition-with-transformers
suamin/T2NER
T2NER: Transformers based Transfer Learning Framework for Named Entity Recognition (EACL 2021)