This PHP library can be used to access the Bueda API. The library requires an API key from http://bueda.com.
The Bueda API allows you to send in tags and get back normalized tags, clean tags, semantic tags and categories.
include 'BuedaRequest.php'; $client = new BuedaRequest('vEmEfeiUADwfTP67Cjftq1w91hIJ8hrlY6L8eQ'); $client.add("apple,orange,banana"); echo $client.execute();