Live data from Hacker News

Show HN: Chrome extension that replaces words into a different language

alpharabi.us

1–10 of 31 posts

Re: Show HN: Chrome extension that replaces words into a different language

#2
Very cool idea but slightly disappointed by the language options and constraint on websites. I barely use any of the sites it supports and don't learn any of the languages.

I'm wondering how difficult it would be to pipe random words into google translate and replace them.

Re: Show HN: Chrome extension that replaces words into a different language

#5
post #2

Very cool idea but slightly disappointed by the language options and constraint on websites. I barely use any of the sites it supports and don't learn any of the languages. I'm wondering how difficult it would be to pipe random words into google translate and replace them.

Pretty easy. You wouldn't even need Google - just store a list of the thousand or so most used words in the script.

I wrote bookmarklet once that replaced every word in a webpage with 'blah'. Rather amusing when used on news websites.

Re: Show HN: Chrome extension that replaces words into a different language

#9

Same thing: * https://chrome.google.com/webstore/detail/kypsis-language-im... * https://chrome.google.com/webstore/detail/mindtheword/fabjla... * http://lifehacker.com/5907432/language-immersion-for-chrome-...

Oh neat. Yeah, definitely going to check this out, and do an analysis on what these guys get right and features that might need to be improved on. Appreciate the links!

Re: Show HN: Chrome extension that replaces words into a different language

#10
post #2

Very cool idea but slightly disappointed by the language options and constraint on websites. I barely use any of the sites it supports and don't learn any of the languages. I'm wondering how difficult it would be to pipe random words into google translate and replace them.

Yeah, definitely not hard at all. Although, I think the harder problem is figuring out a specific word's complexity so it corresponds to the relevant immersion factor. For instance, having a lower immersion level shouldn't just mean lesser words (which is what is right now) but also more common and memorable words. Maybe a type of sentiment analysis problem?
Post reply on HN