Buscar

Sobre o código em Python para remover stopwords, ordene os itens a seguir: I- stopwords = set (stopwords.words(‘portugueses’) + list(punctuation))....

Sobre o código em Python para remover stopwords, ordene os itens a seguir:
I- stopwords = set (stopwords.words(‘portugueses’) + list(punctuation)).
II- palavras_sem_stopwords = [palavras for palavras in palavras if palavras not in stopwords].
III- from nltk.corpus import stopwords.
IV- from string import punctuation.
Assinale a alternativa que apresenta a sequência CORRETA:

A I - II - III - IV.
B III - IV - I - II.
C II - I - IV - III.
D III - II - I - IV.

Essa pergunta também está no material:

Avaliação Final (Objetiva) -ML II Individual
7 pág.

Machine Learning UniasselviUniasselvi

💡 1 Resposta

User badge image

Ed Verified user icon

A sequência correta é a alternativa C) II - I - IV - III.

0
Dislike0

✏️ Responder

SetasNegritoItálicoSublinhadoTachadoCitaçãoCódigoLista numeradaLista com marcadoresSubscritoSobrescritoDiminuir recuoAumentar recuoCor da fonteCor de fundoAlinhamentoLimparInserir linkImagemFórmula

Para escrever sua resposta aqui, entre ou crie uma conta

User badge image

Outros materiais