To build, download and use the different systems you can find the scripts in /opt/SLT.KIT/systems/${system}. In general this directory contains three different scripts
- Training a model
/opt/SLT.KIT/systems/${model}/Train.sh
- Download a pre-trained model
/opt/SLT.KIT/systems/${model}/Download.sh
- Translate test set
/opt/SLT.KIT/systems/${model}/Test.sh $testset
All data is stored in the /data directory
- /data/${component}/: Training data after processing of the individual components
- /data/${component}/eval/: Test data after processing of the individual components
The different models trained by the individual components are stored in /model/${component}
The results of each system will be reported in /results/${system}