If you do something like fugashi.Tagger("d /asdf") (no hyphen), the invalid arguments will be ignored and you'll get a working tagger. That's weird and unhelpful. It seems to be the way the MeCab API works, but the actual MeCab command line behaves reasonably (gives an error), so there should be a way to modify the behavior.
If you do something like
fugashi.Tagger("d /asdf")(no hyphen), the invalid arguments will be ignored and you'll get a working tagger. That's weird and unhelpful. It seems to be the way the MeCab API works, but the actual MeCab command line behaves reasonably (gives an error), so there should be a way to modify the behavior.