Skip to content

Commit dd13bc2

Browse files
committed
release 0.3.0
1 parent 03c70fe commit dd13bc2

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.markdown

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Usage from Leiningen:
2727
--------------------
2828

2929
```clojure
30-
[clojure-opennlp "0.2.2"] ;; uses Opennlp 1.5.3
30+
[clojure-opennlp "0.3.0"] ;; uses Opennlp 1.5.3
3131
```
3232

3333
clojure-opennlp works with clojure 1.4 or 1.5.x
@@ -261,14 +261,6 @@ Hopefully that makes it a little bit clearer, a nested map. If anyone else has
261261
any suggesstions for better ways to represent this information, feel free to
262262
send me an email or a patch.
263263
264-
Also note, make-tree uses Clojure's reader, so certain characters are not
265-
supported, they will automatically be replaced:
266-
267-
( ) \ / # ~ ` ' " ^ @ ,
268-
269-
For a full reference of replaced chars, you can always look at strip-funny-chars
270-
in src/opennlp/treebank.clj
271-
272264
Treebank parsing is considered beta at this point.
273265
274266

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clojure-opennlp "0.2.3-SNAPSHOT"
1+
(defproject clojure-opennlp "0.3.0"
22
:description "Natural Language Processing with Clojure, library for opennlp."
33
:url "http://github.com/dakrone/clojure-opennlp"
44
:min-lein-version "2.0.0"

0 commit comments

Comments
 (0)