diff options
| author | aarne <aarne@chalmers.se> | 2009-06-18 13:45:55 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-06-18 13:45:55 +0000 |
| commit | 4401ebbe3ed854b76217bb47dcd7e62a344a42d7 (patch) | |
| tree | 1d9c8b15de4b6faf310c691f5ee62ffac6f4311d /next-lib/src/api/Constructors.gf | |
| parent | e69f8165c0d59f510ed59e0dff38aaae61653bf7 (diff) | |
shortcuts for this_Det etc
Diffstat (limited to 'next-lib/src/api/Constructors.gf')
| -rw-r--r-- | next-lib/src/api/Constructors.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/next-lib/src/api/Constructors.gf b/next-lib/src/api/Constructors.gf index fef8620f2..61b41a13c 100644 --- a/next-lib/src/api/Constructors.gf +++ b/next-lib/src/api/Constructors.gf @@ -1665,6 +1665,11 @@ incomplete resource Constructors = open Grammar in { those_NP : NP = DetNP (DetQuant that_Quant plNum) ; --# notminimal these_NP : NP = DetNP (DetQuant this_Quant plNum) ; --# notminimal + that_Det : Det = (DetQuant that_Quant sgNum) ; + this_Det : Det = (DetQuant this_Quant sgNum) ; + those_Det : Det = (DetQuant that_Quant plNum) ; + these_Det : Det = (DetQuant this_Quant plNum) ; + {- --# notminimal -- The definite and indefinite articles are commonly used determiners. |
