Skip to content

Commit

Permalink
use correct indentation for the import
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 2, 2011
1 parent 96c29f2 commit 1169cc0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/opennlp/nlp.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
(opennlp.tools.namefind NameFinderME TokenNameFinderModel)
(opennlp.tools.postag POSModel POSTaggerME)
(opennlp.tools.sentdetect SentenceDetectorME SentenceModel)
(opennlp.tools.tokenize
DetokenizationDictionary
DetokenizationDictionary$Operation
Detokenizer$DetokenizationOperation
DictionaryDetokenizer
TokenizerME
TokenizerModel)))
(opennlp.tools.tokenize DetokenizationDictionary
DetokenizationDictionary$Operation
Detokenizer$DetokenizationOperation
DictionaryDetokenizer
TokenizerME
TokenizerModel)))

;; OpenNLP property for pos-tagging. Meant to be rebound before
;; calling the tagging creators
Expand Down

0 comments on commit 1169cc0

Please sign in to comment.