A Clojure uClassify API library.
This library completely supports all the operations provided by their web service.
uClassify is a free web service where you can easily create your own text classifiers. You can also directly use classifiers that are shared by the community.
With Leiningen add clj-uclassify dependency to your project.clj file
[psibi/clj-uclassify "0.1.2"]
With Maven:
<dependency>
<groupId>psibi</groupId>
<artifactId>clj-uclassify</artifactId>
<version>0.1.2</version>
</dependency>
See here.
Issue it here. Bug reports with test cases will be highly useful.
Copyright © 2013 Sibi
Distributed under GNU General Public License, Version 3. See LICENSE file for more details.