wannaphong commited on
Commit
c334c88
·
verified ·
1 Parent(s): 0761583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):