Jump to content

Help me to do this


vikrantmohite

Recommended Posts

I want to do the translation like this

 

http://translate.google.com/#en|hi|Hindi

 

But I want to do it offline for my website on localhost. I do not want to connect to the internet for doing this.

 

Help me to do this plzzzzz

 

Thanx in advance

to my knowledge, you do not need an internet connection on localhost, since it is using a directory on your machine to retrieve its files.

Link to comment
https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286578
Share on other sites

I want to do the translation like this

 

http://translate.google.com/#en|hi|Hindi

 

But I want to do it offline for my website on localhost. I do not want to connect to the internet for doing this.

 

Help me to do this plzzzzz

 

Thanx in advance

to my knowledge, you do not need an internet connection on localhost, since it is using a directory on your machine to retrieve its files.

 

 

 

can you describe in detail how I can do that

Link to comment
https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286585
Share on other sites

Are you asking how to implement your own translation service equivalent to the translation service created by a trillion-dollar company with more than 5,000 years of formal computer science education between its employees?  You absolutely cannot write your own version of google translated.  Never, ever.  Every single person on this message board, working together,  couldn't do it in less than a decade.  Google translate's algorithm is so incredible that it recently was able to automatically crack a secret document more than 150 years old.

 

As depressing and annoying and the answer may be, it remains:  No, you can't do that.  You're not smart enough.  None of us are. 

 

If you want to implement a translation service these are your options:

1)  Purchase a dictionary application to do word-for-word translations, which are often incorrect.

2)  Write your own word-for-word dictionary application.  This isn't incredibly difficult, but how do you do a proper translation of words with multiple meanings?  The English word "run" has nearly 400 official definitions.  Which Hindi word will you choose to represent it?

3)  Run everything through google.

Link to comment
https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286633
Share on other sites

Are you asking how to implement your own translation service equivalent to the translation service created by a trillion-dollar company with more than 5,000 years of formal computer science education between its employees?  You absolutely cannot write your own version of google translated.  Never, ever.  Every single person on this message board, working together,  couldn't do it in less than a decade.  Google translate's algorithm is so incredible that it recently was able to automatically crack a secret document more than 150 years old.

 

As depressing and annoying and the answer may be, it remains:  No, you can't do that.  You're not smart enough.  None of us are. 

 

If you want to implement a translation service these are your options:

1)  Purchase a dictionary application to do word-for-word translations, which are often incorrect.

2)  Write your own word-for-word dictionary application.  This isn't incredibly difficult, but how do you do a proper translation of words with multiple meanings?  The English word "run" has nearly 400 official definitions.  Which Hindi word will you choose to represent it?

3)  Run everything through google.

 

 

 

How I can do it using google then?

Link to comment
https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286638
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.