https://github.com/nlight/alchemy-clojure
A SDK for AlchemyAPI using Clojure
https://github.com/nlight/alchemy-clojure
Last synced: about 1 year ago
JSON representation
A SDK for AlchemyAPI using Clojure
- Host: GitHub
- URL: https://github.com/nlight/alchemy-clojure
- Owner: nLight
- License: epl-1.0
- Created: 2014-02-09T07:35:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T09:29:50.000Z (over 11 years ago)
- Last Synced: 2025-04-05T18:50:11.967Z (about 1 year ago)
- Language: Clojure
- Size: 181 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alchemy-clojure
A SDK for AlchemyAPI using Clojure
## Usage
```clojure
(with-api-key "your-api-key"
(entities :text "This is some text about Russia and Sochi" {:disambiguate 0}))
````
## License
Copyright © 2014 Dmitriy Rozhkov
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.