mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
remove my ad-hoc names for dictionary packages
Former-commit-id: 3dffb18557
This commit is contained in:
parent
2787bfd647
commit
9e55f8fed1
@ -58,8 +58,8 @@ def make_mecab_analyzer(names):
|
||||
|
||||
# Instantiate the MeCab analyzers for each language.
|
||||
MECAB_ANALYZERS = {
|
||||
'ja': make_mecab_analyzer(['mecab-ipadic-utf8', 'mecab-ja-ipadic', 'ipadic-utf8']),
|
||||
'ko': make_mecab_analyzer(['mecab-ko-dic', 'ko-dic', 'mecab-ko-dic-2.0.1-20150920'])
|
||||
'ja': make_mecab_analyzer(['mecab-ipadic-utf8', 'ipadic-utf8']),
|
||||
'ko': make_mecab_analyzer(['mecab-ko-dic', 'ko-dic'])
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user