Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psibi/clj-uclassify
UClassify API Client in Clojure
https://github.com/psibi/clj-uclassify
Last synced: 13 days ago
JSON representation
UClassify API Client in Clojure
- Host: GitHub
- URL: https://github.com/psibi/clj-uclassify
- Owner: psibi
- License: gpl-3.0
- Created: 2013-06-29T20:06:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T21:37:14.000Z (about 11 years ago)
- Last Synced: 2024-10-11T23:59:39.036Z (about 1 month ago)
- Language: Clojure
- Size: 243 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-uclassify [![Build Status](https://travis-ci.org/psibi/clj-uclassify.png?branch=master)](https://travis-ci.org/psibi/clj-uclassify)
A Clojure uClassify API library.
This library completely supports all the operations provided by their
web service.## What is uClassify
[uClassify](http://www.uclassify.com/) 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:
psibi
clj-uclassify
0.1.2
## API Usage Documentation and Examples
See
[here](https://github.com/psibi/clj-uclassify/blob/master/doc/intro.md).## Bug Report
Issue it [here](https://github.com/psibi/clj-uclassify/issues). 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.