QUETCH predicting¶
Contents
usage: kiwi predict [-h] --test-source TEST_SOURCE --test-target TEST_TARGET
--test-alignments TEST_ALIGNMENTS
[--predict-target [PREDICT_TARGET]]
[--predict-gaps [PREDICT_GAPS]]
[--predict-source [PREDICT_SOURCE]]
[--wmt18-format [WMT18_FORMAT]]
[--source-max-length SOURCE_MAX_LENGTH]
[--source-min-length SOURCE_MIN_LENGTH]
[--target-max-length TARGET_MAX_LENGTH]
[--target-min-length TARGET_MIN_LENGTH]
data¶
--test-source | Path to validation source file |
--test-target | Path to validation target file |
--test-alignments | |
Path to test alignments between source and target. |
data processing options¶
--predict-target | |
Predict Target Tags. Leave unchanged for WMT17 format Default: True | |
--predict-gaps | Predict Gap Tags. Default: False |
--predict-source | |
Predict Source Tags. Default: False | |
--wmt18-format | Read target tags in WMT18 format. Default: False |
--source-max-length | |
Maximum source sequence length Default: inf | |
--source-min-length | |
Truncate source sequence length. Default: 1 | |
--target-max-length | |
Maximum target sequence length to keep. Default: inf | |
--target-min-length | |
Truncate target sequence length. Default: 1 |