1
0
forked from GitHub/gf-core

bugfix in Translator.java

This commit is contained in:
krasimir
2015-11-16 20:03:40 +00:00
parent e7b75332a0
commit fe003097e1

View File

@@ -379,7 +379,7 @@ public class Translator {
if (targetLang.hasLinearization(lemma) &&
targetLang.hasLinearization("Inflection"+cat)) {
if (def == null)
def = new Expr("NoDefinition");
def = Expr.readExpr("NoDefinition");
Expr e = new Expr("MkDocument",
def,