mecab
Japanese morphological analysis system
Install
- All systems
-
curl cmd.cat/mecab.sh
- Debian
-
apt-get install mecab
- Ubuntu
-
apt-get install mecab
- Kali Linux
-
apt-get install mecab
- Fedora
-
dnf install mecab
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mecab
- OS X
-
brew install mecab
- Raspbian
-
apt-get install mecab
- Dockerfile
- dockerfile.run/mecab
mecab
Japanese morphological analysis system
Mecab is a morphological analysis system. It reads Japanese sentences from the standard input, segments them into morpheme sequences, and outputs them to the standard output with many additional pieces of information (pronunciation, semantic information, etc).