monologg/KoBERT-NER
NER Task with KoBERT (with Naver NLP Challenge dataset)
This tool helps developers working with Korean natural language processing to identify and categorize specific entities within Korean text. You provide raw Korean text, and it outputs the text with recognized entities like names, locations, and organizations labeled. This is designed for developers building applications that require understanding the structure of Korean sentences.
100 stars. No commits in the last 6 months.
Use this if you are a developer building a Korean NLP application and need to extract named entities from text.
Not ideal if you are an end-user without programming skills or are working with languages other than Korean.
Stars
100
Forks
34
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 12, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/monologg/KoBERT-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 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow