Re: Error in Python NLTK

2013-04-07 Thread Steven D'Aprano
On Sun, 07 Apr 2013 15:11:36 -0700, subhabangalore wrote: [snip 200+ lines of irrelevant quoted text] > Dear Sir, > I was trying to give wrong input. I was making an input error. Please, use the delete key to remove unnecessary text from your messages. We shouldn't have to scroll past THREE AND

Re: Error in Python NLTK

2013-04-07 Thread subhabangalore
On Monday, April 8, 2013 1:50:38 AM UTC+5:30, subhaba...@gmail.com wrote: > On Sunday, April 7, 2013 2:14:41 AM UTC+5:30, Dave Angel wrote: > > > On 04/06/2013 03:56 PM, subhabangal...@gmail.com wrote: > > > > > > > Dear Group, > > > > > > > > > > > > > > I was using a package named NLTK

Re: Error in Python NLTK

2013-04-07 Thread subhabangalore
On Sunday, April 7, 2013 2:14:41 AM UTC+5:30, Dave Angel wrote: > On 04/06/2013 03:56 PM, subhabangal...@gmail.com wrote: > > > Dear Group, > > > > > > I was using a package named NLTK in Python. > > > > > > I was trying to write a code given in section 3.8 of > > > > > > http://docs.huihoo.

Re: Error in Python NLTK

2013-04-06 Thread subhabangalore
On Sunday, April 7, 2013 2:14:41 AM UTC+5:30, Dave Angel wrote: > On 04/06/2013 03:56 PM, subhabangal...@gmail.com wrote: > > > Dear Group, > > > > > > I was using a package named NLTK in Python. > > > > > > I was trying to write a code given in section 3.8 of > > > > > > http://docs.huihoo.

Re: Error in Python NLTK

2013-04-06 Thread Dave Angel
On 04/06/2013 03:56 PM, subhabangal...@gmail.com wrote: Dear Group, I was using a package named NLTK in Python. I was trying to write a code given in section 3.8 of http://docs.huihoo.com/nltk/0.9.5/guides/tag.html. Here, in the >>> test = ['up', 'down', 'up'] if I put more than 3 values and

Error in Python NLTK

2013-04-06 Thread subhabangalore
Dear Group, I was using a package named NLTK in Python. I was trying to write a code given in section 3.8 of http://docs.huihoo.com/nltk/0.9.5/guides/tag.html. Here, in the >>> test = ['up', 'down', 'up'] if I put more than 3 values and trying to write the reciprocal codes, like,