diff options
author | Pierce James Morris <17671699+piercemorris@users.noreply.github.com> | 2024-01-14 02:16:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 02:16:39 +0000 |
commit | 326c5335503d45daafe73daac88ae330c6bace77 (patch) | |
tree | 4b72fb68bd94fb703fec0bc6ec09dbebdb24264d /docs/advanced-options.md | |
parent | 273c2f22603abe563435a0f1d7a84c0d9037fe2c (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.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). |