monologg/korean-ner-pytorch
NER Task with CNN + BiLSTM + CRF (with Naver NLP Challenge dataset) with Pytorch
This project helps identify and categorize specific entities in Korean text, such as names of people, organizations, locations, or dates. You input raw Korean text, and it outputs the same text with recognized entities labeled. This is useful for data analysts, linguists, or anyone working with large volumes of Korean text who needs to extract structured information.
No commits in the last 6 months.
Use this if you need to automatically extract and classify specific named entities from unstructured Korean text data.
Not ideal if your primary need is for languages other than Korean or if you require fine-grained entity classification beyond common named entity types.
Stars
31
Forks
8
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/monologg/korean-ner-pytorch"
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