Skip to content

Commit 0d8e799

Browse files
committed
Update common.py
1 parent 34ab090 commit 0d8e799

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pythainlp/corpus/common.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ def thai_stopwords() -> FrozenSet[str]:
144144
Return a frozenset of Thai stopwords such as "มี", "ไป", "ไง", "ขณะ",
145145
"การ", and "ประการหนึ่ง". \n(See: `dev/pythainlp/corpus/stopwords_th.txt\
146146
<https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/corpus/stopwords_th.txt>`_)
147+
We using stopword lists by thesis's เพ็ญศิริ ลี้ตระกูล.
148+
149+
:See Also:
150+
151+
เพ็ญศิริ ลี้ตระกูล . การเลือกประโยคสำคัญในการสรุปความภาษาไทยโดยใช้แบบจำลองแบบลำดับชั้น. กรุงเทพมหานคร : มหาวิทยาลัยธรรมศาสตร์; 2551.
147152
148153
:return: :class:`frozenset` containing stopwords.
149154
:rtype: :class:`frozenset`

0 commit comments

Comments
 (0)