Re: Using Raw Data in NLTK

2012-09-07 Thread Terry Reedy
On 9/7/2012 3:02 PM, subhabangal...@gmail.com wrote: Dear Group, I am trying to use NLTK and its statistical classifiers. The system is working fine but I am trying to use my own data, instead of things like, from nltk.corpus import brown from nltk.corpus import names If any one can kindly gui

Using Raw Data in NLTK

2012-09-07 Thread subhabangalore
Dear Group, I am trying to use NLTK and its statistical classifiers. The system is working fine but I am trying to use my own data, instead of things like, from nltk.corpus import brown from nltk.corpus import names If any one can kindly guide me up. Thanks in Advance, Regards, Subhabrata. --