eagle705/korean-ner-cnn-bilstm
CNN+BiLSTM 기반 한국어 개체명 인식기입니다
This helps identify and categorize specific entities like names, locations, and organizations within Korean text. You provide Korean sentences or documents, and it outputs the same text with key entities highlighted and labeled. This tool is useful for data analysts, researchers, or anyone working with large volumes of Korean text data who needs to extract structured information.
No commits in the last 6 months.
Use this if you need to automatically find and classify proper nouns and other key information in Korean language documents or datasets.
Not ideal if you're working with languages other than Korean or if you need to understand the relationships between entities rather than just identifying them.
Stars
57
Forks
24
Language
Python
License
MIT
Category
Last pushed
Nov 26, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/eagle705/korean-ner-cnn-bilstm"
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