annotate paste/paste.11507 @ 12257:1924fe176291 draft

<fizzie> ` sed -e \'s|wisdom|bin|\' < ../bin/cwlprits > ../bin/cblprits; chmod a+x ../bin/cblprits
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:36:53 +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