Search code examples
jupyter-notebooknlpnltkgoogle-colaboratory

How to resolve No module named 'nltk.translate.meteor_score' on google colab


No module named 'nltk.translate.meteor_score'


Solution

  • Try !pip install -U nltk because the preinstalled nltk version on Colab is 3.2.5 and the last available is 3.5

    It works for me