/clj-valex

Clojure API to a large subcategorization lexicon for processing English verbs

Primary LanguageClojureOtherNOASSERTION

Clj-valex Build Status

Clojure API to a large subcategorization lexicon for processing English verbs

Prerequisites

You will need Leiningen 2.2.0 or above installed.

Building

To build and install the library locally, run:

 lein install

Including in your project

There is an initial version hosted at Clojars. For leiningen include a dependency:

[clj-valex "0.0.1"]

For maven-based projects, add the following to your pom.xml:

<dependency>
  <groupId>clj-valex</groupId>
  <artifactId>clj-valex</artifactId>
  <version>0.0.1</version>
</dependency>

Examples

TODO

TODO

References

License

MIT / Creative Commons 3.0

Bitdeli Badge