KoNLPY
KoNLPy is a Python package for natural language processing (NLP) of the Korean language.
Installation and Setup
You need to install the konlpy
python package.
pip install konlpy
Text splitter
See a usage example.
from langchain_text_splitters import KonlpyTextSplitter
API Reference:KonlpyTextSplitter