Skip to content

Commit 13d3ab3

Browse files
committed
Update common.py
1 parent 2949984 commit 13d3ab3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pythainlp/corpus/common.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ def thai_synonyms() -> dict:
337337

338338
def thai_synonym() -> dict:
339339
warn_deprecation(
340-
"pythainlp.corpus.thai_synonym", "pythainlp.corpus.thai_synonyms"
340+
"pythainlp.corpus.thai_synonym",
341+
"pythainlp.corpus.thai_synonyms",
342+
"5.1",
341343
)
342344
return thai_synonyms()
343345

0 commit comments

Comments
 (0)