Skip to content

CLI

python-mecab-ko also provides a proxy for several command-line interfaces provided by mecab-ko. These interfaces can be used to add vocabulary to a user dictonary.

  • python3 -m mecab
  • python3 -m mecab dict-index
  • python3 -m mecab dict-gen
  • python3 -m mecab cost-train

For more detailed information, please refer to the official mecab document.