From 85c5e8c3a968b29139aa1acf006ee2c738b9de23 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Tue, 11 Apr 2023 22:38:07 +0700 Subject: [PATCH] Add Thai to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 083991c..eba7d5d 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ "Hebrew": ["hebrew_tokenizer"], "Greek": ["greek-stemmer-pos"], "Arabic": ["pyarabic"], + "Thai": ["pythainlp"], }, packages=find_packages(), package_data={"sumy": [ @@ -92,6 +93,7 @@ "Natural Language :: Ukrainian", "Natural Language :: Greek", "Natural Language :: Arabic", + "Natural Language :: Thai", "Topic :: Education", "Topic :: Internet",