summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoFre.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-01-04 14:59:40 +0000
committeraarne <aarne@chalmers.se>2010-01-04 14:59:40 +0000
commit9cc1d15efe679ef2190fd9e61058253806528a58 (patch)
treee630ec6d7d6306449acd7959c0a0cd3e410fb7f2 /examples/attempto/LexAttemptoFre.gf
parent5276ddab7dd6529f14905a136d7a52961d73d100 (diff)
number agreement in Romance predeterminers
Diffstat (limited to 'examples/attempto/LexAttemptoFre.gf')
-rw-r--r--examples/attempto/LexAttemptoFre.gf4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/attempto/LexAttemptoFre.gf b/examples/attempto/LexAttemptoFre.gf
index b6f983c24..618f37175 100644
--- a/examples/attempto/LexAttemptoFre.gf
+++ b/examples/attempto/LexAttemptoFre.gf
@@ -1,7 +1,7 @@
instance LexAttemptoFre of LexAttempto =
open ExtraFre, SyntaxFre, ParadigmsFre, ConstructX,
MakeStructuralFre,
- IrregFre in {
+ IrregFre, (P = Prelude) in {
oper
possible_A = mkA "possible" ;
@@ -25,4 +25,6 @@ oper
whose_IDet = mkIDet (mkIQuant "de qui") ; ----
+ eachOf np = mkNP (mkPredet "chacun" "chacune" genitive P.True) np ;
+
}