I am taking the ML course at udacity and have the following problem
>>> import nltk
>>> from nltk import classify
>>> clf = classify(feat_train,lab_train)
Traceback (most recent call last):
File "(stdin)", line 1, in (module)
TypeError: 'module' object is not callable`