diff options
Diffstat (limited to 'RGens/data/sample-grammars')
| -rw-r--r-- | RGens/data/sample-grammars/fortune.gram | 2 | ||||
| -rw-r--r-- | RGens/data/sample-grammars/web.gram | 2 |
2 files changed, 2 insertions, 2 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] |
