https://github.com/tomill/acme-samurai
https://github.com/tomill/acme-samurai
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomill/acme-samurai
- Owner: tomill
- License: other
- Created: 2016-09-07T13:34:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T09:22:07.000Z (almost 10 years ago)
- Last Synced: 2025-10-22T07:49:37.376Z (9 months ago)
- Language: Perl
- Homepage: http://samurai.koneta.org/
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Acme::Samurai - Speak like a Samurai
# SYNOPSIS
use utf8;
use Acme::Samurai;
Acme::Samurai->gozaru("私、侍です"); # => "それがし、侍でござる"
# DESCRIPTION
Translates Japanese to 時代劇
([http://en.wikipedia.org/wiki/Jidaigeki](http://en.wikipedia.org/wiki/Jidaigeki)) speak.
Test form: [http://samurai.koneta.org/](http://samurai.koneta.org/)
# METHODS
- gozaru( $text )
# AUTHOR
Naoki Tomita
# SPECIAL THANKS
kazina, this module started from てきすたー dictionary.
[http://kazina.com/texter/index.html](http://kazina.com/texter/index.html)
and Hiroko Nagashima, Shin Yamauchi for addition samurai vocabulary.
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.