diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-27 12:48:21 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-27 12:48:21 -0300 |
| commit | 884c12a387e48bb86a094bc196c758d6546f7d21 (patch) | |
| tree | 467c654afd105767485bb54a7c6e3d6c720dd6fa /RGens/data/sample-grammars/career.gram | |
| parent | 8783f6e6f4860c4b2dd9c02311814878d74092d9 (diff) | |
Update sample grammars
Diffstat (limited to 'RGens/data/sample-grammars/career.gram')
| -rw-r--r-- | RGens/data/sample-grammars/career.gram | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/RGens/data/sample-grammars/career.gram b/RGens/data/sample-grammars/career.gram index 9dbac20..2e8851a 100644 --- a/RGens/data/sample-grammars/career.gram +++ b/RGens/data/sample-grammars/career.gram @@ -1,4 +1,16 @@ -[career-tech] paper pusher +[career-tech] [act-career-tech] + [act-career-tech] + [career-prefix] [act-career-tech] + [career-prefix] [act-career-tech] + [career-tech2] + [career-tech2] + +[career-tech2] [career-prefix] [act-career-tech] (to the [career-tech] ) + [career-prefix] [act-career-tech] (to the [career-tech] ) + [career-prefix] [act-career-tech] (to the [career-tech] , [full-name-and-title] ) + [career-prefix] [act-career-tech] (to [full-name-and-title] ) + +[act-career-tech] paper pusher computer programmer sheet spreader data entry [career-suffix] @@ -20,12 +32,9 @@ internet [career-suffix] network administrator software design [career-suffix] - to the [career-tech] pragma initial-rule [career-tech] -pragma prefix-with [career-tech] [career-prefix] - [career-prefix] executive assistant junior |
