Skip to content

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

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

20 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages