how to check which version of nltk, scikit learn installed?
import nltk is Python syntax, and as such won’t work in a shell script. To test the version of nltk and scikit_learn, you can write a Python script and run it. Such a script may look like Note that not all Python packages are guaranteed to have a __version__ attribute, so for some others it … Read more