From 06e01b0fe9a7e4d88efa391bf9c5b41a8c0280a1 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 13 Oct 2013 20:00:04 +0000 Subject: [PATCH] moved Chi.GenNP to its proper place --- lib/src/chinese/ExtraChi.gf | 1 + lib/src/chinese/ParseChi.gf | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/src/chinese/ExtraChi.gf b/lib/src/chinese/ExtraChi.gf index 69d76e46f..c954a4fa8 100644 --- a/lib/src/chinese/ExtraChi.gf +++ b/lib/src/chinese/ExtraChi.gf @@ -24,6 +24,7 @@ concrete ExtraChi of ExtraChiAbs = CatChi ** BaseVPI = twoSS ; ConsVPI = consrSS duncomma ; + GenNP np = {s,pl = np.s ++ possessive_s ; detType = DTPoss} ; GenRP nu cn = {s = cn.s ++ relative_s} ; ---- ?? diff --git a/lib/src/chinese/ParseChi.gf b/lib/src/chinese/ParseChi.gf index 7d9618c0f..ff0645afc 100644 --- a/lib/src/chinese/ParseChi.gf +++ b/lib/src/chinese/ParseChi.gf @@ -54,10 +54,6 @@ flags lin --- missing from ExtraChi; should not really be there either - - GenNP np = - ParadigmsChi.mkQuant (np.s ++ possessive_s) ; EmptyRelSlash slash = mkRCl ;