diff options
| author | yum <yum.food.vr@gmail.com> | 2022-11-06 12:50:38 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-11-06 12:50:38 -0800 |
| commit | 7146acb9d4ad751fc5ced411a2990d0aad17d08f (patch) | |
| tree | 30d5f9f9a7f47bc4272fa9e9fff5c0226c376686 /Images | |
| parent | 3a123fb5cabdbdef4f1b98031ec90c42e1d6e911 (diff) | |
String matching no longer relies on spaces
Add a `matchStrings` which does basically the same thing as
`matchStringList` except it doesn't split the input at space boundaries.
I think this should work better for Japanese and Chinese, since they
don't use spaces.
Doesn't seem to cause any accuracy regressions for English.
Also update the README.
Diffstat (limited to 'Images')
| -rw-r--r-- | Images/tastt_anim.png | bin | 0 -> 42579 bytes |
| -rw-r--r-- | Images/tastt_blend.png | bin | 0 -> 14070 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/Images/tastt_anim.png b/Images/tastt_anim.png Binary files differnew file mode 100644 index 0000000..2cd8612 --- /dev/null +++ b/Images/tastt_anim.png diff --git a/Images/tastt_blend.png b/Images/tastt_blend.png Binary files differnew file mode 100644 index 0000000..7373dfd --- /dev/null +++ b/Images/tastt_blend.png |
