From e6775e57f7523d8f115f3620857af997d3b65a55 Mon Sep 17 00:00:00 2001 From: Wojciech Jarmosz Date: Sun, 24 Apr 2022 21:23:32 +0200 Subject: [PATCH] Fix screen problem --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d8cfe79..ff5bb1d 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,6 @@ apt update -y apt upgrade apt-get install python3 python3-pip python3-venv unzip gawk screen -screen -S generate_data python3 -m venv env source ./env/bin/activate pip install -r requirements.txt @@ -12,4 +11,5 @@ python -m spacy download pl_core_news_lg mkdir data && cd data wget https://minio.clarin-pl.eu/ermlab/public/PoLitBert/corpus-oscar/corpus_oscar_2020-04-10_64M_lines.zip unzip -p corpus_oscar_2020-04-10_64M_lines.zip | sed -r '/^\s*$/d' | gawk 'NF>6' > oscar_filtered.txt -split -l 1000000 --numeric-suffixes=1 --suffix-length=1 --additional-suffix=".txt" oscar_filtered.txt "" \ No newline at end of file +split -l 1000000 --numeric-suffixes=1 --suffix-length=1 --additional-suffix=".txt" oscar_filtered.txt "" +screen -S generate_synt_data \ No newline at end of file