Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wsd
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
wsd
Commits
9b33376a
Commit
9b33376a
authored
4 years ago
by
Arkadiusz Janz
Browse files
Options
Downloads
Plain Diff
Merge branch 'model-fix' into 'master'
Fix the models for Polish and English disambiguation See merge request
!8
parents
7fb1c824
c8def810
Branches
Branches containing commit
1 merge request
!8
Fix the models for Polish and English disambiguation
Pipeline
#2115
passed with stage
Stage:
in 12 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config_en.ini
+2
-2
2 additions, 2 deletions
config_en.ini
config_pl.ini
+1
-1
1 addition, 1 deletion
config_pl.ini
entrypoint.sh
+1
-1
1 addition, 1 deletion
entrypoint.sh
with
4 additions
and
4 deletions
config_en.ini
+
2
−
2
View file @
9b33376a
...
...
@@ -9,8 +9,8 @@ rabbit_password =clarin123
[tool]
workers_number
=
10
config_file
=
/home/worker/src/default_en.ini
model_dir
=
/home/worker/models
model_url
=
http://minio.clarin-pl.eu/public/models/wosedon/kb-25022020.zip
model_dir
=
/home/worker/models
/en
model_url
=
http://minio.clarin-pl.eu/public/models/wosedon/kb-25022020
-en
.zip
[logging]
...
...
This diff is collapsed.
Click to expand it.
config_pl.ini
+
1
−
1
View file @
9b33376a
...
...
@@ -9,7 +9,7 @@ rabbit_password =clarin123
[tool]
workers_number
=
10
config_file
=
/home/worker/src/default_pl.ini
model_dir
=
/home/worker/models
model_dir
=
/home/worker/models
/pl
model_url
=
http://minio.clarin-pl.eu/public/models/wosedon/kb-25022020.zip
...
...
This diff is collapsed.
Click to expand it.
entrypoint.sh
+
1
−
1
View file @
9b33376a
...
...
@@ -26,7 +26,7 @@ if [ ! -f "$config_file" ]; then
fi
model_dir
=
$(
get_ini_value
"
$config_file
"
"model_dir"
)
if
[
!
-d
"
$model_dir
"
]
;
then
mkdir
"
$model_dir
"
mkdir
-p
"
$model_dir
"
fi
cd
"
$model_dir
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment