clean up in the dictionaries

This commit is contained in:
krasimir
2015-05-18 12:54:35 +00:00
parent 512fbb49e6
commit 3bc5c4ab85
18 changed files with 14 additions and 74 deletions

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
} ;