mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
clean up in the dictionaries
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user