Mr. Krystal Posted April 7, 2006 Share Posted April 7, 2006 You may remember my original Saurian Translator ver. 3. Well, I've used AJAX to create a translator that translates AS YOU TYPE in both directions (English -> <- Saurian). Try It Out! Link to comment Share on other sites More sharing options...
AAAA Posted April 7, 2006 Share Posted April 7, 2006 A cabo ak tnawxk rik xen ? Link to comment Share on other sites More sharing options...
DZComposer Posted April 7, 2006 Share Posted April 7, 2006 Ah, Javascript. One of thiose languages I need to learn. And learning programming languages is painful...... Link to comment Share on other sites More sharing options...
Mr. Krystal Posted April 7, 2006 Author Share Posted April 7, 2006 It's actually very simple. All I do is every time a key is pressed, it calls a Javascript function. The function takes the data in the textbox you are typing in, splits the string at every space, and stores them in an array. This means we have an array of words. Then we loop though each word and split it into individual characters. Depending on what type of letter and which language you are translating to, the program uses the original character as a reference to the translated character in the other language. After that, you just reassemble the translated phrase, add spaces, and output to the other textbox. Also, Javascript is tough, cause they usually don't tell you when you have an error, but if you learn Perl first, you'll be fine. (Perl is one of the world's easiest languages and the "duct tape" of programming languages.) Link to comment Share on other sites More sharing options...
ArwingMaster Posted April 7, 2006 Share Posted April 7, 2006 Kxaj aj seec, weet zer Dwight! Link to comment Share on other sites More sharing options...
AAAA Posted April 8, 2006 Share Posted April 8, 2006 Te 0ei bden nxud 0ei xulo tedo A nacc doloh jkef Just kidding i hope but you never know XD anyway that is the neatest thing i have seen yet Link to comment Share on other sites More sharing options...
Mr. Krystal Posted April 8, 2006 Author Share Posted April 8, 2006 Thanks to the sick people at the KLA, I now have to add filters against curse words :P Link to comment Share on other sites More sharing options...
AAAA Posted April 8, 2006 Share Posted April 8, 2006 Ok but dont let these guys think you were talking about me XD Link to comment Share on other sites More sharing options...
Mr. Krystal Posted April 8, 2006 Author Share Posted April 8, 2006 Ha ha, I was joking. Link to comment Share on other sites More sharing options...
AAAA Posted April 8, 2006 Share Posted April 8, 2006 You got me oh well XD Link to comment Share on other sites More sharing options...
Mr. Krystal Posted April 8, 2006 Author Share Posted April 8, 2006 Well, it's done. The Saurian Translator is now in Beta 2. It now features a curse word filter. Please, I beg you, try to defeat it. Email the words that you can get past the filter, so I can make it stronger. That is all. Link to comment Share on other sites More sharing options...
EvolutionSFox Posted April 8, 2006 Share Posted April 8, 2006 Oh darn, the filter beat me. Link to comment Share on other sites More sharing options...
ArwingMaster Posted April 8, 2006 Share Posted April 8, 2006 Wait? is the first link you provided in the forum the filtered one? Because it didn't stop me at all... Link to comment Share on other sites More sharing options...
Mr. Krystal Posted April 9, 2006 Author Share Posted April 9, 2006 Wait? is the first link you provided in the forum the filtered one? Because it didn't stop me at all... The first link is to the old version, one that I will be removing later, now that there is a live version. Link to comment Share on other sites More sharing options...
ArwingMaster Posted April 9, 2006 Share Posted April 9, 2006 okay, just making sure. <edit> I just found the live one. The filters working so far </edit> Link to comment Share on other sites More sharing options...
Mr. Krystal Posted April 14, 2006 Author Share Posted April 14, 2006 Saurian Translator Version 3 Released!!! It makes the language filter optional (default off), mainly because it really slowed down the processing. I also added something that I'm very proud of: "Intelligent" Proper Noun Detection. It will try to figure out if you're typing a proper noun even without the '~' character. It's limited of course, but it works fairly well. It's also optional. Visit the new Saurian Translator Version 3! Link to comment Share on other sites More sharing options...
brotheroffalco Posted April 14, 2006 Share Posted April 14, 2006 Ucc 0eih Renamon rocedw ke mo Link to comment Share on other sites More sharing options...
Recommended Posts