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
"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
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
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:
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
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
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
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