mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
(Romance) add lins
- add AdVVPSlash, AdvVPSlash, CountNP, PartNP - simplify opers using record extension - rm CountNP from NounPor
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
concrete NounPor of Noun = CatPor ** NounRomance with
|
||||
(ResRomance = ResPor) ** open Prelude, PhonoPor in {
|
||||
|
||||
lin
|
||||
-- not implemented for romance languages, maybe because it can't
|
||||
-- be done elegantly?
|
||||
CountNP det np = heavyNPpol np.isNeg
|
||||
{s = \\c => det.s ! np.a.g ! c ++ (np.s ! c).ton ;
|
||||
a = np.a ** {n = det.n} } ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user