diff options
| author | aarne <aarne@chalmers.se> | 2010-01-04 14:59:40 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-01-04 14:59:40 +0000 |
| commit | 9cc1d15efe679ef2190fd9e61058253806528a58 (patch) | |
| tree | e630ec6d7d6306449acd7959c0a0cd3e410fb7f2 /examples/attempto/LexAttemptoFre.gf | |
| parent | 5276ddab7dd6529f14905a136d7a52961d73d100 (diff) | |
number agreement in Romance predeterminers
Diffstat (limited to 'examples/attempto/LexAttemptoFre.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoFre.gf | 4 |
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 ; + } |
