More work on rom

This commit is contained in:
aarne
2003-12-16 15:39:07 +00:00
parent 06936f0f18
commit fb1e3fa798
6 changed files with 39 additions and 15 deletions

View File

@@ -9,6 +9,8 @@ oper
jean.g
Sg ;
nounPhraseOn = mkNameNounPhrase "on" Masc ;
partitiveNounPhrase = \n,vin ->
normalNounPhrase
(table {
@@ -90,7 +92,8 @@ oper
isTransVerbClit = \v -> case v.c of {
Acc => True ;
_ => False --- hmmm
Dat => True ;
_ => False
} ;
-- The "ne - pas" negation.

View File

@@ -126,6 +126,13 @@ oper
_ => Ton c
} ;
case2pformClit = \c -> case c of {
Nom => Aton Nom ;
Acc => Aton Acc ;
Dat => Aton Dat ;
_ => Ton c
} ;
-- Relative pronouns: the case-dependent parameter type.
param RelForm = RSimple Case | RComplex Gender Number Case ;