Skip to content

Commit

Permalink
Sort import test_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bact authored Dec 13, 2023
1 parent 21d0a2b commit 5079d3f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,56 +18,56 @@
arabic_digit_to_thai_digit,
bahttext,
collate,
countthai,
convert_years,
count_thai_chars,
countthai,
dict_trie,
display_thai_char,
digit_to_text,
emoji_to_thai,
eng_to_thai,
find_keyword,
ipa_to_rtgs,
is_native_thai,
isthai,
isthaichar,
normalize,
now_reign_year,
num_to_thaiword,
maiyamok,
nectec_to_ipa,
rank,
reign_year_to_ad,
remove_dangling,
remove_dup_spaces,
remove_tone_ipa,
remove_tonemark,
remove_trailing_repeat_consonants,
remove_zw,
rhyme,
text_to_arabic_digit,
text_to_num,
text_to_thai_digit,
thaiword_to_date,
thai_digit_to_arabic_digit,
thai_keyboard_dist,
thai_to_eng,
thai_strftime,
thai_strptime,
thai_word_tone_detector,
thaiword_to_date,
thaiword_to_num,
thaiword_to_time,
time_to_thaiword,
thai_to_eng,
tis620_to_utf8,
to_idna,
thaiword_to_num,
thai_keyboard_dist,
text_to_num,
words_to_num,
tone_detector,
sound_syllable,
syllable_length,
syllable_open_close_detector,
tone_detector,
thai_word_tone_detector,
convert_years,
thai_strptime,
nectec_to_ipa,
ipa_to_rtgs,
remove_tone_ipa,
tis620_to_utf8,
remove_trailing_repeat_consonants,
words_to_num,
)
from pythainlp.util.morse import morse_decode, morse_encode
from pythainlp.util.spell_words import spell_word
from pythainlp.util.morse import morse_encode, morse_decode


class TestUtilPackage(unittest.TestCase):
Expand Down

0 comments on commit 5079d3f

Please sign in to comment.