Danny Yoo wrote:
>>nltk is looking for a module called numarray that is not part of the
>>standard Python distribution. Do you have numarray installed? Look for
>>C:\Python24\Lib\site-packages\numarray. If you don't have it then
>>download numarray from C:\Python24\Lib\site-packages\numarray and
>>
> nltk is looking for a module called numarray that is not part of the
> standard Python distribution. Do you have numarray installed? Look for
> C:\Python24\Lib\site-packages\numarray. If you don't have it then
> download numarray from C:\Python24\Lib\site-packages\numarray and
> install it accord
enas khalil wrote:
> when i write a code to import some module like the following :
>
>
> from nltk.probability import ConditionalFreqDist
>
> I got the error :
>
> Traceback (most recent call last):
> File "C:\Python24\toky.py", line 1, in -toplevel-
> from nltk.probability import Co
when i write a code to import some module like the following :
from nltk.probability import ConditionalFreqDist
I got the error :
Traceback (most recent call last): File "C:\Python24\toky.py", line 1, in -toplevel- from nltk.probability import ConditionalFreqDist File "C:\Python24\Lib