diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-28 23:25:41 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-28 23:25:41 -0300 |
| commit | f6ff73e060a2760d58a261bee9d1eeb529f31bc1 (patch) | |
| tree | 6c9739f3a9a7000975986459ac6c0a6eb809634a /RGens/data/sample-grammars/career.gram | |
| parent | 815235f9b8bb90bbc87f4db28e4618c0ba548c40 (diff) | |
More grammar work
Diffstat (limited to 'RGens/data/sample-grammars/career.gram')
| -rw-r--r-- | RGens/data/sample-grammars/career.gram | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/RGens/data/sample-grammars/career.gram b/RGens/data/sample-grammars/career.gram index 4e68243..b1504e0 100644 --- a/RGens/data/sample-grammars/career.gram +++ b/RGens/data/sample-grammars/career.gram @@ -1,41 +1,41 @@ [career-tech-desc] [career-tech] -[career-tech-descpref] (to the [career-techname] ) +pragma initial-rule [career-tech-desc] + +pragma prefix-with [career-tech-desc] [career-prefsuf] + +pragma suffix-with [career-tech-desc] [career-tech-descsuff] +pragma suffix-with [career-tech-desc] [career-tech-descsuff] +pragma suffix-with [career-tech-desc] [career-tech-descsuff] + +[career-tech-descsuff] (to the [career-techname] ) (boss of [career-techname] ) (subordinate of [career-techname] ) (co-worker of [career-techname] ) (office rival of [career-techname] ) (secretly [career-techname] ) -[career-techname] [career-tech] - [career-tech] , [full-name-and-title] - [full-name-and-title] - -[career-tech] [act-career-tech] - [act-career-tech] - [act-career-tech] - [act-career-tech] - [act-career-tech] - [act-career-tech] - [act-career-tech] and [act-career-tech] - [act-career-tech] , [act-career-tech] and [act-career-tech] +[career-tech] [career-tech2] + [career-tech2] + [career-tech2] + [career-tech2] + [career-tech2] + [career-tech2] + [career-tech2] and [career-tech2] + [career-tech2] , [career-tech2] and [career-tech2] -pragma suffix-with [career-tech-desc] [career-tech-descpref] -pragma suffix-with [career-tech-desc] [career-tech-descpref] -pragma suffix-with [career-tech-desc] [career-tech-descpref] +pragma prefix-with [career-tech] [career-prefsuf] -pragma initial-rule [career-tech-desc] pragma export-rule [career-tech] + +[career-techname] [career-tech] + [career-tech] , [full-name-and-title] + pragma export-rule [career-techname] [career-tech2] [act-career-tech] (to the [career-tech] ) - [act-career-tech] (to the [career-tech] ) - [act-career-tech] (to the [career-tech] , [full-name-and-title] ) [act-career-tech] (to [full-name-and-title] ) -pragma prefix-with [career-tech] [career-prefsuf] -pragma prefix-with [career-tech-desc] [career-prefsuf] - [act-career-tech] paper pusher computer [software-career-type] sheet spreader @@ -58,6 +58,8 @@ pragma prefix-with [career-tech-desc] [career-prefsuf] internet network [software-career-type] +pragma suffix-with [act-career-tech] [career-sufsuf] + [bug-term] terminator exterminator hunter @@ -81,8 +83,6 @@ pragma prefix-with [career-tech-desc] [career-prefsuf] [career-sufsuf] , [career-prefsuf] -pragma suffix-with [act-career-tech] [career-sufsuf] - [career-prefix] executive assistant junior |
