mrkara / gtranslator

A fork of the original 2-91 branch of Gtranslator from http://projects.gnome.org/gtranslator
GNU General Public License v3.0
1 stars 0 forks source link

[bgo#508617] Plugin for Apertium #81

Open mrkara opened 7 years ago

mrkara commented 7 years ago

The request is for a plugin that can translate using the Apertium machine translation system (http://www.apertium.org). There is a DBus interface:

http://xixona.dlsi.ua.es/wiki/index.php/D-Bus_service_for_Apertium

And examples:

http://xixona.dlsi.ua.es/wiki/index.php/D-Bus_examples

I'll have a shot at it if no-one else is interested when the plugin architecture is finalised.

Originally reported by Francis Tyers at https://bugzilla.gnome.org/show_bug.cgi?id=508617

mrkara commented 7 years ago

This can be a good plugin. I'll try to finish the plugin system this weekend.

Originally posted by Ignacio Casal Quinteiro (nacho)

mrkara commented 7 years ago

anyone working on this?

(just for subscribing to the bug)

Originally posted by Gil Forcada

mrkara commented 7 years ago

I don't know if Francis is working on this or if he is waiting for python support.

Originally posted by Ignacio Casal Quinteiro (nacho)

mrkara commented 7 years ago

now that we use libpeas you could use python, although you need to setup a jhbuild environment.

Originally posted by Ignacio Casal Quinteiro (nacho)

mrkara commented 7 years ago

You could also use the webservice nowadays.

http://api.apertium.org

Originally posted by Francis Tyers

mrkara commented 7 years ago

The opentran plugin uses already a json system similar to this one. Maybe we can just extend that plugin instead of reinventing the wheel with another plugin.

Originally posted by Ignacio Casal Quinteiro (nacho)