diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-03-22 08:30:49 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-03-22 08:30:49 -0400 |
| commit | 464b83c0dd41e51ab7a1dbbe4e3c30612b7ae9be (patch) | |
| tree | 5041771f2e12f3e04d1527d51a82a32734d9a5d5 /RGens/data/sample-grammars/college.gram | |
| parent | 9c1c8bba103d35eb9abeeba6b3ce8633ec10f9e7 (diff) | |
Partially update grammars.
Update some of the sample grammars to the new format.
Diffstat (limited to 'RGens/data/sample-grammars/college.gram')
| -rw-r--r-- | RGens/data/sample-grammars/college.gram | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/RGens/data/sample-grammars/college.gram b/RGens/data/sample-grammars/college.gram index 2b4fbf9..1278c02 100644 --- a/RGens/data/sample-grammars/college.gram +++ b/RGens/data/sample-grammars/college.gram @@ -27,15 +27,13 @@ pragma initial-rule [college-announcement] [class-type] class course -pragma range-rule [past-years] 1800 1970 - [college-course] [course-adj] [course-noun] [course-suffix] [course-adj] [course-noun] : [course-ending] [course-adj] [course-noun] and [course-adj] [course-noun] [course-suffix] [course-noun] and [course-noun] [course-suffix] [course-group1] [course-group2] [course-life] [course-suffix] [course-group2] [course-noun] [course-life] [course-suffix] - [course-group1] [course-group2] [course-life] since [past-years] + [course-group1] [course-group2] [course-life] since [1800..1970] [course-group2] [course-life] : [course-ending] contemporary [course-group2] [course-life] and [course-life] contemporary [course-group2] [course-life] : [course-ending] @@ -564,7 +562,7 @@ pragma export-rule [university] rural [college-major-tech] computer science - information technology + information technology computer techology mathematics advanced mathematics nobody ever uses |
