From 48dc5208b51464f3f253caf79953b3c322c7a181 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 28 Oct 2008 15:33:02 +0000 Subject: Attempto in French ; not correct for mode in "il n'est pas possible que..." etc --- examples/attempto/LexAttemptoFre.gf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/attempto/LexAttemptoFre.gf (limited to 'examples/attempto/LexAttemptoFre.gf') diff --git a/examples/attempto/LexAttemptoFre.gf b/examples/attempto/LexAttemptoFre.gf new file mode 100644 index 000000000..c3a45a433 --- /dev/null +++ b/examples/attempto/LexAttemptoFre.gf @@ -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) ; + +} -- cgit v1.2.3