Kuromoji is a morphological analyzer for Japanese text.  
    
This module provides support for Japanese text analysis, including features such as part-of-speech tagging, lemmatization, and compound word analysis.
    For an introduction to Lucene's analysis API, see the org.apache.lucene.analysis package documentation.
    
| Package | Description | 
|---|---|
| org.apache.lucene.analysis.ja | 
 Analyzer for Japanese. 
 | 
| org.apache.lucene.analysis.ja.dict | 
 Kuromoji dictionary implementation. 
 | 
| org.apache.lucene.analysis.ja.tokenattributes | 
 Additional Kuromoji-specific Attributes for text analysis. 
 | 
| org.apache.lucene.analysis.ja.util | 
 Kuromoji utility classes. 
 |