aboutsummaryrefslogtreecommitdiff
path: root/docs/advanced-options.md
diff options
context:
space:
mode:
authorPierce James Morris <17671699+piercemorris@users.noreply.github.com>2024-01-14 02:16:39 +0000
committerGitHub <noreply@github.com>2024-01-14 02:16:39 +0000
commit326c5335503d45daafe73daac88ae330c6bace77 (patch)
tree4b72fb68bd94fb703fec0bc6ec09dbebdb24264d /docs/advanced-options.md
parent273c2f22603abe563435a0f1d7a84c0d9037fe2c (diff)
Reworked README & supplimenting docs (#512)
* initial revision of updated README * fix broken links in doc files * descriptive links, typos, anki emphasis * add missing punctuation * add new lines and capitalise letters * move contributing section up
Diffstat (limited to 'docs/advanced-options.md')
-rw-r--r--docs/advanced-options.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/advanced-options.md b/docs/advanced-options.md
new file mode 100644
index 00000000..f1740029
--- /dev/null
+++ b/docs/advanced-options.md
@@ -0,0 +1,10 @@
+## Advanced Options
+
+Click the `Advanced` toggle switch in the bottom left corner of the Settings page to enable advanced options.
+
+### Parse sentences using MeCab
+
+[MeCab](https://taku910.github.io/mecab/) is a third-party program which uses its own dictionaries and parsing algorithm to decompose sentences into individual words. MeCab may provide more accurate parsing results than Yomitan's internal parser.
+
+In order for Yomitan to use it, both MeCab and a native messaging component must be installed.
+A setup guide can be found [here](https://github.com/themoeway/yomitan-mecab-installer/blob/master/README.md).