Skip to content

rplevy/clojure-nltk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# clojure-nltk

Most of the functionality in the Python-based Natural Language Toolkit (NLTK)
works in Jython (it has a few dependencies only available in CPython).  However
with some minor tweaks it is possible to use a sizable subset of NLTK in Jython,
and by extension, in Clojure.

## Usage

(ns clojure-nltk.core
  (:require [clojure-nltk.core :as nltk]))

(nltk/init) ; initialize nltk

## Installation

To include as a dependency:

Copy the config section found at http://clojars.org/clojure-nltk into your
dependencies in your project's project.clj.

## License

Copyright (C) 2010-2012 Robert P. Levy

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

About

Python's Natural Language Toolkit for Clojure (interop / partial port).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published