1
0
forked from GitHub/gf-core

updated DictEngSwe with Folkets lexikon and with 120 most common missing Penn treebank words, the latter manually. Folkets lexicon needs some manual revision (which is the reason not just to link to the automatically generated version).

This commit is contained in:
aarne
2013-10-27 15:13:29 +00:00
parent 6711201e0d
commit 9afee8afe7
4 changed files with 19461 additions and 12 deletions

View File

@@ -13,6 +13,14 @@ oper
[table (P.Gender) [vilken;vilket] ; table (P.Gender) [vilka;vilka]] ;
det = d ; lock_IQuant = <>} ;
mkQuant : Str -> Str -> Str -> Quant = \naagon,naagot,naagra ->
lin Quant {s,sp = table {
Sg => \\_,_ => table {Utr => naagon ; Neutr => naagot} ;
Pl => \\_,_,_ => naagra
} ;
det = DIndef
} ;
mkDet : Str -> P.Number -> Det = \s,n ->
lin Det {s,sp = \\_,_ => s ; n = n ; det = DDef Indef} ;
@@ -33,4 +41,7 @@ oper
a = PAg n ;
}
} ;
mkNum : Str -> Num = \s -> lin Num {s = table {_ => s} ; isDet = True ; n = Pl} ;
}