to anyone who knows...
-
i have an assignment: write a program to translate simple words in English to another language such as Filipino. I don't know how to make such code... please help me.. thank you in advance.:-O
-
i have an assignment: write a program to translate simple words in English to another language such as Filipino. I don't know how to make such code... please help me.. thank you in advance.:-O
Do you need to translate sentences or just individual words? If you need to translate sentences, you'll need to develop an understanding of the grammatical syntax of the language (simple things like putting adjectives before or after nouns need to be sorted out). If you need only to translate individual words, you're basically just going to effectively be looking it up in a database of some kind and replacing the text with whatever you have in your database.
-
i have an assignment: write a program to translate simple words in English to another language such as Filipino. I don't know how to make such code... please help me.. thank you in advance.:-O
It's almost exactly the same as the morse code program. I gave you a complete solution to that problem - now I suspect I was actually doing your homework. Steve
-
It's almost exactly the same as the morse code program. I gave you a complete solution to that problem - now I suspect I was actually doing your homework. Steve
-
Stephen Hewitt wrote:
now I suspect I was actually doing your homework.
>> i have an assignment << you were :rolleyes:
To post I was refering to made no mention of assignments. Steve
-
Do you need to translate sentences or just individual words? If you need to translate sentences, you'll need to develop an understanding of the grammatical syntax of the language (simple things like putting adjectives before or after nouns need to be sorted out). If you need only to translate individual words, you're basically just going to effectively be looking it up in a database of some kind and replacing the text with whatever you have in your database.
i juz need to translate individual words... what should i use to it? thanks... :-O