File tree 4 files changed +1518
-31
lines changed
4 files changed +1518
-31
lines changed Original file line number Diff line number Diff line change 1
1
# ntih (Naming Things Is Hard)
2
2
3
3
## ntih
4
- > ntih [LENGTH] [NUMBER] < EXAMPLE TEXT > WORDS
5
- Output a NUMBER nonsense words up to the given LENGTH
6
- from a Markov chain built from text on standard input.
7
4
8
- # License
9
- GPLv3 (see LICENSE)
5
+ # Usage
6
+ > ntih [OPTIONS] [LENGTH] [NUMBER] < EXAMPLE TEXT > WORDS
7
+ Build a markov chain by sampling words from input text,
8
+ then use it to generate COUNT words each composed of up to LENGTH characters.
9
+
10
+ OPTIONS
11
+ -f CHAIN_FILE : File where the chain will be stored.
12
+ -i INPUT_FILE : Input file from which to read sample words.
13
+ -r : Force regeneration of CHAIN_FILE.
14
+
15
+ ENVIRONMENT
16
+ $NTIHFILE : Default CHAIN_FILE from which to load a chain.
17
+ $NTIHDICT : Default INPUT_FILE from which to generate a chain.
18
+
19
+ ntih © Mike Lalumiere 2018
20
+ Licensed under GPLv3 (see LICENSE)
10
21
11
22
# Links
12
23
GNU - https://www.gnu.org/software/
You can’t perform that action at this time.
0 commit comments