mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Updated ParseEng for case-inflected Num.
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user