I am looking for a web service which can can extract important keywords from a piece of text.
I have already tried the Yahoo Term Extraction service. The problem with this service is that it does not give any results for short text.
Alternatively is there any ready to use code I can use which can extract the important keywords from a piece of text. i.e. remove all generic words from the string.
For example:
"I want to buy a digital camera"
terms: "digital", "camera"
Thanks.
There are two other stack overflow questions which are related and have more info:
What is a simple way to generate keywords from a text? Filter out common words for search query