NAME
MetaTrans::SmsCz - MetaTrans plug-in for http://slovniky.sms.cz/
CONSTRUCTOR METHODS
- MetaTrans::SmsCz->new(%options)
-
This method constructs a new MetaTrans::SmsCz object and returns it. All
%optionsare passed toMetaTrans::Base->new. The method also sets supported translation directions and thehost_serverattribute.
METHODS
Methods are inherited from MetaTrans::Base. Following methods are overriden:
- $plugin->create_request($expression, $src_lang_code, $dest_lang_code)
-
Create and return a
HTTP::Requestobject to be used for retrieving translation of the$expressionfrom$src_lang_codelanguage to$dest_lang_codelanguage. - $plugin->process_response($contents, $src_lang_code, $dest_lang_code)
-
Process the server response contents. Return the result of the translation in an array of following form:
(expression_1, translation_1, expression_2, translation_2, ...)
BUGS
Please report any bugs or feature requests to bug-metatrans@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
AUTHOR
Jan Pomikalek, <xpomikal@fi.muni.cz>
COPYRIGHT & LICENSE
Copyright 2004 Jan Pomikalek, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
MetaTrans, MetaTrans::Base, MetaTrans::Languages, HTTP::Request, URI::Escape