Skip to content

Commit

Permalink
add credits to classify/scikitlearn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmans committed Jan 13, 2012
1 parent fb470b2 commit 6d74d57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nltk/classify/scikitlearn.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Natural Language Toolkit: Interface to scikit-learn classifiers
#
# Author: Lars Buitinck <[email protected]>
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT

from nltk.classify.api import ClassifierI
from nltk.probability import DictionaryProbDist

Expand Down

0 comments on commit 6d74d57

Please sign in to comment.