From 91d172a36c9dc1154e17d55c26e1d406c2c95f1c Mon Sep 17 00:00:00 2001 From: soosoo Date: Fri, 6 Dec 2024 04:08:58 +0000 Subject: [PATCH] punkt, punkt_tab install py --- cheetah_custom.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cheetah_custom.py 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