diff options
| author | aarne <unknown> | 2004-01-12 16:46:00 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-01-12 16:46:00 +0000 |
| commit | ae9fe52eaace159d650aa32b19fbfa957c1df8c8 (patch) | |
| tree | 4ee3dd2547b2f042fe0883af3600add210a075b8 /grammars/database | |
| parent | 5c88df10bbf6c38b00e63bf897b5561417dd10fe (diff) | |
From Janna.
Diffstat (limited to 'grammars/database')
| -rw-r--r-- | grammars/database/DatabaseI.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grammars/database/DatabaseI.gf b/grammars/database/DatabaseI.gf index 5afeda711..204e43c81 100644 --- a/grammars/database/DatabaseI.gf +++ b/grammars/database/DatabaseI.gf @@ -18,7 +18,7 @@ lincat lin WhichAre A B = QuestPhrase (IntVP (NounIPMany A) (PosVG (PredAP B))) ; IsThere A = QuestPhrase (IsThereNP (IndefOneNP A)) ; - AreThere A = QuestPhrase (IsThereNP (IndefManyNP NoNum A)) ; + AreThere A = QuestPhrase (IsThereNP (IndefNumNP NoNum A)) ; WhatIs val = QuestPhrase (IntVP WhatOne (PosVG (PredNP val))) ; IsIt Q A = QuestPhrase (QuestVP Q (PosVG (PredAP A))) ; @@ -35,9 +35,9 @@ lin Individual = UsePN ; - AllN = DetNP (AllsDet NoNum) ; + AllN = DetNP (AllNumDet NoNum) ; MostN = DetNP MostsDet ; EveryN = DetNP EveryDet ; - Any = DetNP (AnysDet NoNum) ; + Any = DetNP (AnyNumDet NoNum) ; } ; |
