view paste/paste.29925 @ 12325:2b962c94f6e7 draft

<b_jonas> learn ayacc is ais523\'s yacc parser generator implementation, get it from http://nethack4.org/pastebin/ayacc-2020-04.tar.gz or from darcs clone http://nethack4.org/projects/ayacc
author HackEso <hackeso@esolangs.org>
date Wed, 08 Apr 2020 20:24:48 +0000
parents bdb161c7f923
children
line wrap: on
line source

Usage: words [-dhNo] [DATASETS...] [NUMBER_OF_WORDS]

options:
  -l, --list             list valid datasets
  -d, --debug            debugging output
  -N, --dont-normalize   don't normalize frequencies when combining
                         multiple Markov models; this has the effect
                         of making larger datasets more influential
  -o, --target-offset    change the target length offset used in the
                         word generation algorithm; use negative integers
                         for best results