public class BengaliNormalizer extends Object
Implements the Bengali-language specific algorithm specified in: A Double Metaphone encoding for Bangla and its application in spelling checker Naushad UzZaman and Mumit Khan. http://www.panl10n.net/english/final%20reports/pdf%20files/Bangladesh/BAN16.pdf
Constructor and Description |
---|
BengaliNormalizer() |
Modifier and Type | Method and Description |
---|---|
int |
normalize(char[] s,
int len)
Normalize an input buffer of Bengali text
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.