Home Forums Fórum Processamento de Linguagem Natural com spaCy e Python erro ao fazer download pacote pt google.colab

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39754
    Luzbela Souza
    Participant
      //estou usando o comando que foi informado no vídeo, mas aparece essa mensagem de erro...
      //comando para baixar pacotes em portugues python -m spacy download pt
      //mensagem de erro a baixo
       File "<ipython-input-3-0ef2e240ca55>", line 1 
      python -m spacy download pt 
      ^ 
      SyntaxError: invalid syntax
      #39855
      Fábio Spak
      Participant

        Olá Luzbela, utilize essa versão do spacy:

        !pip install spacy==2.2.3

        Fabio

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.