You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use the "Words (NLTK Tokenizer)" event driver fails if the Punkt Sentence Tokenizer resource hasn't already been downloaded. For now, it's probably okay to work around this using nltk.download('punkt'), but when the time comes to build PyGAAP for release, we should probably figure out how to bundle this with the release so users don't have to deal with this.
Attempting to use the "Words (NLTK Tokenizer)" event driver fails if the Punkt Sentence Tokenizer resource hasn't already been downloaded. For now, it's probably okay to work around this using
nltk.download('punkt')
, but when the time comes to build PyGAAP for release, we should probably figure out how to bundle this with the release so users don't have to deal with this.@Michaeljfang
The text was updated successfully, but these errors were encountered: