Re: [Tutor] creating a corpus from a csv file

2013-05-13 Thread Treder, Robert
Message: 1 Date: Fri, 03 May 2013 23:05:32 +0100 From: Alan Gauld To: tutor@python.org Subject: Re: [Tutor] creating a corpus from a csv file Message-ID: Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 03/05/13 21:48, Treder, Robert wrote: > I'm very new to python and a

Re: [Tutor] creating a corpus from a csv file

2013-05-04 Thread Peter Otten
Treder, Robert wrote: > I'm very new to python and am trying to figure out how to make a corpus > from a text file. I have a csv file (actually pipe '|' delimited) where > each row corresponds to a different text document. Each row contains a > communication note. Other columns correspond to categ

Re: [Tutor] creating a corpus from a csv file

2013-05-03 Thread Alan Gauld
On 03/05/13 21:48, Treder, Robert wrote: I'm very new to python and am trying to figure out how to > make a corpus from a text file. Hi, I for one have no idea what a corpus is or looks like so you will need to help us out a little before we can help you. I have a csv file (actually pipe '|'