Difference between revisions of "Infrastructure/software/catalogue"

From Nordic Language Processing Laboratory
Jump to: navigation, search
(Module Catalogue)
(Module Catalogue)
Line 10: Line 10:
 
* on Abel:
 
* on Abel:
 
  module use -a /projects/nlpl/software/modulefiles/
 
  module use -a /projects/nlpl/software/modulefiles/
 +
 +
= Activity A: Basic Infrastructure =
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Activity !! Module Name/Version !! Description !! System !! Install Date !! Maintainer
+
! Module Name/Version !! Description !! System !! Install Date !! Maintainer
 
|-
 
|-
| B || moses/mmt-mvp-v0.12.1-2739-gdc42bcb      || Moses SMT system, including GIZA++, MGIZA, fast_align || Taito || 7/2017 ||
+
| [http://wiki.nlpl.eu/index.php/Infrastructure/software/pytorch nlpl-pytorch/0.4.1] || PyTorch Deep Learning Framework (CPU and GPU) || Abel || September 2018 || Stephan Oepen
 
|-
 
|-
| B || moses/4.0-65c75ff      || Moses SMT system Release 4.0, including GIZA++, MGIZA, fast_align, SALM<br/>Some minor fixes added to existing install 2/2018.<br/> Should not break compatibility except when using tokenizer.perl for Finnish or Swedish. || Taito, Abel || 11/2017 ||
+
| [http://wiki.nlpl.eu/index.php/Infrastructure/software/tensorflow nlpl-tensorflow/1.11] || TensorFlow Deep Learning Framework (CPU and GPU) || Abel || September 2018 || Stephan Oepen
 +
|}
 +
 
 +
= Activity B: Statistical and Neural Machine Translation =
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Module Name/Version !! Description !! System !! Install Date !! Maintainer
 +
|-
 +
| moses/mmt-mvp-v0.12.1-2739-gdc42bcb      || Moses SMT system, including GIZA++, MGIZA, fast_align || Taito || November 2017 ||
 +
|-
 +
| moses/4.0-65c75ff      || Moses SMT System Release 4.0, including GIZA++, MGIZA, fast_align, SALM<br/>Some minor fixes added to existing install 2/2018.<br/> Should not break compatibility except when using tokenizer.perl for Finnish or Swedish. || Taito, Abel || November 2017 ||
 +
|-
 +
| efmaral/0.1_2017_07_20 || efmaral and eflomal word alignment tools      || Taito || July 2017 ||
 +
|-
 +
| efmaral/0.1_2017_11_24 || efmaral and eflomal word alignment tools      || Taito, Abel || November 2017 ||
 
|-
 
|-
| B || efmaral/0.1_2017_07_20      || efmaral and eflomal word alignment tools      || Taito || 7/2017 ||
+
| nlpl-opennmt-py/0.2.1 || OpenNMT Python Library || Abel || September 2018 || Stephan Oepen
 +
|}
 +
 
 +
= Activity C: Data-Driven Parsing =
 +
 
 +
{| class="wikitable"
 
|-
 
|-
| B || efmaral/0.1_2017_11_24      || efmaral and eflomal word alignment tools      || Taito, Abel || 11/2017 ||
+
! Module Name/Version !! Description !! System !! Install Date !! Maintainer
 
|-
 
|-
| C || nlpl-uuparser/2.1     || Uppsala parser     || Abel || 12/2017 ||
+
| nlpl-uuparser/2.1 || Uppsala Parser     || Abel || December 2017 ||  
 
|-
 
|-
| C, G || nlpl-udpipe/1.2.1-devel     || UDPipe with pre-trained models     || Taito, Abel || 11/2017 ||
+
| nlpl-udpipe/1.2.1-devel || UDPipe 1.2 with Pre-Trained Models     || Taito, Abel || November 2017 ||
 +
|}
 +
 
 +
= Activity G: OPUS Parallel Corpus =
 +
 
 +
{| class="wikitable"
 
|-
 
|-
| G || nlpl-cwb/3.4.12      || Corpus Work Bench (CWB)      || Taito, Abel || 11/2017 ||
+
! Module Name/Version !! Description !! System !! Install Date !! Maintainer
 
|-
 
|-
| G || nlpl-opus/0.1      || various OPUS tools     || Taito, Abel || 11/2017 ||
+
| nlpl-cwb/3.4.12 || Corpus Work Bench (CWB)     || Taito, Abel || November 2017 ||
 
|-
 
|-
| G || nlpl-uplug/0.3.8dev      || Uplug parallel corpus tools     || Taito, Abel || 11/2017 ||
+
| nlpl-opus/0.1 || Various OPUS Tools     || Taito, Abel || November 2017 ||
 
|-
 
|-
| A || [http://wiki.nlpl.eu/index.php/Infrastructure/software/pytorch nlpl-pytorch/0.4.1] || PyTorch Deep Learning Framework || Abel || 09/2018 || oe
+
| nlpl-uplug/0.3.8dev || UPlug Parallel Corpus Tools      || Taito, Abel || November 2017 ||
 
|}
 
|}

Revision as of 09:40, 20 September 2018

Background

High-level summary of NLPL-specific software installed on either of our two systems

Module Catalogue

Add the NLPL directory of module configurations:

  • on Taito:
module use -a /proj/nlpl/software/modulefiles/
  • on Abel:
module use -a /projects/nlpl/software/modulefiles/

Activity A: Basic Infrastructure

Module Name/Version Description System Install Date Maintainer
nlpl-pytorch/0.4.1 PyTorch Deep Learning Framework (CPU and GPU) Abel September 2018 Stephan Oepen
nlpl-tensorflow/1.11 TensorFlow Deep Learning Framework (CPU and GPU) Abel September 2018 Stephan Oepen

Activity B: Statistical and Neural Machine Translation

Module Name/Version Description System Install Date Maintainer
moses/mmt-mvp-v0.12.1-2739-gdc42bcb Moses SMT system, including GIZA++, MGIZA, fast_align Taito November 2017
moses/4.0-65c75ff Moses SMT System Release 4.0, including GIZA++, MGIZA, fast_align, SALM
Some minor fixes added to existing install 2/2018.
Should not break compatibility except when using tokenizer.perl for Finnish or Swedish.
Taito, Abel November 2017
efmaral/0.1_2017_07_20 efmaral and eflomal word alignment tools Taito July 2017
efmaral/0.1_2017_11_24 efmaral and eflomal word alignment tools Taito, Abel November 2017
nlpl-opennmt-py/0.2.1 OpenNMT Python Library Abel September 2018 Stephan Oepen

Activity C: Data-Driven Parsing

Module Name/Version Description System Install Date Maintainer
nlpl-uuparser/2.1 Uppsala Parser Abel December 2017
nlpl-udpipe/1.2.1-devel UDPipe 1.2 with Pre-Trained Models Taito, Abel November 2017

Activity G: OPUS Parallel Corpus

Module Name/Version Description System Install Date Maintainer
nlpl-cwb/3.4.12 Corpus Work Bench (CWB) Taito, Abel November 2017
nlpl-opus/0.1 Various OPUS Tools Taito, Abel November 2017
nlpl-uplug/0.3.8dev UPlug Parallel Corpus Tools Taito, Abel November 2017