From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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.