mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 11:06:28 -06:00
AnaphPron produces a pronoun from a noun phrase
This commit is contained in:
@@ -267,6 +267,7 @@ abstract Extend = Cat ** {
|
||||
weFem_Pron : Pron ; -- we (Fem)
|
||||
youPlFem_Pron : Pron ; -- you plural (Fem)
|
||||
theyFem_Pron : Pron ; -- they (Fem)
|
||||
theyNeutr_Pron : Pron ; -- they (Neutr)
|
||||
youPolFem_Pron : Pron ; -- you polite (Fem)
|
||||
youPolPl_Pron : Pron ; -- you polite plural (Masc)
|
||||
youPolPlFem_Pron : Pron ; -- you polite plural (Fem)
|
||||
@@ -298,4 +299,7 @@ fun
|
||||
PlSurname : SN -> PN ;
|
||||
FullName : GN -> SN -> PN ;
|
||||
|
||||
fun
|
||||
AnaphPron : NP -> Pron ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user