https://github.com/yusukebe/acme-zenra
zenrize Japanese sentence.
https://github.com/yusukebe/acme-zenra
Last synced: 12 months ago
JSON representation
zenrize Japanese sentence.
- Host: GitHub
- URL: https://github.com/yusukebe/acme-zenra
- Owner: yusukebe
- Created: 2010-11-17T02:37:59.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-17T02:52:14.000Z (over 15 years ago)
- Last Synced: 2025-04-19T09:13:17.833Z (about 1 year ago)
- Language: Perl
- Homepage: http://twitter.com/sugyan
- Size: 97.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Acme::Zenra.
INSTALLATION
Acme::Zenra installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan Acme::Zenra
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
Acme::Zenra documentation is available as in POD. So you can do:
% perldoc Acme::Zenra
to read the documentation online with your favorite pager.
Yusuke Wada