org.apache.lucene.analysis.ckb
Class SoraniNormalizer

java.lang.Object
  extended by org.apache.lucene.analysis.ckb.SoraniNormalizer

public class SoraniNormalizer
extends Object

Normalizes the Unicode representation of Sorani text.

Normalization consists of:


Constructor Summary
SoraniNormalizer()
           
 
Method Summary
 int normalize(char[] s, int len)
          Normalize an input buffer of Sorani text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoraniNormalizer

public SoraniNormalizer()
Method Detail

normalize

public int normalize(char[] s,
                     int len)
Normalize an input buffer of Sorani text

Parameters:
s - input buffer
len - length of input buffer
Returns:
length of input buffer after normalization


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.