Chaînes vers hachages
L’objet nlp a déjà été créé pour vous.
Cet exercice fait partie du cours
<cours>NLP avancé avec spaCy</cours>Exercice interactif pratique
Essayez cet exercice en complétant ce code d’exemple.
# 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)