Interface StreamTransliterator
-
- All Implemented Interfaces:
public interface StreamTransliteratorInterface for transliteration of text.
-
-
Method Summary
Modifier and Type Method Description abstract Stringtransliterate(String text)Transliterate the given text. -
-
Method Detail
-
transliterate
abstract String transliterate(String text)
Transliterate the given text.
- Parameters:
text- The text to transliterate.- Returns:
The transliterated text.
-
-
-
-