ai2-ner-project/pytorch-ko-ner
PLM 기반 한국어 개체명 인식 (NER)
This project helps you automatically identify and categorize key entities like names, places, and organizations within Korean text. You provide raw Korean text, and it outputs the same text with named entities highlighted and labeled (e.g., 'Person', 'Location', 'Organization'). This is useful for anyone working with large volumes of Korean text data, such as researchers, analysts, or content managers.
No commits in the last 6 months.
Use this if you need to automatically extract specific types of information from Korean documents or large text datasets.
Not ideal if your primary need is for a language other than Korean, or if you require an extremely high level of domain-specific entity recognition not covered by general categories.
Stars
30
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ai2-ner-project/pytorch-ko-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