From 885981681abd2f8e54659a1f85d613e9b54c579d Mon Sep 17 00:00:00 2001 From: Spencer Miller Date: Fri, 19 Sep 2014 01:48:01 -0700 Subject: [PATCH] Update README (nltk/init) doesn't seem to be the function call anymore, but (nltk/nltk-init) worked --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5aca11a..22968b9 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ and by extension, in Clojure. (ns clojure-nltk.core (:require [clojure-nltk.core :as nltk])) -(nltk/init) ; initialize nltk +(nltk/nltk-init) ; initialize nltk ## Installation