#189 · Primary category: NLP Tools & Text Processing
pytorch-bert-crf-ner
KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)
Project last updated:02/11/24
GitHub Stars
508
Forks
109
Contributors
9
License
Apache-2.0
Why we included this project
Extracting named entities from Korean text is the use case this repository targets. It builds on KoBERT and adds a CRF layer so the model outputs a consistent sequence of entity tags instead of independent guesses per token. The included notebooks run the tagger on real sentences, which makes the training and inference flow easy to follow if you want to adapt it to your own labels. It reads as a well-organized reference implementation rather than a supported production service, so expect to treat it as a starting point for your own pipeline.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量