eagle705/pytorch-bert-crf-ner
KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)
This tool helps anyone working with Korean text automatically identify and extract key pieces of information like names of people, locations, organizations, dates, and products. You input raw Korean sentences, and it outputs the same sentences with these important entities clearly tagged. This is useful for data analysts, researchers, or anyone needing to quickly structure information from unstructured Korean text.
504 stars. No commits in the last 6 months.
Use this if you need to quickly and accurately extract specific entities from large volumes of Korean text, like identifying all mentions of product names or people in news articles.
Not ideal if you're working with languages other than Korean, or if you need to analyze relationships between entities rather than just identifying them.
Stars
504
Forks
108
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Feb 11, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/eagle705/pytorch-bert-crf-ner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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