Skip to content

Commit

Permalink
document ns
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 2, 2011
1 parent 04348ec commit 96c29f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/opennlp/tools/filters.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(ns opennlp.tools.filters)
(ns opennlp.tools.filters
"Namespace used for filtering POS-tagged datastructures by grammatical
classification. Also provides methods for building your own filters.")

(defmacro pos-filter
"Declare a filter for pos-tagged vectors with the given name and regex."
Expand Down

0 comments on commit 96c29f2

Please sign in to comment.