Difference between revisions of "Interfaces"

From Apertium
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
If you're looking to translate something, the most popular alternative is to simply use the main web site. But there are many alternative ways of getting Apertium translations.
Some user interfaces for Apertium:
 
  +
  +
* '''[https://www.apertium.org/ apertium.org]'''
  +
** This is the official web site – it serves only the ''released'' (stable) versions of language pairs
  +
* '''[https://beta.apertium.org/ beta.apertium.org]'''
  +
** This is the official "beta" site – it serves the latest work in all language pairs (so things may work better, but also may have weird bugs). You can also see some linguistic info (morphological analysis/generation)
  +
* '''[[Apertium Simpleton UI]]'''
  +
** This is an app for Windows and Mac that lets you download the language data and use Apertium offline
  +
  +
Other sites running Apertium:
  +
* https://gtweb.uit.no/mt/ and https://jorgal.uit.no/ are maintained by Norgga árktalaš universitehta and run the latest (unreleased) versions of pairs developed there (Sámi languages, Finnish, Estonian, …)
  +
  +
You can also translate directly from the command line on '''Linux''' and '''Mac''' (or '''Windows''' with WSL). [[Installation#For_those_who_want_to_install_Apertium_locally.2C_and_developers|Install the packages]] and try something like <code>echo "some words" | apertium eng-cat</code>. This also supports document translation, <code>apertium -f docx eng-cat input.docx output.docx</code>.
  +
 
==Other user interfaces for Apertium==
  +
In various states of repair:
   
 
* [[Apertium-Caffeine]] – Java app that translates as you type and doesn't require installing anything else (downloads bundled pairs for you)
 
* [[Apertium-Caffeine]] – Java app that translates as you type and doesn't require installing anything else (downloads bundled pairs for you)
Line 5: Line 20:
 
* [[Apertium-tinylex]] – J2ME (Java 2 Micro Edition) app for mobile devices which looks up dictionary entries (using dictionaries converted to tiny-format)
 
* [[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 Android]] – Android (Java) app that downloads bundled pairs for you
 
* [https://f-droid.org/en/packages/com.mitzuli/ Mitzuli] – a more full-featured app for Android.
 
* [[Apertium-tolk]] – Python dbus-based app that translates as you type using your installed language pairs
 
* [[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-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 (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).
 
* [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).
  +
* [http://www.atareao.es/ubuntu/unity-lens-translator-o-como-traducir-desde-el-dash-con-apertium/ unity-lens-translator] – Ubuntu Unity lens that uses Apertium
* [[Apertium-html-tools]] – Web app with fully localisable translation, generation, and analysis interfaces.
+
* [[Apertium-html-tools]] – this is the code for apertium.org, a React JS app with fully localisable translation, generation, and analysis interfaces.
* [[Apertium Simpleton UI]] – a simple Windows UI with pair-installer, see http://permalink.gmane.org/gmane.comp.nlp.apertium/5187.
 
  +
* http://aplica.prompsit.com/en/ used to be a web site that translated without requiring js, doesn't seem to work any more?
* [http://www.mitzuli.com Mitzuli] – another app for Android.
 
   
 
==See also==
 
==See also==

Latest revision as of 07:42, 18 June 2021

If you're looking to translate something, the most popular alternative is to simply use the main web site. But there are many alternative ways of getting Apertium translations.

  • apertium.org
    • This is the official web site – it serves only the released (stable) versions of language pairs
  • beta.apertium.org
    • This is the official "beta" site – it serves the latest work in all language pairs (so things may work better, but also may have weird bugs). You can also see some linguistic info (morphological analysis/generation)
  • Apertium Simpleton UI
    • This is an app for Windows and Mac that lets you download the language data and use Apertium offline

Other sites running Apertium:

You can also translate directly from the command line on Linux and Mac (or Windows with WSL). Install the packages and try something like echo "some words" | apertium eng-cat. This also supports document translation, apertium -f docx eng-cat input.docx output.docx.

Other user interfaces for Apertium[edit]

In various states of repair:

  • 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
  • Mitzuli – a more full-featured app for Android.
  • 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).
  • unity-lens-translator – Ubuntu Unity lens that uses Apertium
  • Apertium-html-tools – this is the code for apertium.org, a React JS app with fully localisable translation, generation, and analysis interfaces.
  • http://aplica.prompsit.com/en/ used to be a web site that translated without requiring js, doesn't seem to work any more?

See also[edit]