Python
Resource punkt not found(or wordnet)
ndlessrain
2023. 6. 21. 14:54
728x90
import nltk
nltk.download('punkt')
nltk.download('wordnet')
728x90