- Joined
- Jan 4, 2001
- Location
- Northern VA
Ok, I've got a request for some help. I'm starting work on my final project for my programming class at GMU, and it is to create a Java applet or appliction that acts as a translator for three languages. The easy part is that these are not like translating Englihs to Spanish, but simply translating basedo on an algorithm.
An example would be pig latin...I can design an algorithm that states if a word starts iwth a consonant, move it to the end of the word and add "ay"...
The key is that the language must use an algorithm for translation
Ofcourse, that can mean simple rules as well. For instance, I will most likely do english to binary ascii, and possibly hAxor language which uses certain rules. (i.e. change a to 4)
I'd like to find some really interesting things to do, and something possibly useful. Like, it'd be great if Klingon was just taking english words and running an algorithm on them...
So, I need three. I've got two that I can use, but I need atleast one, and I'm not yet decided on if I want ot use hAxor, so, lemme see what you got!
If you know of any ideas for translations based on algorithms, lemme know!
Mike
PS I know I can use a "key" to do some sort of encryption/decryption, and I may very well do this. Still, i am looking for actual languages/dialects that can be done with an algorithm such as pig latin.
Thanks in advance!
An example would be pig latin...I can design an algorithm that states if a word starts iwth a consonant, move it to the end of the word and add "ay"...
The key is that the language must use an algorithm for translation
Ofcourse, that can mean simple rules as well. For instance, I will most likely do english to binary ascii, and possibly hAxor language which uses certain rules. (i.e. change a to 4)
I'd like to find some really interesting things to do, and something possibly useful. Like, it'd be great if Klingon was just taking english words and running an algorithm on them...
So, I need three. I've got two that I can use, but I need atleast one, and I'm not yet decided on if I want ot use hAxor, so, lemme see what you got!
If you know of any ideas for translations based on algorithms, lemme know!
Mike
PS I know I can use a "key" to do some sort of encryption/decryption, and I may very well do this. Still, i am looking for actual languages/dialects that can be done with an algorithm such as pig latin.
Thanks in advance!