Keywords dictionary
Posted
by Gusepo
on Stack Overflow
See other posts from Stack Overflow
or by Gusepo
Published on 2010-04-12T17:24:27Z
Indexed on
2010/04/12
17:32 UTC
Read the original article
Hit count: 372
dictionary
|keywords
I developed a web site to search a database of videos indexed by keywords. There are several keywords that are repeated like "kid" and "kids" or "children"
I'd like that when users search for a keyword they will find also videos with similar keywords and keywords translation (ex. "kid" > "kinder").
I was thinking about using an external dictionary, there's Google dictionary but it does not provide APIs.
Have you got any idea on how can I do that?
Thanks
Giuseppe
© Stack Overflow or respective owner