Skip to content

Commit

Permalink
Fixes the link to trained models in the README.
Browse files Browse the repository at this point in the history
The link pointed to the old opennlp models because of what seems to be a
rendering problem with expressions like [url1](url2).
  • Loading branch information
Alexandre Patry committed Aug 13, 2011
1 parent 49b1417 commit a02f372
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 a02f372

Please sign in to comment.