aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarxeras <149911531+starxeras@users.noreply.github.com>2023-11-17 13:34:39 -0600
committerGitHub <noreply@github.com>2023-11-17 13:34:39 -0600
commit54ba1aac3f43ac886ff47a82ea990d533a6b0af6 (patch)
treeb83f41c759085239d40f57a326726c4e849c4856
parent0a23e135f8c3bc9545dc168244d40df2d3e1a645 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3774b6f8..cdb7afac 100644
--- a/README.md
+++ b/README.md
@@ -188,7 +188,7 @@ Click the `Show advanced options` toggle switch in the bottom left corner of the
### Parse sentences using MeCab
-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.
+[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 <a href="https://github.com/starxeras/yomitan-mecab-installer/blob/master/README.md" target="_blank" rel="noopener noreferrer">here</a>.