Re: [Tutor] Newbie in Python (fwd)

2005-03-16 Thread Liam Clarke
09:01:05 -0800 (PST), Danny Yoo > <[EMAIL PROTECTED]> wrote: > > > > [Forwarding to [EMAIL PROTECTED] Oscar, when you reply next time, please > > use your email client's Reply-to-all feature. Otherwise, no one else will > > see the message.] > > > > &

Re: [Tutor] Newbie in Python (fwd)

2005-03-16 Thread Liam Clarke
Mar 2005 23:03:13 +1100 > From: oscar ng <[EMAIL PROTECTED]> > To: 'Danny Yoo' <[EMAIL PROTECTED]> > Subject: RE: [Tutor] Newbie in Python (fwd) > > Hi Danny, > > Thanks for the reference. I managed to read all the folders and am able > t

RE: [Tutor] Newbie in Python (fwd)

2005-03-16 Thread Danny Yoo
'Danny Yoo' <[EMAIL PROTECTED]> Subject: RE: [Tutor] Newbie in Python (fwd) Hi Danny, Thanks for the reference. I managed to read all the folders and am able to open all the files in the directory using a for loop Here is the code: def getFiles(parent): #used to get the par

RE: [Tutor] Newbie in Python (fwd)

2005-03-13 Thread Danny Yoo
On Sun, 13 Mar 2005, Danny Yoo wrote: > Thanks for the reply..i wasn't sure how this works so I am glad there is > someone that might be able to help me. Because this is an university > assignment I am not sure how much of help you can provide..but here it > goes. [text cut] As you might under

RE: [Tutor] Newbie in Python (fwd)

2005-03-13 Thread Danny Yoo
-- Forwarded message -- Date: Sun, 13 Mar 2005 21:58:09 +1100 From: oscar ng <[EMAIL PROTECTED]> To: 'Danny Yoo' <[EMAIL PROTECTED]> Subject: RE: [Tutor] Newbie in Python Hi Danny, Thanks for the reply..i wasn't sure how this works so I am glad the

Re: [Tutor] Newbie in Python

2005-03-10 Thread Danny Yoo
On Thu, 10 Mar 2005, oscar ng wrote: > Needing help on a mail filtering system that explores the headers and > text and determines which category the email falls into. [text cut] Hi Oscar, Ok. What help do you need? You have not told us what problems you're having, so we're stuck just twidd

[Tutor] Newbie in Python

2005-03-10 Thread oscar ng
Hi, Needing help on a mail filtering system that explores the headers and text and determines which category the email falls into. The target dataset consists of four types of documents, a list of spam mail messages and a list of messages sent to various newsgroups. The four types of docu