-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
34 lines (26 loc) · 1.52 KB
/
readme.txt
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
26
27
28
29
30
31
32
33
34
================================
The Corporate Bullshit Generator
================================
Description
The Corporate Bullshit Generator is a high-performance random text generator
that is focused on corporate bullshit. It is able to produce, per second,
400 A4 full pages of inspired sentences like "Our turn-key branding strategy
drives corporate, scalable, wide-ranging and profit-oriented idiosyncratic incentives."
Features
* 1550+ smart-sounding nouns, adjectives, adverbs, constructs
* context-sensitive
* includes a random boss title generator (e.g.: General President of Facilities
Management, Executive Co-Head of Business Planning)
* the Delirium random English grammar framework can be used for various text generators
Details about history, copyright, author, contributors can be found
in the file corporate_bullshit.ads
To build the executables of the generator, you need an Ada compiler.
On Debian or Ubuntu, get GNAT the standard way for getting software: apt install gnat
On other Linux branches you may have an equivalent command like yum.
On Windows or MacOS, you can get GNAT for free at https://www.adacore.com/community .
Then, run "gprbuild -p -P delirium" (GNAT) or similar process.
The executable is produce_corporate_bullshit or produce_corporate_bullshit.exe (Windows)
There are other compilers (ObjectAda, Janus, etc.) that are not free but for which the CBSG will work as well.
A live version is available at: http://cbsg.sf.net .
Enjoy!
Gautier