Package org.apache.lucene.analysis.in
Class IndicNormalizer
- java.lang.Object
-
- org.apache.lucene.analysis.in.IndicNormalizer
-
public class IndicNormalizer extends java.lang.Object
Normalizes the Unicode representation of text in Indian languages.Follows guidelines from Unicode 5.2, chapter 6, South Asian Scripts I and graphical decompositions from http://ldc.upenn.edu/myl/IndianScriptsUnicode.html
-
-
Constructor Summary
Constructors Constructor Description IndicNormalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
normalize(char[] text, int len)
Normalizes input text, and returns the new length.
-