diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-19 13:11:45 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-19 13:11:45 +0000 |
| commit | 0c538bf80bbf91a616d555a14018f2c6b2464b72 (patch) | |
| tree | 291ffca09a4256ab1b88a861fd53b9fa43a60cd4 /next-lib/src/english/QuestionEng.gf | |
| parent | 288ffd290a67a1d0ff497c8aa1d3c12d612a6dc3 (diff) | |
Added case inflection to English numerals and adjectives, in order to get genitive forms of stand-alone determiners that use Num or Ord right.
Diffstat (limited to 'next-lib/src/english/QuestionEng.gf')
| -rw-r--r-- | next-lib/src/english/QuestionEng.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/english/QuestionEng.gf b/next-lib/src/english/QuestionEng.gf index 2fc894932..0fce813d4 100644 --- a/next-lib/src/english/QuestionEng.gf +++ b/next-lib/src/english/QuestionEng.gf @@ -45,7 +45,7 @@ concrete QuestionEng of Question = CatEng ** open ResEng, Prelude in { } ; IdetQuant idet num = { - s = idet.s ! num.n ++ num.s ; + s = idet.s ! num.n ++ num.s ! Nom ; n = num.n } ; |
