diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-09 15:32:37 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-09 15:32:37 -0500 |
| commit | 36cf3a0f0604ef43ce838ff6e9a7fc4e7c299522 (patch) | |
| tree | 6e4e9ea9015f72da5670ad8f733d51cde77211cf /RGens/data/sample-grammars/city.gram | |
| parent | 26017da6c2e135f8a41dc7dbd805d7bdce518219 (diff) | |
Lots of additional data
Diffstat (limited to 'RGens/data/sample-grammars/city.gram')
| -rw-r--r-- | RGens/data/sample-grammars/city.gram | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/city.gram b/RGens/data/sample-grammars/city.gram new file mode 100644 index 0000000..5294cd0 --- /dev/null +++ b/RGens/data/sample-grammars/city.gram @@ -0,0 +1,95 @@ +[city] [real-city] + [real-city] + [town-name] + [town-name] + [town-prefix] [town-name] + [town-prefix] [town-name+suffix] + [natural-color] [geographic-thing] + [natural-color+suffix] + [natural-color] [tree] + [town-prefix+suffix] + [town-prefix] [geographic-thing] + [tree+suffix] + [random-name] + [town-prefix] [random-name] + [random-name+suffix] + [last-name] + [last-name] + [town-prefix] [last-name] + [2+last-name] + St. [last-name] + [last-name+suffix] + [first-name] [geographic-thing] + [first-name+suffix] + +pragma initial-rule [city] + +[town-name+suffix] [town-name] [town-suffix] + +[natural-color+suffix] [natural-color] [town-suffix] + +[town-prefix+suffix] [town-prefix] [town-suffix] + +[tree+suffix] [tree] [town-suffix] + +[random-name+suffix] [random-name] [town-suffix] + +[2+last-name] [last-name] - [last-name] + +[last-name+suffix] [last-name] [town-suffix] + +[first-name+suffix] [first-name] [town-suffix] + +[geographic-thing] mountain + hill + lake + plains + river + valley + hollow + beach + bay + harbor + grove + bridge + station + glade + forest + gulch + swamp + bend + springs + creek + falls + ridge + pass + meadow + +[town-prefix] north + south + east + west + north + south + east + west + new + new + old + little + fort + lower + upper + san + la + van + +[town-suffix] burg + ton + ville + opolis + field + boro + dale + +pragma export-rule [geographic-thing] |
