LanguageModelUtil.train(sourceWidList);
targetLanguageModel =
LanguageModelUtil.train(targetWidList);
}
TranslationModel translationModel = null;
if (transModel != null) {
translationModel = loadTranslationModel(
transModel, sourceVocabulary, targetVocabulary);
} else {
translationModel = TranslationModelUtil.train(