Spaces:
Sleeping
Sleeping
wannaphong
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ thai_below_vowels = "\u0e38\u0e39" # 2
|
|
14 |
|
15 |
thai_tonemarks = "\u0e48\u0e49\u0e4a\u0e4b" # 4
|
16 |
|
17 |
-
all_thai = list(thai_consonants + thai_vowels)
|
18 |
|
19 |
|
20 |
def count_words(text):
|
|
|
14 |
|
15 |
thai_tonemarks = "\u0e48\u0e49\u0e4a\u0e4b" # 4
|
16 |
|
17 |
+
all_thai = list(thai_consonants + thai_vowels + thai_tonemarks)
|
18 |
|
19 |
|
20 |
def count_words(text):
|