ace2005-preprocessing
ace2005-preprocessing copied to clipboard
Add download to NLTK's punkt
trafficstars
Please note that if punkt resource is not found on NLTK, your code would not work. I suggest to add a check somewhere in the code for the resource, or add to documentation that users should perform nltk.download('punkt') before using this code.