Skip to content

ikegami-yukino/neologdn-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neologdn-java

Build Status

neologdn is a Japanese text normalizer for mecab-neologd.

The normalization is based on the neologd's rules: https://github.com/neologd/mecab-ipadic-neologd/wiki/Regexp.ja

Contributions are welcome!

Usage

import io.github.ikegamiyukino.neologdn.NeologdNormalizer;


NeologdNormalizer normalizer = new NeologdNormalizer();
String text = "   PRML  副 読 本   ";
normalizer.normalize(text);
// => "PRML副読本"

License

Apache Software License.

Releases

No releases published

Packages

No packages published

Languages