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

@@ -9,9 +9,9 @@ incomplete concrete PhraseScand of Phrase =
UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ;
UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ;
UttIP ip = {s = ip.s ! NPNom} ; --- Acc also
UttIP ip = {s = ip.s ! nominative} ; --- Acc also
UttIAdv iadv = iadv ;
UttNP np = {s = np.s ! NPAcc} ;
UttNP np = {s = np.s ! accusative} ;
---- UttVP vp = {s = infMark ++ infVP vp (agrP3 Sg)} ;
UttAdv adv = adv ;
@@ -19,6 +19,6 @@ incomplete concrete PhraseScand of Phrase =
PConjConj conj = conj ;
NoVoc = {s = []} ;
VocNP np = {s = "," ++ np.s ! NPNom} ;
VocNP np = {s = "," ++ np.s ! nominative} ;
}