vikrantmohite Posted November 9, 2011 Share Posted November 9, 2011 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 Quote Link to comment https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/ Share on other sites More sharing options...
MasterACE14 Posted November 9, 2011 Share Posted November 9, 2011 you can use it on localhost, but you do need a connection to the internet. Quote Link to comment https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286575 Share on other sites More sharing options...
AyKay47 Posted November 9, 2011 Share Posted November 9, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286578 Share on other sites More sharing options...
vikrantmohite Posted November 9, 2011 Author Share Posted November 9, 2011 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 Quote Link to comment https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286585 Share on other sites More sharing options...
AyKay47 Posted November 9, 2011 Share Posted November 9, 2011 are you running linux or windows? for windows you can install WAMP, for linux you can install LAMP.. or XAMP, which will work with both OS Quote Link to comment https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286590 Share on other sites More sharing options...
ManiacDan Posted November 9, 2011 Share Posted November 9, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286633 Share on other sites More sharing options...
vikrantmohite Posted November 9, 2011 Author Share Posted November 9, 2011 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? Quote Link to comment https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286638 Share on other sites More sharing options...
ManiacDan Posted November 9, 2011 Share Posted November 9, 2011 Using the API Quote Link to comment https://forums.phpfreaks.com/topic/250766-help-me-to-do-this/#findComment-1286657 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.