Skip to content

Commit

Permalink
Sort export names in __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
bact authored Nov 13, 2023
1 parent 740c5e5 commit 3315cb0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pythainlp/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,21 @@
"abbreviation_to_full_text",
"arabic_digit_to_thai_digit",
"bahttext",
"convert_years",
"collate",
"countthai",
"convert_years",
"count_thai_chars",
"countthai",
"dict_trie",
"digit_to_text",
"display_thai_char",
"emoji_to_thai",
"eng_to_thai",
"find_keyword",
"ipa_to_rtgs",
"is_native_thai",
"isthai",
"isthaichar",
"nectec_to_ipa",
"normalize",
"now_reign_year",
"num_to_thaiword",
Expand All @@ -42,11 +44,18 @@
"remove_dangling",
"remove_dup_spaces",
"remove_repeat_vowels",
"remove_tone_ipa",
"remove_tonemark",
"remove_trailing_repeat_consonants",
"remove_zw",
"reorder_vowels",
"rhyme",
"sound_syllable",
"spell_words",
"syllable_length",
"syllable_open_close_detector",
"text_to_arabic_digit",
"text_to_num",
"text_to_thai_digit",
"thai_digit_to_arabic_digit",
"thai_keyboard_dist",
Expand All @@ -58,18 +67,9 @@
"thaiword_to_num",
"thaiword_to_time",
"time_to_thaiword",
"text_to_num",
"tis620_to_utf8",
"tone_detector",
"words_to_num",
"sound_syllable",
"syllable_length",
"syllable_open_close_detector",
"nectec_to_ipa",
"ipa_to_rtgs",
"remove_tone_ipa",
"tis620_to_utf8",
"spell_words",
"remove_trailing_repeat_consonants",
]

from pythainlp.util.collate import collate
Expand Down

0 comments on commit 3315cb0

Please sign in to comment.