The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

lorem_ja - Generate random Japanese looking text

SYNOPSIS

    $ lorem_ja [options]

    Options:
      --sentence -s <count>     number of sentences
      --word     -w <length>    length of word

      --dictionary -d <dict>    dictionary file
      --chain      -c <chain>   number of chain (default: dict's default)

    --sentence or --word option must be specified.

OPTIONS

--sentence

Generate sentence(s).

--word

Generate word.

--dictionary

External dictionary file.

--chain

Number of chain for generating sentence by Markov chain.