Skip to content

Commit 78a89dc

Browse files
authored
add test cases (#13)
1 parent a76596b commit 78a89dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/nlp/punctuation_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def run_tests(args: argparse.Namespace) -> int:
8080
"industries who are portraying people in poor countries in developing countries and portraying the "
8181
"poor and those of us in those industries are reporters researchers and people working for ngos i "
8282
"suspect there are a lot of us in those industries in the audience",
83+
"if water is held at 100 °C [212 °F] for one minute most micro-organisms and viruses are inactivated",
8384
],
8485
"es-US": ["bien y qué regalo vas a abrir primero", "ya hemos hablado de eso no"],
8586
"de-DE": ["aber weißt du wer den stein wirklich ins rollen gebracht hat", "anna weißt du wo charlotte ist"],
@@ -112,6 +113,7 @@ def run_tests(args: argparse.Namespace) -> int:
112113
"those of us in industries who are portraying people in poor countries in developing countries and "
113114
"portraying the poor and those of us in those industries are reporters, researchers and people "
114115
"working for ngos. I suspect there are a lot of us in those industries in the audience.",
116+
"If water is held at 100 °C [212 °F] for one minute, most micro-organisms and viruses are inactivated.",
115117
],
116118
"es-US": ["Bien. ¿y qué regalo vas a abrir primero?", "ya hemos hablado de eso, no?"],
117119
"de-DE": [

0 commit comments

Comments
 (0)