mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Attempto in French ; not correct for mode in "il n'est pas possible que..." etc
This commit is contained in:
15
examples/attempto/LexAttemptoFre.gf
Normal file
15
examples/attempto/LexAttemptoFre.gf
Normal 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) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user