SyntaxFix
Write A Post
Hire A Developer
Questions
You can find NLTK version simply by doing:
In [1]: import nltk In [2]: nltk.__version__ Out[2]: '3.2.5'
And similarly for scikit-learn,
In [3]: import sklearn In [4]: sklearn.__version__ Out[4]: '0.19.0'
I'm using python3 here.