public
Description: A Python wrapper to the Reuters Calais API
Homepage:
Clone URL: git://github.com/paltman/pycalais.git
Click here to lend your support to: pycalais and make a donation at www.pledgie.com !
pycalais / README.txt
100644 9 lines (6 sloc) 0.329 kb
1
2
3
4
5
6
7
8
9
Open Calais [1] is a web api enabling the semantic web and this library is a
python wrapper around that api, enabling easier application building.
 
Open Calais uses rich RDF responses. At the time being, I am planning using
RDFLib [2] to handle the RDF parsing.
 
[1] http://opencalais.com/
[2] http://code.google.com/p/rdflib/