Skip to content

Commit

Permalink
spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Jan 31, 2011
1 parent 37920f4 commit 1a3b3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/opennlp/test/nlp.clj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(is (= (name-find ["adsf"])
'())))

(deftest detakenizer-test
(deftest detokenizer-test
(is (= (detokenize (tokenize "I don't think he would've."))
"I don't think he would've."))
(is (= (detokenize (tokenize "This isn't the right thing."))
Expand Down

0 comments on commit 1a3b3f3

Please sign in to comment.