Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed May 13, 2013
1 parent 03c70fe commit dd13bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Usage from Leiningen:
--------------------

```clojure
[clojure-opennlp "0.2.2"] ;; uses Opennlp 1.5.3
[clojure-opennlp "0.3.0"] ;; uses Opennlp 1.5.3
```

clojure-opennlp works with clojure 1.4 or 1.5.x
Expand Down Expand Up @@ -261,14 +261,6 @@ Hopefully that makes it a little bit clearer, a nested map. If anyone else has
any suggesstions for better ways to represent this information, feel free to
send me an email or a patch.
Also note, make-tree uses Clojure's reader, so certain characters are not
supported, they will automatically be replaced:
( ) \ / # ~ ` ' " ^ @ ,

For a full reference of replaced chars, you can always look at strip-funny-chars
in src/opennlp/treebank.clj

Treebank parsing is considered beta at this point.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojure-opennlp "0.2.3-SNAPSHOT"
(defproject clojure-opennlp "0.3.0"
:description "Natural Language Processing with Clojure, library for opennlp."
:url "http://github.com/dakrone/clojure-opennlp"
:min-lein-version "2.0.0"
Expand Down

0 comments on commit dd13bc2

Please sign in to comment.