summaryrefslogtreecommitdiff
path: root/next-lib
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-19 13:15:36 +0000
committerbjorn <bjorn@bringert.net>2008-11-19 13:15:36 +0000
commit76f299b93aa32afc381ec23507f6f09d676c24da (patch)
treef0bd6670eb8caa229fb0e812a09ba19618cdd7cc /next-lib
parent0c538bf80bbf91a616d555a14018f2c6b2464b72 (diff)
Updated ParseEng for case-inflected Num.
Diffstat (limited to 'next-lib')
-rw-r--r--next-lib/src/parse/ParseEng.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/parse/ParseEng.gf b/next-lib/src/parse/ParseEng.gf
index b01906f76..f8060533b 100644
--- a/next-lib/src/parse/ParseEng.gf
+++ b/next-lib/src/parse/ParseEng.gf
@@ -111,7 +111,7 @@ lin
VerbCN v cn = {s = \\n,c => v.s ! VPresPart ++ cn.s ! n ! c; g = cn.g};
NumOfNP num np = {
- s = \\c => num.s ++ "of" ++ np.s ! c ;
+ s = \\c => num.s ! Nom ++ "of" ++ np.s ! c ;
a = agrP3 num.n
} ;