I have already installed pycrfsuite from
sudo pip install python-crfsuite
but still it is giving import error
Traceback (most recent call last):
File "rough.py", line 3, in
import pycrfsuite ImportError: No module named pycrfsuite
What can i do ?