psibi/clj-uclassify

uClassify API Library


License
GPL-3.0

Documentation

clj-uclassify Build Status

A Clojure uClassify API library.

This library completely supports all the operations provided by their web service.

What is uClassify

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.

Installation

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>

API Usage Documentation and Examples

See here.

Bug Report

Issue it here. Bug reports with test cases will be highly useful.

License

Copyright © 2013 Sibi

Distributed under GNU General Public License, Version 3. See LICENSE file for more details.