Skip to content

Commit

Permalink
Updated test case for sandhi
Browse files Browse the repository at this point in the history
  • Loading branch information
andreihar committed Apr 26, 2024
1 parent da90f1f commit a39de26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sandhi.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_false():
]
for transl, system in test_data:
data = [f"{h},{t}" for h, t in zip(hanji_data, transl)]
checker(data, Converter(system=system, punctuation='none', sandhi=False), Converter(system=system, dialect="north", punctuation='none', sandhi=False))
checker(data, Converter(system=system, punctuation='none', sandhi='none'), Converter(system=system, dialect="north", punctuation='none', sandhi='none'))

def test_sentence():
hanji_data = ["太空朋友,恁好!恁食飽未?"]
Expand Down

0 comments on commit a39de26

Please sign in to comment.