(May) AdjCN + change lincat of A*

This commit is contained in:
Inari Listenmaa
2020-09-03 13:39:30 +02:00
parent c1e12b60ab
commit 6e6b7b09ad
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ lin
-- Adjectival phrases, noun phrases, and adverbs can be used.
-- : AP -> Comp ;
CompAP ap = useV ap ;
CompAP ap = useComp ap.s ;
-- : CN -> Comp ;
CompCN cn = useComp (cn.s ! NF Sg Bare) ;