Hi,
I'm trying to write a web site that 'translates' another web page. There is already a site that does this;
http://www.rinkworks.com/dialect/
but it just replaces text based a database of words and phrases; I need to parse each sentence using algorithms.
I've been trying to develop need a php script that loads a web page, extracts each sentence from the page, processes it, then inserts the processes sentence back into the page preserve the page formatting.
I've been looking at DOM but am so new to web programming its still a bit confusing.
If anyone has any pointers on how this could be done I'd be very grateful. I do realise it's not trivial!
Cheers.



Reply With Quote

Machine translation is a big field, and very incomplete. You could perhaps look at the source of 
Bookmarks