annotate paste/paste.29925 @ 12285:69f123e9b0a2 draft

<b_jonas> STOP
author HackEso <hackeso@esolangs.org>
date Wed, 01 Jan 2020 09:35:37 +0000
parents bdb161c7f923
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
398
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
1 Usage: words [-dhNo] [DATASETS...] [NUMBER_OF_WORDS]
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
2
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
3 options:
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
4 -l, --list list valid datasets
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
5 -d, --debug debugging output
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
6 -N, --dont-normalize don't normalize frequencies when combining
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
7 multiple Markov models; this has the effect
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
8 of making larger datasets more influential
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
9 -o, --target-offset change the target length offset used in the
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
10 word generation algorithm; use negative integers
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
11 for best results