Problem importing NLTK packages

0
  
    
      

from nltk.machado import *

    
  
Traceback (most recent call last):
File "<pyshell#8>", line 1, in <module>
from nltk.machado import *
ModuleNotFoundError: No module named 'nltk.machado'

However, when I run the same command for the book package, Python imports

  
    
      

import nltk

             

from nltk.book import *

    
  

What would be the solution? Hugs

    
asked by anonymous 13.07.2018 / 23:16

0 answers