Skip to content

jordwest/go-mecab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoLang bindings for MeCab

Installation

Install MeCab from source as usual.

First download the source and dictionary archives from http://mecab.googlecode.com/ then:

Install MeCab

tar zxfv mecab-X.X.tar.gz
cd mecab-X.X
./configure --enable-utf8-only
make
make check
sudo make install

Reload libraries

sudo ldconfig

Install the dictionary

tar zxfv mecab-ipadic-X.tar.gz
cd mecab-ipadic-X
./configure --with-charset=utf8
make
sudo make install

About

MeCab bindings for GoLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages