mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
Update install
Use nltk punkt_tab instead of punkt
This commit is contained in:
parent
85dccd085e
commit
1869416dd7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ pushd $install_dir
|
|||
chown -R "$app:" "$install_dir/nltk_data"
|
||||
ynh_exec_warn_less ynh_exec_as $app $install_dir/venv/bin/python3 -m nltk.downloader -d "$install_dir/nltk_data" snowball_data
|
||||
ynh_exec_warn_less ynh_exec_as $app $install_dir/venv/bin/python3 -m nltk.downloader -d "$install_dir/nltk_data" stopwords
|
||||
ynh_exec_warn_less ynh_exec_as $app $install_dir/venv/bin/python3 -m nltk.downloader -d "$install_dir/nltk_data" punkt
|
||||
ynh_exec_warn_less ynh_exec_as $app $install_dir/venv/bin/python3 -m nltk.downloader -d "$install_dir/nltk_data" punkt_tab
|
||||
|
||||
deactivate
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue