Skip to content

Commit

Permalink
project, inject, concretize and abstractize are not by default counte…
Browse files Browse the repository at this point in the history
…d as semantics revising

git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@483 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 20, 2009
1 parent 8e8be3a commit ed8e0ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions topics/presentation/analyses/xbgf_check.py
Expand Up @@ -6,14 +6,14 @@
safexbgf = ('abridge','detour','anonymize','deanonymize','unlabel','designate',
'deyaccify','yaccify','eliminate','introduce','inline','extract',
'unfold','fold','horizontal','vertical','distribute','factor',
'massage','chain','unchain','skip','reroot','rename')
'massage','chain','unchain','skip','reroot','rename','import')
#safexbgf = ('eliminate','introduce','chain', 'designate', 'deyaccify','distribute',
# 'extract', 'factor', 'fold', 'horizontal','inline', 'massage',
# 'rename', 'reroot', 'unfold','vertical', 'yaccify', 'unchain', 'skip')
incdecxbgf = ('remove','add','disappear','appear','narrow','widen',
'downgrade','upgrade','rassoc','lassoc','unite')
#incdecxbgf = ('add', 'narrow', 'remove','unite', 'widen', 'rassoc', 'lassoc')
messyxbgf = ('permute', 'dump')
messyxbgf = ('permute', 'dump','project','inject','concretize','abstractize')

rkeys = ('LOC','NOI','NOX','NI~','NI+','NI!','SGO','COR','NI^','SID','SRE')

Expand Down
4 changes: 2 additions & 2 deletions topics/presentation/metrics/xbgf_overview.py
Expand Up @@ -6,14 +6,14 @@
safexbgf = ('abridge','detour','anonymize','deanonymize','unlabel','designate',
'deyaccify','yaccify','eliminate','introduce','inline','extract',
'unfold','fold','horizontal','vertical','distribute','factor',
'massage','chain','unchain','skip','reroot','rename')
'massage','chain','unchain','skip','reroot','rename','import')
#safexbgf = ('eliminate','introduce','chain', 'designate', 'deyaccify','distribute',
# 'extract', 'factor', 'fold', 'horizontal','inline', 'massage',
# 'rename', 'reroot', 'unfold','vertical', 'yaccify', 'unchain', 'skip')
incdecxbgf = ('remove','add','disappear','appear','narrow','widen',
'downgrade','upgrade','rassoc','lassoc','unite')
#incdecxbgf = ('add', 'narrow', 'remove','unite', 'widen', 'rassoc', 'lassoc')
messyxbgf = ('permute', 'dump')
messyxbgf = ('permute', 'dump','project','inject','concretize','abstractize')

rkeys = ('LOC','NOI','NOX','NI~','NI+','NI!','SGO','COR','NI^','SID','SRE')

Expand Down

0 comments on commit ed8e0ee

Please sign in to comment.