merged sysu/Assign* with DictEngChi now that they have been checked; fixed some multicharacter problems

This commit is contained in:
aarne
2013-10-23 16:13:21 +00:00
parent 1fcae658ac
commit 2aa5736cb4
4 changed files with 11499 additions and 31 deletions

View File

@@ -184,7 +184,7 @@ oper
mkpDet : Str -> Det
= \s -> lin Det {s = word s ; detType = DTFull Sg} ;
mkQuant : Str -> Quant
= \s -> lin Quant {s,pl = s ; detType = DTFull Sg} ;
= \s -> lin Quant {s,pl = word s ; detType = DTFull Sg} ;
mkAdA : Str -> AdA
= \s -> lin AdA {s = word s} ;
mkNum : Str -> Num