Skip to content

Commit

Permalink
Merge remote branch 'apatry/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 14, 2011
2 parents 49b1417 + a02f372 commit 239c447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Additional information/documentation:

Read the source from Marginalia

- [http://dakrone.github.com/clojure-opennlp/](http://dakrone.github.com/clojure-opennlp/)
- http://dakrone.github.com/clojure-opennlp/

[![Continuous Integration status](https://secure.travis-ci.org/dakrone/clojure-opennlp.png)](http://travis-ci.org/dakrone/clojure-opennlp)

Expand All @@ -31,8 +31,8 @@ Basic Example usage (from a REPL):

You will need to make the processing functions using the model files. These
assume you're running from the root project directory. You can also download
the model files from the opennlp project at
[http://opennlp.sourceforge.net/models/](http://opennlp.sourceforge.net/models-1.5)
the model files from the opennlp project at
http://opennlp.sourceforge.net/models-1.5

user=> (def get-sentences (make-sentence-detector "models/en-sent.bin"))
user=> (def tokenize (make-tokenizer "models/en-token.bin"))
Expand Down

0 comments on commit 239c447

Please sign in to comment.