Liking cljdoc? Tell your friends :D

FIXME: hur ska man redistribuera GPL-grejerna? Ska jag lägga med tar-filerna i resources/assembly?

jobtech-nlp-stava

Build Status codecov Clojars Project

A Clojure library providing Natural Language Processing functions.

[dev.jobtech/nlp "0.0.0"]

Components

This library wraps the (Stava)[http://www.nada.kth.se/~viggo/stava/manual.php] program with a Java and Clojure API. Stava was created by Viggo Kann (viggo@csc.kth.se) och Joachim Hollman (joachim@algoritmica.se).

Build

This build procedure has only been tested on GNU/Linux. Your mileage may vary with other operating systems.

Requirements

  • WGet
  • OpenJDK JDK
  • GNU Make

Steps

  1. lein build-lib . lein test (asserta t ex "bords|ben")
  2. lein uberjar ??
  3. lein assembly läs releasedokumentationen för clojure-lib-templaten (4. upp i clojars, hur man nu gjorde)

Preparations

  • edit src/c/Makefile, and check the include paths for OpenJDK. They should point to the folders containing jni.h and jni_md.h.

Usage

FIXME

Project template

This Leiningen project was created using the template clojure-library-template, which has good release functions - see it's documentation here.

Here is a script of the project setup process:

This template needs GitHub coordinates (REPO_OWNER/REPO_NAME) of the repo you'll be keeping this project in.
Enter REPO_OWNER: JobtechSwe
Enter REPO_NAME: jobtech-nlp-stava
Generated a project based on "library" template.

License

Copyright © 2019

This project is licensed under the terms of the MIT license.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close