Skip to content
forked from taku910/mecab

Yet another Japanese morphological analyzer

License

Notifications You must be signed in to change notification settings

umichan0621/mecab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

This project is a copy of taku910/mecab, fix the compile issue and you can compile it by cmake now. This project is used for C++ project, you can load local dict by C++ interface and no need to install mecab on your computer. The dict relate files are in the folder 'mecab-ipadic'.

How to build

mkdir build
cd build
cmake ..
make -j8
make DESTDIR="/path/to/install" install

About

Yet another Japanese morphological analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • Other 0.1%