1
0
forked from GitHub/gf-rgl

(Pes) Special agreement rules

This commit is contained in:
Inari Listenmaa
2019-02-13 10:09:22 +01:00
parent f8c0f7038f
commit 2389718676

View File

@@ -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/
CompCN cn = {
s = \\a => cn.s ! case cn.hasAdj of {
False => bEzafa ;
True => enClic }
! giveNumber a
s = \\a =>
case cn.hasAdj of {
False => cn.s ! bEzafa ! Sg ;
True => cn.s ! enClic ! giveNumber a }
} ;
CompNP np = {