Server-side software for translating languages? [closed]
Asked Answered
J

1

6

I am searching for a server-side application (not a service, we need to host this ourselves) that can take a given string and translate it to another language. Open-source, paid, doesn't matter.

Can anyone provide some recommendations?

Jollenta answered 20/1, 2011 at 16:24 Comment(5)
Which source language(s) to which target language(s)?Spurious
English -> ... Whatever is available. Spanish, French, Chinese, Swedish, etc... I work with projects that have involved dozens of different languages.Jollenta
Any reason why you don't just maintain languages files with all the strings pre-translated?Troup
We are translating live data that is supplied by users of the application.Jollenta
shopping recommendations are not on topic blog.stackoverflow.com/2010/11/qa-is-hard-lets-go-shoppingAnderegg
A
3

Open Source Translation Packages

Here are some state-of-the-art open-source machine translation packages:

Training Data

To use each of the packages above, you'll need training data. If you're translating between many European languages you can use Phillip Koehn's Europarl parallel corpus. If you're interested in a European Union (EU) language that's not in the Europarl parallel corpus, you can gather the data by crawling the proceedings of the European parliament. All the EU proceedings are translated into each of the EU languages and made available for free online, which makes them a very good source of machine translation training data.

You can get training data for non-European languages from the Linguistics Data Consortium (LDC) catalog (e.g., Chinese-to-English).

Aquitaine answered 21/1, 2011 at 1:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.