Data::Kanji::Tomoe

Parse the data files of the Tomoe project
Download

Data::Kanji::Tomoe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ben Bullock
  • Publisher web site:
  • http://search.cpan.org/~bkb/

Data::Kanji::Tomoe Tags


Data::Kanji::Tomoe Description

Data::Kanji::Tomoe is a Perl module parses the kanji or hanzi data supplied by the Tomoe "handwriting recognition engine".The data itself is not supplied with this module.The parsing is based on XML::Parser, and simply breaks the Tomoe data into individual characters then calls back a routine supplied by the user with the data for each character.SYNOPSIS my $tomoe = Data::Kanji::Tomoe->new ( tomoe_data_file => '/path/to/data/file', character_callback => \& user_callback, ); $tomoe->parse ();Product's homepage


Data::Kanji::Tomoe Related Software