mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Pes) Special agreement rules
This commit is contained in:
@@ -45,10 +45,10 @@ concrete VerbPes of Verb = CatPes ** open ResPes,Prelude in {
|
|||||||
|
|
||||||
-- see https://sites.la.utexas.edu/persian_online_resources/nouns/noun-in-a-predicative-position/
|
-- see https://sites.la.utexas.edu/persian_online_resources/nouns/noun-in-a-predicative-position/
|
||||||
CompCN cn = {
|
CompCN cn = {
|
||||||
s = \\a => cn.s ! case cn.hasAdj of {
|
s = \\a =>
|
||||||
False => bEzafa ;
|
case cn.hasAdj of {
|
||||||
True => enClic }
|
False => cn.s ! bEzafa ! Sg ;
|
||||||
! giveNumber a
|
True => cn.s ! enClic ! giveNumber a }
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
CompNP np = {
|
CompNP np = {
|
||||||
|
|||||||
Reference in New Issue
Block a user