ot;C:\Python24\toky.py", line 1, in -toplevel-
> from nltk.probability import ConditionalFreqDist
> File "C:\Python24\Lib\site-packages\nltk\probability.py", line 56,
> in -toplevel-
> import types, math, numarray
> ImportError: No module named n
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\L
level-
> from nltk.probability import ConditionalFreqDist
> File "C:\Python24\Lib\site-packages\nltk\probability.py", line 56, in
> -toplevel-
> import types, math, numarray
> ImportError: No module named numarray
Install numarray.
http://www.stsci.edu/resources/s
dear all
could you tell me how can i fix this error appears when i try to import modules from nltk
as follows
from nltk.probability import ConditionalFreqDist
Traceback (most recent call last): File "", line 1, in -toplevel- from nltk.probability import ConditionalFreqDist File "C:\Python