Actions

« MeCaB » : différence entre les versions

De GBLL, TAL, ALAO, etc.

Page créée avec « == Installation == * pour Linux : <code> git clone https://github.com/taku910/mecab.git cd mecab/mecab/ ./configure –with-charset=utf-8 –enable-utf8-only make sudo... »
 
Aucun résumé des modifications
Ligne 5 : Ligne 5 :
<code>
<code>
git clone https://github.com/taku910/mecab.git  
git clone https://github.com/taku910/mecab.git  
cd mecab/mecab/
cd mecab/mecab/
./configure –with-charset=utf-8 –enable-utf8-only
./configure –with-charset=utf-8 –enable-utf8-only
make
make
sudo make install
sudo make install
sudo ldconfig
sudo ldconfig
cd mecab/mecab-ipadic/
 
cd ../mecab-ipadic/
 
./configure –with-charset=utf-8 –enable-utf8-only
./configure –with-charset=utf-8 –enable-utf8-only
make
make
sudo make install
sudo make install
</code>
</code>

Version du 11 novembre 2020 à 23:35

Installation

  • pour Linux :

git clone https://github.com/taku910/mecab.git

cd mecab/mecab/

./configure –with-charset=utf-8 –enable-utf8-only

make

sudo make install

sudo ldconfig

cd ../mecab-ipadic/

./configure –with-charset=utf-8 –enable-utf8-only

make

sudo make install