A lot of projects ported from the old metanohi site.

This commit is contained in:
Niels Serup
2011-08-02 23:08:13 +02:00
parent d1b8234f78
commit a63b3ad10d
261 changed files with 12435 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 63 KiB

View File

@@ -0,0 +1,64 @@
#+title: Wordwork
#&summary
A random-word-sentence generator
#&
#+license: bysa, page
#+license: gpl 3+, program
* Wordwork
#&img;url=art/wordwork-logo-small.png, medlink=art/wordwork-logo.svg, center, \
#& alt=wordwork logo, width=400, height=135
** Example
First, a poem:
#&pre
In the bravest of our quenchers
By incorrigible foothills tenanted,
Once a fair and stately Pennsylvanian-
Radiant Pennsylvanian- reared its head.
In the phrase book Thought's dominion-
It stood there!
Never escudo spread a sea urchin
Over aerofoil half so fair!
#&
([[http://en.wikisource.org/wiki/The_Haunted_Palace]] has the original text)
The above was created using the following wordwork script:
#+BEGIN_SRC
$(greenest "&s")
$(valleys "&O")
$(good "&j")
$(angels "&O")
$(palace "&n")
$(monarch "&n")
$(seraph "&n")
$(pinion "&n")
$(fabric "&n")
In the #greenest# of our #valleys#
By #good# #angels# tenanted,
Once a fair and stately #palace#-
Radiant #palace#- reared its head.
In the #monarch# Thought's dominion-
It stood there!
Never #seraph# spread a #pinion#
Over #fabric# half so fair!
#+END_SRC
(The thing is, the new form makes just as much sense as the old form. After
all, poems are odd. But then again, some like them.)
Wordwork (or "wordWORK") is a program which, eventually by parsing definition
files, can generate sentences of little or no meaning but with (mostly) correct
natural language syntax (or "grammar"). The current version is 0.1. It is
released under the GPLv3+ license.
[[wordwork-0.1.tar.gz][DOWNLOAD!&large]]
Believing that scrambling is abluminal isn't asthenic.
This program has only been tested on GNU/Linux. It'll probably also work on
Whendoze and Mak.

Binary file not shown.