data_text_search / hook-en_core_web_sm.py
seanpedrickcase's picture
Many changes to code organisation. More efficient searches from using intermediate outputs. Version 0.1
99d6fba
raw
history blame
No virus
262 Bytes
from PyInstaller.utils.hooks import collect_data_files
hiddenimports = [
'en_core_web_sm'
]
# Use collect_data_files to find data files. Replace 'en_core_web_sm' with the correct package name if it's different.
datas = collect_data_files('en_core_web_sm')