implemented the top-17 missing functions in ParseChi; shaky definitions though

This commit is contained in:
aarne
2013-09-24 15:43:43 +00:00
parent a1a4f7a1c1
commit 7c396da3f7
9 changed files with 63 additions and 36 deletions

View File

@@ -23,5 +23,7 @@ concrete AdjectiveChi of Adjective = CatChi ** open ResChi, Prelude in {
AdAP ada ap = complexAP (ada.s ++ ap.s) ;
UseA2 a = a ;
AdvAP ap adv = complexAP (adv.s ++ ap.s) ; ----
}