File size: 154 Bytes
af53f00
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

echo ">>> Setup NLTK resources..."
mkdir -p /home/user/nltk_data
python3 -m nltk.downloader -d /home/user/nltk_data punkt stopwords wordnet