Uses of Class
org.languagetool.rules.translation.TranslationEntry
Packages that use TranslationEntry
-
Uses of TranslationEntry in org.languagetool.rules.en.translation
Fields in org.languagetool.rules.en.translation with type parameters of type TranslationEntryModifier and TypeFieldDescriptionprivate final Map<String, List<TranslationEntry>> BeoLingusTranslator.de2enprivate final Map<String, List<TranslationEntry>> BeoLingusTranslator.en2deMethods in org.languagetool.rules.en.translation that return TranslationEntryModifier and TypeMethodDescriptionprivate TranslationEntryBeoLingusTranslator.cleanTranslationEntry(TranslationEntry tmpEntry, AnalyzedToken aToken) Methods in org.languagetool.rules.en.translation that return types with arguments of type TranslationEntryModifier and TypeMethodDescriptionprivate List<TranslationEntry> BeoLingusTranslator.getTranslationsForBaseforms(String term, Map<String, List<TranslationEntry>> map) Methods in org.languagetool.rules.en.translation with parameters of type TranslationEntryModifier and TypeMethodDescriptionprivate TranslationEntryBeoLingusTranslator.cleanTranslationEntry(TranslationEntry tmpEntry, AnalyzedToken aToken) Method parameters in org.languagetool.rules.en.translation with type arguments of type TranslationEntryModifier and TypeMethodDescriptionprivate voidBeoLingusTranslator.addResultsForTokens(Map<String, List<TranslationEntry>> map, List<AnalyzedToken> aTokens, List<TranslationEntry> result) private List<TranslationEntry> BeoLingusTranslator.getTranslationsForBaseforms(String term, Map<String, List<TranslationEntry>> map) private voidBeoLingusTranslator.handleItem(Map<String, List<TranslationEntry>> map, String[] germanParts, String[] englishParts, int i, String germanPart) -
Uses of TranslationEntry in org.languagetool.rules.translation
Fields in org.languagetool.rules.translation with type parameters of type TranslationEntryModifier and TypeFieldDescriptionprivate final List<TranslationEntry> TranslationData.translationsMethods in org.languagetool.rules.translation that return types with arguments of type TranslationEntryConstructor parameters in org.languagetool.rules.translation with type arguments of type TranslationEntryModifierConstructorDescriptionTranslationData(List<TranslationEntry> translations, DataSource dataSource)