mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
Prepared the NounPhrase and its children for the ListNP with a field describing whether the first work in NPP is a Proper Noun or a common Noun. Are NPs always common Nouns? RR treats these things differently. Phonological conditioning is also required. This is my next step
This commit is contained in:
@@ -2,14 +2,20 @@
|
||||
|
||||
concrete ConjunctionCgg of Conjunction = CatCgg **
|
||||
open ResCgg, Coordination, Prelude in {
|
||||
{-
|
||||
|
||||
|
||||
|
||||
lincat
|
||||
[NP] = {s1,s2 :Case => Str ; agr : Agreement};
|
||||
[CN] = {s1,s2 : Number => NounState => Str; gender:Gender};
|
||||
[AP] = {s1,s2 : Agreement=> Str ; position1 : Position1; isProper : Bool; isPrep: Bool};
|
||||
[RS] = {s1,s2 : RForm => Str};
|
||||
--[IAdv] = {s1,s2 : Str} ;
|
||||
{-
|
||||
[S] = {s1,s2 : Str} ;
|
||||
[Adv] = {s1,s2 : Str} ;
|
||||
[AdV] = {s1,s2 : Str} ;
|
||||
[IAdv] = {s1,s2 : Str} ;
|
||||
[NP] = {s1,s2 : NPCase => Str ; a : Agr} ;
|
||||
[AP] = {s1,s2 : Agr => Str ; isPre : Bool};
|
||||
|
||||
[RS] = {s1,s2 : Agr => Str ; c : NPCase};
|
||||
[CN] = {s1,s2 : Number => Case => Str};
|
||||
[DAP] = {s1,s2 : Str ; n : Number};
|
||||
|
||||
Reference in New Issue
Block a user