Skip to content

Commit

Permalink
Fix: quietオプションが残っているのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jul 5, 2023
1 parent 4cc453e commit 803e468
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mecab/src/dictionary_compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ class DictionaryComplier {
if (opt_charcategory || opt_unknown) {
CharProperty::compile(DCONF(CHAR_PROPERTY_DEF_FILE),
DCONF(UNK_DEF_FILE),
OCONF(CHAR_PROPERTY_FILE),
opt_quiet);
OCONF(CHAR_PROPERTY_FILE));
}

if (opt_unknown) {
Expand Down

0 comments on commit 803e468

Please sign in to comment.