Commit 66180f6
committed
fix: move OOV test cases out of shared test data to fix C++ unit tests
The C++ runtime test loads test data from normalizer.txt but uses FSTs
built without tag_oov=True. OOV test cases (Korean/Japanese characters)
that require <oov> wrapping are moved to a separate file only loaded by
the Python test (which uses tag_oov=True).
Fixes #3681 parent 9dd4a69 commit 66180f6
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments