Re: error problems for import some copora with nltk

2004-12-23 Thread [EMAIL PROTECTED]
Dear Jeff, Thank you, it was the numeric. After I installed the numeric library which is Numeric-23.6.win32-py2.3.exe for python 2.3.4 verson, it is working correctly. Thank you again, Kyung -- http://mail.python.org/mailman/listinfo/python-list

Re: error problems for import some copora with nltk

2004-12-23 Thread Jeff Shannon
[EMAIL PROTECTED] wrote: Hi, According to your advice, I installed the numeric library which is numarray-1.1.1.win32-py2.4.exe, but I got the error message as follows. Any help? frustrated... from nltk.corpus import gutenberg

Re: error problems for import some copora with nltk

2004-12-23 Thread [EMAIL PROTECTED]
Hi, According to your advice, I installed the numeric library which is numarray-1.1.1.win32-py2.4.exe, but I got the error message as follows. Any help? frustrated... >>> from nltk.corpus import gutenberg Traceback (most recent call

Re: error problems for import some copora with nltk

2004-12-22 Thread Fredrik Lundh
<[EMAIL PROTECTED]> wrote: > Thank you for answering this. I did exactly what you told me, but I got > following messages. > > Do you have any idea? > ImportError: No module named Numeric have you installed the Numeric library? see the NLTK download page for details: http://nltk.sourceforg

Re: error problems for import some copora with nltk

2004-12-22 Thread Jeff Shannon
[EMAIL PROTECTED] wrote: Dear Tony.Meyer, Thank you for answering this. I did exactly what you told me, but I got following messages. Do you have any idea? = import nltk from nltk.corpus import gutenberg Traceba

Re: error problems for import some copora with nltk

2004-12-22 Thread [EMAIL PROTECTED]
Dear Tony.Meyer, Thank you for answering this. I did exactly what you told me, but I got following messages. Do you have any idea? = >>> import nltk >>> from nltk.corpus import gutenberg Traceback (most recent call last)

Re: error problems for import some copora with nltk

2004-12-21 Thread Fredrik Lundh
<[EMAIL PROTECTED]> wrote: >I did install the python 2.4 and nltk. > I am trying to follow the tutorial, but I kept getting error messages > about importing corpus as follows > > === from nltk.corpus import gutenberg > > Traceback (most recent c

RE: error problems for import some copora with nltk

2004-12-21 Thread Tony Meyer
> I am trying to follow the tutorial, but I kept getting error messages > about importing corpus as follows > > === > >>> from nltk.corpus import gutenberg > > Traceback (most recent call last): > File "", line 1, in -toplevel- > from nltk.corpus im