diff options
Diffstat (limited to 'docs/advanced-options.md')
-rw-r--r-- | docs/advanced-options.md | 10 |
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). |