Linear predicting¶
Contents
usage: kiwi predict [-h] --test-source TEST_SOURCE --test-target TEST_TARGET
[--test-alignments TEST_ALIGNMENTS]
[--test-source-pos TEST_SOURCE_POS]
[--test-target-pos TEST_TARGET_POS]
[--test-target-parse TEST_TARGET_PARSE]
[--test-target-ngram TEST_TARGET_NGRAM]
[--test-target-stacked TEST_TARGET_STACKED]
[--evaluation-metric EVALUATION_METRIC]
Named Arguments¶
--evaluation-metric | |
Evaluation metric (f1_mult or f1_bad). Default: “f1_mult” |
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. | |
--test-source-pos | |
Path to training PoS tags file for source | |
--test-target-pos | |
Path to training PoS tags file for target | |
--test-target-parse | |
Path to test dependency parsing file for target (tabular format) | |
--test-target-ngram | |
Path to test highest order ngram file for target (tabular format) | |
--test-target-stacked | |
Path to test stacked predictions file for target (tabular format) |