mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
moved Chi.GenNP to its proper place
This commit is contained in:
@@ -24,6 +24,7 @@ concrete ExtraChi of ExtraChiAbs = CatChi **
|
|||||||
BaseVPI = twoSS ;
|
BaseVPI = twoSS ;
|
||||||
ConsVPI = consrSS duncomma ;
|
ConsVPI = consrSS duncomma ;
|
||||||
|
|
||||||
|
GenNP np = {s,pl = np.s ++ possessive_s ; detType = DTPoss} ;
|
||||||
|
|
||||||
GenRP nu cn = {s = cn.s ++ relative_s} ; ---- ??
|
GenRP nu cn = {s = cn.s ++ relative_s} ; ---- ??
|
||||||
|
|
||||||
|
|||||||
@@ -54,10 +54,6 @@ flags
|
|||||||
|
|
||||||
|
|
||||||
lin
|
lin
|
||||||
-- missing from ExtraChi; should not really be there either
|
|
||||||
|
|
||||||
GenNP np =
|
|
||||||
ParadigmsChi.mkQuant (np.s ++ possessive_s) ;
|
|
||||||
|
|
||||||
EmptyRelSlash slash = mkRCl <which_RP : RP> <lin ClSlash slash : ClSlash> ;
|
EmptyRelSlash slash = mkRCl <which_RP : RP> <lin ClSlash slash : ClSlash> ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user