Re: [Tutor] Please comment on this code...WORD FREQUENCY COUNTER

2006-10-23 Thread Tiago Saboga
Em Segunda 23 Outubro 2006 18:03, Asrarahmed Kadri escreveu: > Folks, > > I have written a program which calculates teh frequency of each word that > appears in a file. I would like to have your feedback. Sorry, I couldn't resist. Others talked about your code, but here's what I use (no, it's not

Re: [Tutor] Please comment on this code...WORD FREQUENCY COUNTER

2006-10-23 Thread John Fouhy
On 24/10/06, Asrarahmed Kadri <[EMAIL PROTECTED]> wrote: > I have written a program which calculates teh frequency of each word that > appears in a file. I would like to have your feedback. > This program only handles .txt files. I want it to handle word documents > also. How to accomplish this ..?

Re: [Tutor] Please comment on this code...WORD FREQUENCY COUNTER

2006-10-23 Thread wesley chun
> I have written a program which calculates teh frequency of each word that > appears in a file. I would like to have your feedback. > This program only handles .txt files. I want it to handle word documents > also. How to accomplish this ..??? Asrarahmed, you have made a good start. one area o

[Tutor] Please comment on this code...WORD FREQUENCY COUNTER

2006-10-23 Thread Asrarahmed Kadri
Folks,   I have written a program which calculates teh frequency of each word that appears in a file. I would like to have your feedback. This program only handles .txt files. I want it to handle word documents also. How to accomplish this ..???   Thanks. Regards. Asrarahmed   Code is as under: