On Sun, Sep 16, 2012 at 3:18 AM, Subhabrata <subhabangal...@gmail.com> wrote: > Dear Group, > > I am going to ask two very silly questions, if any one can kindly tell me why > this structure is taken? > > classifier.pseudocode(depth=4) > > from nltk.corpus import brown
Not sure what your question means. The first one is a keyword argument: http://docs.python.org/tutorial/controlflow.html#keyword-arguments The second is an import statement: http://docs.python.org/tutorial/modules.html That should get you started! ChrisA -- http://mail.python.org/mailman/listinfo/python-list