Yesterday, Peter Gabriel's fan club sent out an email message mentioning that a new social community named "Gabble" is launched. This is not until I played around Gabble did I realize that this is something we just covered in our latest 202 lecture: data retrivial system and tokenization.
Gabble is an online community that seeks to bring people from every corner of the world in a conversation using pictures instead of words. When user types a sentence in the assigned text box, a series of images, animation and illustrations which reflect each word in the typed sentence are attached below the text box and become a part of the message.
After trying to input several sentences and observe the image mapping result, I realized that several methods we mentioned during the lecture, such as sentence segmentation and stopword method, are used here to retrive related images from Gabble's images library. Most of them work perfectly, except some "phrases" which seems are not preserved yet, such as:
(HOT DOG = A man with fire + A dog)
Although Gabble currently only supports English and still seems to need some improvement, I've felt the power of information retrival. This also makes me think about how the knowledge of IO/IR can be implemented to facilitate the way people communicate with other people from different cultural and language background aorund the world.