Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.02 KB

README.org

File metadata and controls

34 lines (24 loc) · 1.02 KB

langlab

https://api.travis-ci.org/lopusz/langlab.png?branch=master

Clojure library integrating and extending language processing tools available in Java.

It includes:

  • parsing tools,
  • stopwords/articles filtering,
  • stemming tools,
  • language detection,
  • encoding detection,
  • n-grams generation,

To use langlab, add the the following dependency to your project.clj

http://clojars.org/langlab/latest-version.svg

You need Java 7 and lein 2 to compile and run this project.

Currently, this is work in progress. API is subject to change in subsequent releases.

API docs are available here.

Acknowledgments

Great thanks for Damian Doyle and ranks.nl for making their stopwords lists available for the project.

License

Distributed under the Eclipse Public License, the same as Clojure.