From d53c3fcbc16b090bdc4665b159ae38851cd8f357 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sun, 25 Aug 2019 16:35:21 +0700 Subject: [PATCH] Add Thai Language tokenizers (#4191) Add th (pythainlp) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a8a92d30a..1d2aa084b 100755 --- a/setup.py +++ b/setup.py @@ -265,6 +265,7 @@ def setup_package(): # Language tokenizers with external dependencies "ja": ["mecab-python3==0.7"], "ko": ["natto-py==0.9.0"], + "th": ["pythainlp>=2.0"], }, python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", classifiers=[