implement doc_fns
This commit is contained in:
6
crazy_functions/doc_fns/read_fns/docx_reader.py
Normal file
6
crazy_functions/doc_fns/read_fns/docx_reader.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import nltk
|
||||
nltk.data.path.append('~/nltk_data')
|
||||
nltk.download('averaged_perceptron_tagger', download_dir='~/nltk_data',
|
||||
)
|
||||
nltk.download('punkt', download_dir='~/nltk_data',
|
||||
)
|
||||
Reference in New Issue
Block a user