Skip to content

Commit b7e04e7

Browse files
committed
#297 Estonian
1 parent d6dd5b4 commit b7e04e7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.platform/hooks/postdeploy/02_django.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python ./manage.py 07_import_datasets -a 'raw_data/French_French_WS/FrenchFrench
2525
python ./manage.py 07_import_datasets -a 'raw_data/French_French_WS/FrenchFrenchWS_TsujiLabvanced.csv'
2626
python ./manage.py 07_import_datasets -a 'raw_data/French_French_WG/FrenchFrenchWG_Tsuji.csv'
2727
python ./manage.py 07_import_datasets -a 'raw_data/Arabic_Saudi_WG/ArabicSaudiWG_Alroqi.csv'
28-
#python ./manage.py 07_import_datasets -a 'raw_data/Estonian_WS/EstonianWS_Urm.csv'
28+
python ./manage.py 07_import_datasets -a 'raw_data/Estonian_WS/EstonianWS_Urm.csv'
2929
python ./manage.py 07_import_datasets -a 'raw_data/Catalan_WS/CatalanWS_Serrat.csv'
3030
python ./manage.py 07_import_datasets -a 'raw_data/Korean_WS/KoreanWS_Chosun.csv'
3131
python ./manage.py 07_import_datasets -a 'raw_data/Korean_WGComp/KoreanWGComp_Chosun.csv'

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
test: "exit 0"
1111
env_file:
1212
- .env
13-
command: mysqld --sql_mode="" --character-set-server=utf8 --default_storage_engine=MyISAM --innodb_strict_mode=0 --innodb_log_file_size=256M --innodb_log_buffer_size=256M --innodb_default_row_format='dynamic'
13+
command: mysqld --sql_mode="" --character-set-server=utf8 --default_storage_engine=MyISAM --innodb_strict_mode=0 --innodb_log_file_size=256M --innodb_log_buffer_size=256M --innodb_default_row_format='dynamic' --thread_stack=512000
1414

1515
phpmydmin:
1616
image: phpmyadmin:latest

raw_data/Estonian_WS/EstonianWS_Urm_values.csv

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sex,M,Boys
33
sex,F,Girls
44
word,produces,1
55
word,,0
6+
how_use_words,,3
67
how_use_words,not yet,0
78
how_use_words,sometimes,1
89
how_use_words,often,2

0 commit comments

Comments
 (0)