Lingua::SoundChange

Lingua::SoundChange can create regular sound changes.
Download

Lingua::SoundChange Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Philip Newton
  • Publisher web site:
  • http://search.cpan.org/~pne/Lingua-Zompist-Cadhinor-0.92/Cadhinor.pm

Lingua::SoundChange Tags


Lingua::SoundChange Description

Lingua::SoundChange can create regular sound changes. Lingua::SoundChange can create regular sound changes.SYNOPSIS use Lingua::SoundChange; my $lat2port = Lingua::SoundChange->new($variables, $rules); # or my $lat2port = Lingua::SoundChange->new($variables, $rules, $options); my $original = ; my $translation = $lat2port->change($original); # changed words are now in $translation->{word} # and $translation->{word}, respectively.IntroductionThis module is a sound change applier. With it, you can construct objects which will generate consistent sound changes. One way to use this is, for example, to simulate the sound change from one language to another (such as from Latin to Portuguese). It was inspired by Mark Rosenfelder's sound change applier program; see "SEE ALSO" for more information and a URL.This module has an object-oriented interface. To use it, construct a Lingua::SoundChange object, which you can then use to apply sound changes to words. You can also have several different sound change objects around simultaneously, for example, to show sound change from a parent language to several different daughter languages, each with different sound change rules. Requirements: · Perl


Lingua::SoundChange Related Software