Translating from English to Spanish and using the translation back gives out a very different (and incorrect) output.
[In]: apertium.translate('en', 'spa', 'These helps of handy tool believe dummy text for all your needs of design.')
[Out]: Estas ayudas de herramienta manejable creen *dummy texto para todas vuestras necesidades de diseño.
[In]: apertium.translate('spa', 'en', 'Estas ayudas de herramienta manejable creen *dummy texto para todas vuestras necesidades de diseño.')
[Out]: These helps of handy tool believe **dummy text for all your needs of design.
Translating from English to Spanish and using the translation back gives out a very different (and incorrect) output.
[In]: apertium.translate('en', 'spa', 'These helps of handy tool believe dummy text for all your needs of design.')[Out]: Estas ayudas de herramienta manejable creen *dummy texto para todas vuestras necesidades de diseño.[In]: apertium.translate('spa', 'en', 'Estas ayudas de herramienta manejable creen *dummy texto para todas vuestras necesidades de diseño.')[Out]: These helps of handy tool believe **dummy text for all your needs of design.