annotate paste/paste.29925 @ 12296:042127c1c142 draft

<fizzie> ` rm /hackenv/bin/bfi; ln -s /hackenv/lib/kps/bfi /hackenv/bin/bfi # no need for actual copies that you can forget to delete though
author HackEso <hackeso@esolangs.org>
date Sat, 04 Jan 2020 13:28:36 +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