Could anybody please tell me what are the packages required to run the below commands??

import nltk
from nltk.corpus import wordnet
v = 'go'
present = present_tense(v)
I got an error saying-

NameError: name 'present_tense' is not defined

link|improve this question

11% accept rate
i picked up the commands from there. He hasn't mentioned the packages which need to be imported. Could you please help me? – Apps Mar 29 '11 at 17:35
Apps, they were asking how to implement a present_tense function, not importing an existing function. – Josh Rosen Mar 29 '11 at 22:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.