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/ -- 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 = {