| Text-AsReadWithoutIntonation documentation | view source | Contained in the Text-AsReadWithoutIntonation distribution. |
Text::AsReadWithoutIntonation - Perl extension for converting sentences to text resembling the way it would be read without intonation.
use Text::AsReadWithoutIntonation; $readWord = Text::AsReadWithoutIntonation:inSpanish($text);
Perl extension for converting sentences to text resembling the way it would be read without intonation (no questions, no pauses or any other prosodic clues).
None by default.
Alberto Montero, <amonero@gsi.dit.upm.es>
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.
Convert the given sentence to text resembling the way it would be read without intonation (no questions, no pauses or any other prosodic clues).
Non interpretable symbols are supressed.
Numbers are read in spanish. If ª or º is supplied, appropiated gender is used.
Roman numbers lower than or equal to 10 are read as ordinals, and cardinals otherwise.
Supported currencies are euros and dollars.
Mathematical symbols are equal, plus and percentage
'@' is correctly read
Read the supplied single word in spanish, with the same conventions as inSpanish.
Read the supplied single word in spanish, symbol by symbol
| Text-AsReadWithoutIntonation documentation | view source | Contained in the Text-AsReadWithoutIntonation distribution. |