#98 · Primary category: NLP Tools & Text Processing

soynlp

korean-nlp korean-text-processing nlp postagging tokenizer word-extraction

한국어 자연어처리를 위한 파이썬 라이브러리입니다. 단어 추출/ 토크나이저 / 품사판별/ 전처리의 기능을 제공합니다.

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