Skip to content Skip to sidebar Skip to footer

Why Shows Error "import Nltk"?

I was trying to build web crawler using python and I'v got following error when it executed. import sys import math import re from collections import OrderedDict, defaultdict im

Solution 1:

try to install the package in your computer.

ubuntu:

sudo apt-get install python-nltk

Post a Comment for "Why Shows Error "import Nltk"?"