/usr/share/polygen/eng/payoff.grm is in polygen-data 1.0.6.ds2-13.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | I ::= "title: K00l payoffs\n"
^ "author: Manta\n"
^ "language: english\n"
^ "status: larvale\n"
^ "topic: misc\n"
^ "audience: anybody\n"
^ "created: 25/08/2002"
;
S ::= \ ( [don't] Verb Adj [^, Verb Adj]
| Verb Adj Op Adj
) ^ "!"
;
Op ::= "&" |+ n' | and | or | but |+ ^, not
;
Verb ::= be | get | think | live | let's | stay | go | fly | drive | look
| have | move
;
Adj ::= smart | cool | fine | again | twice | cube | fresh | hot | power
| free | energy | safe | groove | funk[^y] | happy | jungle | out
| young | fun | high | "Helder"
;
|