(Pes) Noun is indefinite if predicative and modified by adjective

According to this source: 
https://sites.la.utexas.edu/persian_online_resources/nouns/noun-in-a-predicative-position/
This commit is contained in:
Inari Listenmaa
2019-02-07 19:49:06 +01:00
parent a45cc462e3
commit 55decd9317
6 changed files with 50 additions and 47 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ resource ResPes = MorphoPes ** open Prelude,Predef in {
oper
Compl : Type = {s : Str ; ra : Str ; c : VType} ;
NP : Type = {s : NPCase => Str ; a : Agr ; animacy : Animacy } ;
CN : Type = Noun ** {hasAdj : Bool} ; -- for getting the right form when NP/CN is a predicate
NP : Type = {s : NPCase => Str ; a : Agr ; animacy : Animacy ; hasAdj : Bool} ;
VPHSlash : Type = VPH ** {c2 : Compl} ;
oper