sld/torch-conv-ner
Deep learning for named entity recognition on CoNLL-2003
This project helps you automatically identify and classify key entities like people, organizations, locations, and miscellaneous items within text. You input a text corpus, and it processes this data to output a model capable of recognizing these 'named entities'. This is useful for researchers and practitioners working with natural language processing tasks, particularly those involved in information extraction.
No commits in the last 6 months.
Use this if you need to build a system that can accurately find and categorize specific types of information from large volumes of text data.
Not ideal if you're looking for a ready-to-use application or a solution that doesn't require setting up a deep learning environment.
Stars
10
Forks
4
Language
Lua
License
GPL-3.0
Category
Last pushed
Dec 23, 2016
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/sld/torch-conv-ner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs