From 0bb3c9cd964aab3beaf3be65452f054f48f12035 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Wed, 4 Oct 2017 18:25:49 -0300 Subject: Some minor fixes to grammars --- RGens/data/sample-grammars/fortune.gram | 2 +- RGens/data/sample-grammars/web.gram | 2 +- RGens/data/server-config-sample.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RGens/data/sample-grammars/fortune.gram b/RGens/data/sample-grammars/fortune.gram index 2000787..a521762 100644 --- a/RGens/data/sample-grammars/fortune.gram +++ b/RGens/data/sample-grammars/fortune.gram @@ -42,7 +42,7 @@ you will discover the meaning of life at the bottom of a beer bottle, but you won't remember what it is after you sober up in the morning you will recieve a blank fortune cookie at a chinese restaurant, an event regarded by most superstition experts as a "bad omen" you will be falsely accused of jaywalking - you will suffer a nosebleed during a speech in front of [speech-num] + you will suffer a nosebleed during a speech in front of [speech+num] you will recieve [50..100] credit card offers in the mail during the next week you will recieve [speech+num] pieces of spam email during the next year your favorite tv show will be cancelled and replaced with an infomercial diff --git a/RGens/data/sample-grammars/web.gram b/RGens/data/sample-grammars/web.gram index a12d303..9b86fae 100644 --- a/RGens/data/sample-grammars/web.gram +++ b/RGens/data/sample-grammars/web.gram @@ -59,7 +59,7 @@ pragma export-rule [big-tld] http:// [username] . [domain] / [url-with-path] -[url-with-path] http://www.geocities.com/ [neighborhood] / [digit-nozero] [digit] [digit] [digit] / +[url-with-path] http://www.geocities.com/ [neighborhood] / [digit-nonzero] [digit] [digit] [digit] / http:// [url-begin] . [acronym] .net/ [url-username] / http:// [url-begin] . [town-name] .net/ [url-username] http:// [subdomain-name] . [acronym] .net/ [url-username] diff --git a/RGens/data/server-config-sample.cfg b/RGens/data/server-config-sample.cfg index 84e031e..3fec5d1 100644 --- a/RGens/data/server-config-sample.cfg +++ b/RGens/data/server-config-sample.cfg @@ -58,7 +58,7 @@ mary-sue sample-grammars/mary-sue.gram media sample-grammars/media.gram mission sample-grammars/mission.gram names sample-grammars/names.gram -newspaper sample-grammars/newspaper.gram +# newspaper sample-grammars/newspaper.gram numbers sample-grammars/numbers.gram ordinal sample-grammars/ordinal.gram organization sample-grammars/organization.gram -- cgit v1.2.3