Skip to content

Commit

Permalink
make the model link a markdown link
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 14, 2011
1 parent 239c447 commit 3669daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ 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-1.5
the model files from the opennlp project at [http://opennlp.sourceforge.net/models-1.5](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 3669daa

Please sign in to comment.