oops
This commit is contained in:
parent
c66a53492c
commit
4e21df8092
|
@ -38,7 +38,7 @@ _logger = logging.getLogger(__name__)
|
||||||
# cringe
|
# cringe
|
||||||
try:
|
try:
|
||||||
import nltk
|
import nltk
|
||||||
|
nltk.data.path.append("./.nltk/")
|
||||||
if not Path(".nltk").exists():
|
if not Path(".nltk").exists():
|
||||||
nltk.download('punkt_tab', download_dir="./.nltk/")
|
nltk.download('punkt_tab', download_dir="./.nltk/")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user