Difference between revisions of "Tools"

From Apertium
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
[[Outils|En français]]
  +
 
{{Main page header}}
 
{{Main page header}}
==Tools for users==
+
==Tools for users / translators==
  +
* [[Apertium Simpleton UI]] is a simple UI for Windows or Mac OS X that lets you easily install and translate text
 
[[Image:Screenshot_apertium-tolk.png|thumb|300px|right|[[Apertium-tolk]]]]
 
[[Image:Screenshot_apertium-tolk.png|thumb|300px|right|[[Apertium-tolk]]]]
 
* [[Apertium-tolk]] - a simple cousin of [[Apertium-view]]. Its emphasis is on user friendliness. It shows the output of a translation as you type.
 
* [[Apertium-tolk]] - a simple cousin of [[Apertium-view]]. Its emphasis is on user friendliness. It shows the output of a translation as you type.
Line 8: Line 11:
 
[[Image:Apertium-subtitles-800px.png‎|thumb|400px|right|Apertium Subtitles: Translation Form]]
 
[[Image:Apertium-subtitles-800px.png‎|thumb|400px|right|Apertium Subtitles: Translation Form]]
 
*[[Apertium Subtitles]] is a program which can be used to translate subtitles.
 
*[[Apertium Subtitles]] is a program which can be used to translate subtitles.
  +
*[[Tradubi]] is a web-based post-editing and dictionary customisation environment for users who wish to customise their MT system.
 
  +
* [[Gedit]] is a plain text/code editor that has an [https://git.gnome.org/browse/gedit-plugins/tree/plugins/translate apertium translation plugin]
   
 
=== Screenshots ===
 
=== Screenshots ===
Line 14: Line 18:
 
<gallery>
 
<gallery>
 
Image:Screenshot_apertium-tolk.png|[[Apertium-tolk]]
 
Image:Screenshot_apertium-tolk.png|[[Apertium-tolk]]
Image:Apertium-tinylex-emu.png|[[Apertium-tinyLex]] for J2ME
+
Image:Apertium-tinylex-emu.png|[[Apertium-tinylex]] for J2ME
Image:Palm-os-emulator.png|[[Apertium-tinyLex]] for Palm
+
Image:Palm-os-emulator.png|[[Tinylex on a Palm|Apertium TinyLex for Palm]]
 
Image:Apertium-subtitles-800px.png‎|[[Apertium Subtitles]]: Translation Form
 
Image:Apertium-subtitles-800px.png‎|[[Apertium Subtitles]]: Translation Form
 
</gallery>
 
</gallery>
Line 26: Line 30:
 
* [[Apertium-viewer]] is a version of Apertium-view with more features, it does not require d-bus and is written in Java
 
* [[Apertium-viewer]] is a version of Apertium-view with more features, it does not require d-bus and is written in Java
 
[[Image:EasyFigure1.png|thumb|300px|right|The main window of [[Easy dictionary maintenance|DicsToolsSuite]]]]
 
[[Image:EasyFigure1.png|thumb|300px|right|The main window of [[Easy dictionary maintenance|DicsToolsSuite]]]]
* [[Easy dictionary maintenance|DicsToolsSuite]] is a Java GUI tool under development to ease dix editing
+
* [[Easy dictionary maintenance|DicsToolsSuite]] is a Java GUI tool (under development) to make dix editing simple and friendly for non-programmers
 
[[Image:dix.el.png|thumb|300px|right|Screenshot of dix.el in Aquamacs (fullscreen). Upper left window has output from dix-view-pardef, lower left shows rng schema completion. There is a red underline since a <code>p</code> can't be an empty element, as noted by the message in the minibuffer]]
 
[[Image:dix.el.png|thumb|300px|right|Screenshot of dix.el in Aquamacs (fullscreen). Upper left window has output from dix-view-pardef, lower left shows rng schema completion. There is a red underline since a <code>p</code> can't be an empty element, as noted by the message in the minibuffer]]
 
* [[Emacs|dix-mode]] is an extension for Emacs that gives some handy features for dix/XML editing, e.g. goto/view-pardef, cycle restrictions with Ctrl+Tab, keyboard shortcuts to move to the next Interesting element, etc.
 
* [[Emacs|dix-mode]] is an extension for Emacs that gives some handy features for dix/XML editing, e.g. goto/view-pardef, cycle restrictions with Ctrl+Tab, keyboard shortcuts to move to the next Interesting element, etc.
Line 38: Line 42:
 
Image:EasyFigure1.png|[[Easy dictionary maintenance|DicsToolsSuite]]
 
Image:EasyFigure1.png|[[Easy dictionary maintenance|DicsToolsSuite]]
 
</gallery>
 
</gallery>
  +
  +
== Other software ==
  +
Beyond using Apertium behind a graphic interface, several codebases exist which deliver Apertium as a service. These can be used, for example, to serve webpages within a website. See [[Apertium services]].
  +
  +
Plugins have been developed for other projects. For example, see the IRC client plugins [[Plugin for XChat]] and [[Plugin for Pidgin]].
  +
  +
For more applications of Apertium, browse the category link below.
   
 
==See also==
 
==See also==
* More tools in the [http://wiki.apertium.org/wiki/Category:Tools category page].
+
* More tools in the [http://wiki.apertium.org/wiki/Category:Tools category page], especially [http://wiki.apertium.org/wiki/Category:User_interfaces User interfaces]
   
   
 
[[Category:Tools|*]]
 
[[Category:Tools|*]]
  +
[[Category:Documentation in English]]

Latest revision as of 07:17, 4 September 2017

En français

InstallationResourcesContactDocumentationDevelopmentTools

Gnome-home.png Home PageBugs.png BugsInternet.png WikiGaim.png Chat


Tools for users / translators[edit]

  • Apertium Simpleton UI is a simple UI for Windows or Mac OS X that lets you easily install and translate text
  • Apertium-tolk - a simple cousin of Apertium-view. Its emphasis is on user friendliness. It shows the output of a translation as you type.
Apertium TinyLex Emulation
Apertium Subtitles: Translation Form

Screenshots[edit]

Tools for developers[edit]

  • Apertium-view - a little GUI application that allows you to view and edit the output of every phase in a translation.
  • Apertium-viewer is a version of Apertium-view with more features, it does not require d-bus and is written in Java
The main window of DicsToolsSuite
  • DicsToolsSuite is a Java GUI tool (under development) to make dix editing simple and friendly for non-programmers
Screenshot of dix.el in Aquamacs (fullscreen). Upper left window has output from dix-view-pardef, lower left shows rng schema completion. There is a red underline since a p can't be an empty element, as noted by the message in the minibuffer
  • dix-mode is an extension for Emacs that gives some handy features for dix/XML editing, e.g. goto/view-pardef, cycle restrictions with Ctrl+Tab, keyboard shortcuts to move to the next Interesting element, etc.

Screenshots[edit]

Other software[edit]

Beyond using Apertium behind a graphic interface, several codebases exist which deliver Apertium as a service. These can be used, for example, to serve webpages within a website. See Apertium services.

Plugins have been developed for other projects. For example, see the IRC client plugins Plugin for XChat and Plugin for Pidgin.

For more applications of Apertium, browse the category link below.

See also[edit]