Difference between revisions of "Interfaces"

From Apertium
Jump to navigation Jump to search
Line 8: Line 8:
 
* [[Apertium-view]] – Python dbus-based app that translates as you type using your installed language pairs, showing intermediate stages as well.
 
* [[Apertium-view]] – Python dbus-based app that translates as you type using your installed language pairs, showing intermediate stages as well.
 
* [[Apertium-viewer]] – Java app that translates as you type using your installed language pairs, showing intermediate stages as well.
 
* [[Apertium-viewer]] – Java app that translates as you type using your installed language pairs, showing intermediate stages as well.
* [https://gist.github.com/unhammer/6900610 apertium-xsel] – tiny bash script to translate whatever you've selected with your mouse. Only requires xsel and zenity (latter installed by default in Ubuntu at least).
+
* [https://gist.github.com/unhammer/6900610 apertium-xsel] – tiny bash script to translate whatever you've selected with your mouse (if it's an URL, it'll download the page, translate it and open the translated HTML). Only requires xsel and zenity (latter installed by default in Ubuntu at least).
   
 
==See also==
 
==See also==

Revision as of 09:22, 13 March 2014

Some user interfaces for Apertium:

  • Apertium-Caffeine – Java app that translates as you type and doesn't require installing anything else (downloads bundled pairs for you)
  • Apertium Subtitles – Java app for translating subtitles using your installed language pairs
  • Apertium-tinylex – J2ME (Java 2 Micro Edition) app for mobile devices which looks up dictionary entries (using dictionaries converted to tiny-format)
  • Apertium Android – Android (Java) app that downloads bundled pairs for you
  • Apertium-tolk – Python dbus-based app that translates as you type using your installed language pairs
  • Apertium-view – Python dbus-based app that translates as you type using your installed language pairs, showing intermediate stages as well.
  • Apertium-viewer – Java app that translates as you type using your installed language pairs, showing intermediate stages as well.
  • apertium-xsel – tiny bash script to translate whatever you've selected with your mouse (if it's an URL, it'll download the page, translate it and open the translated HTML). Only requires xsel and zenity (latter installed by default in Ubuntu at least).

See also