initial commit

This commit is contained in:
2025-08-27 16:22:06 +08:00
commit 3f573e00ba
88 changed files with 12731 additions and 0 deletions

4
download_nltk_model.py Normal file
View File

@@ -0,0 +1,4 @@
import nltk
nltk.download('punkt')
nltk.download('wordnet')
nltk.download('omw-1.4')