From 7146acb9d4ad751fc5ced411a2990d0aad17d08f Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 6 Nov 2022 12:50:38 -0800 Subject: 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. --- Images/tastt_anim.png | Bin 0 -> 42579 bytes Images/tastt_blend.png | Bin 0 -> 14070 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Images/tastt_anim.png create mode 100644 Images/tastt_blend.png (limited to 'Images') diff --git a/Images/tastt_anim.png b/Images/tastt_anim.png new file mode 100644 index 0000000..2cd8612 Binary files /dev/null and b/Images/tastt_anim.png differ diff --git a/Images/tastt_blend.png b/Images/tastt_blend.png new file mode 100644 index 0000000..7373dfd Binary files /dev/null and b/Images/tastt_blend.png differ -- cgit v1.2.3