Skip to content

Clojure API to a large subcategorization lexicon for processing English verbs

License

Notifications You must be signed in to change notification settings

delver/clj-valex

Repository files navigation

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

About

Clojure API to a large subcategorization lexicon for processing English verbs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published