diff --git a/cheetah_custom.py b/cheetah_custom.py new file mode 100644 index 0000000..c92100f --- /dev/null +++ b/cheetah_custom.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 + +import nltk + +nltk.download("punkt") +nltk.download("punkt_tab") \ No newline at end of file