Build Status

NAME

Text::Lorem::JA - Japanese Lorem Ipsum generator

SYNOPSIS

use Text::Lorem::JA;


my $lorem = Text::Lorem::JA->new();


# Generate a string of text with 10 characters
my $words = $lorem->word(10);


# Generate a string of text with 2 tokens
my $words = $lorem->words(2);


# Generate a string of text with 2 sentences
my $sentences = $lorem->sentences(2);

DESCRIPTION

Text::Lorem::JA generates fake Japanese text via Markov chain.

METHODS

Most of instance methods can be called as class methods.

TOOL

You can use lorem_jp executable for generating Japanese Lorem text from CLI.

LICENSE

Copyright (C) ITO Nobuaki.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

ITO Nobuaki dayflower@cpan.org