public interface Translator
| Modifier and Type | Method and Description |
|---|---|
String |
cleanTranslationForReplace(String s,
String prevWord) |
DataSource |
getDataSource() |
String |
getMessage() |
String |
getTranslationSuffix(String s) |
List<TranslationEntry> |
translate(String term,
String fromLang,
String toLang) |
List<TranslationEntry> translate(String term, String fromLang, String toLang) throws IOException
IOExceptionDataSource getDataSource()
String getMessage()