Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

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

from langchain_text_splitters import KonlpyTextSplitter