progress with scandinavian

This commit is contained in:
aarne
2005-12-07 11:32:04 +00:00
parent 141fa43eb8
commit 0dfd8c1517
20 changed files with 414 additions and 316 deletions

View File

@@ -1,5 +1,5 @@
incomplete concrete CatScand of Cat =
open ParamScand, Prelude, DiffScand, (R = ParamX) in {
open ResScand, Prelude, DiffScand, (R = ParamX) in {
lincat
Text, Phr, Utt = {s : Str} ;
@@ -16,21 +16,23 @@ incomplete concrete CatScand of Cat =
QCl = {s : Tense => Anteriority => Polarity => QForm => Str} ;
RCl = {s : Tense => Anteriority => Polarity => Agr => Str} ;
-- Constructed in $Verb$.
VP = {
v : SForm => {
v1 : Str ; -- V1 har ---s1
v2 : Str -- V2 sagt ---s4
s : SForm => {
fin : Str ; -- V1 har ---s1
inf : Str -- V2 sagt ---s4
} ;
a1 : Bool => Str ; -- A1 inte ---s3
a1 : Polarity => Str ; -- A1 inte ---s3
n2 : Agr => Str ; -- N2 dig ---s5
a2 : Str ; -- A2 idag ---s6
ext : Str ; -- S extraposition ---s7
ea1,ev2,en2,ea2,eext : Bool -- indicate if the field exists
ext : Str ; -- S-Ext att hon går ---s7
en2,ea2,eext : Bool -- indicate if the field exists
} ;
V, VS, VQ, VA = {s : VForm => Str} ;
V2, VV, V2A = {s : VForm => Str} ** {c2 : Str} ;
V3 = {s : VForm => Str} ** {c2,c3 : Str} ;
V, VS, VQ, VA = Verb ;
V2, VV, V2A = Verb ** {c2 : Str} ;
V3 = Verb ** {c2,c3 : Str} ;
AP = {s : AFormPos => Str ; isPre : Bool} ;
Comp = {s : AFormPos => Str} ;
@@ -43,12 +45,17 @@ incomplete concrete CatScand of Cat =
Adv, AdV, AdA, AdS, AdN = {s : Str} ;
Prep = {s : Str} ;
Det, Quant = {s : Gender => Str ; n : Number ; det : DetSpecies } ;
Predet, Num, Ord = {s : Str} ;
-- Constructed in $Noun$.
CN,N = Noun ;
-- {s : Number => Species => Case => Str ; g : Gender} ;
PN = {s : Case => Str ; g : Gender} ;
Det, Quant = {s : Gender => Str ; n : Number ; det : DetSpecies } ;
Predet = {s : GenNum => Str} ;
Num = {s : Gender => Str} ;
Ord = {s : Str} ;
N = Noun ;
-- {s : Number => Species => Case => Str ; g : Gender} ;
CN = {s : Number => DetSpecies => Case => Str ; g : Gender} ;
PN = {s : Case => Str ; g : Gender} ;
Pron, NP = {s : NPForm => Str ; a : Agr} ;
N2 = Noun ** {c2 : Str} ;
N3 = Noun ** {c2,c3 : Str} ;