From 1fb35c011fcfb37e4ae448e91692f34c86efa3d3 Mon Sep 17 00:00:00 2001 From: Lalita Lowphansirikul Date: Sat, 20 Mar 2021 09:33:26 +0700 Subject: [PATCH] Change version from 0.1.1 to 0.1.2 Changes made are as follows: - Reference to PyThaiNLP's dictionary-based tokenizer instead of `ssg`, due to the syllable-level tokenizer used in the current release (v1.0; 24 Jan 2021) is PyThaiNLP's dictionary-based tokenizer (newmm). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57c8ac5..7966003 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name="thai2transformers", - version="0.1.1", + version="0.1.2", description="Pretraining transformer based Thai language models", long_description=readme, long_description_content_type="text/markdown",