mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
bugfix in Translator.java
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user