WMsearch
/blag/

Wikipedia as a translator of nouns

tue13feb2007—07w044d12%—10h47m00s—0utc
wikipedia, tips, languages, translations, formist, web, lists, translating, media, little things, tv, words, math

Most people don’t even know about it but right at the bottom of the left sidebar of every pedia there’s an in other languages section that turns out to be one of Wikipedia’s pearls.

It is wonderful for translating somewhat obscure nouns that you’d rarely find in a bilingual dictionary, like

And it proves a true lifesaver for translating media nouns you would never find in any bilingual dictionary — things like the Smurfs (Pitufos in Spanish), Woody Woodpecker (El Pájaro LocoC3%A1jaro_Loco in Spanish; literally, The Crazy Bird)%, Pinnocchio (Pinocho in Spanish), There’s Something About Mary (Mary à tout prix in French; literally, Mary at any price), Ghostbusters (Cazafantasmas in Spanish; literally, Ghosthunters), or Baywatch (Alerte à MalibuC3%A0Malibu in French; literally, Alert in Malibu)%.

Feb 22, 2009 Update: The best implementation out there automating this idea is Ben Bofil’s recently updated Wikislate. Check it out!

Sep 3, 2009 Update: Another great, passive implementation is Koume_S’s Wikipedia polyglot dictionary Greasemonkey script, which will substitute the language list for the corresponding words. Beautiful!

𝕏 Follow me  |  ⌂ Back to ELZR.com

10 Comments

Erasmo

funny you should mention it, and mention me (!), because i use it fairly often. A guilty pleasure of mine is to access something that interests me in wikipedia then just follow the links to other articles, wow, how much can you learn…
And “in other languages” has helped me specially with vegetables, cos i used to confuse avellanas with nueces moscadas… heh

chemito

I hadn’t realized the existence of that sidebar, I guess it is mostly because the only way I usually use wikipedia is through answers.com

What's with the little monkey-alien-who-knows that is next to your first paragraph?
elzr

chemito: That’s the reddit freak! Do help a brother out.

Erasmo: ahh, the Wikipedia bug….perhaps it’s actually something about encyclopedias themselves—I remember losing myself just as merrily in Britannica.
daki

Being a CS guy, the thought has immediately come to automation…does anybody know if there exists a tool that provides access to these “concepts” and translations directly? I.e., some sort of wrapper around the Wikipedia tool?
Talking from experience with translation technology, those “labsls” are the tricky ones to translate and Wikipedia could be a brilliant resource to achieve precisely that…

elzr

Yes! I went for the jugular—automation—too myself. But I decided to first try to find (and document) whether the whole thing was really useful or not. I think the examples are pretty convincing now (though I would love to hear more from you guys). At any rate, I glad it got automation-minded people interested. If you find (or create!) anything please share it here.

Johannes

Hi. I just googled for this use of wikipedia. I use it a lot for translating special terms for objects. It really is perfect for that use.
So. Does anyone know of a website / tool / software that provides a better interface for that use of Wikipedia? Shoot me an email if anyone knows. It sounds like a cool project do to..

elzr

Hi Johannes!

A while ago I got a similar email from someone who has already done a simple implementation of the idea: wikislate. He introduces it at this post. If you YubNub (you should), you can reach it handily trough the wikislate command.
Blaise

Independent of this post and comments, I came to the same findings and conclusion. I’m a programmer, so I automated the translation process so it can be used with only a simple form. It’s two-way, unlike wikislate’s solution.

View/use it here: http://spookpaard.nl/host/wikitranslate/
chemito

dragon fruit -  pitahaya
:)

Fred Rocha

I have currently developed an application that performs this neat wikipedian trick, automagically. Enter, MemeMiner!

I’ve used some some AJAX / JSON / jQuery magic for the interface.

Go take a peek and let me know what you guys think!