summaryrefslogtreecommitdiff
path: root/next-lib/src/swedish/StructuralSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-11-03 16:52:54 +0000
committeraarne <aarne@cs.chalmers.se>2008-11-03 16:52:54 +0000
commit9ecc663d00fd91e8c0108785722c735348528f9e (patch)
tree0d448c553699345a6a556c014f3ccfbd6fad5e5d /next-lib/src/swedish/StructuralSwe.gf
parent44ad7596b6e151000ef6155bbdc697c1896c5de8 (diff)
structural words needed for Attempto ; negative items are overgenerating
Diffstat (limited to 'next-lib/src/swedish/StructuralSwe.gf')
-rw-r--r--next-lib/src/swedish/StructuralSwe.gf18
1 files changed, 18 insertions, 0 deletions
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" ;
}