Add fastapi service
This commit is contained in:
4
test_scripts/download_nltk_model.py
Normal file
4
test_scripts/download_nltk_model.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import nltk
|
||||
nltk.download('punkt')
|
||||
nltk.download('wordnet')
|
||||
nltk.download('omw-1.4')
|
||||
Reference in New Issue
Block a user