mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
1 line
1.8 KiB
Plaintext
1 line
1.8 KiB
Plaintext
<OPENING>::=<TIME> there was a =CHAR\0= who went to <PLACE> and bought a
|
||
|
||
=PET\1=. On the way home they came upon a =BARRIER\2= which the (@1) was
|
||
|
||
afraid to cross. The (@0) said "(@1), (@1), jump over the (@2) or I won't
|
||
|
||
get home tonight."
|
||
|
||
<TIME>::=Once upon a time|Once|Long ago in a small village|In days gone by
|
||
|
||
in a little town by the river
|
||
|
||
<PLACE>::=market|a pet store|a super market|town|the city
|
||
|
||
<BARRIER>::=fence|ditch|fallen tree|large rock|stream|brook
|
||
|
||
<PET>::=dog|cat|parrot|pony
|
||
|
||
<REFUSAL>::= But the (@3) would not. The (@0) <EXCURSION> and she met a
|
||
|
||
(@4). She said, "(@4), (@4), (@5) (@3), (@6) and I shan't get home tonight."
|
||
|
||
<EXCURSION>::=went down the path|went over a hill|went by <OBJECT> and then
|
||
|
||
<EXCURSION>|went toward <OBJECT>|went over hill and dale|went near <OBJECT>|
|
||
|
||
went on the road to <OBJECT>|went for (?20) miles
|
||
|
||
<OBJECT>::=the <COLOR> <THING>
|
||
|
||
<COLOR>::=white|blue|red|yellow|grey|black|dark|green|orange
|
||
|
||
<THING>::=mill|tavern|church|school|house|meadow|rock|barn
|
||
|
||
<PERSUADED>::= The (@4) knew the (@0) and, in fact, had been saved by her
|
||
|
||
from a wild <WILD_AN>. So the (@6) and the (@0) got home that night.
|
||
|
||
<CHAR>::=little old woman|little old lady|kind grandmother|kind old aunt|
|
||
|
||
little girl dressed in red|retired seamstress|nice old lady|little girl green
|
||
|
||
<DOM_AN>::=cow|pig|horse|sheep|chicken
|
||
|
||
<WILD_AN>::=lion|giraffe|tiger|camel|ostrich|rhinoceros
|
||
|
||
<ANIMAL>::=<DOM_AN>|<WILD_AN>|<PET>
|
||
|
||
<HUMAN>::=farmer|girl|policeman|hunter|man|boy
|
||
|
||
<A>::=<HUMAN>|<ANIMAL>
|
||
|
||
<CUT>::=cut|slice|snip|slash
|
||
|
||
<CUTTER>::=knife|scissor|sword|dagger
|
||
|
||
<BEE>::=bee|wasp|horse-fly
|
||
|
||
<HURT>::=bite|frighten|scare|kick|eat
|
||
|
||
<RAIN>::=rain|snow|hail|sleet
|
||
|
||
END
|
||
|
||
|