From c8ceed08efcc0bdc1fcbd89bce643d9f52f0991b Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 9 Dec 2009 09:47:16 +0000 Subject: moving a few things to deprecated --- deprecated/old-lib/resource/romance/ExtRomance.gf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deprecated/old-lib/resource/romance/ExtRomance.gf (limited to 'deprecated/old-lib/resource/romance/ExtRomance.gf') diff --git a/deprecated/old-lib/resource/romance/ExtRomance.gf b/deprecated/old-lib/resource/romance/ExtRomance.gf new file mode 100644 index 000000000..a5586d715 --- /dev/null +++ b/deprecated/old-lib/resource/romance/ExtRomance.gf @@ -0,0 +1,14 @@ +incomplete concrete ExtRomance of ExtRomanceAbs = + CatRomance ** open DiffRomance, ResRomance in { + + lin + DefSgN predet noun = let g = noun.g in { + s = \\c => predet.s ! gennum g Sg ++ noun.s ! Sg ! Def ! caseNP c ; + a = agrP3 g Sg + } ; + DefPlN predet noun = let g = noun.g in { + s = \\c => predet.s ! Plg ++ noun.s ! Pl ! Def ! caseNP c ; + a = agrP3 g Sg + } ; + +} -- cgit v1.2.3