Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import nltk
|
||||
|
||||
nltk.download('punkt', force=True)
|
||||
nltk.download('averaged_perceptron_tagger', force=True)
|
||||
Reference in New Issue
Block a user