Snippet Library
Browse | Submit A New Snippet | Create A Package
Search Engine Query Categorization API | |
| Type: Sample Code (HOWTO) |
Category: Searching |
| License: WebSite Only |
Language: Perl |
| Description: This API can be used to find the topic of a keyword query. The topic for the query will be chosen from over 1500 predefined topics. This works best with query phrases like - "Kobe Bryant Visit", "Dell Inspiron 1420 price" This technology has been provided by Query Dynamics LLC (http://www.querydynamics.com). This technology is being used to categorize tweets at a website called TweetDynamics (http://www.tweetdynamics.com/) | |
Versions Of This Snippet:
| Snippet ID | Download Version | Date Posted | Author | Delete |
|---|---|---|---|---|
| 31 | 1.2 | 2012-01-08 18:18 | Tweet Dynamics |
Download a raw-text version of this code by clicking on "Download Version"
Latest Snippet Version: 1.2
To get the category for the query "Kobe Bryant Season" submit a GET request to - http://tweetdynamics.com/perl/parseQuery?query=kobe%20bryant%20season The following html code will be returned: <html><head><title>Parse Query</title></head><body><Answer>basketball player</Answer></body></html> The category of the query is within the "Answer" tags.
Submit a new version
You can submit a new version of this snippet if you have modified it and you feel it is appropriate to share with others..

