summaryrefslogtreecommitdiff
path: root/RGens/data/new-sample-grammars/cbs.gram
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 15:44:57 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 15:44:57 -0300
commit03b9ed1601acfe323dc9b5360b8f2c2c972c8e04 (patch)
tree72e33eec337b386e6d536f128da03a9d4f2f12fe /RGens/data/new-sample-grammars/cbs.gram
parentd22367abbb07f020dfb387032e9b72a040a170f5 (diff)
parent0faa5175b6f0de8835ed514615ac64135f406b29 (diff)
Merge branch 'working'
Diffstat (limited to 'RGens/data/new-sample-grammars/cbs.gram')
-rwxr-xr-xRGens/data/new-sample-grammars/cbs.gram86
1 files changed, 0 insertions, 86 deletions
diff --git a/RGens/data/new-sample-grammars/cbs.gram b/RGens/data/new-sample-grammars/cbs.gram
deleted file mode 100755
index 8d05dd1..0000000
--- a/RGens/data/new-sample-grammars/cbs.gram
+++ /dev/null
@@ -1,86 +0,0 @@
-where
- [boss+codirector] → [boss-co] Director
- .
- [boss+cochief] → [boss-co] Chief
- .
- [boss+cohead] → [boss-co] Head
- .
- [boss+copresident] → [boss-co] President
- .
- [boss+comanager] → [boss-co] Manager
- .
- [boss-managing] → Managing
- Acting
- General
- .
- [boss-vice] → Vice
- Vice
- Vice
- Corporate Vice
- {empty}
- .
- [boss-co] → Co-
- {empty}
- .
-in
- [boss-title] → [boss-vice] [boss+codirector]
- [boss+cochief]
- [boss+cohead]
- [boss-vice] [boss+copresident]
- Supervisor
- [boss+comanager]
-end
-
-[boss-age] → Senior
- {empty}
-
-[boss-exec] → Executive
- Principal
- {empty}
- {empty}
-
-[boss-groupal] → Group
- Global
- {empty}
- {empty}
-
-[boss-department] → Human Resources
- Controlling
- Internal Audit
- Legal
- Operations
- Management Office
- Customer Relations
- Client Leadership
- Client Relationship
- Business Planning
- Business Operations
- IT Strategy
- IT Operations
- Marketing
- Strategic Planning
- Facilities Management
- Innovation
- Identity
- Branding
- Diversity and Exclusion
-
-[boss-departmentrole] → [boss-department]
- [boss-department]
- [boss-department]
- [boss-department]
- [boss-department]
- Visionary
- Digital
- Technical
- Manifesto
-
-[boss-catalyst] → Catalyst
- Futurist
- Officer
- Officer
-
-[boss] → [boss-managing] [boss-age] [boss-exec] [boss-title] of
-[boss-department]
- [boss-groupal] Chief [boss-departmentrole] [boss-catalyst]
-