Today(※最近) I learnedシリーズ。 mecab-python3のドキュメントに書いてあります。 https://github.com/SamuraiT/mecab-python3/blob/v1.0.9/README.md#specifying-a-mecabrc You can specify an empty mecabrc like this: tagger = MeCab.Tagger('-r/dev/null -d/home/hoge/mydic') 目次 目次 MeCab.Tagger()初期化でRuntimeError mecabrcを指定する。/dev/null…