(Som) Add CompCN+NP ; more rules for predicatives

This commit is contained in:
Inari Listenmaa
2019-06-28 14:01:40 +02:00
parent 682a0adac0
commit ef13412a66
5 changed files with 44 additions and 31 deletions
+2
View File
@@ -213,6 +213,8 @@ param
| VRel -- "som är/har/…" TODO is this used in other verbs?
| VImp Number Polarity ;
PredType = NoPred | Copula | NoCopula ;
oper
if_then_Pol : Polarity -> Str -> Str -> Str = \p,t,f ->
case p of {Pos => t ; Neg => f } ;