mecab-config
Header files of Mecab
Install
- All systems
-
curl cmd.cat/mecab-config.sh
- Debian
-
apt-get install libmecab-dev - Ubuntu
-
apt-get install libmecab-dev - Kali Linux
-
apt-get install libmecab-dev - Fedora
-
dnf install mecab-devel - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libmecab-dev - OS X
-
brew install mecab - Raspbian
-
apt-get install libmecab-dev
libmecab-dev
Header files of Mecab
This package provides header files which are necessary to development programs using runtime libraries of Mecab, that is a Japanese morphological analysis system.
mecab-devel
Libraries and Header files for Mecab
mecab-ko
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).