Difference between revisions of "Apertium-Caffeine"

From Apertium
Jump to navigation Jump to search
m
 
(8 intermediate revisions by 4 users not shown)
Line 10: Line 10:
   
 
== Installation ==
 
== Installation ==
  +
Download apertium-caffeine.jar from
 
Download it from [https://apertium.svn.sourceforge.net/svnroot/apertium/builds/apertium-caffeine/apertium-caffeine.jar here] and launch it by simply double clicking on it. If that is not working for you, try running it from the command line:
+
https://github.com/apertium/apertium-caffeine/releases/download/v1.0/apertium-caffeine.jar and launch it by simply double clicking on it. If that is not working for you, try running it from the command line:
   
 
<pre>
 
<pre>
Line 22: Line 22:
   
 
[[Image:Apertium-Caffeine_screenshot2.png|thumb|230px|left|Installing language pairs]]
 
[[Image:Apertium-Caffeine_screenshot2.png|thumb|230px|left|Installing language pairs]]
Apertium-Caffeine offers the possibility to install, uninstall and update language pairs within the application. This feature is supported for all the 24 [[Language pair packages#List of ready-to-use packages|released pairs for which ready-to-use packages are maintained]].
+
Apertium-Caffeine offers the possibility to install, uninstall and update language pairs within the application. This feature is supported for all the 25 [[Language pair packages#List of ready-to-use packages|released pairs for which ready-to-use packages are maintained]].
   
 
Unreleased language pairs or [[Language pair packages#Language pairs with external dependencies|language pairs with external dependencies]] (for instance, the 6 released language pairs that depend on [[Apertium_and_Constraint_Grammar|CG]]) are also supported. However, ready-to-use packages are not maintained for these pairs, so you will need to [[Language pair packages#Creating language pair packages|create the packages]] by yourself, and copy them to the directory in which you have the rest of the packages. Note that, for the [[Language pair packages#Language pairs with external dependencies|language pairs with external dependencies]], you will need to install those dependencies first. For instance, you will need to install [[Apertium_and_Constraint_Grammar|CG]] for the pairs that depend on it.
 
Unreleased language pairs or [[Language pair packages#Language pairs with external dependencies|language pairs with external dependencies]] (for instance, the 6 released language pairs that depend on [[Apertium_and_Constraint_Grammar|CG]]) are also supported. However, ready-to-use packages are not maintained for these pairs, so you will need to [[Language pair packages#Creating language pair packages|create the packages]] by yourself, and copy them to the directory in which you have the rest of the packages. Note that, for the [[Language pair packages#Language pairs with external dependencies|language pairs with external dependencies]], you will need to install those dependencies first. For instance, you will need to install [[Apertium_and_Constraint_Grammar|CG]] for the pairs that depend on it.
  +
  +
== Translation 'behind the scenes' ==
  +
Consider using [[Apertium-viewer]] if you want to get into how translation is actually done, behind the scenes, or if you consider improving a language pair
  +
  +
  +
[[Category:Tools]]
  +
[[Category:User interfaces]]

Latest revision as of 07:42, 10 May 2018

Translating from English to Spanish

Apertium-Caffeine is a multi-platform Java application built on top of lttoolbox-java that translates as you type.

Requirements[edit]

  • Java 6 or better

And that's all! Apertium-Caffeine can work on any platform (Linux, OS X or Windows), and it does NOT require installing apertium, lttoolbox or lttoolbox-java.

Installation[edit]

Download apertium-caffeine.jar from https://github.com/apertium/apertium-caffeine/releases/download/v1.0/apertium-caffeine.jar and launch it by simply double clicking on it. If that is not working for you, try running it from the command line:

java -jar apertium-caffeine.jar

The first time that you run it, it will ask you where to save language pair packages, and offer the possibility to install the ones you want.

Supported language pairs[edit]

Installing language pairs

Apertium-Caffeine offers the possibility to install, uninstall and update language pairs within the application. This feature is supported for all the 25 released pairs for which ready-to-use packages are maintained.

Unreleased language pairs or language pairs with external dependencies (for instance, the 6 released language pairs that depend on CG) are also supported. However, ready-to-use packages are not maintained for these pairs, so you will need to create the packages by yourself, and copy them to the directory in which you have the rest of the packages. Note that, for the language pairs with external dependencies, you will need to install those dependencies first. For instance, you will need to install CG for the pairs that depend on it.

Translation 'behind the scenes'[edit]

Consider using Apertium-viewer if you want to get into how translation is actually done, behind the scenes, or if you consider improving a language pair