mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 05:02:50 -06:00
second round of completing ParseFin with missing constructs: hundreds more translations
This commit is contained in:
@@ -18,6 +18,11 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
|
||||
GenCN n1 n2 = {s = \\nf => n1.s ! NPCase Gen ++ n2.s ! nf ;
|
||||
h = n2.h } ;
|
||||
|
||||
GenRP num cn = {
|
||||
s = \\n,c => let k = (npform2case num.n c) in "jonka" ++ num.s ! Sg ! k ++ cn.s ! NCase num.n k ;
|
||||
a = RAg (agrP3 num.n) ;
|
||||
} ;
|
||||
|
||||
lincat
|
||||
VPI = {s : Str} ;
|
||||
[VPI] = {s1,s2 : Str} ;
|
||||
|
||||
Reference in New Issue
Block a user