Comece agoraComece grátis

Strings para hashes

O objeto nlp já foi criado para você.

Este exercicio faz parte do curso

NLP Avançado com spaCy

Ver curso

exercicio interativo prático

Tente este exercicio completando este código de exemplo.

# Look up the hash for the word "cat"
cat_hash = ____.____.____[____]
print(cat_hash)

# Look up the cat_hash to get the string
cat_string = ____.____.____[____]
print(cat_string)
Editar e Executar Código