1
0
forked from GitHub/gf-rgl

missing syntax functions in Chi and some other languages

This commit is contained in:
aarne
2014-12-08 10:19:38 +00:00
parent 7f95aff5f5
commit 03b15a8683
8 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ concrete AdverbChi of Adverb = CatChi **
open ResChi, Prelude in {
lin
PositAdvAdj a = {s = a.s ; advType = ATManner} ;
PositAdvAdj a = {s = a.s ++ "地" ; advType = ATManner} ; ---- for all adjs?
PrepNP prep np = ss (appPrep prep np.s) ** {advType = prep.advType} ; --- should depend on np too ?