Re: [Tutor] Word List

2008-03-09 Thread Marc Tompkins
On Sun, Mar 9, 2008 at 4:02 PM, Alan Gauld <[EMAIL PROTECTED]> wrote: > > "Marc Tompkins" <[EMAIL PROTECTED]> wrote > >... I have now realized the bad things about > >> self-learning. > > > > There are bad things? Nobody told me... > > I appreciate the humor but seriously, yes there are bad thing

Re: [Tutor] Word List

2008-03-09 Thread Alan Gauld
"Marc Tompkins" <[EMAIL PROTECTED]> wrote >... I have now realized the bad things about >> self-learning. > > There are bad things? Nobody told me... I appreciate the humor but seriously, yes there are bad things. There are a lot of good things too of course, but it is easy when self learnin

Re: [Tutor] Word List

2008-03-09 Thread Emad Nawfal
On Sun, Mar 9, 2008 at 6:38 PM, Marc Tompkins <[EMAIL PROTECTED]> wrote: > 2008/3/9 Emad Nawfal <[EMAIL PROTECTED]>: > > > Thank you so much Kent. It works. I have now realized the bad things > > about self-learning. > > > > There are bad things? Nobody told me... > > -- > www.fsrtechnologies.com

Re: [Tutor] Word List

2008-03-09 Thread Marc Tompkins
2008/3/9 Emad Nawfal <[EMAIL PROTECTED]>: > Thank you so much Kent. It works. I have now realized the bad things about > self-learning. > There are bad things? Nobody told me... -- www.fsrtechnologies.com ___ Tutor maillist - Tutor@python.org http:

Re: [Tutor] Word List

2008-03-09 Thread Emad Nawfal
2008/3/9 Kent Johnson <[EMAIL PROTECTED]>: > Emad Nawfal wrote: > > Dear Tutors, > > I'm trying to get the most frequent words in an Arabic text. I wrote the > > following code and tried it on English and it works fine, but when I try > > it on Arabic, all I get is the slashes and x's. > > > impor

Re: [Tutor] Word List

2008-03-09 Thread Emad Nawfal
Dear Tutors, > I'm trying to get the most frequent words in an Arabic text. I wrote the > following code and tried it on English and it works fine, but when I try it > on Arabic, all I get is the slashes and x's. I'm not familiar with Unicode. > Could somebody please tell me what's wrong here, and

Re: [Tutor] Word List

2008-03-09 Thread Kent Johnson
Emad Nawfal wrote: > Dear Tutors, > I'm trying to get the most frequent words in an Arabic text. I wrote the > following code and tried it on English and it works fine, but when I try > it on Arabic, all I get is the slashes and x's. > import codecs > infile = codecs.open(r'C:\Documents and > S

[Tutor] Word List

2008-03-09 Thread Emad Nawfal
Dear Tutors, I'm trying to get the most frequent words in an Arabic text. I wrote the following code and tried it on English and it works fine, but when I try it on Arabic, all I get is the slashes and x's. I'm not familiar with Unicode. Could somebody please tell me what's wrong here, and how I ca