Oven logo

Oven

Published

Thai Natural Language Processing library

pip install pythainlp

Package Downloads

Weekly DownloadsMonthly Downloads

Requires Python

>=3.7

Dependencies

PyThaiNLP Logo

PyThaiNLP is a Python library for Thai natural language processing. The library provides functions like word tokenization, part-of-speech tagging, transliteration, soundex generation, spell checking, and date and time parsing/formatting.

Website: pythainlp.github.io

Install

For stable version:

pip install pythainlp

For development version:

pip install --upgrade --pre pythainlp

Some functionalities, like named-entity recognition, require extra packages. See https://github.com/PyThaiNLP/pythainlp for installation options.