diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-03-29 05:27:38 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-03-29 05:27:38 -0400 |
| commit | c921b00c99cf46bc33f724581ab9bde2b0d8bb6a (patch) | |
| tree | 7dbbd0d8758195de33d290f068543ec93a8a9e1a /RGens/data | |
| parent | 3931ac2849029a2c8fa6109149fe6efe27e7ec6e (diff) | |
update
Diffstat (limited to 'RGens/data')
| -rw-r--r-- | RGens/data/new-sample-grammars/cbs.gram | 86 | ||||
| -rw-r--r-- | RGens/data/new-sample-grammars/repinsult.gram | 191 |
2 files changed, 277 insertions, 0 deletions
diff --git a/RGens/data/new-sample-grammars/cbs.gram b/RGens/data/new-sample-grammars/cbs.gram new file mode 100644 index 0000000..8d05dd1 --- /dev/null +++ b/RGens/data/new-sample-grammars/cbs.gram @@ -0,0 +1,86 @@ +where + [boss+codirector] → [boss-co] Director + . + [boss+cochief] → [boss-co] Chief + . + [boss+cohead] → [boss-co] Head + . + [boss+copresident] → [boss-co] President + . + [boss+comanager] → [boss-co] Manager + . + [boss-managing] → Managing + Acting + General + . + [boss-vice] → Vice + Vice + Vice + Corporate Vice + {empty} + . + [boss-co] → Co- + {empty} + . +in + [boss-title] → [boss-vice] [boss+codirector] + [boss+cochief] + [boss+cohead] + [boss-vice] [boss+copresident] + Supervisor + [boss+comanager] +end + +[boss-age] → Senior + {empty} + +[boss-exec] → Executive + Principal + {empty} + {empty} + +[boss-groupal] → Group + Global + {empty} + {empty} + +[boss-department] → Human Resources + Controlling + Internal Audit + Legal + Operations + Management Office + Customer Relations + Client Leadership + Client Relationship + Business Planning + Business Operations + IT Strategy + IT Operations + Marketing + Strategic Planning + Facilities Management + Innovation + Identity + Branding + Diversity and Exclusion + +[boss-departmentrole] → [boss-department] + [boss-department] + [boss-department] + [boss-department] + [boss-department] + Visionary + Digital + Technical + Manifesto + +[boss-catalyst] → Catalyst + Futurist + Officer + Officer + +[boss] → [boss-managing] [boss-age] [boss-exec] [boss-title] of +[boss-department] + [boss-groupal] Chief [boss-departmentrole] [boss-catalyst] + diff --git a/RGens/data/new-sample-grammars/repinsult.gram b/RGens/data/new-sample-grammars/repinsult.gram new file mode 100644 index 0000000..ab63fb9 --- /dev/null +++ b/RGens/data/new-sample-grammars/repinsult.gram @@ -0,0 +1,191 @@ +[rep-insult] [brag-verb] [rude-phrase] [rude-scapegoat] + +[brag-verb] → abolish + ban + bash + beat + blast + bomb + bury + clobber + demolish + drive SUVs over + flatten + glassify + kill + napalm + nuke + outlaw + overwhelm + screw + shoot + silence + steam-roller + wipe + +[rude-adj] → AIDS-infested + America-hating + Arab + ass-pounding + bleeding heart + boy-fucking + camel-fucking + camel-humping + camel-raping + cocksucking + bullshitting + Bush-hating + butt-banging + Chomsky-loving + Christ-hating + clueless + communist + cornholing + crazy + crying + dammed + DemocRAT + Democrat + disgusting + disobedient + disrespectful + fat + fat-assed + feel-goog + flag-hating + flag-burning + flaming + freedom-hating + French + Hitler-loving + holocaust-denying + homo + illegal + impractical + insane + Jesus-hating + koran-owning + left-wing + limp-wristed + lying + mendacious + moonbat + moronic + queer + rebellious + Saddam-loving + sick + skinny-assed + socialist + spamming + stupid + teflon + tin hat + unemployed + whining + wimpoid + +[rude-noun] → alien + America-hater + animal + Arab + assclown + asshole + atheist + bastard + black + bullshitter + bum biter + Bush-hater + Canadian + camel jockey + camel humper + camel kisser + Canuck + Canukistani + cheesehead + cheese-eater + child molester + chink + Chomskyite + Clinton-lover + Clintonite + cock sucker + commie + communist + conspiracy theorist + crackpot + creep + cum-drinker + dog-fucker + environmentalist + European + faggot + fart + fruitcake + gay boy + girlie-man + hate monger + homo idiot + Jew + Jew-boy + ketchup-eater + koran reader + leftie + liar + Liberal + LIEberal + loon + loser + luser + maggot + maroon + Mexican + Mooseslime + moron + Muslim + newbie + nigger + nutbar + pedophile + person with AIDS + pervert + piece of trash + pinko + pond sucker + queer + raghead + retard + Saddam-lover + Saddamocrat + sand monkey + sand nigger + scumbag + SOB + socialist + sock puppet + spammer + terrorist + trailer park scum + traitor + tree-hugger + vulture sock puppet + wannabe + welfare bum + wetback + whacko + wing nut + woman + +[rude-scapegoat] → AIDS carriers + Arabs + atheists + Bill Clinton + Bill + Billary + blacks + baby-killer + Bush-haters + Canadians + Canucks + Can |
