I would like to program a translation script to help me with a project.
The process is straight forward but I lack one important thing: The wordlists.
Anyone know a downloadable Wordlist English <-> German?
Any other languages would be nice but not necessary.
Thanks in advance
Translation script
Moderator: General Moderators
Sure there are many good translation services out there.
I am actually looking to translate a database of ingrediences with 10000 entires.
I doubt altavista would like me to spam there service and I hardly want to spend my days and weeks now translating
I found a wordlist on CD I can order for a shipping fee but if anyone knows a downloadable list I would just do that.
I am actually looking to translate a database of ingrediences with 10000 entires.
I doubt altavista would like me to spam there service and I hardly want to spend my days and weeks now translating
I found a wordlist on CD I can order for a shipping fee but if anyone knows a downloadable list I would just do that.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
you could create a script that babelfish can translate the entire page (of which would be all 10K words. Then just read in the results passed back (involves parsing a frameset at the least) and extracting back the list.
Worst comes to worst, could just manually ask babelfish to translate it, and use a script seperately (manually) to extract the conversions.
Worst comes to worst, could just manually ask babelfish to translate it, and use a script seperately (manually) to extract the conversions.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
pear has a translation packages: http://pear.php.net/packages.php?catpid ... nalization