#98 · Primary category: NLP Tools & Text Processing
soynlp
한국어 자연어처리를 위한 파이썬 라이브러리입니다. 단어 추출/ 토크나이저 / 품사판별/ 전처리의 기능을 제공합니다.
Project last updated:03/10/26
GitHub Stars
991
Forks
184
Contributors
11
License
LGPL-3.0
Why we included this project
soynlp is a good fit when you need Korean NLP but don't have labeled data. It learns from the text you give it: point the noun and word extractors at a set of documents and they pick out recurring tokens from statistical regularities, no pretrained models or annotations required. The package also covers tokenization and part-of-speech tagging, all in pure Python over numpy and scikit-learn, so setup stays simple whether you are prototyping or running a batch pipeline. Unsupervised extraction works best when the input documents share vocabulary, which is why the project's own guide advises feeding it a focused, same-domain corpus like movie reviews or a day's worth of news articles. Within that scope it is a practical, lightweight addition to a Korean NLP toolkit.
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 上百种预训练中文词向量