parameterized.parameters(
dict(
normalizer=config_for_function(input_text.roberta_normalize).set(cased=False),
expected=["ah博推zz \thello!how \n are you?"],
),
| 1 | # Copyright © 2023 Apple Inc. |
| 2 | |
| 3 | """Tests text input processing.""" |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected