adjectival predication now without copula by default in Chi

This commit is contained in:
aarne
2013-10-03 07:37:17 +00:00
parent cdeb6b7ee6
commit 84b7ae63f9
6 changed files with 29 additions and 18 deletions

View File

@@ -103,12 +103,14 @@ DashCN noun cn = {s = noun.s ++ cn.s ; c = cn.c} ; ----
GerundAP v = {
s = v.s ++ de_s ; ----
monoSyl = False
monoSyl = False ;
hasAdA = True ; ---
} ;
PastPartAP v = {
s = v.s ++ de_s ;
monoSyl = False
monoSyl = False ;
hasAdA = True ; ---
} ;