Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oklahomer/p5-lingua-piglatin-bidirectional
Translates English sentences to Pig Latin, and vice versa
https://github.com/oklahomer/p5-lingua-piglatin-bidirectional
Last synced: 14 days ago
JSON representation
Translates English sentences to Pig Latin, and vice versa
- Host: GitHub
- URL: https://github.com/oklahomer/p5-lingua-piglatin-bidirectional
- Owner: oklahomer
- License: other
- Created: 2014-02-08T14:18:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-08T14:22:00.000Z (almost 11 years ago)
- Last Synced: 2024-11-02T03:42:25.426Z (2 months ago)
- Language: Perl
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Lingua::PigLatin::Bidirectional - Translates English sentences to Pig Latin, and vice versa.
# SYNOPSIS
use Lingua::PigLatin::Bidirectional;
warn to_piglatin('hello'); # ellohay
warn from_piglatin('ellohay'); # hello# DESCRIPTION
Lingua::PigLatin::Bidirectional translates to and from Pig Latin. This module
is originally inspired by Lingua::PigLatin, but this also handles
re-translation from Pig Latin, hense the name.Additionally, it cares case sensitivity.
# METHODS
- to\_piglatin
Returns a Pig-Latinized sentence.
- from\_piglatin
Re-Translate a Pig-Latinized sentence and returns plain English sentence.
# LICENSE
Copyright (C) Oklahomer.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
Oklahomer