Skip to content

Commit

Permalink
move known issues up higher in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 16, 2013
1 parent 837a9b0 commit bdcccae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Read the source from Marginalia

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

Known Issues
------------
- When using the treebank-chunker on a sentence, please ensure you
have a period at the end of the sentence, if you do not have a period,
the chunker gets confused and drops the last word. Besides, your
sentences should all be grammactially correct anyway right?


Usage from Leiningen:
--------------------

Expand Down Expand Up @@ -389,14 +397,6 @@ There is code to allow for training models for each of the
tools. Please see the documentation in TRAINING.markdown


Known Issues
------------
- When using the treebank-chunker on a sentence, please ensure you
have a period at the end of the sentence, if you do not have a period,
the chunker gets confused and drops the last word. Besides, your
sentences should all be grammactially correct anyway right?


License
-------
Copyright (C) 2010 Matthew Lee Hinman
Expand Down

0 comments on commit bdcccae

Please sign in to comment.