Datasets:
Update divemt.py
Browse files
divemt.py
CHANGED
@@ -29,15 +29,15 @@ _PATHS = {
|
|
29 |
"warmup": os.path.join(_ROOT_PATH, "warmup.tsv"),
|
30 |
}
|
31 |
|
32 |
-
_ALL_FIELDS = ['unit_id', 'flores_id', 'item_id', 'subject_id', '
|
33 |
-
'translation_type', 'src_len_chr', 'mt_len_chr', 'tgt_len_chr',
|
34 |
'src_len_wrd', 'mt_len_wrd', 'tgt_len_wrd', 'edit_time', 'k_total',
|
35 |
'k_letter', 'k_digit', 'k_white', 'k_symbol', 'k_nav', 'k_erase',
|
36 |
'k_copy', 'k_cut', 'k_paste', 'k_do', 'n_pause_geq_300',
|
37 |
'len_pause_geq_300', 'n_pause_geq_1000', 'len_pause_geq_1000',
|
38 |
'event_time', 'num_annotations', 'last_modification_time', 'n_insert',
|
39 |
'n_delete', 'n_substitute', 'n_shift', 'tot_shifted_words', 'tot_edits',
|
40 |
-
'hter', 'cer', 'bleu', 'chrf', '
|
41 |
'time_h', 'time_per_char', 'time_per_word', 'key_per_char',
|
42 |
'words_per_hour', 'words_per_minute', 'per_subject_visit_order',
|
43 |
'src_text', 'mt_text', 'tgt_text', 'aligned_edit', 'src_tokens', 'src_annotations',
|
|
|
29 |
"warmup": os.path.join(_ROOT_PATH, "warmup.tsv"),
|
30 |
}
|
31 |
|
32 |
+
_ALL_FIELDS = ['unit_id', 'flores_id', 'item_id', 'subject_id', 'lang_id', 'doc_id',
|
33 |
+
'task_type', 'translation_type', 'src_len_chr', 'mt_len_chr', 'tgt_len_chr',
|
34 |
'src_len_wrd', 'mt_len_wrd', 'tgt_len_wrd', 'edit_time', 'k_total',
|
35 |
'k_letter', 'k_digit', 'k_white', 'k_symbol', 'k_nav', 'k_erase',
|
36 |
'k_copy', 'k_cut', 'k_paste', 'k_do', 'n_pause_geq_300',
|
37 |
'len_pause_geq_300', 'n_pause_geq_1000', 'len_pause_geq_1000',
|
38 |
'event_time', 'num_annotations', 'last_modification_time', 'n_insert',
|
39 |
'n_delete', 'n_substitute', 'n_shift', 'tot_shifted_words', 'tot_edits',
|
40 |
+
'hter', 'cer', 'bleu', 'chrf', 'time_s', 'time_m',
|
41 |
'time_h', 'time_per_char', 'time_per_word', 'key_per_char',
|
42 |
'words_per_hour', 'words_per_minute', 'per_subject_visit_order',
|
43 |
'src_text', 'mt_text', 'tgt_text', 'aligned_edit', 'src_tokens', 'src_annotations',
|