/lucene-km

Lucene analyzer for Khmer (Unicode, old orthography, Pali written in Khmer script, transliteration)

Primary LanguageJavaApache License 2.0Apache-2.0

Lucene analyzer for Khmer

(Unicode, old orthography & Middle Khmer, Pali written in Khmer script, transliteration)

Building from source

First, make sure the submodule is initialized (git submodule init, then git submodule update from the root of the repo)

The base command line to build a jar is:

mvn clean compile

The following options alter the packaging:

  • -DperformRelease=true signs the jar file with gpg

Previous work