Example #1
0
 def test_bge(self):
     strokes = ('ㄴㅣㄱㅂ', )
     text = lookup(strokes)
     assert text == f'닙게{OPERATOR_ATTACH}'
Example #2
0
 def test_initial_r_medial_yo(self):
     strokes = ('ㄹㅗ*', )
     text = lookup(strokes)
     assert text == f'료{OPERATOR_ATTACH}'
Example #3
0
 def test_initial_ch_medial_yu(self):
     strokes = ('ㅎㅈㅜ*', )
     text = lookup(strokes)
     assert text == f'츄{OPERATOR_ATTACH}'
Example #4
0
 def test_initial_n_medial_i(self):
     strokes = ('ㄴㅣ', )
     text = lookup(strokes)
     assert text == f'니{OPERATOR_ATTACH}'
Example #5
0
 def test_inintial_s_medial_ae(self):
     strokes = ('ㅅㅏㅣ', )
     text = lookup(strokes)
     assert text == f'새{OPERATOR_ATTACH}'
Example #6
0
 def test_dorog(self):
     strokes = ('ㅁㅏㅓㄹㄱㄷ', )
     text = lookup(strokes)
     assert text == f'므도록{OPERATOR_ATTACH}'
Example #7
0
 def test_jiman(self):
     strokes = ('ㅁㅏㅓㅈㅁ', )
     text = lookup(strokes)
     assert text == f'므지만{OPERATOR_ATTACH}'
Example #8
0
 def test_go(self):
     strokes = ('ㅁㅏㅓㅇㄹㄱㄷ', )
     text = lookup(strokes)
     assert text == f'므고{OPERATOR_ATTACH}'
Example #9
0
 def test_da(self):
     strokes = ('ㅁㅏㅓㄷㅈ', )
     text = lookup(strokes)
     assert text == f'므다{OPERATOR_ATTACH}'
Example #10
0
 def test_ge(self):
     strokes = ('ㅁㅏㅓㅅㅈ', )
     text = lookup(strokes)
     assert text == f'므게{OPERATOR_ATTACH}'
Example #11
0
 def test_initial_g_medial_u(self):
     strokes = ('ㄱㅜ', )
     text = lookup(strokes)
     assert text == f'구{OPERATOR_ATTACH}'
Example #12
0
 def test_ga(self):
     strokes = ('ㅁㅏㅓㄱㄷ', )
     text = lookup(strokes)
     assert text == f'므가{OPERATOR_ATTACH}'
Example #13
0
 def test_bjiman(self):
     strokes = ('ㄴㅣㅂㅈㅁ', )
     text = lookup(strokes)
     assert text == f'닙지만{OPERATOR_ATTACH}'
Example #14
0
 def test_bgo(self):
     strokes = ('ㄴㅣㅂㅅㅈ', )
     text = lookup(strokes)
     assert text == f'닙고{OPERATOR_ATTACH}'
Example #15
0
 def test_initial_j_medial_eo(self):
     strokes = ('ㅈㅓ', )
     text = lookup(strokes)
     assert text == f'저{OPERATOR_ATTACH}'
Example #16
0
 def test_neun(self):
     strokes = ('ㅁㅏㅓㄴㅅㅈㅁ', )
     text = lookup(strokes)
     assert text == f'므는{OPERATOR_ATTACH}'
Example #17
0
 def test_do(self):
     strokes = ('ㅁㅏㅓㄷㅁ', )
     text = lookup(strokes)
     assert text == f'므도{OPERATOR_ATTACH}'
Example #18
0
 def test_ra(self):
     strokes = ('ㅁㅏㅓㅎㅇㄹ', )
     text = lookup(strokes)
     assert text == f'므라{OPERATOR_ATTACH}'
Example #19
0
 def test_ji(self):
     strokes = ('ㅁㅏㅓㄱㅈ', )
     text = lookup(strokes)
     assert text == f'므지{OPERATOR_ATTACH}'
Example #20
0
 def test_ngeo(self):
     strokes = ('ㅁㅏㅓㅇㄹㄱ', )
     text = lookup(strokes)
     assert text == f'므어{OPERATOR_ATTACH}'
Example #21
0
 def test_buteo(self):
     strokes = ('ㅁㅏㅓㅎㄷㅂ', )
     text = lookup(strokes)
     assert text == f'므부터{OPERATOR_ATTACH}'
Example #22
0
 def test_na(self):
     strokes = ('ㅁㅏㅓㄹㄴㅅ', )
     text = lookup(strokes)
     assert text == f'므나{OPERATOR_ATTACH}'
Example #23
0
 def test_initial_d_medial_eu(self):
     strokes = ('ㄷㅏㅓ', )
     text = lookup(strokes)
     assert text == f'드{OPERATOR_ATTACH}'
Example #24
0
 def test_nikka(self):
     strokes = ('ㅁㅏㅓㄴㅅㅈ', )
     text = lookup(strokes)
     assert text == f'므니까{OPERATOR_ATTACH}'
Example #25
0
 def test_initial_b_medial_e(self):
     strokes = ('ㅂㅓㅣ', )
     text = lookup(strokes)
     assert text == f'베{OPERATOR_ATTACH}'
Example #26
0
 def test_myeon(self):
     strokes = ('ㅁㅏㅓㄴㅁ', )
     text = lookup(strokes)
     assert text == f'므면{OPERATOR_ATTACH}'
Example #27
0
 def test_initial_k_medial_ya(self):
     strokes = ('ㅎㄱㅏ*', )
     text = lookup(strokes)
     assert text == f'캬{OPERATOR_ATTACH}'
Example #28
0
 def test_meonseo(self):
     strokes = ('ㅁㅏㅓㄴㅅㅁ', )
     text = lookup(strokes)
     assert text == f'므면서{OPERATOR_ATTACH}'
Example #29
0
 def test_initial_t_medial_yeo(self):
     strokes = ('ㅎㄷ*ㅓ', )
     text = lookup(strokes)
     assert text == f'텨{OPERATOR_ATTACH}'
Example #30
0
 def test_bda(self):
     strokes = ('ㄴㅣㄷㅂ', )
     text = lookup(strokes)
     assert text == f'닙다{OPERATOR_ATTACH}'