Attempto in French ; not correct for mode in "il n'est pas possible que..." etc

This commit is contained in:
aarne
2008-10-28 15:33:02 +00:00
parent 4f327ca357
commit 61c16c7b34
4 changed files with 110 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
instance LexAttemptoFre of LexAttempto =
open ExtraFre, SyntaxFre, ParadigmsFre, ConstructX, IrregFre in {
oper
possible_A = mkA "possible" ;
necessary_A = mkA "nécessaire" ;
own_A = mkA "propre" ;
have_VV = SyntaxFre.must_VV ;
provably_Adv = mkAdv "démontrablement" ;
provable_A = mkA "démontrable" ;
false_A = mkA "faux" ;
genitiveNP np cn = mkNP (mkNP the_Art cn) (SyntaxFre.mkAdv possess_Prep np) ;
}