guardrails
guardrails copied to clipboard
[feat] Support punkt_tab instead of punkt
Description punkt-tab should be used for tokenization across the repo and validator repos.
Why is this needed as of nltk 3.8.2, punkt is deprecated in favor of punkt-tab.
Implementation details
- download punkt-tab everywhere we currenlty download punkt
- update nltk to 3.8.2