mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -06:00
French close to complete; reported on regexp bindings
This commit is contained in:
@@ -298,15 +298,6 @@ oper
|
||||
}
|
||||
} ;
|
||||
-}
|
||||
-- Reflexive pronouns are defined in $SyntaxFre$.
|
||||
|
||||
-- The composable pronoun "lequel" is inflected by varying the definite
|
||||
-- article and the determiner "quel" in the expected way.
|
||||
|
||||
lequelPron : Gender -> Number -> Case -> Str = \g,n,c ->
|
||||
artDef g n c + quelPron g n ;
|
||||
|
||||
|
||||
--2 Determiners
|
||||
--
|
||||
-- Determiners, traditionally called indefinite pronouns, are inflected
|
||||
@@ -318,15 +309,6 @@ oper
|
||||
Fem => nomReg telle ! n
|
||||
} ;
|
||||
|
||||
quelPron : Gender -> Number -> Str = pronForms "quel" "quelle" ;
|
||||
|
||||
telPron : Gender -> Number -> Str = pronForms "tel" "telle" ;
|
||||
|
||||
toutPron : Gender -> Number -> Str = \g,n -> case g of {
|
||||
Masc => numForms "tout" "tous" ! n ;
|
||||
Fem => nomReg "toutee" ! n
|
||||
} ;
|
||||
|
||||
-- The following macro generates the phrases "est-ce que", "est-ce qu'",
|
||||
-- and "est-ce qui" (the last one used e.g. in "qu'est-ce qui").
|
||||
|
||||
|
||||
Reference in New Issue
Block a user