1
0
forked from GitHub/gf-core

more on romance

This commit is contained in:
aarne
2005-02-11 08:11:29 +00:00
parent a23f769cfd
commit aa4a8580f7
7 changed files with 80 additions and 36 deletions

View File

@@ -2,6 +2,8 @@
instance SyntaxFre of SyntaxRomance = TypesFre ** open Prelude, (CO=Coordination), MorphoFre in {
flags optimize=parametrize ;
oper
nameNounPhrase = \jean ->
normalNounPhrase
@@ -53,6 +55,19 @@ oper
} ++ duvin.s ! stressed accusative --- il y en a ; have to define "y"
} ;
reflPron : Number => Person => NPFormA => Str = \\n,p =>
case p of {
P3 => table {
Ton x => prepCase x ++ "soi" ;
Aton _ => elision "s" ;
Poss Sg Masc => "son" ;
Poss Sg Fem => "sa" ;
Poss Pl _ => "ses"
} ;
_ => (personPron Masc n p).s
} ;
mkAdjReg : Str -> Bool -> Adjective = \adj,p ->
mkAdjective (adjGrand adj) p ;