- 08 Dec, 2021 2 commits
-
-
Grzegorz Kostkowski authored
-
Grzegorz Kostkowski authored
-
- 28 Jul, 2021 1 commit
-
-
Bartosz Ziemba authored
-
- 29 Nov, 2020 4 commits
-
-
Arkadiusz Janz authored
reduced the number of workers See merge request !13
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
a faster context has been used as default; execution rights for entrypoint.sh See merge request !12
-
Arkadiusz Janz authored
-
- 18 Nov, 2020 15 commits
-
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
Bug fixing, added missing options to configuration files See merge request !11
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
Configuration files adapted to new models and mwe dictionaries See merge request !10
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
Fix the models for Polish and English disambiguation See merge request !8
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
- 09 Sep, 2020 1 commit
-
-
Arkadiusz Janz authored
Old settings for WoSeDon tool (uses Document as a full disambiguation context, which makes it a lot faster).
-
- 05 Jun, 2020 1 commit
-
-
Arkadiusz Janz authored
-
- 04 Jun, 2020 8 commits
-
-
Grzegorz Kostkowski authored
-
Grzegorz Kostkowski authored
-
Grzegorz Kostkowski authored
-
Arkadiusz Janz authored
-
Grzegorz Kostkowski authored
-
Arkadiusz Janz authored
Unify pl en See merge request !7
-
Grzegorz Kostkowski authored
-
Grzegorz Kostkowski authored
-
- 22 May, 2020 4 commits
-
-
Grzegorz Kostkowski authored
-
Grzegorz Kostkowski authored
entrypoint.sh requires config_pl.ini/config_en.ini (service) which has to be passed to the started container. Note that service config is not included in image and pl and en tool configs are included (e.g. default_pl.ini) so one image can be used with diferent service configs and handle pl and en versions of tool. Currently, entrypoint.sh requires some extra fields in config file (e.g. model_url) which are specified in config_pl.ini and config_en.ini.
-
Arkadiusz Janz authored
Workaround to avoid unexpected stop of execution See merge request !4
-
Grzegorz Kostkowski authored
Unfortunatelly, there are some limitations related with using together: multiprocessing and multithreading (forking, handled by omp). As a workaround, graph is not shared, each worker has own instance. There is also possibility to change multiprocessing mode to 'spawn' (and this case was checked) and it works with omp multithreading, but it results in same bahavior: model is copied in memory (because OS cannot postpone copying according copy-on-write strategy - which is available in 'fork' mode).
-
- 06 May, 2020 3 commits
-
-
Arkadiusz Janz authored
for now we have to restore original dockerfile and we need to investigate why the program freezes at graph-tool calls
-
Arkadiusz Janz authored
-
Arkadiusz Janz authored
-
- 05 May, 2020 1 commit
-
-
Arkadiusz Janz authored
-