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 105db47ee4
commit 8a7254e4f9

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,