From 72cbe4c1c664712c1fdecf75b039132a53d91635 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 6 Nov 2017 20:56:39 -0400 Subject: More grammar updates --- RGens/data/sample-grammars/city.gram | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'RGens/data/sample-grammars/city.gram') 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] -- cgit v1.2.3