clean up in the dictionaries

This commit is contained in:
krasimir
2015-05-18 12:54:35 +00:00
parent c948046398
commit b9c6efaa21
18 changed files with 14 additions and 74 deletions
+2 -6
View File
@@ -64,12 +64,8 @@ lin
PredVPovs = G.PredVP;
CompoundN noun cn = {
s = \\n,c => glue noun.co (cn.uncap.s ! n ! c) ;
co = glue noun.co (cn.uncap.co) ;
uncap = {
s = \\n,c => glue noun.uncap.co (cn.uncap.s ! n ! c) ;
co = glue noun.uncap.co (cn.uncap.co)
} ;
s = \\n,c => glue noun.co (cn.s ! n ! c) ;
co = glue noun.co (cn.co) ;
g = cn.g
} ;