Datasets:
File size: 5,526 Bytes
a00e829 bb72a5c 393d306 b35c772 9b1f6cd a00e829 393d306 9b1f6cd 393d306 e955eda 9b1f6cd 393d306 9b1f6cd 393d306 9b1f6cd b35c772 393d306 b35c772 393d306 b35c772 a00e829 393d306 9b1f6cd 393d306 e955eda 393d306 9b1f6cd 393d306 9b1f6cd b35c772 393d306 b35c772 393d306 b35c772 a00e829 b35c772 bb72a5c b35c772 393d306 b35c772 393d306 b35c772 393d306 b35c772 393d306 b35c772 393d306 b35c772 393d306 b35c772 a00e829 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | {
"selected_profiles": [
"default",
"full"
],
"row_count": 111358,
"input_row_count": 147670,
"filters": {
"fully_stressed_only": true,
"exclude_number_sentences": true
},
"by_source_dataset": {
"alksnis": {
"row_count": 2603,
"token_count": 44170,
"stressable_word_count": 35958,
"resolved_word_count": 35958,
"single_stress_option_word_count": 30011,
"multiple_stress_option_word_count": 5634,
"no_stress_option_word_count": 0,
"no_stress_option_with_tags_word_count": 0,
"multiple_best_stress_option_word_count": 364,
"ambiguous_sentence_count": 2040,
"legacy_word_count": 35645,
"cache_word_count": 0,
"vdu_nlp_services_word_count": 0,
"lki_words_word_count": 47,
"phonology_engine_word_count": 266,
"unresolved_word_count": 0,
"sktv_token_count": 190,
"digit_token_count": 0,
"roman_numeral_token_count": 0,
"legacy_sentence_count": 2603,
"cache_sentence_count": 0,
"vdu_nlp_services_sentence_count": 0,
"lki_words_sentence_count": 45,
"phonology_engine_sentence_count": 237,
"unresolved_sentence_count": 0
},
"matas": {
"row_count": 108755,
"token_count": 1412052,
"stressable_word_count": 1111067,
"resolved_word_count": 1111067,
"single_stress_option_word_count": 928933,
"multiple_stress_option_word_count": 173787,
"no_stress_option_word_count": 0,
"no_stress_option_with_tags_word_count": 0,
"multiple_best_stress_option_word_count": 10653,
"ambiguous_sentence_count": 74352,
"legacy_word_count": 1102720,
"cache_word_count": 0,
"vdu_nlp_services_word_count": 0,
"lki_words_word_count": 1634,
"phonology_engine_word_count": 6713,
"unresolved_word_count": 0,
"sktv_token_count": 7877,
"digit_token_count": 0,
"roman_numeral_token_count": 0,
"legacy_sentence_count": 108007,
"cache_sentence_count": 0,
"vdu_nlp_services_sentence_count": 0,
"lki_words_sentence_count": 1603,
"phonology_engine_sentence_count": 5996,
"unresolved_sentence_count": 0
}
},
"input_by_source_dataset": {
"alksnis": {
"row_count": 3642
},
"matas": {
"row_count": 144028
}
},
"profiles": {
"default": {
"hf_config_name": "default",
"title": "Slim public schema",
"description": "Keeps the sentence text, token records, and stress/provenance counts.",
"output_path": "data/default/train.parquet",
"column_count": 24,
"columns": [
"source_dataset",
"source_file",
"sent_id",
"newdoc_id",
"newpar_id",
"original_text",
"original_text_raw",
"stressed_text_unicode",
"sktv_token_count",
"digit_token_count",
"roman_numeral_token_count",
"tokens",
"single_stress_option_word_count",
"multiple_stress_option_word_count",
"no_stress_option_word_count",
"no_stress_option_with_tags_word_count",
"multiple_best_stress_option_word_count",
"legacy_word_count",
"cache_word_count",
"vdu_nlp_services_word_count",
"lki_words_word_count",
"phonology_engine_word_count",
"unresolved_word_count",
"words_with_multiple_best_stress_options"
]
},
"full": {
"hf_config_name": "full",
"title": "Full provenance schema",
"description": "Adds serialized CoNLL-U and full sentence metadata on top of the slim schema.",
"output_path": "data/full/train.parquet",
"column_count": 26,
"columns": [
"source_dataset",
"source_file",
"sent_id",
"newdoc_id",
"newpar_id",
"original_text",
"original_text_raw",
"stressed_text_unicode",
"conllu_sentence",
"sentence_metadata",
"sktv_token_count",
"digit_token_count",
"roman_numeral_token_count",
"tokens",
"single_stress_option_word_count",
"multiple_stress_option_word_count",
"no_stress_option_word_count",
"no_stress_option_with_tags_word_count",
"multiple_best_stress_option_word_count",
"legacy_word_count",
"cache_word_count",
"vdu_nlp_services_word_count",
"lki_words_word_count",
"phonology_engine_word_count",
"unresolved_word_count",
"words_with_multiple_best_stress_options"
]
}
},
"overall": {
"row_count": 111358,
"token_count": 1456222,
"stressable_word_count": 1147025,
"resolved_word_count": 1147025,
"single_stress_option_word_count": 958944,
"multiple_stress_option_word_count": 179421,
"no_stress_option_word_count": 0,
"no_stress_option_with_tags_word_count": 0,
"multiple_best_stress_option_word_count": 11017,
"ambiguous_sentence_count": 76392,
"legacy_word_count": 1138365,
"cache_word_count": 0,
"vdu_nlp_services_word_count": 0,
"lki_words_word_count": 1681,
"phonology_engine_word_count": 6979,
"unresolved_word_count": 0,
"sktv_token_count": 8067,
"digit_token_count": 0,
"roman_numeral_token_count": 0,
"legacy_sentence_count": 110610,
"cache_sentence_count": 0,
"vdu_nlp_services_sentence_count": 0,
"lki_words_sentence_count": 1648,
"phonology_engine_sentence_count": 6233,
"unresolved_sentence_count": 0
}
}
|