Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
test/command/suite/normalize/invalid/normalizer/invalid.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| normalize TokenBigram "aBcDe" | ||
| [ | ||
| [ | ||
| [ | ||
| -22, | ||
| 0.0, | ||
| 0.0 | ||
| ], | ||
| "[normalize] not normalizer: #<proc:tokenizer TokenBigram arguments:[$1, $2, $3]>" | ||
| ], | ||
| "" | ||
| ] | ||
| #|e| [normalize] not normalizer: #<proc:tokenizer TokenBigram arguments:[$1, $2, $3]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| normalize TokenBigram "aBcDe" |
3 changes: 3 additions & 0 deletions
3
test/command/suite/normalize/invalid/normalizer/nonexistent.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| normalize Nonexistent "aBcDe" | ||
| [[[-22,0.0,0.0],"[normalize] nonexistent normalizer: <Nonexistent>"],""] | ||
| #|e| [normalize] nonexistent normalizer: <Nonexistent> |
1 change: 1 addition & 0 deletions
1
test/command/suite/normalize/invalid/normalizer/nonexistent.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| normalize Nonexistent "aBcDe" |