mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
fix MeCab error message
This commit is contained in:
parent
afe6537994
commit
fcf2445c3e
@ -28,7 +28,7 @@ def find_mecab_dictionary(names):
|
|||||||
return path
|
return path
|
||||||
|
|
||||||
error_lines = [
|
error_lines = [
|
||||||
"Couldn't find the MeCab dictionary named %r." % name,
|
"Couldn't find the MeCab dictionary named %r." % suggested_pkg,
|
||||||
"You should download or use your system's package manager to install",
|
"You should download or use your system's package manager to install",
|
||||||
"the %r package." % suggested_pkg,
|
"the %r package." % suggested_pkg,
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user