summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-04 18:25:49 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-04 18:25:49 -0300
commit0bb3c9cd964aab3beaf3be65452f054f48f12035 (patch)
tree229f128e1263013ad9399c3728e6a3203f704768
parent12fd9362751871711fad12fea01f39a38c2f32e8 (diff)
Some minor fixes to grammars
-rw-r--r--RGens/data/sample-grammars/fortune.gram2
-rw-r--r--RGens/data/sample-grammars/web.gram2
-rw-r--r--RGens/data/server-config-sample.cfg2
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