Skip to content
forked from atilika/kuromoji

Kuromoji is a self-contained and very easy to use Japanese morphological analyzer designed for search

License

Notifications You must be signed in to change notification settings

UIKit0/kuromoji

 
 

Repository files navigation

README

Building

In order to build com.atilika.kuromoji.kuromoji from source, please do as follows:

  1. Provide Java with 512MB heap size

    % export MAVEN_OPTS=-Xmx512m

  2. Run Maven using

    % mvn -Ddownload=true package

    to download the dictionary data and build a distribution

  3. A distribution should now be available as

    target/com.atilika.kuromoji.kuromoji-<version>.tar.gz (and .zip)

and a jar file should also be available in the target directory

Contact us

kuromoji@atilika.com

About

Kuromoji is a self-contained and very easy to use Japanese morphological analyzer designed for search

Resources

License

Stars

Watchers

Forks

Packages

No packages published