Python-Text-Analysis-Fundamentals
Python-Text-Analysis-Fundamentals copied to clipboard
Add note for when tokenization with nltk does not work
import nltk nltk.download('punkt')
@Akesari12 and this one?