The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
transcribe
    Phonetically transcribe the given piece of text.

    If text has several words, the returned list of phonemes has no idications
      of word boundaries.

NAME

Lingua::ES::PhT - Perl extension for phonetic/phonologic transcriptions in Spanish.

SYNOPSIS

  use Lingua::ES::PhT;

  @phonemes = Lingua::ES::PhT::transcribe($text);

DESCRIPTION

Perl extension for phonetic/phonologic transcriptions in Spanish. Phonemes are represented with SAMPA symbols for Spanish, as defined at http://es.wikipedia.org/wiki/SAMPA_para_español .

EXPORT

SEE ALSO

Internally uses TeX::Hyphen.

AUTHOR

Alberto Montero, <alberto@>

COPYRIGHT AND LICENSE

Copyright (C) 2007 by Alberto Montero

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 35:

'=item' outside of any '=over'

Around line 253:

You forgot a '=back' before '=head1'

Around line 268:

Non-ASCII character seen before =encoding in 'http://es.wikipedia.org/wiki/SAMPA_para_español'. Assuming UTF-8