From 9ecc663d00fd91e8c0108785722c735348528f9e Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 3 Nov 2008 16:52:54 +0000 Subject: structural words needed for Attempto ; negative items are overgenerating --- next-lib/src/swedish/StructuralSwe.gf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'next-lib/src/swedish/StructuralSwe.gf') diff --git a/next-lib/src/swedish/StructuralSwe.gf b/next-lib/src/swedish/StructuralSwe.gf index 98d54eb29..97f17402f 100644 --- a/next-lib/src/swedish/StructuralSwe.gf +++ b/next-lib/src/swedish/StructuralSwe.gf @@ -123,5 +123,23 @@ concrete StructuralSwe of Structural = CatSwe ** oper vem = MorphoSwe.mkNP "vem" "vem" "vems" "vems" "vems" SgUtr P3 ; +lin + not_Predet = {s = \\_ => "inte"} ; + nothing_but_Predet = {s = \\_ => "inget förutom"} ; + nobody_but_Predet = {s = \\_ => "ingen förutom"} ; + no_Quant = + {s = table { + Sg => \\_,_ => genderForms "ingen" "inget" ; + Pl => \\_,_,_ => "inga" + } ; + det = DDef Def + } ; + + if_then_Conj = {s1 = "om" ; s2 = "så" ; n = singular} ; + nobody_NP = regNP "ingen" "ingens" SgUtr ; + nothing_NP = regNP "inget" "ingets" SgNeutr ; + + at_least_AdN = ss "minst" ; + at_most_AdN = ss "högst" ; } -- cgit v1.2.3