Search code examples
pythonmachine-learninggoogle-colaboratory

Google colab : ModuleNotFoundError: No module named 'pymorphy2'


Im doing my project in university using Morphological Analyzer of text(russian language).Google Colab cant find the module named pymorphy2. from pymorphy2 import MorphAnalyzer Maybe there are sollutions for such problems?


Solution

  • Did you try to pip install it?

    Write this and execute the cell:

    !pip install pymorphy2