From b0a0184334a375b33d9ee5b2f8f834dc5a7841b7 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 21 Nov 2021 22:09:58 -0500 Subject: [PATCH] Update sentence parsing settings (#2020) * Update description * Update descriptions of the parsing algorithms --- ext/settings.html | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/ext/settings.html b/ext/settings.html index d5020b18..9309c889 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1255,8 +1255,8 @@
-
-
-
Parse text using installed dictionaries
-
Words are scanned by automatically advancing in the sentence after a matching word.
+
+
+
+
Parse sentences using Yomichan's internal parser
+
+ Sentence words are parsed using Yomichan's dictionaries. + More… +
+
+
+ +
-
- + -
+
-
Parse text using MeCab
+
+ Parse sentences using MeCab +
- Requires a native component to be installed that Yomichan will connect to. + Sentence words are parsed using a third-party program. More…
@@ -1290,6 +1308,9 @@