mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
worked on the Relative Pronoun (RP) found produced by the function IdRP
This commit is contained in:
@@ -2,6 +2,26 @@
|
||||
|
||||
concrete RelativeCgg of Relative = CatCgg ** open ResCgg in {
|
||||
|
||||
{-
|
||||
--IdRP : RP ; -- which
|
||||
|
||||
Apparently IdRP means Identity Relative Pronoun i.e. the most atomic part
|
||||
of a relative pronoun. The abstract syntax seems to alude that more
|
||||
Relative pronouns can be formed when such a relative subject or object marker is affixed to
|
||||
a prepositional Phrase.
|
||||
In Runynakore and Rukiga, relative pronouns depend on
|
||||
Noun Class , Gender and the case of the noun they
|
||||
refer to.
|
||||
|
||||
Since this involves a table of two tables, we use ResCgg to prepare all possibilities
|
||||
|
||||
|
||||
-}
|
||||
|
||||
IdRP = {s = mkmkRPs; rObjVariant2 = mkRObjV2}; --: RP ; -- which
|
||||
|
||||
|
||||
|
||||
{-
|
||||
--1 Relative clauses and pronouns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user