Class KatakanaRomanizer

java.lang.Object
org.apache.lucene.analysis.ja.completion.KatakanaRomanizer

public class KatakanaRomanizer extends Object
Converts a Katakana string to Romaji using the pre-defined Katakana-Romaji mapping rules. Internally, this repeatedly performs prefix match on the given char sequence to the pre-built keystroke array until it reaches the end of the sequence, or there are no matched keystrokes.