annotate paste/paste.11507 @ 12246:f3be034784d0 draft

<b_jonas> addwhatis brachylog(1egobot) - Brachylog, a Prolog-like golf language
author HackEso <hackeso@esolangs.org>
date Thu, 05 Dec 2019 23:44:34 +0000
parents e037173e0012
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e037173e0012 Initial import.
HackBot
parents:
diff changeset
1 Usage: words [-dhNo] [DATASETS...] [NUMBER_OF_WORDS]
e037173e0012 Initial import.
HackBot
parents:
diff changeset
2
e037173e0012 Initial import.
HackBot
parents:
diff changeset
3 valid datasets: --eng-1M --eng-all --eng-fiction --eng-gb --eng-us --french --german --hebrew --russian --spanish --irish --german-medical --bulgarian --catalan --swedish --brazilian --canadian-english-insane --manx --italian --ogerman --portuguese --polish --gaelic --finnish
e037173e0012 Initial import.
HackBot
parents:
diff changeset
4 default: --eng-1M
e037173e0012 Initial import.
HackBot
parents:
diff changeset
5
e037173e0012 Initial import.
HackBot
parents:
diff changeset
6 options:
e037173e0012 Initial import.
HackBot
parents:
diff changeset
7 -h, --help this help text
e037173e0012 Initial import.
HackBot
parents:
diff changeset
8 -d, --debug debugging output
e037173e0012 Initial import.
HackBot
parents:
diff changeset
9 -N, --dont-normalize don't normalize frequencies when combining
e037173e0012 Initial import.
HackBot
parents:
diff changeset
10 multiple Markov models; this has the effect
e037173e0012 Initial import.
HackBot
parents:
diff changeset
11 of making larger datasets more influential
e037173e0012 Initial import.
HackBot
parents:
diff changeset
12 -o, --target-offset change the target length offset used in the
e037173e0012 Initial import.
HackBot
parents:
diff changeset
13 word generation algorithm; use negative integers
e037173e0012 Initial import.
HackBot
parents:
diff changeset
14 for best results