String'lerden hash'lere
nlp nesnesi senin için zaten oluşturuldu.
Bu egzersiz, kursun bir parçasıdır
spaCy ile İleri Düzey NLP
Uygulamalı etkileşimli egzersiz
Bu egzersizi bu örnek kodu tamamlayarak deneyin.
# 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)