diff options
Diffstat (limited to 'RGens/data/sample-grammars/city.gram')
| -rw-r--r-- | RGens/data/sample-grammars/city.gram | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/RGens/data/sample-grammars/city.gram b/RGens/data/sample-grammars/city.gram index bfe9026..b344d3b 100644 --- a/RGens/data/sample-grammars/city.gram +++ b/RGens/data/sample-grammars/city.gram @@ -4,9 +4,13 @@ pragma initial-rule [city] +# @TODO 11/01/17 Ben Culkin :SuffixIssues +# Figure out why suffixes aren't properly getting attached to +# things. +# + [other-city] [act-other-city] [act-other-city] [town-suffix] - [town-suffix] pragma despace-rule [other-city] pragma prefix-with [other-city] [town-prefix] @@ -21,6 +25,8 @@ pragma prefix-with [other-city] [town-prefix] [gen-name] - [gen-name] [gen-name] [geographic-thing] +pragma despace-rule [act-other-city] + [gen-name] [last-name] [first-name] [random-name] @@ -44,3 +50,5 @@ pragma prefix-with [other-city] [town-prefix] field boro dale + +pragma despace-rule [town-suffix] |
