latin/560ms (shared Latin-script-prune model: en/es/fr/it/pt/de)
Browse files- latin/560ms/decoder.mlmodelc/analytics/coremldata.bin +3 -0
- latin/560ms/decoder.mlmodelc/coremldata.bin +3 -0
- latin/560ms/decoder.mlmodelc/model.mil +64 -0
- latin/560ms/decoder.mlmodelc/weights/weight.bin +3 -0
- latin/560ms/decoder_joint.mlmodelc/analytics/coremldata.bin +3 -0
- latin/560ms/decoder_joint.mlmodelc/coremldata.bin +3 -0
- latin/560ms/decoder_joint.mlmodelc/model.mil +83 -0
- latin/560ms/decoder_joint.mlmodelc/weights/weight.bin +3 -0
- latin/560ms/encoder.mlmodelc/analytics/coremldata.bin +3 -0
- latin/560ms/encoder.mlmodelc/coremldata.bin +3 -0
- latin/560ms/encoder.mlmodelc/model.mil +0 -0
- latin/560ms/encoder.mlmodelc/weights/weight.bin +3 -0
- latin/560ms/joint.mlmodelc/analytics/coremldata.bin +3 -0
- latin/560ms/joint.mlmodelc/coremldata.bin +3 -0
- latin/560ms/joint.mlmodelc/model.mil +31 -0
- latin/560ms/joint.mlmodelc/weights/weight.bin +3 -0
- latin/560ms/metadata.json +198 -0
- latin/560ms/preprocessor.mlmodelc/analytics/coremldata.bin +3 -0
- latin/560ms/preprocessor.mlmodelc/coremldata.bin +3 -0
- latin/560ms/preprocessor.mlmodelc/model.mil +122 -0
- latin/560ms/preprocessor.mlmodelc/weights/weight.bin +3 -0
- latin/560ms/tokenizer.json +2831 -0
latin/560ms/decoder.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a574ca5ab5cc407100f598e070db5d65086b3a2ed9edbd7c787a1ae7be7dcba
|
| 3 |
+
size 243
|
latin/560ms/decoder.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed5dae3a122e9aa360897a62d7277e42ce99ec1930b105246c590940dcd3be1b
|
| 3 |
+
size 433
|
latin/560ms/decoder.mlmodelc/model.mil
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
program(1.3)
|
| 2 |
+
[buildInfo = dict<string, string>({{"coremlc-component-MIL", "3520.4.1"}, {"coremlc-version", "3520.5.1"}, {"coremltools-component-torch", "2.5.1"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "8.3.0"}})]
|
| 3 |
+
{
|
| 4 |
+
func main<ios18>(tensor<fp32, [2, 1, 640]> c_in, tensor<fp32, [2, 1, 640]> h_in, tensor<int32, [1, 1]> token, tensor<int32, [1]> token_length) {
|
| 5 |
+
int32 y_axis_0 = const()[name = string("y_axis_0"), val = int32(0)];
|
| 6 |
+
int32 y_batch_dims_0 = const()[name = string("y_batch_dims_0"), val = int32(0)];
|
| 7 |
+
bool y_validate_indices_0 = const()[name = string("y_validate_indices_0"), val = bool(false)];
|
| 8 |
+
tensor<fp16, [2829, 640]> module_prediction_embed_weight_to_fp16 = const()[name = string("module_prediction_embed_weight_to_fp16"), val = tensor<fp16, [2829, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(64)))];
|
| 9 |
+
string token_to_int16_dtype_0 = const()[name = string("token_to_int16_dtype_0"), val = string("int16")];
|
| 10 |
+
tensor<int16, [1, 1]> token_to_int16 = cast(dtype = token_to_int16_dtype_0, x = token)[name = string("cast_8")];
|
| 11 |
+
tensor<fp16, [1, 1, 640]> y_cast_fp16_cast_uint16 = gather(axis = y_axis_0, batch_dims = y_batch_dims_0, indices = token_to_int16, validate_indices = y_validate_indices_0, x = module_prediction_embed_weight_to_fp16)[name = string("y_cast_fp16_cast_uint16")];
|
| 12 |
+
tensor<int32, [3]> input_3_perm_0 = const()[name = string("input_3_perm_0"), val = tensor<int32, [3]>([1, 0, 2])];
|
| 13 |
+
int32 split_0_num_splits_0 = const()[name = string("split_0_num_splits_0"), val = int32(2)];
|
| 14 |
+
int32 split_0_axis_0 = const()[name = string("split_0_axis_0"), val = int32(0)];
|
| 15 |
+
string h_in_to_fp16_dtype_0 = const()[name = string("h_in_to_fp16_dtype_0"), val = string("fp16")];
|
| 16 |
+
tensor<fp16, [2, 1, 640]> h_in_to_fp16 = cast(dtype = h_in_to_fp16_dtype_0, x = h_in)[name = string("cast_7")];
|
| 17 |
+
tensor<fp16, [1, 1, 640]> split_0_cast_fp16_0, tensor<fp16, [1, 1, 640]> split_0_cast_fp16_1 = split(axis = split_0_axis_0, num_splits = split_0_num_splits_0, x = h_in_to_fp16)[name = string("split_0_cast_fp16")];
|
| 18 |
+
int32 split_1_num_splits_0 = const()[name = string("split_1_num_splits_0"), val = int32(2)];
|
| 19 |
+
int32 split_1_axis_0 = const()[name = string("split_1_axis_0"), val = int32(0)];
|
| 20 |
+
string c_in_to_fp16_dtype_0 = const()[name = string("c_in_to_fp16_dtype_0"), val = string("fp16")];
|
| 21 |
+
tensor<fp16, [2, 1, 640]> c_in_to_fp16 = cast(dtype = c_in_to_fp16_dtype_0, x = c_in)[name = string("cast_6")];
|
| 22 |
+
tensor<fp16, [1, 1, 640]> split_1_cast_fp16_0, tensor<fp16, [1, 1, 640]> split_1_cast_fp16_1 = split(axis = split_1_axis_0, num_splits = split_1_num_splits_0, x = c_in_to_fp16)[name = string("split_1_cast_fp16")];
|
| 23 |
+
tensor<int32, [1]> input_lstm_layer_0_lstm_h0_squeeze_axes_0 = const()[name = string("input_lstm_layer_0_lstm_h0_squeeze_axes_0"), val = tensor<int32, [1]>([0])];
|
| 24 |
+
tensor<fp16, [1, 640]> input_lstm_layer_0_lstm_h0_squeeze_cast_fp16 = squeeze(axes = input_lstm_layer_0_lstm_h0_squeeze_axes_0, x = split_0_cast_fp16_0)[name = string("input_lstm_layer_0_lstm_h0_squeeze_cast_fp16")];
|
| 25 |
+
tensor<int32, [1]> input_lstm_layer_0_lstm_c0_squeeze_axes_0 = const()[name = string("input_lstm_layer_0_lstm_c0_squeeze_axes_0"), val = tensor<int32, [1]>([0])];
|
| 26 |
+
tensor<fp16, [1, 640]> input_lstm_layer_0_lstm_c0_squeeze_cast_fp16 = squeeze(axes = input_lstm_layer_0_lstm_c0_squeeze_axes_0, x = split_1_cast_fp16_0)[name = string("input_lstm_layer_0_lstm_c0_squeeze_cast_fp16")];
|
| 27 |
+
string input_lstm_layer_0_direction_0 = const()[name = string("input_lstm_layer_0_direction_0"), val = string("forward")];
|
| 28 |
+
bool input_lstm_layer_0_output_sequence_0 = const()[name = string("input_lstm_layer_0_output_sequence_0"), val = bool(true)];
|
| 29 |
+
string input_lstm_layer_0_recurrent_activation_0 = const()[name = string("input_lstm_layer_0_recurrent_activation_0"), val = string("sigmoid")];
|
| 30 |
+
string input_lstm_layer_0_cell_activation_0 = const()[name = string("input_lstm_layer_0_cell_activation_0"), val = string("tanh")];
|
| 31 |
+
string input_lstm_layer_0_activation_0 = const()[name = string("input_lstm_layer_0_activation_0"), val = string("tanh")];
|
| 32 |
+
tensor<fp16, [2560, 640]> concat_1_to_fp16 = const()[name = string("concat_1_to_fp16"), val = tensor<fp16, [2560, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(3621248)))];
|
| 33 |
+
tensor<fp16, [2560, 640]> concat_2_to_fp16 = const()[name = string("concat_2_to_fp16"), val = tensor<fp16, [2560, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6898112)))];
|
| 34 |
+
tensor<fp16, [2560]> concat_0_to_fp16 = const()[name = string("concat_0_to_fp16"), val = tensor<fp16, [2560]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(10174976)))];
|
| 35 |
+
tensor<fp16, [1, 1, 640]> input_3_cast_fp16 = transpose(perm = input_3_perm_0, x = y_cast_fp16_cast_uint16)[name = string("transpose_2")];
|
| 36 |
+
tensor<fp16, [1, 1, 640]> input_lstm_layer_0_cast_fp16_0, tensor<fp16, [1, 640]> input_lstm_layer_0_cast_fp16_1, tensor<fp16, [1, 640]> input_lstm_layer_0_cast_fp16_2 = lstm(activation = input_lstm_layer_0_activation_0, bias = concat_0_to_fp16, cell_activation = input_lstm_layer_0_cell_activation_0, direction = input_lstm_layer_0_direction_0, initial_c = input_lstm_layer_0_lstm_c0_squeeze_cast_fp16, initial_h = input_lstm_layer_0_lstm_h0_squeeze_cast_fp16, output_sequence = input_lstm_layer_0_output_sequence_0, recurrent_activation = input_lstm_layer_0_recurrent_activation_0, weight_hh = concat_2_to_fp16, weight_ih = concat_1_to_fp16, x = input_3_cast_fp16)[name = string("input_lstm_layer_0_cast_fp16")];
|
| 37 |
+
tensor<int32, [1]> input_lstm_h0_squeeze_axes_0 = const()[name = string("input_lstm_h0_squeeze_axes_0"), val = tensor<int32, [1]>([0])];
|
| 38 |
+
tensor<fp16, [1, 640]> input_lstm_h0_squeeze_cast_fp16 = squeeze(axes = input_lstm_h0_squeeze_axes_0, x = split_0_cast_fp16_1)[name = string("input_lstm_h0_squeeze_cast_fp16")];
|
| 39 |
+
tensor<int32, [1]> input_lstm_c0_squeeze_axes_0 = const()[name = string("input_lstm_c0_squeeze_axes_0"), val = tensor<int32, [1]>([0])];
|
| 40 |
+
tensor<fp16, [1, 640]> input_lstm_c0_squeeze_cast_fp16 = squeeze(axes = input_lstm_c0_squeeze_axes_0, x = split_1_cast_fp16_1)[name = string("input_lstm_c0_squeeze_cast_fp16")];
|
| 41 |
+
string input_direction_0 = const()[name = string("input_direction_0"), val = string("forward")];
|
| 42 |
+
bool input_output_sequence_0 = const()[name = string("input_output_sequence_0"), val = bool(true)];
|
| 43 |
+
string input_recurrent_activation_0 = const()[name = string("input_recurrent_activation_0"), val = string("sigmoid")];
|
| 44 |
+
string input_cell_activation_0 = const()[name = string("input_cell_activation_0"), val = string("tanh")];
|
| 45 |
+
string input_activation_0 = const()[name = string("input_activation_0"), val = string("tanh")];
|
| 46 |
+
tensor<fp16, [2560, 640]> concat_4_to_fp16 = const()[name = string("concat_4_to_fp16"), val = tensor<fp16, [2560, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(10180160)))];
|
| 47 |
+
tensor<fp16, [2560, 640]> concat_5_to_fp16 = const()[name = string("concat_5_to_fp16"), val = tensor<fp16, [2560, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(13457024)))];
|
| 48 |
+
tensor<fp16, [2560]> concat_3_to_fp16 = const()[name = string("concat_3_to_fp16"), val = tensor<fp16, [2560]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(16733888)))];
|
| 49 |
+
tensor<fp16, [1, 1, 640]> input_cast_fp16_0, tensor<fp16, [1, 640]> input_cast_fp16_1, tensor<fp16, [1, 640]> input_cast_fp16_2 = lstm(activation = input_activation_0, bias = concat_3_to_fp16, cell_activation = input_cell_activation_0, direction = input_direction_0, initial_c = input_lstm_c0_squeeze_cast_fp16, initial_h = input_lstm_h0_squeeze_cast_fp16, output_sequence = input_output_sequence_0, recurrent_activation = input_recurrent_activation_0, weight_hh = concat_5_to_fp16, weight_ih = concat_4_to_fp16, x = input_lstm_layer_0_cast_fp16_0)[name = string("input_cast_fp16")];
|
| 50 |
+
int32 obj_3_axis_0 = const()[name = string("obj_3_axis_0"), val = int32(0)];
|
| 51 |
+
tensor<fp16, [2, 1, 640]> obj_3_cast_fp16 = stack(axis = obj_3_axis_0, values = (input_lstm_layer_0_cast_fp16_1, input_cast_fp16_1))[name = string("obj_3_cast_fp16")];
|
| 52 |
+
string obj_3_cast_fp16_to_fp32_dtype_0 = const()[name = string("obj_3_cast_fp16_to_fp32_dtype_0"), val = string("fp32")];
|
| 53 |
+
int32 obj_axis_0 = const()[name = string("obj_axis_0"), val = int32(0)];
|
| 54 |
+
tensor<fp16, [2, 1, 640]> obj_cast_fp16 = stack(axis = obj_axis_0, values = (input_lstm_layer_0_cast_fp16_2, input_cast_fp16_2))[name = string("obj_cast_fp16")];
|
| 55 |
+
string obj_cast_fp16_to_fp32_dtype_0 = const()[name = string("obj_cast_fp16_to_fp32_dtype_0"), val = string("fp32")];
|
| 56 |
+
tensor<int32, [3]> transpose_0_perm_0 = const()[name = string("transpose_0_perm_0"), val = tensor<int32, [3]>([1, 2, 0])];
|
| 57 |
+
string transpose_0_cast_fp16_to_fp32_dtype_0 = const()[name = string("transpose_0_cast_fp16_to_fp32_dtype_0"), val = string("fp32")];
|
| 58 |
+
tensor<fp16, [1, 640, 1]> transpose_0_cast_fp16 = transpose(perm = transpose_0_perm_0, x = input_cast_fp16_0)[name = string("transpose_1")];
|
| 59 |
+
tensor<fp32, [1, 640, 1]> decoder_out = cast(dtype = transpose_0_cast_fp16_to_fp32_dtype_0, x = transpose_0_cast_fp16)[name = string("cast_3")];
|
| 60 |
+
tensor<fp32, [2, 1, 640]> c_out = cast(dtype = obj_cast_fp16_to_fp32_dtype_0, x = obj_cast_fp16)[name = string("cast_4")];
|
| 61 |
+
tensor<fp32, [2, 1, 640]> h_out = cast(dtype = obj_3_cast_fp16_to_fp32_dtype_0, x = obj_3_cast_fp16)[name = string("cast_5")];
|
| 62 |
+
tensor<int32, [1]> token_length_tmp = identity(x = token_length)[name = string("token_length_tmp")];
|
| 63 |
+
} -> (decoder_out, h_out, c_out);
|
| 64 |
+
}
|
latin/560ms/decoder.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:923df635dad8f9688d46afdf1689c0913cc977f9944db30e35a78e5b41799903
|
| 3 |
+
size 16739072
|
latin/560ms/decoder_joint.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3503c16cc1df6745efddcf09fec2ab879cbc105dca3844ec0bc43caf31f3b494
|
| 3 |
+
size 243
|
latin/560ms/decoder_joint.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57dab53e7102b3dbcb62136ca3cc677b8048990224ded6690ceb591fd671c948
|
| 3 |
+
size 454
|
latin/560ms/decoder_joint.mlmodelc/model.mil
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
program(1.3)
|
| 2 |
+
[buildInfo = dict<string, string>({{"coremlc-component-MIL", "3520.4.1"}, {"coremlc-version", "3520.5.1"}, {"coremltools-component-torch", "2.5.1"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "8.3.0"}})]
|
| 3 |
+
{
|
| 4 |
+
func main<ios18>(tensor<fp32, [2, 1, 640]> c_in, tensor<fp32, [1, 1024, 1]> encoder, tensor<fp32, [2, 1, 640]> h_in, tensor<int32, [1, 1]> token, tensor<int32, [1]> token_length) {
|
| 5 |
+
int32 y_axis_0 = const()[name = string("y_axis_0"), val = int32(0)];
|
| 6 |
+
int32 y_batch_dims_0 = const()[name = string("y_batch_dims_0"), val = int32(0)];
|
| 7 |
+
bool y_validate_indices_0 = const()[name = string("y_validate_indices_0"), val = bool(false)];
|
| 8 |
+
tensor<fp16, [2829, 640]> decoder_module_prediction_embed_weight_to_fp16 = const()[name = string("decoder_module_prediction_embed_weight_to_fp16"), val = tensor<fp16, [2829, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(64)))];
|
| 9 |
+
string token_to_int16_dtype_0 = const()[name = string("token_to_int16_dtype_0"), val = string("int16")];
|
| 10 |
+
tensor<int16, [1, 1]> token_to_int16 = cast(dtype = token_to_int16_dtype_0, x = token)[name = string("cast_9")];
|
| 11 |
+
tensor<fp16, [1, 1, 640]> y_cast_fp16_cast_uint16 = gather(axis = y_axis_0, batch_dims = y_batch_dims_0, indices = token_to_int16, validate_indices = y_validate_indices_0, x = decoder_module_prediction_embed_weight_to_fp16)[name = string("y_cast_fp16_cast_uint16")];
|
| 12 |
+
tensor<int32, [3]> input_3_perm_0 = const()[name = string("input_3_perm_0"), val = tensor<int32, [3]>([1, 0, 2])];
|
| 13 |
+
int32 split_0_num_splits_0 = const()[name = string("split_0_num_splits_0"), val = int32(2)];
|
| 14 |
+
int32 split_0_axis_0 = const()[name = string("split_0_axis_0"), val = int32(0)];
|
| 15 |
+
string h_in_to_fp16_dtype_0 = const()[name = string("h_in_to_fp16_dtype_0"), val = string("fp16")];
|
| 16 |
+
tensor<fp16, [2, 1, 640]> h_in_to_fp16 = cast(dtype = h_in_to_fp16_dtype_0, x = h_in)[name = string("cast_8")];
|
| 17 |
+
tensor<fp16, [1, 1, 640]> split_0_cast_fp16_0, tensor<fp16, [1, 1, 640]> split_0_cast_fp16_1 = split(axis = split_0_axis_0, num_splits = split_0_num_splits_0, x = h_in_to_fp16)[name = string("split_0_cast_fp16")];
|
| 18 |
+
int32 split_1_num_splits_0 = const()[name = string("split_1_num_splits_0"), val = int32(2)];
|
| 19 |
+
int32 split_1_axis_0 = const()[name = string("split_1_axis_0"), val = int32(0)];
|
| 20 |
+
string c_in_to_fp16_dtype_0 = const()[name = string("c_in_to_fp16_dtype_0"), val = string("fp16")];
|
| 21 |
+
tensor<fp16, [2, 1, 640]> c_in_to_fp16 = cast(dtype = c_in_to_fp16_dtype_0, x = c_in)[name = string("cast_7")];
|
| 22 |
+
tensor<fp16, [1, 1, 640]> split_1_cast_fp16_0, tensor<fp16, [1, 1, 640]> split_1_cast_fp16_1 = split(axis = split_1_axis_0, num_splits = split_1_num_splits_0, x = c_in_to_fp16)[name = string("split_1_cast_fp16")];
|
| 23 |
+
tensor<int32, [1]> input_5_lstm_layer_0_lstm_h0_squeeze_axes_0 = const()[name = string("input_5_lstm_layer_0_lstm_h0_squeeze_axes_0"), val = tensor<int32, [1]>([0])];
|
| 24 |
+
tensor<fp16, [1, 640]> input_5_lstm_layer_0_lstm_h0_squeeze_cast_fp16 = squeeze(axes = input_5_lstm_layer_0_lstm_h0_squeeze_axes_0, x = split_0_cast_fp16_0)[name = string("input_5_lstm_layer_0_lstm_h0_squeeze_cast_fp16")];
|
| 25 |
+
tensor<int32, [1]> input_5_lstm_layer_0_lstm_c0_squeeze_axes_0 = const()[name = string("input_5_lstm_layer_0_lstm_c0_squeeze_axes_0"), val = tensor<int32, [1]>([0])];
|
| 26 |
+
tensor<fp16, [1, 640]> input_5_lstm_layer_0_lstm_c0_squeeze_cast_fp16 = squeeze(axes = input_5_lstm_layer_0_lstm_c0_squeeze_axes_0, x = split_1_cast_fp16_0)[name = string("input_5_lstm_layer_0_lstm_c0_squeeze_cast_fp16")];
|
| 27 |
+
string input_5_lstm_layer_0_direction_0 = const()[name = string("input_5_lstm_layer_0_direction_0"), val = string("forward")];
|
| 28 |
+
bool input_5_lstm_layer_0_output_sequence_0 = const()[name = string("input_5_lstm_layer_0_output_sequence_0"), val = bool(true)];
|
| 29 |
+
string input_5_lstm_layer_0_recurrent_activation_0 = const()[name = string("input_5_lstm_layer_0_recurrent_activation_0"), val = string("sigmoid")];
|
| 30 |
+
string input_5_lstm_layer_0_cell_activation_0 = const()[name = string("input_5_lstm_layer_0_cell_activation_0"), val = string("tanh")];
|
| 31 |
+
string input_5_lstm_layer_0_activation_0 = const()[name = string("input_5_lstm_layer_0_activation_0"), val = string("tanh")];
|
| 32 |
+
tensor<fp16, [2560, 640]> concat_1_to_fp16 = const()[name = string("concat_1_to_fp16"), val = tensor<fp16, [2560, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(3621248)))];
|
| 33 |
+
tensor<fp16, [2560, 640]> concat_2_to_fp16 = const()[name = string("concat_2_to_fp16"), val = tensor<fp16, [2560, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6898112)))];
|
| 34 |
+
tensor<fp16, [2560]> concat_0_to_fp16 = const()[name = string("concat_0_to_fp16"), val = tensor<fp16, [2560]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(10174976)))];
|
| 35 |
+
tensor<fp16, [1, 1, 640]> input_3_cast_fp16 = transpose(perm = input_3_perm_0, x = y_cast_fp16_cast_uint16)[name = string("transpose_4")];
|
| 36 |
+
tensor<fp16, [1, 1, 640]> input_5_lstm_layer_0_cast_fp16_0, tensor<fp16, [1, 640]> input_5_lstm_layer_0_cast_fp16_1, tensor<fp16, [1, 640]> input_5_lstm_layer_0_cast_fp16_2 = lstm(activation = input_5_lstm_layer_0_activation_0, bias = concat_0_to_fp16, cell_activation = input_5_lstm_layer_0_cell_activation_0, direction = input_5_lstm_layer_0_direction_0, initial_c = input_5_lstm_layer_0_lstm_c0_squeeze_cast_fp16, initial_h = input_5_lstm_layer_0_lstm_h0_squeeze_cast_fp16, output_sequence = input_5_lstm_layer_0_output_sequence_0, recurrent_activation = input_5_lstm_layer_0_recurrent_activation_0, weight_hh = concat_2_to_fp16, weight_ih = concat_1_to_fp16, x = input_3_cast_fp16)[name = string("input_5_lstm_layer_0_cast_fp16")];
|
| 37 |
+
tensor<int32, [1]> input_5_lstm_h0_squeeze_axes_0 = const()[name = string("input_5_lstm_h0_squeeze_axes_0"), val = tensor<int32, [1]>([0])];
|
| 38 |
+
tensor<fp16, [1, 640]> input_5_lstm_h0_squeeze_cast_fp16 = squeeze(axes = input_5_lstm_h0_squeeze_axes_0, x = split_0_cast_fp16_1)[name = string("input_5_lstm_h0_squeeze_cast_fp16")];
|
| 39 |
+
tensor<int32, [1]> input_5_lstm_c0_squeeze_axes_0 = const()[name = string("input_5_lstm_c0_squeeze_axes_0"), val = tensor<int32, [1]>([0])];
|
| 40 |
+
tensor<fp16, [1, 640]> input_5_lstm_c0_squeeze_cast_fp16 = squeeze(axes = input_5_lstm_c0_squeeze_axes_0, x = split_1_cast_fp16_1)[name = string("input_5_lstm_c0_squeeze_cast_fp16")];
|
| 41 |
+
string input_5_direction_0 = const()[name = string("input_5_direction_0"), val = string("forward")];
|
| 42 |
+
bool input_5_output_sequence_0 = const()[name = string("input_5_output_sequence_0"), val = bool(true)];
|
| 43 |
+
string input_5_recurrent_activation_0 = const()[name = string("input_5_recurrent_activation_0"), val = string("sigmoid")];
|
| 44 |
+
string input_5_cell_activation_0 = const()[name = string("input_5_cell_activation_0"), val = string("tanh")];
|
| 45 |
+
string input_5_activation_0 = const()[name = string("input_5_activation_0"), val = string("tanh")];
|
| 46 |
+
tensor<fp16, [2560, 640]> concat_4_to_fp16 = const()[name = string("concat_4_to_fp16"), val = tensor<fp16, [2560, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(10180160)))];
|
| 47 |
+
tensor<fp16, [2560, 640]> concat_5_to_fp16 = const()[name = string("concat_5_to_fp16"), val = tensor<fp16, [2560, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(13457024)))];
|
| 48 |
+
tensor<fp16, [2560]> concat_3_to_fp16 = const()[name = string("concat_3_to_fp16"), val = tensor<fp16, [2560]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(16733888)))];
|
| 49 |
+
tensor<fp16, [1, 1, 640]> input_5_cast_fp16_0, tensor<fp16, [1, 640]> input_5_cast_fp16_1, tensor<fp16, [1, 640]> input_5_cast_fp16_2 = lstm(activation = input_5_activation_0, bias = concat_3_to_fp16, cell_activation = input_5_cell_activation_0, direction = input_5_direction_0, initial_c = input_5_lstm_c0_squeeze_cast_fp16, initial_h = input_5_lstm_h0_squeeze_cast_fp16, output_sequence = input_5_output_sequence_0, recurrent_activation = input_5_recurrent_activation_0, weight_hh = concat_5_to_fp16, weight_ih = concat_4_to_fp16, x = input_5_lstm_layer_0_cast_fp16_0)[name = string("input_5_cast_fp16")];
|
| 50 |
+
int32 obj_3_axis_0 = const()[name = string("obj_3_axis_0"), val = int32(0)];
|
| 51 |
+
tensor<fp16, [2, 1, 640]> obj_3_cast_fp16 = stack(axis = obj_3_axis_0, values = (input_5_lstm_layer_0_cast_fp16_1, input_5_cast_fp16_1))[name = string("obj_3_cast_fp16")];
|
| 52 |
+
string obj_3_cast_fp16_to_fp32_dtype_0 = const()[name = string("obj_3_cast_fp16_to_fp32_dtype_0"), val = string("fp32")];
|
| 53 |
+
int32 obj_axis_0 = const()[name = string("obj_axis_0"), val = int32(0)];
|
| 54 |
+
tensor<fp16, [2, 1, 640]> obj_cast_fp16 = stack(axis = obj_axis_0, values = (input_5_lstm_layer_0_cast_fp16_2, input_5_cast_fp16_2))[name = string("obj_cast_fp16")];
|
| 55 |
+
string obj_cast_fp16_to_fp32_dtype_0 = const()[name = string("obj_cast_fp16_to_fp32_dtype_0"), val = string("fp32")];
|
| 56 |
+
tensor<int32, [3]> transpose_1_perm_0 = const()[name = string("transpose_1_perm_0"), val = tensor<int32, [3]>([1, 0, 2])];
|
| 57 |
+
tensor<int32, [3]> input_7_perm_0 = const()[name = string("input_7_perm_0"), val = tensor<int32, [3]>([0, 2, 1])];
|
| 58 |
+
string encoder_to_fp16_dtype_0 = const()[name = string("encoder_to_fp16_dtype_0"), val = string("fp16")];
|
| 59 |
+
tensor<fp16, [640, 1024]> joint_module_enc_weight_to_fp16 = const()[name = string("joint_module_enc_weight_to_fp16"), val = tensor<fp16, [640, 1024]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(16739072)))];
|
| 60 |
+
tensor<fp16, [640]> joint_module_enc_bias_to_fp16 = const()[name = string("joint_module_enc_bias_to_fp16"), val = tensor<fp16, [640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(18049856)))];
|
| 61 |
+
tensor<fp16, [1, 1024, 1]> encoder_to_fp16 = cast(dtype = encoder_to_fp16_dtype_0, x = encoder)[name = string("cast_4")];
|
| 62 |
+
tensor<fp16, [1, 1, 1024]> input_7_cast_fp16 = transpose(perm = input_7_perm_0, x = encoder_to_fp16)[name = string("transpose_2")];
|
| 63 |
+
tensor<fp16, [1, 1, 640]> linear_0_cast_fp16 = linear(bias = joint_module_enc_bias_to_fp16, weight = joint_module_enc_weight_to_fp16, x = input_7_cast_fp16)[name = string("linear_0_cast_fp16")];
|
| 64 |
+
tensor<fp16, [640, 640]> joint_module_pred_weight_to_fp16 = const()[name = string("joint_module_pred_weight_to_fp16"), val = tensor<fp16, [640, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(18051200)))];
|
| 65 |
+
tensor<fp16, [640]> joint_module_pred_bias_to_fp16 = const()[name = string("joint_module_pred_bias_to_fp16"), val = tensor<fp16, [640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(18870464)))];
|
| 66 |
+
tensor<fp16, [1, 1, 640]> transpose_1_cast_fp16 = transpose(perm = transpose_1_perm_0, x = input_5_cast_fp16_0)[name = string("transpose_3")];
|
| 67 |
+
tensor<fp16, [1, 1, 640]> linear_1_cast_fp16 = linear(bias = joint_module_pred_bias_to_fp16, weight = joint_module_pred_weight_to_fp16, x = transpose_1_cast_fp16)[name = string("linear_1_cast_fp16")];
|
| 68 |
+
tensor<int32, [1]> var_79_axes_0 = const()[name = string("op_79_axes_0"), val = tensor<int32, [1]>([2])];
|
| 69 |
+
tensor<fp16, [1, 1, 1, 640]> var_79_cast_fp16 = expand_dims(axes = var_79_axes_0, x = linear_0_cast_fp16)[name = string("op_79_cast_fp16")];
|
| 70 |
+
tensor<int32, [1]> var_80_axes_0 = const()[name = string("op_80_axes_0"), val = tensor<int32, [1]>([1])];
|
| 71 |
+
tensor<fp16, [1, 1, 1, 640]> var_80_cast_fp16 = expand_dims(axes = var_80_axes_0, x = linear_1_cast_fp16)[name = string("op_80_cast_fp16")];
|
| 72 |
+
tensor<fp16, [1, 1, 1, 640]> input_11_cast_fp16 = add(x = var_79_cast_fp16, y = var_80_cast_fp16)[name = string("input_11_cast_fp16")];
|
| 73 |
+
tensor<fp16, [1, 1, 1, 640]> input_13_cast_fp16 = relu(x = input_11_cast_fp16)[name = string("input_13_cast_fp16")];
|
| 74 |
+
tensor<fp16, [2829, 640]> joint_module_joint_net_2_weight_to_fp16 = const()[name = string("joint_module_joint_net_2_weight_to_fp16"), val = tensor<fp16, [2829, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(18871808)))];
|
| 75 |
+
tensor<fp16, [2829]> joint_module_joint_net_2_bias_to_fp16 = const()[name = string("joint_module_joint_net_2_bias_to_fp16"), val = tensor<fp16, [2829]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(22492992)))];
|
| 76 |
+
tensor<fp16, [1, 1, 1, 2829]> linear_2_cast_fp16 = linear(bias = joint_module_joint_net_2_bias_to_fp16, weight = joint_module_joint_net_2_weight_to_fp16, x = input_13_cast_fp16)[name = string("linear_2_cast_fp16")];
|
| 77 |
+
string linear_2_cast_fp16_to_fp32_dtype_0 = const()[name = string("linear_2_cast_fp16_to_fp32_dtype_0"), val = string("fp32")];
|
| 78 |
+
tensor<fp32, [1, 1, 1, 2829]> logits = cast(dtype = linear_2_cast_fp16_to_fp32_dtype_0, x = linear_2_cast_fp16)[name = string("cast_3")];
|
| 79 |
+
tensor<fp32, [2, 1, 640]> c_out = cast(dtype = obj_cast_fp16_to_fp32_dtype_0, x = obj_cast_fp16)[name = string("cast_5")];
|
| 80 |
+
tensor<fp32, [2, 1, 640]> h_out = cast(dtype = obj_3_cast_fp16_to_fp32_dtype_0, x = obj_3_cast_fp16)[name = string("cast_6")];
|
| 81 |
+
tensor<int32, [1]> token_length_tmp = identity(x = token_length)[name = string("token_length_tmp")];
|
| 82 |
+
} -> (logits, h_out, c_out);
|
| 83 |
+
}
|
latin/560ms/decoder_joint.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5792bda2b88daae2ccb66689069da286e801f7bd168a95aa430590efa93e8e04
|
| 3 |
+
size 22498714
|
latin/560ms/encoder.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:615ca530b6ef8338da41731b405f5a929e40bc8285bbe2c65ef88e58db8b3673
|
| 3 |
+
size 243
|
latin/560ms/encoder.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a31a87dd3e9038676bb75cb8c9930b03f774552284a88df85a6ce3891bfa201
|
| 3 |
+
size 572
|
latin/560ms/encoder.mlmodelc/model.mil
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
latin/560ms/encoder.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b24081a0cb14212908a96bfba3778006fb65e0454765a8435a0accd67304de30
|
| 3 |
+
size 564296064
|
latin/560ms/joint.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:100cc872ff29b01a5d551bed68067f10cc8e80b0826a70e544e473ef3007d1b7
|
| 3 |
+
size 243
|
latin/560ms/joint.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:720554ce1cac96a96a3dfe6cf068209cfce2e830ca0b62097a09140b02f9588f
|
| 3 |
+
size 341
|
latin/560ms/joint.mlmodelc/model.mil
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
program(1.3)
|
| 2 |
+
[buildInfo = dict<string, string>({{"coremlc-component-MIL", "3520.4.1"}, {"coremlc-version", "3520.5.1"}, {"coremltools-component-torch", "2.5.1"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "8.3.0"}})]
|
| 3 |
+
{
|
| 4 |
+
func main<ios18>(tensor<fp32, [1, 640, 1]> decoder, tensor<fp32, [1, 1024, 1]> encoder) {
|
| 5 |
+
tensor<int32, [3]> input_1_perm_0 = const()[name = string("input_1_perm_0"), val = tensor<int32, [3]>([0, 2, 1])];
|
| 6 |
+
string encoder_to_fp16_dtype_0 = const()[name = string("encoder_to_fp16_dtype_0"), val = string("fp16")];
|
| 7 |
+
tensor<int32, [3]> input_3_perm_0 = const()[name = string("input_3_perm_0"), val = tensor<int32, [3]>([0, 2, 1])];
|
| 8 |
+
string decoder_to_fp16_dtype_0 = const()[name = string("decoder_to_fp16_dtype_0"), val = string("fp16")];
|
| 9 |
+
tensor<fp16, [640, 1024]> module_enc_weight_to_fp16 = const()[name = string("module_enc_weight_to_fp16"), val = tensor<fp16, [640, 1024]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(64)))];
|
| 10 |
+
tensor<fp16, [640]> module_enc_bias_to_fp16 = const()[name = string("module_enc_bias_to_fp16"), val = tensor<fp16, [640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(1310848)))];
|
| 11 |
+
tensor<fp16, [1, 1024, 1]> encoder_to_fp16 = cast(dtype = encoder_to_fp16_dtype_0, x = encoder)[name = string("cast_2")];
|
| 12 |
+
tensor<fp16, [1, 1, 1024]> input_1_cast_fp16 = transpose(perm = input_1_perm_0, x = encoder_to_fp16)[name = string("transpose_1")];
|
| 13 |
+
tensor<fp16, [1, 1, 640]> linear_0_cast_fp16 = linear(bias = module_enc_bias_to_fp16, weight = module_enc_weight_to_fp16, x = input_1_cast_fp16)[name = string("linear_0_cast_fp16")];
|
| 14 |
+
tensor<fp16, [640, 640]> module_pred_weight_to_fp16 = const()[name = string("module_pred_weight_to_fp16"), val = tensor<fp16, [640, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(1312192)))];
|
| 15 |
+
tensor<fp16, [640]> module_pred_bias_to_fp16 = const()[name = string("module_pred_bias_to_fp16"), val = tensor<fp16, [640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(2131456)))];
|
| 16 |
+
tensor<fp16, [1, 640, 1]> decoder_to_fp16 = cast(dtype = decoder_to_fp16_dtype_0, x = decoder)[name = string("cast_1")];
|
| 17 |
+
tensor<fp16, [1, 1, 640]> input_3_cast_fp16 = transpose(perm = input_3_perm_0, x = decoder_to_fp16)[name = string("transpose_0")];
|
| 18 |
+
tensor<fp16, [1, 1, 640]> linear_1_cast_fp16 = linear(bias = module_pred_bias_to_fp16, weight = module_pred_weight_to_fp16, x = input_3_cast_fp16)[name = string("linear_1_cast_fp16")];
|
| 19 |
+
tensor<int32, [1]> var_23_axes_0 = const()[name = string("op_23_axes_0"), val = tensor<int32, [1]>([2])];
|
| 20 |
+
tensor<fp16, [1, 1, 1, 640]> var_23_cast_fp16 = expand_dims(axes = var_23_axes_0, x = linear_0_cast_fp16)[name = string("op_23_cast_fp16")];
|
| 21 |
+
tensor<int32, [1]> var_25_axes_0 = const()[name = string("op_25_axes_0"), val = tensor<int32, [1]>([1])];
|
| 22 |
+
tensor<fp16, [1, 1, 1, 640]> var_25_cast_fp16 = expand_dims(axes = var_25_axes_0, x = linear_1_cast_fp16)[name = string("op_25_cast_fp16")];
|
| 23 |
+
tensor<fp16, [1, 1, 1, 640]> input_5_cast_fp16 = add(x = var_23_cast_fp16, y = var_25_cast_fp16)[name = string("input_5_cast_fp16")];
|
| 24 |
+
tensor<fp16, [1, 1, 1, 640]> input_7_cast_fp16 = relu(x = input_5_cast_fp16)[name = string("input_7_cast_fp16")];
|
| 25 |
+
tensor<fp16, [2829, 640]> module_joint_net_2_weight_to_fp16 = const()[name = string("module_joint_net_2_weight_to_fp16"), val = tensor<fp16, [2829, 640]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(2132800)))];
|
| 26 |
+
tensor<fp16, [2829]> module_joint_net_2_bias_to_fp16 = const()[name = string("module_joint_net_2_bias_to_fp16"), val = tensor<fp16, [2829]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5753984)))];
|
| 27 |
+
tensor<fp16, [1, 1, 1, 2829]> linear_2_cast_fp16 = linear(bias = module_joint_net_2_bias_to_fp16, weight = module_joint_net_2_weight_to_fp16, x = input_7_cast_fp16)[name = string("linear_2_cast_fp16")];
|
| 28 |
+
string linear_2_cast_fp16_to_fp32_dtype_0 = const()[name = string("linear_2_cast_fp16_to_fp32_dtype_0"), val = string("fp32")];
|
| 29 |
+
tensor<fp32, [1, 1, 1, 2829]> logits = cast(dtype = linear_2_cast_fp16_to_fp32_dtype_0, x = linear_2_cast_fp16)[name = string("cast_0")];
|
| 30 |
+
} -> (logits);
|
| 31 |
+
}
|
latin/560ms/joint.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66b9d7405fad48fdd8413a7275c04d44933cb9beb80d318c158f80e52ff43fba
|
| 3 |
+
size 5759706
|
latin/560ms/metadata.json
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "nvidia/nemotron-asr-streaming-multilingual-0.6b",
|
| 3 |
+
"model_class": "nemo.collections.asr.models.rnnt_bpe_models_prompt.EncDecRNNTBPEModelWithPrompt",
|
| 4 |
+
"sample_rate": 16000,
|
| 5 |
+
"mel_features": 128,
|
| 6 |
+
"chunk_mel_frames": 56,
|
| 7 |
+
"pre_encode_cache": 9,
|
| 8 |
+
"total_mel_frames": 65,
|
| 9 |
+
"att_context_size": [
|
| 10 |
+
42,
|
| 11 |
+
13
|
| 12 |
+
],
|
| 13 |
+
"vocab_size": 2828,
|
| 14 |
+
"blank_idx": 2828,
|
| 15 |
+
"vocab_pruned": true,
|
| 16 |
+
"vocab_pruned_original_size": 13087,
|
| 17 |
+
"cache_channel_shape": [
|
| 18 |
+
1,
|
| 19 |
+
24,
|
| 20 |
+
42,
|
| 21 |
+
1024
|
| 22 |
+
],
|
| 23 |
+
"cache_time_shape": [
|
| 24 |
+
1,
|
| 25 |
+
24,
|
| 26 |
+
1024,
|
| 27 |
+
8
|
| 28 |
+
],
|
| 29 |
+
"decoder_hidden": 640,
|
| 30 |
+
"decoder_layers": 2,
|
| 31 |
+
"encoder_dim": 1024,
|
| 32 |
+
"num_prompts": 128,
|
| 33 |
+
"prompt_dictionary": {
|
| 34 |
+
"en-US": 0,
|
| 35 |
+
"en": 0,
|
| 36 |
+
"en-GB": 1,
|
| 37 |
+
"enGB": 1,
|
| 38 |
+
"es-ES": 2,
|
| 39 |
+
"esES": 2,
|
| 40 |
+
"es-US": 3,
|
| 41 |
+
"es": 3,
|
| 42 |
+
"zh-CN": 4,
|
| 43 |
+
"zh-ZH": 4,
|
| 44 |
+
"zh-TW": 5,
|
| 45 |
+
"hi-IN": 6,
|
| 46 |
+
"hi": 6,
|
| 47 |
+
"hi-HI": 6,
|
| 48 |
+
"ar-AR": 7,
|
| 49 |
+
"ar": 7,
|
| 50 |
+
"fr-FR": 8,
|
| 51 |
+
"fr": 8,
|
| 52 |
+
"de-DE": 9,
|
| 53 |
+
"de": 9,
|
| 54 |
+
"ja-JP": 10,
|
| 55 |
+
"ja-JA": 10,
|
| 56 |
+
"ru-RU": 11,
|
| 57 |
+
"ru": 11,
|
| 58 |
+
"pt-BR": 12,
|
| 59 |
+
"pt-PT": 13,
|
| 60 |
+
"pt": 13,
|
| 61 |
+
"ko-KR": 14,
|
| 62 |
+
"ko": 14,
|
| 63 |
+
"ko-KO": 14,
|
| 64 |
+
"it-IT": 15,
|
| 65 |
+
"it": 15,
|
| 66 |
+
"nl-NL": 16,
|
| 67 |
+
"nl": 16,
|
| 68 |
+
"pl-PL": 17,
|
| 69 |
+
"pl": 17,
|
| 70 |
+
"tr-TR": 18,
|
| 71 |
+
"tr": 18,
|
| 72 |
+
"uk-UA": 19,
|
| 73 |
+
"uk": 19,
|
| 74 |
+
"ro-RO": 20,
|
| 75 |
+
"ro": 20,
|
| 76 |
+
"el-GR": 21,
|
| 77 |
+
"el": 21,
|
| 78 |
+
"cs-CZ": 22,
|
| 79 |
+
"cs": 22,
|
| 80 |
+
"hu-HU": 23,
|
| 81 |
+
"hu": 23,
|
| 82 |
+
"sv-SE": 24,
|
| 83 |
+
"sv": 24,
|
| 84 |
+
"da-DK": 25,
|
| 85 |
+
"da": 25,
|
| 86 |
+
"fi-FI": 26,
|
| 87 |
+
"fi": 26,
|
| 88 |
+
"no-NO": 27,
|
| 89 |
+
"no": 27,
|
| 90 |
+
"nb-NO": 103,
|
| 91 |
+
"nb": 103,
|
| 92 |
+
"nn-NO": 104,
|
| 93 |
+
"nn": 104,
|
| 94 |
+
"sk-SK": 28,
|
| 95 |
+
"sk": 28,
|
| 96 |
+
"hr-HR": 29,
|
| 97 |
+
"hr": 29,
|
| 98 |
+
"bg-BG": 30,
|
| 99 |
+
"bg": 30,
|
| 100 |
+
"lt-LT": 31,
|
| 101 |
+
"lt": 31,
|
| 102 |
+
"et-EE": 60,
|
| 103 |
+
"et": 60,
|
| 104 |
+
"lv-LV": 61,
|
| 105 |
+
"lv": 61,
|
| 106 |
+
"sl-SI": 62,
|
| 107 |
+
"sl": 62,
|
| 108 |
+
"th-TH": 32,
|
| 109 |
+
"vi-VN": 33,
|
| 110 |
+
"id-ID": 34,
|
| 111 |
+
"ms-MY": 35,
|
| 112 |
+
"bn-IN": 36,
|
| 113 |
+
"ur-PK": 37,
|
| 114 |
+
"fa-IR": 38,
|
| 115 |
+
"ta-IN": 39,
|
| 116 |
+
"te-IN": 40,
|
| 117 |
+
"mr-IN": 41,
|
| 118 |
+
"gu-IN": 42,
|
| 119 |
+
"kn-IN": 43,
|
| 120 |
+
"ml-IN": 44,
|
| 121 |
+
"si-LK": 45,
|
| 122 |
+
"ne-NP": 46,
|
| 123 |
+
"km-KH": 47,
|
| 124 |
+
"sw-KE": 48,
|
| 125 |
+
"am-ET": 49,
|
| 126 |
+
"ha-NG": 50,
|
| 127 |
+
"zu-ZA": 51,
|
| 128 |
+
"yo-NG": 52,
|
| 129 |
+
"ig-NG": 53,
|
| 130 |
+
"af-ZA": 54,
|
| 131 |
+
"rw-RW": 55,
|
| 132 |
+
"so-SO": 56,
|
| 133 |
+
"ny-MW": 57,
|
| 134 |
+
"ln-CD": 58,
|
| 135 |
+
"or-KE": 59,
|
| 136 |
+
"he-IL": 64,
|
| 137 |
+
"ku-TR": 65,
|
| 138 |
+
"az-AZ": 66,
|
| 139 |
+
"ka-GE": 67,
|
| 140 |
+
"hy-AM": 68,
|
| 141 |
+
"uz-UZ": 69,
|
| 142 |
+
"tg-TJ": 70,
|
| 143 |
+
"ky-KG": 71,
|
| 144 |
+
"qu-PE": 80,
|
| 145 |
+
"ay-BO": 81,
|
| 146 |
+
"gn-PY": 82,
|
| 147 |
+
"nah-MX": 83,
|
| 148 |
+
"mi-NZ": 96,
|
| 149 |
+
"haw-US": 97,
|
| 150 |
+
"sm-WS": 98,
|
| 151 |
+
"to-TO": 99,
|
| 152 |
+
"fr-CA": 100,
|
| 153 |
+
"mt-MT": 102,
|
| 154 |
+
"auto": 101
|
| 155 |
+
},
|
| 156 |
+
"default_prompt_id": 101,
|
| 157 |
+
"lang_tag_token_ids": [
|
| 158 |
+
1,
|
| 159 |
+
96,
|
| 160 |
+
237,
|
| 161 |
+
358,
|
| 162 |
+
513,
|
| 163 |
+
654,
|
| 164 |
+
746,
|
| 165 |
+
829,
|
| 166 |
+
961,
|
| 167 |
+
1068,
|
| 168 |
+
1098,
|
| 169 |
+
1202,
|
| 170 |
+
1274,
|
| 171 |
+
1422,
|
| 172 |
+
1543,
|
| 173 |
+
1660,
|
| 174 |
+
1748,
|
| 175 |
+
1840,
|
| 176 |
+
1841,
|
| 177 |
+
1922,
|
| 178 |
+
2039,
|
| 179 |
+
2157,
|
| 180 |
+
2158,
|
| 181 |
+
2205,
|
| 182 |
+
2343,
|
| 183 |
+
2382,
|
| 184 |
+
2447,
|
| 185 |
+
2460,
|
| 186 |
+
2530,
|
| 187 |
+
2531,
|
| 188 |
+
2535,
|
| 189 |
+
2544,
|
| 190 |
+
2545,
|
| 191 |
+
2557,
|
| 192 |
+
2609,
|
| 193 |
+
2648,
|
| 194 |
+
2649,
|
| 195 |
+
2681,
|
| 196 |
+
2685
|
| 197 |
+
]
|
| 198 |
+
}
|
latin/560ms/preprocessor.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61f4e92ccd5b31f52b70e6221909351664c8305a7326eb3484d5d76dd1dbfebe
|
| 3 |
+
size 243
|
latin/560ms/preprocessor.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97b440d67308b11aac2f3088b005ac7aec8e7130e1cfdd549c881cddf21a0fcc
|
| 3 |
+
size 371
|
latin/560ms/preprocessor.mlmodelc/model.mil
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
program(1.3)
|
| 2 |
+
[buildInfo = dict<string, string>({{"coremlc-component-MIL", "3520.4.1"}, {"coremlc-version", "3520.5.1"}, {"coremltools-component-torch", "2.5.1"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "8.3.0"}})]
|
| 3 |
+
{
|
| 4 |
+
func main<ios18>(tensor<fp32, [1, ?]> audio, tensor<int32, [1]> audio_length) [FlexibleShapeInformation = tuple<tuple<string, dict<string, tensor<int32, [?]>>>, tuple<string, dict<string, list<tensor<int32, [2]>, ?>>>>((("DefaultShapes", {{"audio", [1, 1]}}), ("RangeDims", {{"audio", [[1, 1], [1, 1280000]]}})))] {
|
| 5 |
+
int32 var_9 = const()[name = string("op_9"), val = int32(1)];
|
| 6 |
+
int32 var_10 = const()[name = string("op_10"), val = int32(160)];
|
| 7 |
+
int32 var_12 = const()[name = string("op_12"), val = int32(0)];
|
| 8 |
+
int32 var_33 = const()[name = string("op_33"), val = int32(512)];
|
| 9 |
+
tensor<int32, [1]> var_34 = add(x = audio_length, y = var_33)[name = string("op_34")];
|
| 10 |
+
int32 var_35 = const()[name = string("op_35"), val = int32(512)];
|
| 11 |
+
tensor<int32, [1]> var_36 = sub(x = var_34, y = var_35)[name = string("op_36")];
|
| 12 |
+
tensor<int32, [1]> floor_div_0 = floor_div(x = var_36, y = var_10)[name = string("floor_div_0")];
|
| 13 |
+
tensor<bool, [1]> var_39 = equal(x = audio_length, y = var_12)[name = string("op_39")];
|
| 14 |
+
tensor<int32, [1]> var_40 = const()[name = string("op_40"), val = tensor<int32, [1]>([0])];
|
| 15 |
+
tensor<int32, [1]> mel_length = select(a = var_40, b = floor_div_0, cond = var_39)[name = string("seq_len")];
|
| 16 |
+
string audio_to_fp16_dtype_0 = const()[name = string("audio_to_fp16_dtype_0"), val = string("fp16")];
|
| 17 |
+
tensor<fp16, [1, ?]> audio_to_fp16 = cast(dtype = audio_to_fp16_dtype_0, x = audio)[name = string("cast_14")];
|
| 18 |
+
tensor<int32, [2]> var_42_shape_cast_fp16 = shape(x = audio_to_fp16)[name = string("op_42_shape_cast_fp16")];
|
| 19 |
+
int32 gather_0_axis_0 = const()[name = string("gather_0_axis_0"), val = int32(0)];
|
| 20 |
+
int32 gather_0_batch_dims_0 = const()[name = string("gather_0_batch_dims_0"), val = int32(0)];
|
| 21 |
+
bool gather_0_validate_indices_0 = const()[name = string("gather_0_validate_indices_0"), val = bool(false)];
|
| 22 |
+
string var_42_shape_cast_fp16_to_int16_dtype_0 = const()[name = string("op_42_shape_cast_fp16_to_int16_dtype_0"), val = string("int16")];
|
| 23 |
+
uint16 select_0_to_uint16 = const()[name = string("select_0_to_uint16"), val = uint16(1)];
|
| 24 |
+
tensor<int16, [2]> var_42_shape_cast_fp16_to_int16 = cast(dtype = var_42_shape_cast_fp16_to_int16_dtype_0, x = var_42_shape_cast_fp16)[name = string("cast_13")];
|
| 25 |
+
int16 gather_0_cast_uint16 = gather(axis = gather_0_axis_0, batch_dims = gather_0_batch_dims_0, indices = select_0_to_uint16, validate_indices = gather_0_validate_indices_0, x = var_42_shape_cast_fp16_to_int16)[name = string("gather_0_cast_uint16")];
|
| 26 |
+
string gather_0_cast_uint16_to_int32_dtype_0 = const()[name = string("gather_0_cast_uint16_to_int32_dtype_0"), val = string("int32")];
|
| 27 |
+
int32 const_0 = const()[name = string("const_0"), val = int32(0)];
|
| 28 |
+
int32 const_1 = const()[name = string("const_1"), val = int32(1)];
|
| 29 |
+
int32 gather_0_cast_uint16_to_int32 = cast(dtype = gather_0_cast_uint16_to_int32_dtype_0, x = gather_0_cast_uint16)[name = string("cast_12")];
|
| 30 |
+
tensor<int32, [?]> var_43 = range_1d(end = gather_0_cast_uint16_to_int32, start = const_0, step = const_1)[name = string("op_43")];
|
| 31 |
+
tensor<int32, [1]> var_44_axes_0 = const()[name = string("op_44_axes_0"), val = tensor<int32, [1]>([0])];
|
| 32 |
+
tensor<int32, [1, ?]> var_44 = expand_dims(axes = var_44_axes_0, x = var_43)[name = string("op_44")];
|
| 33 |
+
tensor<int32, [1]> var_45_axes_0 = const()[name = string("op_45_axes_0"), val = tensor<int32, [1]>([1])];
|
| 34 |
+
tensor<int32, [1, 1]> var_45 = expand_dims(axes = var_45_axes_0, x = audio_length)[name = string("op_45")];
|
| 35 |
+
tensor<bool, [1, ?]> timemask = less(x = var_44, y = var_45)[name = string("timemask")];
|
| 36 |
+
tensor<int32, [2]> var_48_begin_0 = const()[name = string("op_48_begin_0"), val = tensor<int32, [2]>([0, 0])];
|
| 37 |
+
tensor<int32, [2]> var_48_end_0 = const()[name = string("op_48_end_0"), val = tensor<int32, [2]>([1, 1])];
|
| 38 |
+
tensor<bool, [2]> var_48_end_mask_0 = const()[name = string("op_48_end_mask_0"), val = tensor<bool, [2]>([true, false])];
|
| 39 |
+
tensor<bool, [2]> var_48_squeeze_mask_0 = const()[name = string("op_48_squeeze_mask_0"), val = tensor<bool, [2]>([false, true])];
|
| 40 |
+
tensor<fp16, [1]> var_48_cast_fp16 = slice_by_index(begin = var_48_begin_0, end = var_48_end_0, end_mask = var_48_end_mask_0, squeeze_mask = var_48_squeeze_mask_0, x = audio_to_fp16)[name = string("op_48_cast_fp16")];
|
| 41 |
+
tensor<int32, [1]> var_49_axes_0 = const()[name = string("op_49_axes_0"), val = tensor<int32, [1]>([1])];
|
| 42 |
+
tensor<fp16, [1, 1]> var_49_cast_fp16 = expand_dims(axes = var_49_axes_0, x = var_48_cast_fp16)[name = string("op_49_cast_fp16")];
|
| 43 |
+
tensor<int32, [2]> var_51_begin_0 = const()[name = string("op_51_begin_0"), val = tensor<int32, [2]>([0, 1])];
|
| 44 |
+
tensor<int32, [2]> var_51_end_0 = const()[name = string("op_51_end_0"), val = tensor<int32, [2]>([1, 0])];
|
| 45 |
+
tensor<bool, [2]> var_51_end_mask_0 = const()[name = string("op_51_end_mask_0"), val = tensor<bool, [2]>([true, true])];
|
| 46 |
+
tensor<fp16, [1, ?]> var_51_cast_fp16 = slice_by_index(begin = var_51_begin_0, end = var_51_end_0, end_mask = var_51_end_mask_0, x = audio_to_fp16)[name = string("op_51_cast_fp16")];
|
| 47 |
+
tensor<int32, [2]> var_53_begin_0 = const()[name = string("op_53_begin_0"), val = tensor<int32, [2]>([0, 0])];
|
| 48 |
+
tensor<int32, [2]> var_53_end_0 = const()[name = string("op_53_end_0"), val = tensor<int32, [2]>([1, -1])];
|
| 49 |
+
tensor<bool, [2]> var_53_end_mask_0 = const()[name = string("op_53_end_mask_0"), val = tensor<bool, [2]>([true, false])];
|
| 50 |
+
tensor<fp16, [1, ?]> var_53_cast_fp16 = slice_by_index(begin = var_53_begin_0, end = var_53_end_0, end_mask = var_53_end_mask_0, x = audio_to_fp16)[name = string("op_53_cast_fp16")];
|
| 51 |
+
fp16 var_54_to_fp16 = const()[name = string("op_54_to_fp16"), val = fp16(0x1.f0cp-1)];
|
| 52 |
+
tensor<fp16, [1, ?]> var_55_cast_fp16 = mul(x = var_53_cast_fp16, y = var_54_to_fp16)[name = string("op_55_cast_fp16")];
|
| 53 |
+
tensor<fp16, [1, ?]> var_56_cast_fp16 = sub(x = var_51_cast_fp16, y = var_55_cast_fp16)[name = string("op_56_cast_fp16")];
|
| 54 |
+
bool x_3_interleave_0 = const()[name = string("x_3_interleave_0"), val = bool(false)];
|
| 55 |
+
tensor<fp16, [1, ?]> x_3_cast_fp16 = concat(axis = var_9, interleave = x_3_interleave_0, values = (var_49_cast_fp16, var_56_cast_fp16))[name = string("x_3_cast_fp16")];
|
| 56 |
+
tensor<bool, [1, ?]> var_59 = logical_not(x = timemask)[name = string("op_59")];
|
| 57 |
+
fp16 var_16_to_fp16 = const()[name = string("op_16_to_fp16"), val = fp16(0x0p+0)];
|
| 58 |
+
tensor<fp16, [1, ?]> input_1_cast_fp16 = select(a = var_16_to_fp16, b = x_3_cast_fp16, cond = var_59)[name = string("input_1_cast_fp16")];
|
| 59 |
+
tensor<int32, [3]> concat_1x = const()[name = string("concat_1x"), val = tensor<int32, [3]>([1, 1, -1])];
|
| 60 |
+
tensor<fp16, [1, 1, ?]> input_3_cast_fp16 = reshape(shape = concat_1x, x = input_1_cast_fp16)[name = string("input_3_cast_fp16")];
|
| 61 |
+
tensor<int32, [6]> input_5_pad_0 = const()[name = string("input_5_pad_0"), val = tensor<int32, [6]>([0, 0, 0, 0, 256, 256])];
|
| 62 |
+
string input_5_mode_0 = const()[name = string("input_5_mode_0"), val = string("constant")];
|
| 63 |
+
fp16 const_3_to_fp16 = const()[name = string("const_3_to_fp16"), val = fp16(0x0p+0)];
|
| 64 |
+
tensor<fp16, [1, 1, ?]> input_5_cast_fp16 = pad(constant_val = const_3_to_fp16, mode = input_5_mode_0, pad = input_5_pad_0, x = input_3_cast_fp16)[name = string("input_5_cast_fp16")];
|
| 65 |
+
tensor<int32, [2]> concat_2x = const()[name = string("concat_2x"), val = tensor<int32, [2]>([1, -1])];
|
| 66 |
+
tensor<fp16, [1, ?]> input_cast_fp16 = reshape(shape = concat_2x, x = input_5_cast_fp16)[name = string("input_cast_fp16")];
|
| 67 |
+
tensor<int32, [1]> expand_dims_3 = const()[name = string("expand_dims_3"), val = tensor<int32, [1]>([160])];
|
| 68 |
+
tensor<int32, [1]> expand_dims_4_axes_0 = const()[name = string("expand_dims_4_axes_0"), val = tensor<int32, [1]>([1])];
|
| 69 |
+
tensor<fp16, [1, 1, ?]> expand_dims_4_cast_fp16 = expand_dims(axes = expand_dims_4_axes_0, x = input_cast_fp16)[name = string("expand_dims_4_cast_fp16")];
|
| 70 |
+
string conv_0_pad_type_0 = const()[name = string("conv_0_pad_type_0"), val = string("valid")];
|
| 71 |
+
tensor<int32, [2]> conv_0_pad_0 = const()[name = string("conv_0_pad_0"), val = tensor<int32, [2]>([0, 0])];
|
| 72 |
+
tensor<int32, [1]> conv_0_dilations_0 = const()[name = string("conv_0_dilations_0"), val = tensor<int32, [1]>([1])];
|
| 73 |
+
int32 conv_0_groups_0 = const()[name = string("conv_0_groups_0"), val = int32(1)];
|
| 74 |
+
tensor<fp16, [257, 1, 512]> expand_dims_1_to_fp16 = const()[name = string("expand_dims_1_to_fp16"), val = tensor<fp16, [257, 1, 512]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(64)))];
|
| 75 |
+
tensor<fp16, [1, 257, ?]> conv_0_cast_fp16 = conv(dilations = conv_0_dilations_0, groups = conv_0_groups_0, pad = conv_0_pad_0, pad_type = conv_0_pad_type_0, strides = expand_dims_3, weight = expand_dims_1_to_fp16, x = expand_dims_4_cast_fp16)[name = string("conv_0_cast_fp16")];
|
| 76 |
+
string conv_1_pad_type_0 = const()[name = string("conv_1_pad_type_0"), val = string("valid")];
|
| 77 |
+
tensor<int32, [2]> conv_1_pad_0 = const()[name = string("conv_1_pad_0"), val = tensor<int32, [2]>([0, 0])];
|
| 78 |
+
tensor<int32, [1]> conv_1_dilations_0 = const()[name = string("conv_1_dilations_0"), val = tensor<int32, [1]>([1])];
|
| 79 |
+
int32 conv_1_groups_0 = const()[name = string("conv_1_groups_0"), val = int32(1)];
|
| 80 |
+
tensor<fp16, [257, 1, 512]> expand_dims_2_to_fp16 = const()[name = string("expand_dims_2_to_fp16"), val = tensor<fp16, [257, 1, 512]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(263296)))];
|
| 81 |
+
tensor<fp16, [1, 257, ?]> conv_1_cast_fp16 = conv(dilations = conv_1_dilations_0, groups = conv_1_groups_0, pad = conv_1_pad_0, pad_type = conv_1_pad_type_0, strides = expand_dims_3, weight = expand_dims_2_to_fp16, x = expand_dims_4_cast_fp16)[name = string("conv_1_cast_fp16")];
|
| 82 |
+
int32 stack_0_axis_0 = const()[name = string("stack_0_axis_0"), val = int32(-1)];
|
| 83 |
+
tensor<fp16, [1, 257, ?, 2]> stack_0_cast_fp16 = stack(axis = stack_0_axis_0, values = (conv_0_cast_fp16, conv_1_cast_fp16))[name = string("stack_0_cast_fp16")];
|
| 84 |
+
fp16 var_19_promoted_to_fp16 = const()[name = string("op_19_promoted_to_fp16"), val = fp16(0x1p+1)];
|
| 85 |
+
tensor<fp16, [1, 257, ?, 2]> var_74_cast_fp16 = pow(x = stack_0_cast_fp16, y = var_19_promoted_to_fp16)[name = string("op_74_cast_fp16")];
|
| 86 |
+
tensor<int32, [1]> var_76_axes_0 = const()[name = string("op_76_axes_0"), val = tensor<int32, [1]>([-1])];
|
| 87 |
+
bool var_76_keep_dims_0 = const()[name = string("op_76_keep_dims_0"), val = bool(false)];
|
| 88 |
+
tensor<fp16, [1, 257, ?]> var_76_cast_fp16 = reduce_sum(axes = var_76_axes_0, keep_dims = var_76_keep_dims_0, x = var_74_cast_fp16)[name = string("op_76_cast_fp16")];
|
| 89 |
+
tensor<fp16, [1, 257, ?]> x_11_cast_fp16 = identity(x = var_76_cast_fp16)[name = string("x_11_cast_fp16")];
|
| 90 |
+
bool x_13_transpose_x_0 = const()[name = string("x_13_transpose_x_0"), val = bool(false)];
|
| 91 |
+
bool x_13_transpose_y_0 = const()[name = string("x_13_transpose_y_0"), val = bool(false)];
|
| 92 |
+
tensor<fp16, [1, 128, 257]> const_4_to_fp16 = const()[name = string("const_4_to_fp16"), val = tensor<fp16, [1, 128, 257]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(526528)))];
|
| 93 |
+
tensor<fp16, [1, 128, ?]> x_13_cast_fp16 = matmul(transpose_x = x_13_transpose_x_0, transpose_y = x_13_transpose_y_0, x = const_4_to_fp16, y = x_11_cast_fp16)[name = string("x_13_cast_fp16")];
|
| 94 |
+
fp16 var_83_to_fp16 = const()[name = string("op_83_to_fp16"), val = fp16(0x1p-24)];
|
| 95 |
+
tensor<fp16, [1, 128, ?]> var_84_cast_fp16 = add(x = x_13_cast_fp16, y = var_83_to_fp16)[name = string("op_84_cast_fp16")];
|
| 96 |
+
fp32 x_epsilon_0 = const()[name = string("x_epsilon_0"), val = fp32(0x1p-149)];
|
| 97 |
+
tensor<fp16, [1, 128, ?]> x_cast_fp16 = log(epsilon = x_epsilon_0, x = var_84_cast_fp16)[name = string("x_cast_fp16")];
|
| 98 |
+
tensor<int32, [3]> var_86_shape_cast_fp16 = shape(x = x_cast_fp16)[name = string("op_86_shape_cast_fp16")];
|
| 99 |
+
int32 gather_5_axis_0 = const()[name = string("gather_5_axis_0"), val = int32(0)];
|
| 100 |
+
int32 gather_5_batch_dims_0 = const()[name = string("gather_5_batch_dims_0"), val = int32(0)];
|
| 101 |
+
bool gather_5_validate_indices_0 = const()[name = string("gather_5_validate_indices_0"), val = bool(false)];
|
| 102 |
+
string var_86_shape_cast_fp16_to_uint16_dtype_0 = const()[name = string("op_86_shape_cast_fp16_to_uint16_dtype_0"), val = string("uint16")];
|
| 103 |
+
uint16 select_5_to_uint16 = const()[name = string("select_5_to_uint16"), val = uint16(2)];
|
| 104 |
+
tensor<uint16, [3]> var_86_shape_cast_fp16_to_uint16 = cast(dtype = var_86_shape_cast_fp16_to_uint16_dtype_0, x = var_86_shape_cast_fp16)[name = string("cast_11")];
|
| 105 |
+
uint16 gather_5_cast_uint16 = gather(axis = gather_5_axis_0, batch_dims = gather_5_batch_dims_0, indices = select_5_to_uint16, validate_indices = gather_5_validate_indices_0, x = var_86_shape_cast_fp16_to_uint16)[name = string("gather_5_cast_uint16")];
|
| 106 |
+
string gather_5_cast_uint16_to_int32_dtype_0 = const()[name = string("gather_5_cast_uint16_to_int32_dtype_0"), val = string("int32")];
|
| 107 |
+
int32 const_5 = const()[name = string("const_5"), val = int32(0)];
|
| 108 |
+
int32 const_6 = const()[name = string("const_6"), val = int32(1)];
|
| 109 |
+
int32 gather_5_cast_uint16_to_int32 = cast(dtype = gather_5_cast_uint16_to_int32_dtype_0, x = gather_5_cast_uint16)[name = string("cast_10")];
|
| 110 |
+
tensor<int32, [?]> mask_1 = range_1d(end = gather_5_cast_uint16_to_int32, start = const_5, step = const_6)[name = string("mask_1")];
|
| 111 |
+
tensor<int32, [1]> expand_dims_0_axes_0 = const()[name = string("expand_dims_0_axes_0"), val = tensor<int32, [1]>([0])];
|
| 112 |
+
tensor<int32, [1, ?]> expand_dims_0 = expand_dims(axes = expand_dims_0_axes_0, x = mask_1)[name = string("expand_dims_0")];
|
| 113 |
+
tensor<int32, [1]> var_91_axes_0 = const()[name = string("op_91_axes_0"), val = tensor<int32, [1]>([1])];
|
| 114 |
+
tensor<int32, [1, 1]> var_91 = expand_dims(axes = var_91_axes_0, x = mel_length)[name = string("op_91")];
|
| 115 |
+
tensor<bool, [1, ?]> mask = greater_equal(x = expand_dims_0, y = var_91)[name = string("mask")];
|
| 116 |
+
tensor<int32, [1]> var_93_axes_0 = const()[name = string("op_93_axes_0"), val = tensor<int32, [1]>([1])];
|
| 117 |
+
tensor<bool, [1, 1, ?]> var_93 = expand_dims(axes = var_93_axes_0, x = mask)[name = string("op_93")];
|
| 118 |
+
tensor<fp16, [1, 128, ?]> processed_signal_cast_fp16 = select(a = var_16_to_fp16, b = x_cast_fp16, cond = var_93)[name = string("processed_signal_cast_fp16")];
|
| 119 |
+
string processed_signal_cast_fp16_to_fp32_dtype_0 = const()[name = string("processed_signal_cast_fp16_to_fp32_dtype_0"), val = string("fp32")];
|
| 120 |
+
tensor<fp32, [1, 128, ?]> mel = cast(dtype = processed_signal_cast_fp16_to_fp32_dtype_0, x = processed_signal_cast_fp16)[name = string("cast_9")];
|
| 121 |
+
} -> (mel, mel_length);
|
| 122 |
+
}
|
latin/560ms/preprocessor.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:297514e2b211d14b0e53cb97193d679bb89ead98d28e578f3f1d049ddbcc36b3
|
| 3 |
+
size 592384
|
latin/560ms/tokenizer.json
ADDED
|
@@ -0,0 +1,2831 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": "<unk>",
|
| 3 |
+
"1": "<bg-BG>",
|
| 4 |
+
"2": "▁",
|
| 5 |
+
"3": ".",
|
| 6 |
+
"4": ",",
|
| 7 |
+
"5": "e",
|
| 8 |
+
"6": "t",
|
| 9 |
+
"7": "a",
|
| 10 |
+
"8": "s",
|
| 11 |
+
"9": "o",
|
| 12 |
+
"10": "i",
|
| 13 |
+
"11": "r",
|
| 14 |
+
"12": "l",
|
| 15 |
+
"13": "u",
|
| 16 |
+
"14": "d",
|
| 17 |
+
"15": "c",
|
| 18 |
+
"16": "h",
|
| 19 |
+
"17": "m",
|
| 20 |
+
"18": "p",
|
| 21 |
+
"19": "n",
|
| 22 |
+
"20": "g",
|
| 23 |
+
"21": "f",
|
| 24 |
+
"22": "en",
|
| 25 |
+
"23": "in",
|
| 26 |
+
"24": "on",
|
| 27 |
+
"25": "y",
|
| 28 |
+
"26": "er",
|
| 29 |
+
"27": "an",
|
| 30 |
+
"28": "w",
|
| 31 |
+
"29": "0",
|
| 32 |
+
"30": "b",
|
| 33 |
+
"31": "v",
|
| 34 |
+
"32": "2",
|
| 35 |
+
"33": "1",
|
| 36 |
+
"34": "▁the",
|
| 37 |
+
"35": "k",
|
| 38 |
+
"36": "?",
|
| 39 |
+
"37": "3",
|
| 40 |
+
"38": "5",
|
| 41 |
+
"39": "q",
|
| 42 |
+
"40": "I",
|
| 43 |
+
"41": "é",
|
| 44 |
+
"42": "4",
|
| 45 |
+
"43": "z",
|
| 46 |
+
"44": "A",
|
| 47 |
+
"45": "6",
|
| 48 |
+
"46": "j",
|
| 49 |
+
"47": "E",
|
| 50 |
+
"48": "7",
|
| 51 |
+
"49": "T",
|
| 52 |
+
"50": "8",
|
| 53 |
+
"51": "9",
|
| 54 |
+
"52": "S",
|
| 55 |
+
"53": "x",
|
| 56 |
+
"54": "C",
|
| 57 |
+
"55": "M",
|
| 58 |
+
"56": "P",
|
| 59 |
+
"57": "D",
|
| 60 |
+
"58": "B",
|
| 61 |
+
"59": "U",
|
| 62 |
+
"60": "W",
|
| 63 |
+
"61": "N",
|
| 64 |
+
"62": "O",
|
| 65 |
+
"63": "G",
|
| 66 |
+
"64": "à",
|
| 67 |
+
"65": "F",
|
| 68 |
+
"66": "L",
|
| 69 |
+
"67": "è",
|
| 70 |
+
"68": "V",
|
| 71 |
+
"69": "R",
|
| 72 |
+
"70": "ó",
|
| 73 |
+
"71": "H",
|
| 74 |
+
"72": "α",
|
| 75 |
+
"73": "ü",
|
| 76 |
+
"74": "ä",
|
| 77 |
+
"75": "J",
|
| 78 |
+
"76": "í",
|
| 79 |
+
"77": "τ",
|
| 80 |
+
"78": "ι",
|
| 81 |
+
"79": "á",
|
| 82 |
+
"80": "ο",
|
| 83 |
+
"81": "K",
|
| 84 |
+
"82": "ε",
|
| 85 |
+
"83": "ê",
|
| 86 |
+
"84": "Y",
|
| 87 |
+
"85": "ν",
|
| 88 |
+
"86": "ö",
|
| 89 |
+
"87": "ç",
|
| 90 |
+
"88": "ρ",
|
| 91 |
+
"89": "σ",
|
| 92 |
+
"90": "π",
|
| 93 |
+
"91": "ę",
|
| 94 |
+
"92": "υ",
|
| 95 |
+
"93": "η",
|
| 96 |
+
"94": "μ",
|
| 97 |
+
"95": "κ",
|
| 98 |
+
"96": "<cs-CZ>",
|
| 99 |
+
"97": "st",
|
| 100 |
+
"98": "ch",
|
| 101 |
+
"99": "ní",
|
| 102 |
+
"100": "▁s",
|
| 103 |
+
"101": "le",
|
| 104 |
+
"102": "li",
|
| 105 |
+
"103": "▁po",
|
| 106 |
+
"104": "▁v",
|
| 107 |
+
"105": "ž",
|
| 108 |
+
"106": "č",
|
| 109 |
+
"107": "▁to",
|
| 110 |
+
"108": "no",
|
| 111 |
+
"109": "to",
|
| 112 |
+
"110": "▁z",
|
| 113 |
+
"111": "me",
|
| 114 |
+
"112": "▁se",
|
| 115 |
+
"113": "▁a",
|
| 116 |
+
"114": "te",
|
| 117 |
+
"115": "▁je",
|
| 118 |
+
"116": "ho",
|
| 119 |
+
"117": "▁pro",
|
| 120 |
+
"118": "ů",
|
| 121 |
+
"119": "ně",
|
| 122 |
+
"120": "ro",
|
| 123 |
+
"121": "▁na",
|
| 124 |
+
"122": "ce",
|
| 125 |
+
"123": "▁o",
|
| 126 |
+
"124": "la",
|
| 127 |
+
"125": "š",
|
| 128 |
+
"126": "▁ne",
|
| 129 |
+
"127": "ni",
|
| 130 |
+
"128": "ra",
|
| 131 |
+
"129": "ti",
|
| 132 |
+
"130": "lo",
|
| 133 |
+
"131": "ko",
|
| 134 |
+
"132": "▁že",
|
| 135 |
+
"133": "ná",
|
| 136 |
+
"134": "po",
|
| 137 |
+
"135": "je",
|
| 138 |
+
"136": "ě",
|
| 139 |
+
"137": "de",
|
| 140 |
+
"138": "na",
|
| 141 |
+
"139": "mi",
|
| 142 |
+
"140": "▁do",
|
| 143 |
+
"141": "ci",
|
| 144 |
+
"142": "▁k",
|
| 145 |
+
"143": "ku",
|
| 146 |
+
"144": "ře",
|
| 147 |
+
"145": "▁by",
|
| 148 |
+
"146": "ve",
|
| 149 |
+
"147": "▁za",
|
| 150 |
+
"148": "mě",
|
| 151 |
+
"149": "▁A",
|
| 152 |
+
"150": "ý",
|
| 153 |
+
"151": "re",
|
| 154 |
+
"152": "vá",
|
| 155 |
+
"153": "ou",
|
| 156 |
+
"154": "vo",
|
| 157 |
+
"155": "né",
|
| 158 |
+
"156": "va",
|
| 159 |
+
"157": "že",
|
| 160 |
+
"158": "mo",
|
| 161 |
+
"159": "vě",
|
| 162 |
+
"160": "jí",
|
| 163 |
+
"161": "tě",
|
| 164 |
+
"162": "vý",
|
| 165 |
+
"163": "▁tak",
|
| 166 |
+
"164": "ze",
|
| 167 |
+
"165": "ří",
|
| 168 |
+
"166": "ne",
|
| 169 |
+
"167": "še",
|
| 170 |
+
"168": "▁vy",
|
| 171 |
+
"169": "ka",
|
| 172 |
+
"170": "ji",
|
| 173 |
+
"171": "ky",
|
| 174 |
+
"172": "rá",
|
| 175 |
+
"173": "ovat",
|
| 176 |
+
"174": "▁ob",
|
| 177 |
+
"175": "cí",
|
| 178 |
+
"176": "▁jak",
|
| 179 |
+
"177": "▁pře",
|
| 180 |
+
"178": "ny",
|
| 181 |
+
"179": "ví",
|
| 182 |
+
"180": "ný",
|
| 183 |
+
"181": "vi",
|
| 184 |
+
"182": "▁in",
|
| 185 |
+
"183": "práv",
|
| 186 |
+
"184": "ú",
|
| 187 |
+
"185": "▁co",
|
| 188 |
+
"186": "▁také",
|
| 189 |
+
"187": "ent",
|
| 190 |
+
"188": "▁pan",
|
| 191 |
+
"189": "▁Děkuji",
|
| 192 |
+
"190": "▁které",
|
| 193 |
+
"191": "ři",
|
| 194 |
+
"192": "▁aby",
|
| 195 |
+
"193": "▁pří",
|
| 196 |
+
"194": "▁při",
|
| 197 |
+
"195": "prav",
|
| 198 |
+
"196": "ř",
|
| 199 |
+
"197": "vrop",
|
| 200 |
+
"198": "▁bude",
|
| 201 |
+
"199": "▁roz",
|
| 202 |
+
"200": "▁jsou",
|
| 203 |
+
"201": "ové",
|
| 204 |
+
"202": "▁jsme",
|
| 205 |
+
"203": "ské",
|
| 206 |
+
"204": "ování",
|
| 207 |
+
"205": "▁tady",
|
| 208 |
+
"206": "ský",
|
| 209 |
+
"207": "děl",
|
| 210 |
+
"208": "▁musí",
|
| 211 |
+
"209": "Z",
|
| 212 |
+
"210": "klad",
|
| 213 |
+
"211": "▁tedy",
|
| 214 |
+
"212": "dob",
|
| 215 |
+
"213": "▁To",
|
| 216 |
+
"214": "ální",
|
| 217 |
+
"215": "▁Je",
|
| 218 |
+
"216": "▁stát",
|
| 219 |
+
"217": "ň",
|
| 220 |
+
"218": "oval",
|
| 221 |
+
"219": "▁protože",
|
| 222 |
+
"220": "▁jsem",
|
| 223 |
+
"221": "▁který",
|
| 224 |
+
"222": "předsed",
|
| 225 |
+
"223": "▁být",
|
| 226 |
+
"224": "ď",
|
| 227 |
+
"225": "Č",
|
| 228 |
+
"226": "ť",
|
| 229 |
+
"227": "Š",
|
| 230 |
+
"228": "Ř",
|
| 231 |
+
"229": "Ž",
|
| 232 |
+
"230": "ă",
|
| 233 |
+
"231": "ł",
|
| 234 |
+
"232": "ż",
|
| 235 |
+
"233": "ą",
|
| 236 |
+
"234": "X",
|
| 237 |
+
"235": "Ú",
|
| 238 |
+
"236": "ś",
|
| 239 |
+
"237": "<da-DK>",
|
| 240 |
+
"238": "▁for",
|
| 241 |
+
"239": "▁det",
|
| 242 |
+
"240": "▁at",
|
| 243 |
+
"241": "æ",
|
| 244 |
+
"242": "et",
|
| 245 |
+
"243": "▁og",
|
| 246 |
+
"244": "▁vi",
|
| 247 |
+
"245": "al",
|
| 248 |
+
"246": "▁de",
|
| 249 |
+
"247": "▁der",
|
| 250 |
+
"248": "▁til",
|
| 251 |
+
"249": "or",
|
| 252 |
+
"250": "▁er",
|
| 253 |
+
"251": "om",
|
| 254 |
+
"252": "å",
|
| 255 |
+
"253": "ø",
|
| 256 |
+
"254": "and",
|
| 257 |
+
"255": "▁har",
|
| 258 |
+
"256": "at",
|
| 259 |
+
"257": "▁f",
|
| 260 |
+
"258": "▁i",
|
| 261 |
+
"259": "▁så",
|
| 262 |
+
"260": "▁af",
|
| 263 |
+
"261": "ge",
|
| 264 |
+
"262": "ar",
|
| 265 |
+
"263": "is",
|
| 266 |
+
"264": "ing",
|
| 267 |
+
"265": "▁med",
|
| 268 |
+
"266": "▁på",
|
| 269 |
+
"267": "▁be",
|
| 270 |
+
"268": "un",
|
| 271 |
+
"269": "lig",
|
| 272 |
+
"270": "▁ikke",
|
| 273 |
+
"271": "▁man",
|
| 274 |
+
"272": "ig",
|
| 275 |
+
"273": "▁som",
|
| 276 |
+
"274": "ør",
|
| 277 |
+
"275": "▁Og",
|
| 278 |
+
"276": "el",
|
| 279 |
+
"277": "ag",
|
| 280 |
+
"278": "▁skal",
|
| 281 |
+
"279": "erne",
|
| 282 |
+
"280": "▁Det",
|
| 283 |
+
"281": "▁den",
|
| 284 |
+
"282": "ste",
|
| 285 |
+
"283": "ning",
|
| 286 |
+
"284": "▁jeg",
|
| 287 |
+
"285": "id",
|
| 288 |
+
"286": "▁kan",
|
| 289 |
+
"287": "▁også",
|
| 290 |
+
"288": "▁vil",
|
| 291 |
+
"289": "ske",
|
| 292 |
+
"290": "iv",
|
| 293 |
+
"291": "▁ud",
|
| 294 |
+
"292": "▁her",
|
| 295 |
+
"293": "ion",
|
| 296 |
+
"294": "am",
|
| 297 |
+
"295": "ur",
|
| 298 |
+
"296": "for",
|
| 299 |
+
"297": "▁pr",
|
| 300 |
+
"298": "else",
|
| 301 |
+
"299": "▁sig",
|
| 302 |
+
"300": "▁men",
|
| 303 |
+
"301": "▁ind",
|
| 304 |
+
"302": "▁jo",
|
| 305 |
+
"303": "ende",
|
| 306 |
+
"304": "▁være",
|
| 307 |
+
"305": "▁Vi",
|
| 308 |
+
"306": "ation",
|
| 309 |
+
"307": "▁må",
|
| 310 |
+
"308": "mme",
|
| 311 |
+
"309": "ighed",
|
| 312 |
+
"310": "tage",
|
| 313 |
+
"311": "▁op",
|
| 314 |
+
"312": "▁Jeg",
|
| 315 |
+
"313": "▁hvor",
|
| 316 |
+
"314": "▁ved",
|
| 317 |
+
"315": "▁få",
|
| 318 |
+
"316": "▁fra",
|
| 319 |
+
"317": "▁over",
|
| 320 |
+
"318": "▁have",
|
| 321 |
+
"319": "kke",
|
| 322 |
+
"320": "▁meget",
|
| 323 |
+
"321": "▁Så",
|
| 324 |
+
"322": "▁Tak",
|
| 325 |
+
"323": "▁noget",
|
| 326 |
+
"324": "▁alle",
|
| 327 |
+
"325": "brug",
|
| 328 |
+
"326": "▁komme",
|
| 329 |
+
"327": "▁Men",
|
| 330 |
+
"328": "▁var",
|
| 331 |
+
"329": "hold",
|
| 332 |
+
"330": "arbejde",
|
| 333 |
+
"331": "▁eller",
|
| 334 |
+
"332": "▁vores",
|
| 335 |
+
"333": "▁frem",
|
| 336 |
+
"334": "▁altså",
|
| 337 |
+
"335": "▁vigtig",
|
| 338 |
+
"336": "vær",
|
| 339 |
+
"337": "▁EU",
|
| 340 |
+
"338": "▁gøre",
|
| 341 |
+
"339": "▁nogle",
|
| 342 |
+
"340": "skab",
|
| 343 |
+
"341": "▁spørgsmål",
|
| 344 |
+
"342": "▁kunne",
|
| 345 |
+
"343": "▁kommissionen",
|
| 346 |
+
"344": "▁hvis",
|
| 347 |
+
"345": "Ø",
|
| 348 |
+
"346": "Æ",
|
| 349 |
+
"347": "ς",
|
| 350 |
+
"348": "λ",
|
| 351 |
+
"349": "ί",
|
| 352 |
+
"350": "ό",
|
| 353 |
+
"351": "ı",
|
| 354 |
+
"352": "έ",
|
| 355 |
+
"353": "ά",
|
| 356 |
+
"354": "ω",
|
| 357 |
+
"355": "γ",
|
| 358 |
+
"356": "δ",
|
| 359 |
+
"357": "ή",
|
| 360 |
+
"358": "<de-DE>",
|
| 361 |
+
"359": "▁die",
|
| 362 |
+
"360": "▁und",
|
| 363 |
+
"361": "▁das",
|
| 364 |
+
"362": "sch",
|
| 365 |
+
"363": "▁ist",
|
| 366 |
+
"364": "▁ich",
|
| 367 |
+
"365": "▁ein",
|
| 368 |
+
"366": "▁ge",
|
| 369 |
+
"367": "ung",
|
| 370 |
+
"368": "it",
|
| 371 |
+
"369": "▁wir",
|
| 372 |
+
"370": "▁zu",
|
| 373 |
+
"371": "▁so",
|
| 374 |
+
"372": "▁da",
|
| 375 |
+
"373": "▁S",
|
| 376 |
+
"374": "▁auch",
|
| 377 |
+
"375": "gen",
|
| 378 |
+
"376": "▁nicht",
|
| 379 |
+
"377": "▁W",
|
| 380 |
+
"378": "▁B",
|
| 381 |
+
"379": "▁E",
|
| 382 |
+
"380": "▁F",
|
| 383 |
+
"381": "ll",
|
| 384 |
+
"382": "▁es",
|
| 385 |
+
"383": "▁K",
|
| 386 |
+
"384": "ie",
|
| 387 |
+
"385": "au",
|
| 388 |
+
"386": "▁P",
|
| 389 |
+
"387": "ich",
|
| 390 |
+
"388": "▁eine",
|
| 391 |
+
"389": "lich",
|
| 392 |
+
"390": "ck",
|
| 393 |
+
"391": "ten",
|
| 394 |
+
"392": "mal",
|
| 395 |
+
"393": "ein",
|
| 396 |
+
"394": "▁T",
|
| 397 |
+
"395": "▁dann",
|
| 398 |
+
"396": "▁Und",
|
| 399 |
+
"397": "▁mit",
|
| 400 |
+
"398": "▁auf",
|
| 401 |
+
"399": "hr",
|
| 402 |
+
"400": "ter",
|
| 403 |
+
"401": "tz",
|
| 404 |
+
"402": "▁dass",
|
| 405 |
+
"403": "▁G",
|
| 406 |
+
"404": "ben",
|
| 407 |
+
"405": "um",
|
| 408 |
+
"406": "us",
|
| 409 |
+
"407": "cht",
|
| 410 |
+
"408": "il",
|
| 411 |
+
"409": "▁Das",
|
| 412 |
+
"410": "▁diese",
|
| 413 |
+
"411": "▁noch",
|
| 414 |
+
"412": "▁jetzt",
|
| 415 |
+
"413": "ut",
|
| 416 |
+
"414": "▁ver",
|
| 417 |
+
"415": "kt",
|
| 418 |
+
"416": "▁Ich",
|
| 419 |
+
"417": "▁hier",
|
| 420 |
+
"418": "▁hat",
|
| 421 |
+
"419": "▁haben",
|
| 422 |
+
"420": "▁von",
|
| 423 |
+
"421": "ri",
|
| 424 |
+
"422": "ach",
|
| 425 |
+
"423": "ol",
|
| 426 |
+
"424": "▁Da",
|
| 427 |
+
"425": "▁als",
|
| 428 |
+
"426": "sp",
|
| 429 |
+
"427": "▁für",
|
| 430 |
+
"428": "ell",
|
| 431 |
+
"429": "▁sich",
|
| 432 |
+
"430": "▁was",
|
| 433 |
+
"431": "▁ja",
|
| 434 |
+
"432": "uch",
|
| 435 |
+
"433": "▁kann",
|
| 436 |
+
"434": "▁sind",
|
| 437 |
+
"435": "wi",
|
| 438 |
+
"436": "▁aus",
|
| 439 |
+
"437": "rei",
|
| 440 |
+
"438": "▁wie",
|
| 441 |
+
"439": "▁Ge",
|
| 442 |
+
"440": "und",
|
| 443 |
+
"441": "▁St",
|
| 444 |
+
"442": "isch",
|
| 445 |
+
"443": "▁sie",
|
| 446 |
+
"444": "▁Ja",
|
| 447 |
+
"445": "▁du",
|
| 448 |
+
"446": "▁war",
|
| 449 |
+
"447": "▁im",
|
| 450 |
+
"448": "▁dem",
|
| 451 |
+
"449": "▁aber",
|
| 452 |
+
"450": "▁oder",
|
| 453 |
+
"451": "ß",
|
| 454 |
+
"452": "▁Sch",
|
| 455 |
+
"453": "▁uns",
|
| 456 |
+
"454": "▁habe",
|
| 457 |
+
"455": "▁wenn",
|
| 458 |
+
"456": "▁wo",
|
| 459 |
+
"457": "▁bei",
|
| 460 |
+
"458": "▁ihr",
|
| 461 |
+
"459": "▁Ma",
|
| 462 |
+
"460": "zu",
|
| 463 |
+
"461": "▁schon",
|
| 464 |
+
"462": "▁De",
|
| 465 |
+
"463": "▁Sie",
|
| 466 |
+
"464": "▁über",
|
| 467 |
+
"465": "▁vor",
|
| 468 |
+
"466": "▁Die",
|
| 469 |
+
"467": "▁ganz",
|
| 470 |
+
"468": "iert",
|
| 471 |
+
"469": "▁Le",
|
| 472 |
+
"470": "▁viel",
|
| 473 |
+
"471": "▁In",
|
| 474 |
+
"472": "▁Also",
|
| 475 |
+
"473": "▁Ver",
|
| 476 |
+
"474": "▁sehr",
|
| 477 |
+
"475": "▁Re",
|
| 478 |
+
"476": "halt",
|
| 479 |
+
"477": "▁einfach",
|
| 480 |
+
"478": "▁werden",
|
| 481 |
+
"479": "▁sein",
|
| 482 |
+
"480": "▁Wir",
|
| 483 |
+
"481": "▁nur",
|
| 484 |
+
"482": "▁immer",
|
| 485 |
+
"483": "ieren",
|
| 486 |
+
"484": "▁muss",
|
| 487 |
+
"485": "▁wieder",
|
| 488 |
+
"486": "▁mir",
|
| 489 |
+
"487": "▁gut",
|
| 490 |
+
"488": "▁mehr",
|
| 491 |
+
"489": "▁Mi",
|
| 492 |
+
"490": "▁nach",
|
| 493 |
+
"491": "▁Ha",
|
| 494 |
+
"492": "▁weil",
|
| 495 |
+
"493": "▁Aber",
|
| 496 |
+
"494": "kommen",
|
| 497 |
+
"495": "▁gibt",
|
| 498 |
+
"496": "▁meine",
|
| 499 |
+
"497": "▁andere",
|
| 500 |
+
"498": "▁können",
|
| 501 |
+
"499": "▁machen",
|
| 502 |
+
"500": "▁natürlich",
|
| 503 |
+
"501": "▁bisschen",
|
| 504 |
+
"502": "▁durch",
|
| 505 |
+
"503": "sehen",
|
| 506 |
+
"504": "▁weiter",
|
| 507 |
+
"505": "▁keine",
|
| 508 |
+
"506": "▁sagen",
|
| 509 |
+
"507": "▁wirklich",
|
| 510 |
+
"508": "▁eigentlich",
|
| 511 |
+
"509": "▁jede",
|
| 512 |
+
"510": "schaft",
|
| 513 |
+
"511": "▁glaube",
|
| 514 |
+
"512": "Ü",
|
| 515 |
+
"513": "<el-GR>",
|
| 516 |
+
"514": "χ",
|
| 517 |
+
"515": "τα",
|
| 518 |
+
"516": "▁να",
|
| 519 |
+
"517": "ει",
|
| 520 |
+
"518": "▁και",
|
| 521 |
+
"519": "μα",
|
| 522 |
+
"520": "β",
|
| 523 |
+
"521": "ση",
|
| 524 |
+
"522": "τε",
|
| 525 |
+
"523": "ώ",
|
| 526 |
+
"524": "θ",
|
| 527 |
+
"525": "φ",
|
| 528 |
+
"526": "πο",
|
| 529 |
+
"527": "ύ",
|
| 530 |
+
"528": "▁το",
|
| 531 |
+
"529": "ία",
|
| 532 |
+
"530": "τι",
|
| 533 |
+
"531": "αν",
|
| 534 |
+
"532": "ου",
|
| 535 |
+
"533": "ρα",
|
| 536 |
+
"534": "▁για",
|
| 537 |
+
"535": "εί",
|
| 538 |
+
"536": "τη",
|
| 539 |
+
"537": "ξ",
|
| 540 |
+
"538": "κα",
|
| 541 |
+
"539": "▁την",
|
| 542 |
+
"540": "▁τη",
|
| 543 |
+
"541": "με",
|
| 544 |
+
"542": "το",
|
| 545 |
+
"543": "ού",
|
| 546 |
+
"544": "▁του",
|
| 547 |
+
"545": "▁προ",
|
| 548 |
+
"546": "▁με",
|
| 549 |
+
"547": "ζ",
|
| 550 |
+
"548": "▁θα",
|
| 551 |
+
"549": "▁είναι",
|
| 552 |
+
"550": "ρο",
|
| 553 |
+
"551": "ων",
|
| 554 |
+
"552": "μέ",
|
| 555 |
+
"553": "▁που",
|
| 556 |
+
"554": "ια",
|
| 557 |
+
"555": "νο",
|
| 558 |
+
"556": "ική",
|
| 559 |
+
"557": "ών",
|
| 560 |
+
"558": "ρι",
|
| 561 |
+
"559": "θε",
|
| 562 |
+
"560": "Ε",
|
| 563 |
+
"561": "ρί",
|
| 564 |
+
"562": "▁ότι",
|
| 565 |
+
"563": "ουμε",
|
| 566 |
+
"564": "▁από",
|
| 567 |
+
"565": "λο",
|
| 568 |
+
"566": "ρά",
|
| 569 |
+
"567": "ιο",
|
| 570 |
+
"568": "▁των",
|
| 571 |
+
"569": "ευ",
|
| 572 |
+
"570": "λη",
|
| 573 |
+
"571": "ουν",
|
| 574 |
+
"572": "Α",
|
| 575 |
+
"573": "▁σε",
|
| 576 |
+
"574": "Π",
|
| 577 |
+
"575": "▁συν",
|
| 578 |
+
"576": "φορ",
|
| 579 |
+
"577": "▁δεν",
|
| 580 |
+
"578": "Σ",
|
| 581 |
+
"579": "▁στο",
|
| 582 |
+
"580": "▁δι",
|
| 583 |
+
"581": "τά",
|
| 584 |
+
"582": "▁αυτό",
|
| 585 |
+
"583": "▁δια",
|
| 586 |
+
"584": "ιστ",
|
| 587 |
+
"585": "▁πολύ",
|
| 588 |
+
"586": "▁πρέπει",
|
| 589 |
+
"587": "▁στην",
|
| 590 |
+
"588": "σουμε",
|
| 591 |
+
"589": "ικά",
|
| 592 |
+
"590": "Τ",
|
| 593 |
+
"591": "▁επ",
|
| 594 |
+
"592": "Κ",
|
| 595 |
+
"593": "ψ",
|
| 596 |
+
"594": "▁απο",
|
| 597 |
+
"595": "▁οι",
|
| 598 |
+
"596": "εται",
|
| 599 |
+
"597": "▁επι",
|
| 600 |
+
"598": "▁Υπότιτλοι",
|
| 601 |
+
"599": "▁AUTHORWAVE",
|
| 602 |
+
"600": "ούμε",
|
| 603 |
+
"601": "ικό",
|
| 604 |
+
"602": "▁Και",
|
| 605 |
+
"603": "πρό",
|
| 606 |
+
"604": "▁Ευχαριστώ",
|
| 607 |
+
"605": "▁μια",
|
| 608 |
+
"606": "▁ένα",
|
| 609 |
+
"607": "▁συμ",
|
| 610 |
+
"608": "Μ",
|
| 611 |
+
"609": "▁περι",
|
| 612 |
+
"610": "▁αυτή",
|
| 613 |
+
"611": "ήσει",
|
| 614 |
+
"612": "Ο",
|
| 615 |
+
"613": "ικέ",
|
| 616 |
+
"614": "▁κατά",
|
| 617 |
+
"615": "Γ",
|
| 618 |
+
"616": "Θ",
|
| 619 |
+
"617": "▁Ευρωπαϊκή",
|
| 620 |
+
"618": "▁έχουμε",
|
| 621 |
+
"619": "▁αλλά",
|
| 622 |
+
"620": "εργ",
|
| 623 |
+
"621": "Η",
|
| 624 |
+
"622": "▁θέμα",
|
| 625 |
+
"623": "ολογ",
|
| 626 |
+
"624": "ότητα",
|
| 627 |
+
"625": "▁έχει",
|
| 628 |
+
"626": "πολιτ",
|
| 629 |
+
"627": "Δ",
|
| 630 |
+
"628": "▁λοιπόν",
|
| 631 |
+
"629": "ονται",
|
| 632 |
+
"630": "Ν",
|
| 633 |
+
"631": "φέρ",
|
| 634 |
+
"632": "▁Επιτροπή",
|
| 635 |
+
"633": "▁αυτά",
|
| 636 |
+
"634": "▁Ένωση",
|
| 637 |
+
"635": "Υ",
|
| 638 |
+
"636": "ϊ",
|
| 639 |
+
"637": "▁Δεν",
|
| 640 |
+
"638": "▁έχουν",
|
| 641 |
+
"639": "▁υπάρχει",
|
| 642 |
+
"640": "Β",
|
| 643 |
+
"641": "Ι",
|
| 644 |
+
"642": "Λ",
|
| 645 |
+
"643": "Φ",
|
| 646 |
+
"644": "Ρ",
|
| 647 |
+
"645": "Χ",
|
| 648 |
+
"646": "Ξ",
|
| 649 |
+
"647": "Ω",
|
| 650 |
+
"648": "Ζ",
|
| 651 |
+
"649": "Ψ",
|
| 652 |
+
"650": "Ή",
|
| 653 |
+
"651": "Ά",
|
| 654 |
+
"652": "Ό",
|
| 655 |
+
"653": "Έ",
|
| 656 |
+
"654": "<et-EE>",
|
| 657 |
+
"655": "ma",
|
| 658 |
+
"656": "ta",
|
| 659 |
+
"657": "se",
|
| 660 |
+
"658": "da",
|
| 661 |
+
"659": "si",
|
| 662 |
+
"660": "▁on",
|
| 663 |
+
"661": "õ",
|
| 664 |
+
"662": "ks",
|
| 665 |
+
"663": "ga",
|
| 666 |
+
"664": "▁et",
|
| 667 |
+
"665": "▁ka",
|
| 668 |
+
"666": "he",
|
| 669 |
+
"667": "mu",
|
| 670 |
+
"668": "tu",
|
| 671 |
+
"669": "ha",
|
| 672 |
+
"670": "ja",
|
| 673 |
+
"671": "gi",
|
| 674 |
+
"672": "▁selle",
|
| 675 |
+
"673": "▁ole",
|
| 676 |
+
"674": "nd",
|
| 677 |
+
"675": "oo",
|
| 678 |
+
"676": "gu",
|
| 679 |
+
"677": "ju",
|
| 680 |
+
"678": "est",
|
| 681 |
+
"679": "▁ei",
|
| 682 |
+
"680": "▁pa",
|
| 683 |
+
"681": "nud",
|
| 684 |
+
"682": "▁väga",
|
| 685 |
+
"683": "▁see",
|
| 686 |
+
"684": "tud",
|
| 687 |
+
"685": "▁pea",
|
| 688 |
+
"686": "nda",
|
| 689 |
+
"687": "är",
|
| 690 |
+
"688": "▁Euroopa",
|
| 691 |
+
"689": "▁kui",
|
| 692 |
+
"690": "vad",
|
| 693 |
+
"691": "ke",
|
| 694 |
+
"692": "sta",
|
| 695 |
+
"693": "sed",
|
| 696 |
+
"694": "▁või",
|
| 697 |
+
"695": "di",
|
| 698 |
+
"696": "▁saa",
|
| 699 |
+
"697": "mise",
|
| 700 |
+
"698": "▁siis",
|
| 701 |
+
"699": "▁su",
|
| 702 |
+
"700": "ide",
|
| 703 |
+
"701": "pool",
|
| 704 |
+
"702": "val",
|
| 705 |
+
"703": "tus",
|
| 706 |
+
"704": "▁seda",
|
| 707 |
+
"705": "▁Me",
|
| 708 |
+
"706": "▁vastu",
|
| 709 |
+
"707": "▁jä",
|
| 710 |
+
"708": "▁tule",
|
| 711 |
+
"709": "selt",
|
| 712 |
+
"710": "ment",
|
| 713 |
+
"711": "▁kes",
|
| 714 |
+
"712": "ndus",
|
| 715 |
+
"713": "▁töö",
|
| 716 |
+
"714": "▁kõik",
|
| 717 |
+
"715": "dus",
|
| 718 |
+
"716": "▁mõ",
|
| 719 |
+
"717": "eeri",
|
| 720 |
+
"718": "▁meie",
|
| 721 |
+
"719": "▁meil",
|
| 722 |
+
"720": "▁ning",
|
| 723 |
+
"721": "võt",
|
| 724 |
+
"722": "▁mida",
|
| 725 |
+
"723": "▁arv",
|
| 726 |
+
"724": "▁See",
|
| 727 |
+
"725": "takse",
|
| 728 |
+
"726": "▁vaja",
|
| 729 |
+
"727": "▁osa",
|
| 730 |
+
"728": "õigus",
|
| 731 |
+
"729": "▁nende",
|
| 732 |
+
"730": "▁nüüd",
|
| 733 |
+
"731": "▁aasta",
|
| 734 |
+
"732": "tsiooni",
|
| 735 |
+
"733": "▁inim",
|
| 736 |
+
"734": "▁need",
|
| 737 |
+
"735": "tsus",
|
| 738 |
+
"736": "riigi",
|
| 739 |
+
"737": "▁täh",
|
| 740 |
+
"738": "▁Liidu",
|
| 741 |
+
"739": "▁välja",
|
| 742 |
+
"740": "Ä",
|
| 743 |
+
"741": "Õ",
|
| 744 |
+
"742": "ã",
|
| 745 |
+
"743": "Q",
|
| 746 |
+
"744": "ć",
|
| 747 |
+
"745": "ñ",
|
| 748 |
+
"746": "<fi-FI>",
|
| 749 |
+
"747": "tä",
|
| 750 |
+
"748": "ssa",
|
| 751 |
+
"749": "lla",
|
| 752 |
+
"750": "▁että",
|
| 753 |
+
"751": "ksi",
|
| 754 |
+
"752": "ty",
|
| 755 |
+
"753": "ki",
|
| 756 |
+
"754": "vä",
|
| 757 |
+
"755": "pa",
|
| 758 |
+
"756": "lle",
|
| 759 |
+
"757": "lu",
|
| 760 |
+
"758": "tta",
|
| 761 |
+
"759": "stä",
|
| 762 |
+
"760": "isi",
|
| 763 |
+
"761": "ise",
|
| 764 |
+
"762": "llä",
|
| 765 |
+
"763": "kin",
|
| 766 |
+
"764": "nä",
|
| 767 |
+
"765": "ään",
|
| 768 |
+
"766": "kse",
|
| 769 |
+
"767": "tte",
|
| 770 |
+
"768": "jä",
|
| 771 |
+
"769": "ttä",
|
| 772 |
+
"770": "ssä",
|
| 773 |
+
"771": "ista",
|
| 774 |
+
"772": "inen",
|
| 775 |
+
"773": "kä",
|
| 776 |
+
"774": "llis",
|
| 777 |
+
"775": "tö",
|
| 778 |
+
"776": "▁myös",
|
| 779 |
+
"777": "vu",
|
| 780 |
+
"778": "taan",
|
| 781 |
+
"779": "▁tämä",
|
| 782 |
+
"780": "▁voi",
|
| 783 |
+
"781": "utta",
|
| 784 |
+
"782": "iden",
|
| 785 |
+
"783": "nyt",
|
| 786 |
+
"784": "▁niin",
|
| 787 |
+
"785": "▁Kiitos",
|
| 788 |
+
"786": "▁ovat",
|
| 789 |
+
"787": "hän",
|
| 790 |
+
"788": "suu",
|
| 791 |
+
"789": "▁toimi",
|
| 792 |
+
"790": "aika",
|
| 793 |
+
"791": "▁Tämä",
|
| 794 |
+
"792": "▁pää",
|
| 795 |
+
"793": "▁mutta",
|
| 796 |
+
"794": "▁käy",
|
| 797 |
+
"795": "▁tässä",
|
| 798 |
+
"796": "▁asia",
|
| 799 |
+
"797": "▁Tä",
|
| 800 |
+
"798": "▁jotka",
|
| 801 |
+
"799": "▁työ",
|
| 802 |
+
"800": "neet",
|
| 803 |
+
"801": "▁täytyy",
|
| 804 |
+
"802": "▁sitten",
|
| 805 |
+
"803": "▁Euroopan",
|
| 806 |
+
"804": "▁puolesta",
|
| 807 |
+
"805": "▁halua",
|
| 808 |
+
"806": "▁siitä",
|
| 809 |
+
"807": "▁komissio",
|
| 810 |
+
"808": "▁hyvä",
|
| 811 |
+
"809": "▁hyvin",
|
| 812 |
+
"810": "▁puhu",
|
| 813 |
+
"811": "▁meidän",
|
| 814 |
+
"812": "▁vastaan",
|
| 815 |
+
"813": "▁tärkeä",
|
| 816 |
+
"814": "▁kaikki",
|
| 817 |
+
"815": "▁Kiitoksia",
|
| 818 |
+
"816": "▁vielä",
|
| 819 |
+
"817": "▁muut",
|
| 820 |
+
"818": "▁paljon",
|
| 821 |
+
"819": "mahdollis",
|
| 822 |
+
"820": "parlament",
|
| 823 |
+
"821": "▁pitäisi",
|
| 824 |
+
"822": "▁hyväksy",
|
| 825 |
+
"823": "▁puheenjohtaja",
|
| 826 |
+
"824": "▁liitty",
|
| 827 |
+
"825": "ā",
|
| 828 |
+
"826": "ī",
|
| 829 |
+
"827": "ē",
|
| 830 |
+
"828": "ë",
|
| 831 |
+
"829": "<fr-FR>",
|
| 832 |
+
"830": "▁est",
|
| 833 |
+
"831": "▁c",
|
| 834 |
+
"832": "▁d",
|
| 835 |
+
"833": "▁la",
|
| 836 |
+
"834": "▁p",
|
| 837 |
+
"835": "▁que",
|
| 838 |
+
"836": "▁en",
|
| 839 |
+
"837": "▁le",
|
| 840 |
+
"838": "▁à",
|
| 841 |
+
"839": "es",
|
| 842 |
+
"840": "▁l",
|
| 843 |
+
"841": "▁un",
|
| 844 |
+
"842": "▁pas",
|
| 845 |
+
"843": "▁les",
|
| 846 |
+
"844": "▁qui",
|
| 847 |
+
"845": "▁il",
|
| 848 |
+
"846": "▁vous",
|
| 849 |
+
"847": "▁des",
|
| 850 |
+
"848": "▁ce",
|
| 851 |
+
"849": "▁qu",
|
| 852 |
+
"850": "▁pour",
|
| 853 |
+
"851": "▁n",
|
| 854 |
+
"852": "▁par",
|
| 855 |
+
"853": "▁ça",
|
| 856 |
+
"854": "▁une",
|
| 857 |
+
"855": "▁b",
|
| 858 |
+
"856": "ant",
|
| 859 |
+
"857": "▁j",
|
| 860 |
+
"858": "ais",
|
| 861 |
+
"859": "ez",
|
| 862 |
+
"860": "▁dans",
|
| 863 |
+
"861": "▁va",
|
| 864 |
+
"862": "▁C",
|
| 865 |
+
"863": "tre",
|
| 866 |
+
"864": "ir",
|
| 867 |
+
"865": "elle",
|
| 868 |
+
"866": "eur",
|
| 869 |
+
"867": "▁sur",
|
| 870 |
+
"868": "▁re",
|
| 871 |
+
"869": "▁con",
|
| 872 |
+
"870": "▁ma",
|
| 873 |
+
"871": "▁Et",
|
| 874 |
+
"872": "▁au",
|
| 875 |
+
"873": "ement",
|
| 876 |
+
"874": "tion",
|
| 877 |
+
"875": "té",
|
| 878 |
+
"876": "▁tout",
|
| 879 |
+
"877": "mp",
|
| 880 |
+
"878": "ique",
|
| 881 |
+
"879": "▁plus",
|
| 882 |
+
"880": "eux",
|
| 883 |
+
"881": "▁dé",
|
| 884 |
+
"882": "▁fait",
|
| 885 |
+
"883": "qu",
|
| 886 |
+
"884": "▁ai",
|
| 887 |
+
"885": "▁comme",
|
| 888 |
+
"886": "ens",
|
| 889 |
+
"887": "ac",
|
| 890 |
+
"888": "▁là",
|
| 891 |
+
"889": "▁si",
|
| 892 |
+
"890": "ait",
|
| 893 |
+
"891": "che",
|
| 894 |
+
"892": "▁mais",
|
| 895 |
+
"893": "que",
|
| 896 |
+
"894": "ul",
|
| 897 |
+
"895": "▁avec",
|
| 898 |
+
"896": "▁bien",
|
| 899 |
+
"897": "▁tu",
|
| 900 |
+
"898": "age",
|
| 901 |
+
"899": "▁mon",
|
| 902 |
+
"900": "▁Donc",
|
| 903 |
+
"901": "end",
|
| 904 |
+
"902": "▁faire",
|
| 905 |
+
"903": "▁être",
|
| 906 |
+
"904": "ver",
|
| 907 |
+
"905": "▁peu",
|
| 908 |
+
"906": "▁même",
|
| 909 |
+
"907": "tra",
|
| 910 |
+
"908": "cha",
|
| 911 |
+
"909": "▁nous",
|
| 912 |
+
"910": "▁donc",
|
| 913 |
+
"911": "▁sont",
|
| 914 |
+
"912": "▁moi",
|
| 915 |
+
"913": "ille",
|
| 916 |
+
"914": "ff",
|
| 917 |
+
"915": "▁ex",
|
| 918 |
+
"916": "ien",
|
| 919 |
+
"917": "▁Il",
|
| 920 |
+
"918": "▁très",
|
| 921 |
+
"919": "▁cette",
|
| 922 |
+
"920": "im",
|
| 923 |
+
"921": "ité",
|
| 924 |
+
"922": "▁dire",
|
| 925 |
+
"923": "▁peut",
|
| 926 |
+
"924": "ance",
|
| 927 |
+
"925": "aire",
|
| 928 |
+
"926": "mé",
|
| 929 |
+
"927": "▁app",
|
| 930 |
+
"928": "▁aussi",
|
| 931 |
+
"929": "▁petit",
|
| 932 |
+
"930": "aux",
|
| 933 |
+
"931": "▁parce",
|
| 934 |
+
"932": "onne",
|
| 935 |
+
"933": "mb",
|
| 936 |
+
"934": "man",
|
| 937 |
+
"935": "▁On",
|
| 938 |
+
"936": "▁quand",
|
| 939 |
+
"937": "▁autre",
|
| 940 |
+
"938": "ô",
|
| 941 |
+
"939": "▁chose",
|
| 942 |
+
"940": "▁puis",
|
| 943 |
+
"941": "▁était",
|
| 944 |
+
"942": "ndre",
|
| 945 |
+
"943": "port",
|
| 946 |
+
"944": "▁vraiment",
|
| 947 |
+
"945": "ence",
|
| 948 |
+
"946": "▁Mais",
|
| 949 |
+
"947": "î",
|
| 950 |
+
"948": "▁avoir",
|
| 951 |
+
"949": "form",
|
| 952 |
+
"950": "▁faut",
|
| 953 |
+
"951": "▁Alors",
|
| 954 |
+
"952": "ign",
|
| 955 |
+
"953": "▁où",
|
| 956 |
+
"954": "près",
|
| 957 |
+
"955": "▁beaucoup",
|
| 958 |
+
"956": "ture",
|
| 959 |
+
"957": "û",
|
| 960 |
+
"958": "Ç",
|
| 961 |
+
"959": "â",
|
| 962 |
+
"960": "ù",
|
| 963 |
+
"961": "<hu-HU>",
|
| 964 |
+
"962": "sz",
|
| 965 |
+
"963": "▁az",
|
| 966 |
+
"964": "▁hogy",
|
| 967 |
+
"965": "ő",
|
| 968 |
+
"966": "ás",
|
| 969 |
+
"967": "ok",
|
| 970 |
+
"968": "gy",
|
| 971 |
+
"969": "ek",
|
| 972 |
+
"970": "ál",
|
| 973 |
+
"971": "és",
|
| 974 |
+
"972": "em",
|
| 975 |
+
"973": "ár",
|
| 976 |
+
"974": "▁meg",
|
| 977 |
+
"975": "▁és",
|
| 978 |
+
"976": "▁is",
|
| 979 |
+
"977": "▁ez",
|
| 980 |
+
"978": "▁egy",
|
| 981 |
+
"979": "os",
|
| 982 |
+
"980": "ak",
|
| 983 |
+
"981": "ban",
|
| 984 |
+
"982": "nak",
|
| 985 |
+
"983": "ít",
|
| 986 |
+
"984": "ik",
|
| 987 |
+
"985": "unk",
|
| 988 |
+
"986": "▁nem",
|
| 989 |
+
"987": "oz",
|
| 990 |
+
"988": "ül",
|
| 991 |
+
"989": "án",
|
| 992 |
+
"990": "át",
|
| 993 |
+
"991": "cs",
|
| 994 |
+
"992": "él",
|
| 995 |
+
"993": "ér",
|
| 996 |
+
"994": "nek",
|
| 997 |
+
"995": "▁mi",
|
| 998 |
+
"996": "szer",
|
| 999 |
+
"997": "bb",
|
| 1000 |
+
"998": "▁Köszönöm",
|
| 1001 |
+
"999": "ség",
|
| 1002 |
+
"1000": "▁kell",
|
| 1003 |
+
"1001": "én",
|
| 1004 |
+
"1002": "hat",
|
| 1005 |
+
"1003": "▁ha",
|
| 1006 |
+
"1004": "ság",
|
| 1007 |
+
"1005": "▁szépen",
|
| 1008 |
+
"1006": "ért",
|
| 1009 |
+
"1007": "ék",
|
| 1010 |
+
"1008": "ott",
|
| 1011 |
+
"1009": "ön",
|
| 1012 |
+
"1010": "ép",
|
| 1013 |
+
"1011": "elő",
|
| 1014 |
+
"1012": "ünk",
|
| 1015 |
+
"1013": "▁van",
|
| 1016 |
+
"1014": "▁ki",
|
| 1017 |
+
"1015": "▁fel",
|
| 1018 |
+
"1016": "ény",
|
| 1019 |
+
"1017": "vé",
|
| 1020 |
+
"1018": "leg",
|
| 1021 |
+
"1019": "eket",
|
| 1022 |
+
"1020": "▁Az",
|
| 1023 |
+
"1021": "juk",
|
| 1024 |
+
"1022": "▁köz",
|
| 1025 |
+
"1023": "ű",
|
| 1026 |
+
"1024": "▁nagyon",
|
| 1027 |
+
"1025": "▁tud",
|
| 1028 |
+
"1026": "▁jelen",
|
| 1029 |
+
"1027": "▁amely",
|
| 1030 |
+
"1028": "▁lehet",
|
| 1031 |
+
"1029": "▁ami",
|
| 1032 |
+
"1030": "▁kérdés",
|
| 1033 |
+
"1031": "▁ellen",
|
| 1034 |
+
"1032": "tart",
|
| 1035 |
+
"1033": "ről",
|
| 1036 |
+
"1034": "É",
|
| 1037 |
+
"1035": "ország",
|
| 1038 |
+
"1036": "rend",
|
| 1039 |
+
"1037": "ról",
|
| 1040 |
+
"1038": "▁vagy",
|
| 1041 |
+
"1039": "▁fontos",
|
| 1042 |
+
"1040": "▁Európai",
|
| 1043 |
+
"1041": "▁akkor",
|
| 1044 |
+
"1042": "▁jog",
|
| 1045 |
+
"1043": "▁fog",
|
| 1046 |
+
"1044": "fogad",
|
| 1047 |
+
"1045": "kapcsol",
|
| 1048 |
+
"1046": "▁rész",
|
| 1049 |
+
"1047": "áció",
|
| 1050 |
+
"1048": "▁volt",
|
| 1051 |
+
"1049": "▁elnök",
|
| 1052 |
+
"1050": "▁bizottság",
|
| 1053 |
+
"1051": "▁gondol",
|
| 1054 |
+
"1052": "▁olyan",
|
| 1055 |
+
"1053": "▁illetve",
|
| 1056 |
+
"1054": "▁tagállam",
|
| 1057 |
+
"1055": "▁pedig",
|
| 1058 |
+
"1056": "▁Tehát",
|
| 1059 |
+
"1057": "▁európai",
|
| 1060 |
+
"1058": "▁szükség",
|
| 1061 |
+
"1059": "szavaz",
|
| 1062 |
+
"1060": "▁tehát",
|
| 1063 |
+
"1061": "következ",
|
| 1064 |
+
"1062": "▁össze",
|
| 1065 |
+
"1063": "▁biztos",
|
| 1066 |
+
"1064": "Ö",
|
| 1067 |
+
"1065": "Á",
|
| 1068 |
+
"1066": "Í",
|
| 1069 |
+
"1067": "Ő",
|
| 1070 |
+
"1068": "<hr-HR>",
|
| 1071 |
+
"1069": "▁u",
|
| 1072 |
+
"1070": "▁bi",
|
| 1073 |
+
"1071": "▁sa",
|
| 1074 |
+
"1072": "će",
|
| 1075 |
+
"1073": "▁od",
|
| 1076 |
+
"1074": "ru",
|
| 1077 |
+
"1075": "▁iz",
|
| 1078 |
+
"1076": "go",
|
| 1079 |
+
"1077": "nje",
|
| 1080 |
+
"1078": "sti",
|
| 1081 |
+
"1079": "đ",
|
| 1082 |
+
"1080": "▁pri",
|
| 1083 |
+
"1081": "ima",
|
| 1084 |
+
"1082": "nu",
|
| 1085 |
+
"1083": "▁pre",
|
| 1086 |
+
"1084": "▁Hvala",
|
| 1087 |
+
"1085": "lje",
|
| 1088 |
+
"1086": "▁što",
|
| 1089 |
+
"1087": "či",
|
| 1090 |
+
"1088": "nja",
|
| 1091 |
+
"1089": "zi",
|
| 1092 |
+
"1090": "vr",
|
| 1093 |
+
"1091": "ći",
|
| 1094 |
+
"1092": "če",
|
| 1095 |
+
"1093": "ca",
|
| 1096 |
+
"1094": "▁koji",
|
| 1097 |
+
"1095": "ba",
|
| 1098 |
+
"1096": "▁raz",
|
| 1099 |
+
"1097": "ț",
|
| 1100 |
+
"1098": "<it-IT>",
|
| 1101 |
+
"1099": "▁di",
|
| 1102 |
+
"1100": "▁e",
|
| 1103 |
+
"1101": "▁che",
|
| 1104 |
+
"1102": "▁è",
|
| 1105 |
+
"1103": "co",
|
| 1106 |
+
"1104": "▁per",
|
| 1107 |
+
"1105": "▁al",
|
| 1108 |
+
"1106": "▁non",
|
| 1109 |
+
"1107": "do",
|
| 1110 |
+
"1108": "gli",
|
| 1111 |
+
"1109": "so",
|
| 1112 |
+
"1110": "amo",
|
| 1113 |
+
"1111": "sa",
|
| 1114 |
+
"1112": "ndo",
|
| 1115 |
+
"1113": "▁una",
|
| 1116 |
+
"1114": "fi",
|
| 1117 |
+
"1115": "pi",
|
| 1118 |
+
"1116": "nti",
|
| 1119 |
+
"1117": "tto",
|
| 1120 |
+
"1118": "tro",
|
| 1121 |
+
"1119": "▁fa",
|
| 1122 |
+
"1120": "chi",
|
| 1123 |
+
"1121": "▁qua",
|
| 1124 |
+
"1122": "zione",
|
| 1125 |
+
"1123": "bi",
|
| 1126 |
+
"1124": "▁del",
|
| 1127 |
+
"1125": "mente",
|
| 1128 |
+
"1126": "pe",
|
| 1129 |
+
"1127": "ssi",
|
| 1130 |
+
"1128": "▁ri",
|
| 1131 |
+
"1129": "▁sono",
|
| 1132 |
+
"1130": "▁me",
|
| 1133 |
+
"1131": "▁questo",
|
| 1134 |
+
"1132": "nte",
|
| 1135 |
+
"1133": "tti",
|
| 1136 |
+
"1134": "tà",
|
| 1137 |
+
"1135": "▁nel",
|
| 1138 |
+
"1136": "▁anche",
|
| 1139 |
+
"1137": "sso",
|
| 1140 |
+
"1138": "▁perché",
|
| 1141 |
+
"1139": "▁più",
|
| 1142 |
+
"1140": "nta",
|
| 1143 |
+
"1141": "▁come",
|
| 1144 |
+
"1142": "cu",
|
| 1145 |
+
"1143": "▁quindi",
|
| 1146 |
+
"1144": "ggi",
|
| 1147 |
+
"1145": "nza",
|
| 1148 |
+
"1146": "sto",
|
| 1149 |
+
"1147": "▁ho",
|
| 1150 |
+
"1148": "ò",
|
| 1151 |
+
"1149": "▁della",
|
| 1152 |
+
"1150": "gra",
|
| 1153 |
+
"1151": "▁fare",
|
| 1154 |
+
"1152": "spe",
|
| 1155 |
+
"1153": "cco",
|
| 1156 |
+
"1154": "nde",
|
| 1157 |
+
"1155": "mento",
|
| 1158 |
+
"1156": "fe",
|
| 1159 |
+
"1157": "gio",
|
| 1160 |
+
"1158": "pu",
|
| 1161 |
+
"1159": "▁questa",
|
| 1162 |
+
"1160": "▁tra",
|
| 1163 |
+
"1161": "zza",
|
| 1164 |
+
"1162": "sci",
|
| 1165 |
+
"1163": "▁ba",
|
| 1166 |
+
"1164": "▁dei",
|
| 1167 |
+
"1165": "▁poi",
|
| 1168 |
+
"1166": "sco",
|
| 1169 |
+
"1167": "stra",
|
| 1170 |
+
"1168": "▁quel",
|
| 1171 |
+
"1169": "qui",
|
| 1172 |
+
"1170": "▁delle",
|
| 1173 |
+
"1171": "▁cosa",
|
| 1174 |
+
"1172": "▁molto",
|
| 1175 |
+
"1173": "sse",
|
| 1176 |
+
"1174": "zioni",
|
| 1177 |
+
"1175": "▁vol",
|
| 1178 |
+
"1176": "▁inter",
|
| 1179 |
+
"1177": "sce",
|
| 1180 |
+
"1178": "▁fatto",
|
| 1181 |
+
"1179": "▁com",
|
| 1182 |
+
"1180": "▁quello",
|
| 1183 |
+
"1181": "▁essere",
|
| 1184 |
+
"1182": "▁due",
|
| 1185 |
+
"1183": "▁abbiamo",
|
| 1186 |
+
"1184": "▁comp",
|
| 1187 |
+
"1185": "▁tutti",
|
| 1188 |
+
"1186": "ì",
|
| 1189 |
+
"1187": "▁prima",
|
| 1190 |
+
"1188": "▁parte",
|
| 1191 |
+
"1189": "▁così",
|
| 1192 |
+
"1190": "▁sempre",
|
| 1193 |
+
"1191": "▁tutto",
|
| 1194 |
+
"1192": "▁video",
|
| 1195 |
+
"1193": "▁maglia",
|
| 1196 |
+
"1194": "▁imp",
|
| 1197 |
+
"1195": "▁cui",
|
| 1198 |
+
"1196": "▁dove",
|
| 1199 |
+
"1197": "▁col",
|
| 1200 |
+
"1198": "▁Quindi",
|
| 1201 |
+
"1199": "sione",
|
| 1202 |
+
"1200": "rebbe",
|
| 1203 |
+
"1201": "scri",
|
| 1204 |
+
"1202": "<lt-LT>",
|
| 1205 |
+
"1203": "ė",
|
| 1206 |
+
"1204": "ai",
|
| 1207 |
+
"1205": "ų",
|
| 1208 |
+
"1206": "▁ir",
|
| 1209 |
+
"1207": "as",
|
| 1210 |
+
"1208": "į",
|
| 1211 |
+
"1209": "▁kad",
|
| 1212 |
+
"1210": "ės",
|
| 1213 |
+
"1211": "▁tai",
|
| 1214 |
+
"1212": "ū",
|
| 1215 |
+
"1213": "tų",
|
| 1216 |
+
"1214": "▁yra",
|
| 1217 |
+
"1215": "ių",
|
| 1218 |
+
"1216": "uo",
|
| 1219 |
+
"1217": "▁ko",
|
| 1220 |
+
"1218": "▁iš",
|
| 1221 |
+
"1219": "tin",
|
| 1222 |
+
"1220": "▁vis",
|
| 1223 |
+
"1221": "čia",
|
| 1224 |
+
"1222": "▁kuri",
|
| 1225 |
+
"1223": "dė",
|
| 1226 |
+
"1224": "ly",
|
| 1227 |
+
"1225": "gal",
|
| 1228 |
+
"1226": "▁ši",
|
| 1229 |
+
"1227": "iau",
|
| 1230 |
+
"1228": "jo",
|
| 1231 |
+
"1229": "tar",
|
| 1232 |
+
"1230": "yb",
|
| 1233 |
+
"1231": "▁Ir",
|
| 1234 |
+
"1232": "▁tik",
|
| 1235 |
+
"1233": "ijos",
|
| 1236 |
+
"1234": "sak",
|
| 1237 |
+
"1235": "▁turi",
|
| 1238 |
+
"1236": "oje",
|
| 1239 |
+
"1237": "▁Tai",
|
| 1240 |
+
"1238": "jų",
|
| 1241 |
+
"1239": "▁apie",
|
| 1242 |
+
"1240": "▁nu",
|
| 1243 |
+
"1241": "▁mes",
|
| 1244 |
+
"1242": "▁už",
|
| 1245 |
+
"1243": "išk",
|
| 1246 |
+
"1244": "▁gali",
|
| 1247 |
+
"1245": "▁dėl",
|
| 1248 |
+
"1246": "▁labai",
|
| 1249 |
+
"1247": "imas",
|
| 1250 |
+
"1248": "klaus",
|
| 1251 |
+
"1249": "laik",
|
| 1252 |
+
"1250": "▁Europos",
|
| 1253 |
+
"1251": "▁aš",
|
| 1254 |
+
"1252": "veik",
|
| 1255 |
+
"1253": "▁būtų",
|
| 1256 |
+
"1254": "darb",
|
| 1257 |
+
"1255": "▁kaip",
|
| 1258 |
+
"1256": "▁teis",
|
| 1259 |
+
"1257": "▁daug",
|
| 1260 |
+
"1258": "▁tikrai",
|
| 1261 |
+
"1259": "▁pra",
|
| 1262 |
+
"1260": "reik",
|
| 1263 |
+
"1261": "▁buvo",
|
| 1264 |
+
"1262": "turė",
|
| 1265 |
+
"1263": "▁valstyb",
|
| 1266 |
+
"1264": "▁reikia",
|
| 1267 |
+
"1265": "▁būti",
|
| 1268 |
+
"1266": "▁Aš",
|
| 1269 |
+
"1267": "▁mūsų",
|
| 1270 |
+
"1268": "▁jūs",
|
| 1271 |
+
"1269": "vyk",
|
| 1272 |
+
"1270": "▁Ačiū",
|
| 1273 |
+
"1271": "cija",
|
| 1274 |
+
"1272": "Į",
|
| 1275 |
+
"1273": "ņ",
|
| 1276 |
+
"1274": "<lv-LV>",
|
| 1277 |
+
"1275": "▁no",
|
| 1278 |
+
"1276": "jā",
|
| 1279 |
+
"1277": "iem",
|
| 1280 |
+
"1278": "tā",
|
| 1281 |
+
"1279": "āk",
|
| 1282 |
+
"1280": "▁ar",
|
| 1283 |
+
"1281": "ām",
|
| 1284 |
+
"1282": "▁pie",
|
| 1285 |
+
"1283": "ies",
|
| 1286 |
+
"1284": "ot",
|
| 1287 |
+
"1285": "kā",
|
| 1288 |
+
"1286": "ļ",
|
| 1289 |
+
"1287": "tr",
|
| 1290 |
+
"1288": "▁tā",
|
| 1291 |
+
"1289": "īt",
|
| 1292 |
+
"1290": "nā",
|
| 1293 |
+
"1291": "▁uz",
|
| 1294 |
+
"1292": "▁tas",
|
| 1295 |
+
"1293": "ēt",
|
| 1296 |
+
"1294": "dz",
|
| 1297 |
+
"1295": "▁arī",
|
| 1298 |
+
"1296": "▁vien",
|
| 1299 |
+
"1297": "▁jau",
|
| 1300 |
+
"1298": "▁kā",
|
| 1301 |
+
"1299": "▁ie",
|
| 1302 |
+
"1300": "gad",
|
| 1303 |
+
"1301": "▁kur",
|
| 1304 |
+
"1302": "▁kas",
|
| 1305 |
+
"1303": "▁Un",
|
| 1306 |
+
"1304": "▁mēs",
|
| 1307 |
+
"1305": "iet",
|
| 1308 |
+
"1306": "dā",
|
| 1309 |
+
"1307": "īg",
|
| 1310 |
+
"1308": "▁Ta",
|
| 1311 |
+
"1309": "▁kād",
|
| 1312 |
+
"1310": "kaut",
|
| 1313 |
+
"1311": "ēm",
|
| 1314 |
+
"1312": "▁lie",
|
| 1315 |
+
"1313": "umu",
|
| 1316 |
+
"1314": "ties",
|
| 1317 |
+
"1315": "dar",
|
| 1318 |
+
"1316": "lē",
|
| 1319 |
+
"1317": "▁vai",
|
| 1320 |
+
"1318": "▁bija",
|
| 1321 |
+
"1319": "▁mums",
|
| 1322 |
+
"1320": "▁tad",
|
| 1323 |
+
"1321": "▁bet",
|
| 1324 |
+
"1322": "ība",
|
| 1325 |
+
"1323": "▁ga",
|
| 1326 |
+
"1324": "▁Latvijas",
|
| 1327 |
+
"1325": "ija",
|
| 1328 |
+
"1326": "kr",
|
| 1329 |
+
"1327": "vē",
|
| 1330 |
+
"1328": "sim",
|
| 1331 |
+
"1329": "▁šo",
|
| 1332 |
+
"1330": "dien",
|
| 1333 |
+
"1331": "gan",
|
| 1334 |
+
"1332": "īgi",
|
| 1335 |
+
"1333": "▁ap",
|
| 1336 |
+
"1334": "ģ",
|
| 1337 |
+
"1335": "▁būt",
|
| 1338 |
+
"1336": "domā",
|
| 1339 |
+
"1337": "▁tev",
|
| 1340 |
+
"1338": "mēr",
|
| 1341 |
+
"1339": "▁daudz",
|
| 1342 |
+
"1340": "▁aiz",
|
| 1343 |
+
"1341": "▁Tā",
|
| 1344 |
+
"1342": "▁tād",
|
| 1345 |
+
"1343": "▁tur",
|
| 1346 |
+
"1344": "▁monēt",
|
| 1347 |
+
"1345": "▁vēl",
|
| 1348 |
+
"1346": "▁laik",
|
| 1349 |
+
"1347": "▁cilvē",
|
| 1350 |
+
"1348": "▁nav",
|
| 1351 |
+
"1349": "▁lab",
|
| 1352 |
+
"1350": "▁ļoti",
|
| 1353 |
+
"1351": "aug",
|
| 1354 |
+
"1352": "▁līdz",
|
| 1355 |
+
"1353": "▁lai",
|
| 1356 |
+
"1354": "šana",
|
| 1357 |
+
"1355": "▁Nu",
|
| 1358 |
+
"1356": "▁viņa",
|
| 1359 |
+
"1357": "▁savu",
|
| 1360 |
+
"1358": "▁cit",
|
| 1361 |
+
"1359": "teik",
|
| 1362 |
+
"1360": "▁darb",
|
| 1363 |
+
"1361": "▁Ne",
|
| 1364 |
+
"1362": "zin",
|
| 1365 |
+
"1363": "▁pirm",
|
| 1366 |
+
"1364": "▁Latvi",
|
| 1367 |
+
"1365": "▁tieš",
|
| 1368 |
+
"1366": "▁viņi",
|
| 1369 |
+
"1367": "ēja",
|
| 1370 |
+
"1368": "dzīvo",
|
| 1371 |
+
"1369": "▁viņš",
|
| 1372 |
+
"1370": "▁pilsē",
|
| 1373 |
+
"1371": "ināt",
|
| 1374 |
+
"1372": "▁viņu",
|
| 1375 |
+
"1373": "▁tagad",
|
| 1376 |
+
"1374": "kārt",
|
| 1377 |
+
"1375": "▁pats",
|
| 1378 |
+
"1376": "▁vairāk",
|
| 1379 |
+
"1377": "reiz",
|
| 1380 |
+
"1378": "▁tikai",
|
| 1381 |
+
"1379": "sakta",
|
| 1382 |
+
"1380": "▁bij",
|
| 1383 |
+
"1381": "▁Viņ",
|
| 1384 |
+
"1382": "▁sev",
|
| 1385 |
+
"1383": "▁māj",
|
| 1386 |
+
"1384": "vērt",
|
| 1387 |
+
"1385": "▁20",
|
| 1388 |
+
"1386": "▁ceļ",
|
| 1389 |
+
"1387": "tiek",
|
| 1390 |
+
"1388": "iski",
|
| 1391 |
+
"1389": "▁dzīv",
|
| 1392 |
+
"1390": "▁kāpēc",
|
| 1393 |
+
"1391": "▁Bet",
|
| 1394 |
+
"1392": "▁pēc",
|
| 1395 |
+
"1393": "▁nozīmē",
|
| 1396 |
+
"1394": "niek",
|
| 1397 |
+
"1395": "ībā",
|
| 1398 |
+
"1396": "▁palīdz",
|
| 1399 |
+
"1397": "▁protams",
|
| 1400 |
+
"1398": "▁stils",
|
| 1401 |
+
"1399": "▁vajadz",
|
| 1402 |
+
"1400": "▁attīstī",
|
| 1403 |
+
"1401": "▁svarīg",
|
| 1404 |
+
"1402": "▁sievie",
|
| 1405 |
+
"1403": "▁grib",
|
| 1406 |
+
"1404": "▁dažād",
|
| 1407 |
+
"1405": "▁valst",
|
| 1408 |
+
"1406": "▁banka",
|
| 1409 |
+
"1407": "▁iespēja",
|
| 1410 |
+
"1408": "▁bez",
|
| 1411 |
+
"1409": "prāt",
|
| 1412 |
+
"1410": "vērtīb",
|
| 1413 |
+
"1411": "▁person",
|
| 1414 |
+
"1412": "pasaules",
|
| 1415 |
+
"1413": "▁varbūt",
|
| 1416 |
+
"1414": "▁vienkārši",
|
| 1417 |
+
"1415": "▁nauda",
|
| 1418 |
+
"1416": "meklē",
|
| 1419 |
+
"1417": "brauc",
|
| 1420 |
+
"1418": "▁nevar",
|
| 1421 |
+
"1419": "ācijas",
|
| 1422 |
+
"1420": "spēj",
|
| 1423 |
+
"1421": "ķ",
|
| 1424 |
+
"1422": "<nl-NL>",
|
| 1425 |
+
"1423": "▁een",
|
| 1426 |
+
"1424": "▁het",
|
| 1427 |
+
"1425": "▁dat",
|
| 1428 |
+
"1426": "▁we",
|
| 1429 |
+
"1427": "▁ik",
|
| 1430 |
+
"1428": "ij",
|
| 1431 |
+
"1429": "▁En",
|
| 1432 |
+
"1430": "▁te",
|
| 1433 |
+
"1431": "▁ook",
|
| 1434 |
+
"1432": "▁niet",
|
| 1435 |
+
"1433": "▁dan",
|
| 1436 |
+
"1434": "▁zo",
|
| 1437 |
+
"1435": "▁voor",
|
| 1438 |
+
"1436": "▁met",
|
| 1439 |
+
"1437": "▁aan",
|
| 1440 |
+
"1438": "▁zijn",
|
| 1441 |
+
"1439": "▁Ik",
|
| 1442 |
+
"1440": "▁wel",
|
| 1443 |
+
"1441": "▁wat",
|
| 1444 |
+
"1442": "aar",
|
| 1445 |
+
"1443": "▁ze",
|
| 1446 |
+
"1444": "ken",
|
| 1447 |
+
"1445": "▁heb",
|
| 1448 |
+
"1446": "der",
|
| 1449 |
+
"1447": "ui",
|
| 1450 |
+
"1448": "den",
|
| 1451 |
+
"1449": "▁daar",
|
| 1452 |
+
"1450": "▁maar",
|
| 1453 |
+
"1451": "op",
|
| 1454 |
+
"1452": "▁heel",
|
| 1455 |
+
"1453": "▁nog",
|
| 1456 |
+
"1454": "▁Dus",
|
| 1457 |
+
"1455": "oor",
|
| 1458 |
+
"1456": "▁hebben",
|
| 1459 |
+
"1457": "▁uit",
|
| 1460 |
+
"1458": "▁of",
|
| 1461 |
+
"1459": "ven",
|
| 1462 |
+
"1460": "▁Maar",
|
| 1463 |
+
"1461": "▁Dat",
|
| 1464 |
+
"1462": "▁gaan",
|
| 1465 |
+
"1463": "elijk",
|
| 1466 |
+
"1464": "▁naar",
|
| 1467 |
+
"1465": "▁moet",
|
| 1468 |
+
"1466": "acht",
|
| 1469 |
+
"1467": "▁waar",
|
| 1470 |
+
"1468": "▁dus",
|
| 1471 |
+
"1469": "▁ben",
|
| 1472 |
+
"1470": "▁goed",
|
| 1473 |
+
"1471": "▁Het",
|
| 1474 |
+
"1472": "▁even",
|
| 1475 |
+
"1473": "ond",
|
| 1476 |
+
"1474": "eld",
|
| 1477 |
+
"1475": "▁dit",
|
| 1478 |
+
"1476": "▁wil",
|
| 1479 |
+
"1477": "rij",
|
| 1480 |
+
"1478": "▁echt",
|
| 1481 |
+
"1479": "▁doen",
|
| 1482 |
+
"1480": "▁gewoon",
|
| 1483 |
+
"1481": "lijk",
|
| 1484 |
+
"1482": "tijd",
|
| 1485 |
+
"1483": "▁meer",
|
| 1486 |
+
"1484": "▁mijn",
|
| 1487 |
+
"1485": "▁We",
|
| 1488 |
+
"1486": "▁gaat",
|
| 1489 |
+
"1487": "werk",
|
| 1490 |
+
"1488": "▁hoe",
|
| 1491 |
+
"1489": "uw",
|
| 1492 |
+
"1490": "▁eigenlijk",
|
| 1493 |
+
"1491": "▁deze",
|
| 1494 |
+
"1492": "zelf",
|
| 1495 |
+
"1493": "vol",
|
| 1496 |
+
"1494": "▁veel",
|
| 1497 |
+
"1495": "atie",
|
| 1498 |
+
"1496": "▁kunnen",
|
| 1499 |
+
"1497": "▁door",
|
| 1500 |
+
"1498": "llen",
|
| 1501 |
+
"1499": "▁mee",
|
| 1502 |
+
"1500": "▁onder",
|
| 1503 |
+
"1501": "▁toe",
|
| 1504 |
+
"1502": "▁zit",
|
| 1505 |
+
"1503": "▁mensen",
|
| 1506 |
+
"1504": "▁hij",
|
| 1507 |
+
"1505": "▁denk",
|
| 1508 |
+
"1506": "▁zie",
|
| 1509 |
+
"1507": "▁heeft",
|
| 1510 |
+
"1508": "▁kl",
|
| 1511 |
+
"1509": "nnen",
|
| 1512 |
+
"1510": "▁zien",
|
| 1513 |
+
"1511": "komen",
|
| 1514 |
+
"1512": "▁natuurlijk",
|
| 1515 |
+
"1513": "heid",
|
| 1516 |
+
"1514": "▁Dan",
|
| 1517 |
+
"1515": "▁vind",
|
| 1518 |
+
"1516": "▁wordt",
|
| 1519 |
+
"1517": "▁iets",
|
| 1520 |
+
"1518": "▁maken",
|
| 1521 |
+
"1519": "▁doe",
|
| 1522 |
+
"1520": "▁Wat",
|
| 1523 |
+
"1521": "▁wij",
|
| 1524 |
+
"1522": "▁beetje",
|
| 1525 |
+
"1523": "▁worden",
|
| 1526 |
+
"1524": "▁Want",
|
| 1527 |
+
"1525": "▁twee",
|
| 1528 |
+
"1526": "▁hem",
|
| 1529 |
+
"1527": "▁had",
|
| 1530 |
+
"1528": "▁jullie",
|
| 1531 |
+
"1529": "▁Als",
|
| 1532 |
+
"1530": "▁kijken",
|
| 1533 |
+
"1531": "▁toch",
|
| 1534 |
+
"1532": "▁tot",
|
| 1535 |
+
"1533": "nieuw",
|
| 1536 |
+
"1534": "lang",
|
| 1537 |
+
"1535": "▁Nou",
|
| 1538 |
+
"1536": "▁krijg",
|
| 1539 |
+
"1537": "houd",
|
| 1540 |
+
"1538": "▁hele",
|
| 1541 |
+
"1539": "▁allemaal",
|
| 1542 |
+
"1540": "▁want",
|
| 1543 |
+
"1541": "▁zeggen",
|
| 1544 |
+
"1542": "▁leuk",
|
| 1545 |
+
"1543": "<pl-PL>",
|
| 1546 |
+
"1544": "nie",
|
| 1547 |
+
"1545": "▁w",
|
| 1548 |
+
"1546": "cz",
|
| 1549 |
+
"1547": "wa",
|
| 1550 |
+
"1548": "▁się",
|
| 1551 |
+
"1549": "▁jest",
|
| 1552 |
+
"1550": "my",
|
| 1553 |
+
"1551": "ła",
|
| 1554 |
+
"1552": "cie",
|
| 1555 |
+
"1553": "czy",
|
| 1556 |
+
"1554": "▁nie",
|
| 1557 |
+
"1555": "wie",
|
| 1558 |
+
"1556": "▁wy",
|
| 1559 |
+
"1557": "nia",
|
| 1560 |
+
"1558": "wo",
|
| 1561 |
+
"1559": "rze",
|
| 1562 |
+
"1560": "ło",
|
| 1563 |
+
"1561": "▁że",
|
| 1564 |
+
"1562": "dzi",
|
| 1565 |
+
"1563": "ej",
|
| 1566 |
+
"1564": "ów",
|
| 1567 |
+
"1565": "dzie",
|
| 1568 |
+
"1566": "▁prze",
|
| 1569 |
+
"1567": "ści",
|
| 1570 |
+
"1568": "by",
|
| 1571 |
+
"1569": "za",
|
| 1572 |
+
"1570": "dy",
|
| 1573 |
+
"1571": "ry",
|
| 1574 |
+
"1572": "ń",
|
| 1575 |
+
"1573": "ją",
|
| 1576 |
+
"1574": "we",
|
| 1577 |
+
"1575": "cze",
|
| 1578 |
+
"1576": "owa",
|
| 1579 |
+
"1577": "ego",
|
| 1580 |
+
"1578": "że",
|
| 1581 |
+
"1579": "cy",
|
| 1582 |
+
"1580": "rzy",
|
| 1583 |
+
"1581": "mie",
|
| 1584 |
+
"1582": "▁przy",
|
| 1585 |
+
"1583": "ły",
|
| 1586 |
+
"1584": "rz",
|
| 1587 |
+
"1585": "szy",
|
| 1588 |
+
"1586": "sze",
|
| 1589 |
+
"1587": "ść",
|
| 1590 |
+
"1588": "wia",
|
| 1591 |
+
"1589": "zy",
|
| 1592 |
+
"1590": "ży",
|
| 1593 |
+
"1591": "▁tutaj",
|
| 1594 |
+
"1592": "ję",
|
| 1595 |
+
"1593": "pie",
|
| 1596 |
+
"1594": "nych",
|
| 1597 |
+
"1595": "▁tym",
|
| 1598 |
+
"1596": "▁może",
|
| 1599 |
+
"1597": "cji",
|
| 1600 |
+
"1598": "▁pod",
|
| 1601 |
+
"1599": "▁ale",
|
| 1602 |
+
"1600": "▁tego",
|
| 1603 |
+
"1601": "owy",
|
| 1604 |
+
"1602": "uje",
|
| 1605 |
+
"1603": "▁bo",
|
| 1606 |
+
"1604": "▁był",
|
| 1607 |
+
"1605": "ną",
|
| 1608 |
+
"1606": "bie",
|
| 1609 |
+
"1607": "sy",
|
| 1610 |
+
"1608": "▁też",
|
| 1611 |
+
"1609": "▁bardzo",
|
| 1612 |
+
"1610": "▁są",
|
| 1613 |
+
"1611": "▁będzie",
|
| 1614 |
+
"1612": "▁Po",
|
| 1615 |
+
"1613": "ski",
|
| 1616 |
+
"1614": "▁które",
|
| 1617 |
+
"1615": "ź",
|
| 1618 |
+
"1616": "▁już",
|
| 1619 |
+
"1617": "▁dla",
|
| 1620 |
+
"1618": "łem",
|
| 1621 |
+
"1619": "nego",
|
| 1622 |
+
"1620": "▁Nie",
|
| 1623 |
+
"1621": "▁No",
|
| 1624 |
+
"1622": "▁praw",
|
| 1625 |
+
"1623": "cja",
|
| 1626 |
+
"1624": "▁ten",
|
| 1627 |
+
"1625": "▁takie",
|
| 1628 |
+
"1626": "ować",
|
| 1629 |
+
"1627": "▁który",
|
| 1630 |
+
"1628": "▁właśnie",
|
| 1631 |
+
"1629": "▁jeszcze",
|
| 1632 |
+
"1630": "▁tam",
|
| 1633 |
+
"1631": "▁żeby",
|
| 1634 |
+
"1632": "▁być",
|
| 1635 |
+
"1633": "▁więc",
|
| 1636 |
+
"1634": "▁czyli",
|
| 1637 |
+
"1635": "▁sobie",
|
| 1638 |
+
"1636": "▁sam",
|
| 1639 |
+
"1637": "▁tylko",
|
| 1640 |
+
"1638": "▁tej",
|
| 1641 |
+
"1639": "▁spraw",
|
| 1642 |
+
"1640": "▁Na",
|
| 1643 |
+
"1641": "▁mówi",
|
| 1644 |
+
"1642": "▁osob",
|
| 1645 |
+
"1643": "▁czas",
|
| 1646 |
+
"1644": "▁prac",
|
| 1647 |
+
"1645": "▁Czy",
|
| 1648 |
+
"1646": "▁prostu",
|
| 1649 |
+
"1647": "▁teraz",
|
| 1650 |
+
"1648": "stęp",
|
| 1651 |
+
"1649": "▁Was",
|
| 1652 |
+
"1650": "▁myśl",
|
| 1653 |
+
"1651": "▁powiedz",
|
| 1654 |
+
"1652": "▁zrobi",
|
| 1655 |
+
"1653": "liśmy",
|
| 1656 |
+
"1654": "▁jakieś",
|
| 1657 |
+
"1655": "ając",
|
| 1658 |
+
"1656": "▁widz",
|
| 1659 |
+
"1657": "▁kart",
|
| 1660 |
+
"1658": "▁musi",
|
| 1661 |
+
"1659": "▁pyta",
|
| 1662 |
+
"1660": "<pt-BR>",
|
| 1663 |
+
"1661": "pt",
|
| 1664 |
+
"1662": "PT",
|
| 1665 |
+
"1663": "<",
|
| 1666 |
+
"1664": ">",
|
| 1667 |
+
"1665": "-",
|
| 1668 |
+
"1666": "▁é",
|
| 1669 |
+
"1667": "▁não",
|
| 1670 |
+
"1668": "▁eu",
|
| 1671 |
+
"1669": "▁um",
|
| 1672 |
+
"1670": "▁você",
|
| 1673 |
+
"1671": "▁para",
|
| 1674 |
+
"1672": "ão",
|
| 1675 |
+
"1673": "▁aqui",
|
| 1676 |
+
"1674": "▁uma",
|
| 1677 |
+
"1675": "ção",
|
| 1678 |
+
"1676": "▁ca",
|
| 1679 |
+
"1677": "▁pe",
|
| 1680 |
+
"1678": "▁tem",
|
| 1681 |
+
"1679": "▁em",
|
| 1682 |
+
"1680": "▁gente",
|
| 1683 |
+
"1681": "▁O",
|
| 1684 |
+
"1682": "▁ele",
|
| 1685 |
+
"1683": "pre",
|
| 1686 |
+
"1684": "ria",
|
| 1687 |
+
"1685": "▁fo",
|
| 1688 |
+
"1686": "mos",
|
| 1689 |
+
"1687": "nho",
|
| 1690 |
+
"1688": "▁Então",
|
| 1691 |
+
"1689": "bo",
|
| 1692 |
+
"1690": "io",
|
| 1693 |
+
"1691": "nha",
|
| 1694 |
+
"1692": "▁isso",
|
| 1695 |
+
"1693": "▁por",
|
| 1696 |
+
"1694": "▁muito",
|
| 1697 |
+
"1695": "nto",
|
| 1698 |
+
"1696": "▁Eu",
|
| 1699 |
+
"1697": "▁está",
|
| 1700 |
+
"1698": "idade",
|
| 1701 |
+
"1699": "▁aí",
|
| 1702 |
+
"1700": "be",
|
| 1703 |
+
"1701": "▁esse",
|
| 1704 |
+
"1702": "▁pode",
|
| 1705 |
+
"1703": "▁como",
|
| 1706 |
+
"1704": "ente",
|
| 1707 |
+
"1705": "▁também",
|
| 1708 |
+
"1706": "▁essa",
|
| 1709 |
+
"1707": "lha",
|
| 1710 |
+
"1708": "▁já",
|
| 1711 |
+
"1709": "▁mas",
|
| 1712 |
+
"1710": "▁pessoa",
|
| 1713 |
+
"1711": "qua",
|
| 1714 |
+
"1712": "▁né",
|
| 1715 |
+
"1713": "▁fazer",
|
| 1716 |
+
"1714": "▁tá",
|
| 1717 |
+
"1715": "lho",
|
| 1718 |
+
"1716": "▁lá",
|
| 1719 |
+
"1717": "fica",
|
| 1720 |
+
"1718": "▁vou",
|
| 1721 |
+
"1719": "▁porque",
|
| 1722 |
+
"1720": "▁Se",
|
| 1723 |
+
"1721": "▁fala",
|
| 1724 |
+
"1722": "▁coisa",
|
| 1725 |
+
"1723": "▁Não",
|
| 1726 |
+
"1724": "...",
|
| 1727 |
+
"1725": "▁só",
|
| 1728 |
+
"1726": "▁nós",
|
| 1729 |
+
"1727": "ço",
|
| 1730 |
+
"1728": "▁Por",
|
| 1731 |
+
"1729": "▁assim",
|
| 1732 |
+
"1730": "▁Co",
|
| 1733 |
+
"1731": "iza",
|
| 1734 |
+
"1732": "▁bem",
|
| 1735 |
+
"1733": "▁todo",
|
| 1736 |
+
"1734": "eira",
|
| 1737 |
+
"1735": "▁sua",
|
| 1738 |
+
"1736": "ência",
|
| 1739 |
+
"1737": "ções",
|
| 1740 |
+
"1738": "▁Você",
|
| 1741 |
+
"1739": "▁tudo",
|
| 1742 |
+
"1740": "▁agora",
|
| 1743 |
+
"1741": "eiro",
|
| 1744 |
+
"1742": "ário",
|
| 1745 |
+
"1743": "▁até",
|
| 1746 |
+
"1744": "▁mesmo",
|
| 1747 |
+
"1745": "▁vamos",
|
| 1748 |
+
"1746": "▁quando",
|
| 1749 |
+
"1747": "ciona",
|
| 1750 |
+
"1748": "<ro-RO>",
|
| 1751 |
+
"1749": "▁în",
|
| 1752 |
+
"1750": "ți",
|
| 1753 |
+
"1751": "▁să",
|
| 1754 |
+
"1752": "▁și",
|
| 1755 |
+
"1753": "▁cu",
|
| 1756 |
+
"1754": "▁că",
|
| 1757 |
+
"1755": "▁care",
|
| 1758 |
+
"1756": "▁mai",
|
| 1759 |
+
"1757": "ră",
|
| 1760 |
+
"1758": "sc",
|
| 1761 |
+
"1759": "că",
|
| 1762 |
+
"1760": "▁am",
|
| 1763 |
+
"1761": "are",
|
| 1764 |
+
"1762": "▁din",
|
| 1765 |
+
"1763": "▁fi",
|
| 1766 |
+
"1764": "▁este",
|
| 1767 |
+
"1765": "tă",
|
| 1768 |
+
"1766": "▁pentru",
|
| 1769 |
+
"1767": "rea",
|
| 1770 |
+
"1768": "ști",
|
| 1771 |
+
"1769": "ș",
|
| 1772 |
+
"1770": "ele",
|
| 1773 |
+
"1771": "du",
|
| 1774 |
+
"1772": "▁M",
|
| 1775 |
+
"1773": "▁fac",
|
| 1776 |
+
"1774": "ân",
|
| 1777 |
+
"1775": "▁sunt",
|
| 1778 |
+
"1776": "▁I",
|
| 1779 |
+
"1777": "▁acest",
|
| 1780 |
+
"1778": "ului",
|
| 1781 |
+
"1779": "lor",
|
| 1782 |
+
"1780": "▁mult",
|
| 1783 |
+
"1781": "și",
|
| 1784 |
+
"1782": "▁mo",
|
| 1785 |
+
"1783": "▁fost",
|
| 1786 |
+
"1784": "per",
|
| 1787 |
+
"1785": "▁foarte",
|
| 1788 |
+
"1786": "▁Și",
|
| 1789 |
+
"1787": "▁mă",
|
| 1790 |
+
"1788": "să",
|
| 1791 |
+
"1789": "cur",
|
| 1792 |
+
"1790": "tor",
|
| 1793 |
+
"1791": "▁cum",
|
| 1794 |
+
"1792": "inte",
|
| 1795 |
+
"1793": "ată",
|
| 1796 |
+
"1794": "ște",
|
| 1797 |
+
"1795": "▁dacă",
|
| 1798 |
+
"1796": "ând",
|
| 1799 |
+
"1797": "▁subliniere",
|
| 1800 |
+
"1798": "▁dar",
|
| 1801 |
+
"1799": "▁sau",
|
| 1802 |
+
"1800": "tat",
|
| 1803 |
+
"1801": "ori",
|
| 1804 |
+
"1802": "▁vă",
|
| 1805 |
+
"1803": "▁asta",
|
| 1806 |
+
"1804": "nă",
|
| 1807 |
+
"1805": "▁prim",
|
| 1808 |
+
"1806": "▁așa",
|
| 1809 |
+
"1807": "ează",
|
| 1810 |
+
"1808": "▁într",
|
| 1811 |
+
"1809": "▁spun",
|
| 1812 |
+
"1810": "▁lui",
|
| 1813 |
+
"1811": "▁sub",
|
| 1814 |
+
"1812": "itate",
|
| 1815 |
+
"1813": "▁aici",
|
| 1816 |
+
"1814": "▁bine",
|
| 1817 |
+
"1815": "▁când",
|
| 1818 |
+
"1816": "▁prin",
|
| 1819 |
+
"1817": "▁alt",
|
| 1820 |
+
"1818": "▁nici",
|
| 1821 |
+
"1819": "stru",
|
| 1822 |
+
"1820": "▁cât",
|
| 1823 |
+
"1821": "▁vede",
|
| 1824 |
+
"1822": "fer",
|
| 1825 |
+
"1823": "▁după",
|
| 1826 |
+
"1824": "▁ju",
|
| 1827 |
+
"1825": "▁despre",
|
| 1828 |
+
"1826": "▁timp",
|
| 1829 |
+
"1827": "▁acum",
|
| 1830 |
+
"1828": "▁poate",
|
| 1831 |
+
"1829": "▁spus",
|
| 1832 |
+
"1830": "▁lucru",
|
| 1833 |
+
"1831": "▁făcut",
|
| 1834 |
+
"1832": "păr",
|
| 1835 |
+
"1833": "▁urmă",
|
| 1836 |
+
"1834": "▁atunci",
|
| 1837 |
+
"1835": "▁fr",
|
| 1838 |
+
"1836": "▁chiar",
|
| 1839 |
+
"1837": "▁încep",
|
| 1840 |
+
"1838": "Ș",
|
| 1841 |
+
"1839": "Î",
|
| 1842 |
+
"1840": "<ru-RU>",
|
| 1843 |
+
"1841": "<sk-SK>",
|
| 1844 |
+
"1842": "ov",
|
| 1845 |
+
"1843": "ľ",
|
| 1846 |
+
"1844": "sk",
|
| 1847 |
+
"1845": "▁aj",
|
| 1848 |
+
"1846": "ob",
|
| 1849 |
+
"1847": "tá",
|
| 1850 |
+
"1848": "ať",
|
| 1851 |
+
"1849": "▁bol",
|
| 1852 |
+
"1850": "▁sú",
|
| 1853 |
+
"1851": "▁ako",
|
| 1854 |
+
"1852": "ži",
|
| 1855 |
+
"1853": "▁sme",
|
| 1856 |
+
"1854": "▁V",
|
| 1857 |
+
"1855": "ali",
|
| 1858 |
+
"1856": "▁alebo",
|
| 1859 |
+
"1857": "▁čo",
|
| 1860 |
+
"1858": "iť",
|
| 1861 |
+
"1859": "▁má",
|
| 1862 |
+
"1860": "ých",
|
| 1863 |
+
"1861": "▁zá",
|
| 1864 |
+
"1862": "▁tie",
|
| 1865 |
+
"1863": "▁nejak",
|
| 1866 |
+
"1864": "▁vý",
|
| 1867 |
+
"1865": "čas",
|
| 1868 |
+
"1866": "nov",
|
| 1869 |
+
"1867": "rov",
|
| 1870 |
+
"1868": "▁ktoré",
|
| 1871 |
+
"1869": "ajú",
|
| 1872 |
+
"1870": "ovať",
|
| 1873 |
+
"1871": "▁keď",
|
| 1874 |
+
"1872": "▁str",
|
| 1875 |
+
"1873": "▁škol",
|
| 1876 |
+
"1874": "nú",
|
| 1877 |
+
"1875": "▁ktor",
|
| 1878 |
+
"1876": "▁vlastne",
|
| 1879 |
+
"1877": "▁prí",
|
| 1880 |
+
"1878": "nej",
|
| 1881 |
+
"1879": "▁veľmi",
|
| 1882 |
+
"1880": "šie",
|
| 1883 |
+
"1881": "rob",
|
| 1884 |
+
"1882": "▁tr",
|
| 1885 |
+
"1883": "ných",
|
| 1886 |
+
"1884": "enie",
|
| 1887 |
+
"1885": "▁spo",
|
| 1888 |
+
"1886": "▁rok",
|
| 1889 |
+
"1887": "osti",
|
| 1890 |
+
"1888": "▁tým",
|
| 1891 |
+
"1889": "▁môže",
|
| 1892 |
+
"1890": "▁ktorý",
|
| 1893 |
+
"1891": "osť",
|
| 1894 |
+
"1892": "▁projekt",
|
| 1895 |
+
"1893": "▁kon",
|
| 1896 |
+
"1894": "▁vzdeláva",
|
| 1897 |
+
"1895": "▁Takže",
|
| 1898 |
+
"1896": "▁ešte",
|
| 1899 |
+
"1897": "▁tých",
|
| 1900 |
+
"1898": "▁mal",
|
| 1901 |
+
"1899": "▁cel",
|
| 1902 |
+
"1900": "▁potom",
|
| 1903 |
+
"1901": "▁svoj",
|
| 1904 |
+
"1902": "enia",
|
| 1905 |
+
"1903": "álne",
|
| 1906 |
+
"1904": "ieť",
|
| 1907 |
+
"1905": "▁teda",
|
| 1908 |
+
"1906": "jedn",
|
| 1909 |
+
"1907": "sled",
|
| 1910 |
+
"1908": "▁možno",
|
| 1911 |
+
"1909": "▁vám",
|
| 1912 |
+
"1910": "chod",
|
| 1913 |
+
"1911": "ujú",
|
| 1914 |
+
"1912": "tvor",
|
| 1915 |
+
"1913": "▁druh",
|
| 1916 |
+
"1914": "▁Slovensk",
|
| 1917 |
+
"1915": "hľad",
|
| 1918 |
+
"1916": "stup",
|
| 1919 |
+
"1917": "▁ľudí",
|
| 1920 |
+
"1918": "▁napríklad",
|
| 1921 |
+
"1919": "▁veľk",
|
| 1922 |
+
"1920": "▁niečo",
|
| 1923 |
+
"1921": "Ď",
|
| 1924 |
+
"1922": "<sl-SL>",
|
| 1925 |
+
"1923": "sl",
|
| 1926 |
+
"1924": "lj",
|
| 1927 |
+
"1925": "kot",
|
| 1928 |
+
"1926": "ih",
|
| 1929 |
+
"1927": "▁svet",
|
| 1930 |
+
"1928": "▁ta",
|
| 1931 |
+
"1929": "▁tako",
|
| 1932 |
+
"1930": "▁kar",
|
| 1933 |
+
"1931": "▁nek",
|
| 1934 |
+
"1932": "jih",
|
| 1935 |
+
"1933": "udi",
|
| 1936 |
+
"1934": "▁vse",
|
| 1937 |
+
"1935": "▁drug",
|
| 1938 |
+
"1936": "▁ima",
|
| 1939 |
+
"1937": "kaj",
|
| 1940 |
+
"1938": "▁smo",
|
| 1941 |
+
"1939": "del",
|
| 1942 |
+
"1940": "▁sem",
|
| 1943 |
+
"1941": "▁lahko",
|
| 1944 |
+
"1942": "▁samo",
|
| 1945 |
+
"1943": "▁več",
|
| 1946 |
+
"1944": "nih",
|
| 1947 |
+
"1945": "▁držav",
|
| 1948 |
+
"1946": "▁zelo",
|
| 1949 |
+
"1947": "▁zdaj",
|
| 1950 |
+
"1948": "▁razum",
|
| 1951 |
+
"1949": "▁še",
|
| 1952 |
+
"1950": "▁tega",
|
| 1953 |
+
"1951": "▁ljudi",
|
| 1954 |
+
"1952": "▁pred",
|
| 1955 |
+
"1953": "▁sta",
|
| 1956 |
+
"1954": "nost",
|
| 1957 |
+
"1955": "▁ampak",
|
| 1958 |
+
"1956": "▁novinar",
|
| 1959 |
+
"1957": "▁naprej",
|
| 1960 |
+
"1958": "▁mora",
|
| 1961 |
+
"1959": "▁Vs",
|
| 1962 |
+
"1960": "krat",
|
| 1963 |
+
"1961": "▁Ampak",
|
| 1964 |
+
"1962": "▁vedno",
|
| 1965 |
+
"1963": "▁velik",
|
| 1966 |
+
"1964": "▁kako",
|
| 1967 |
+
"1965": "▁najbolj",
|
| 1968 |
+
"1966": "ziroma",
|
| 1969 |
+
"1967": "▁vsi",
|
| 1970 |
+
"1968": "▁nekaj",
|
| 1971 |
+
"1969": "▁kater",
|
| 1972 |
+
"1970": "▁res",
|
| 1973 |
+
"1971": "▁tukaj",
|
| 1974 |
+
"1972": "▁dogaja",
|
| 1975 |
+
"1973": "▁svoje",
|
| 1976 |
+
"1974": "▁let",
|
| 1977 |
+
"1975": "daj",
|
| 1978 |
+
"1976": "▁pripriča",
|
| 1979 |
+
"1977": "▁človek",
|
| 1980 |
+
"1978": "▁hoče",
|
| 1981 |
+
"1979": "▁vojn",
|
| 1982 |
+
"1980": "▁Pre",
|
| 1983 |
+
"1981": "▁dobr",
|
| 1984 |
+
"1982": "ljan",
|
| 1985 |
+
"1983": "▁moj",
|
| 1986 |
+
"1984": "▁dejansko",
|
| 1987 |
+
"1985": "▁ljudje",
|
| 1988 |
+
"1986": "▁mediji",
|
| 1989 |
+
"1987": "▁prot",
|
| 1990 |
+
"1988": "▁narav",
|
| 1991 |
+
"1989": "bilo",
|
| 1992 |
+
"1990": "▁Afrik",
|
| 1993 |
+
"1991": "▁vzhod",
|
| 1994 |
+
"1992": "▁človeštva",
|
| 1995 |
+
"1993": "▁kriz",
|
| 1996 |
+
"1994": "▁pogled",
|
| 1997 |
+
"1995": "▁medije",
|
| 1998 |
+
"1996": "poved",
|
| 1999 |
+
"1997": "▁začel",
|
| 2000 |
+
"1998": "▁večin",
|
| 2001 |
+
"1999": "imajo",
|
| 2002 |
+
"2000": "▁Ljudje",
|
| 2003 |
+
"2001": "▁družb",
|
| 2004 |
+
"2002": "▁govorim",
|
| 2005 |
+
"2003": "▁informacij",
|
| 2006 |
+
"2004": "▁kultur",
|
| 2007 |
+
"2005": "▁bližnj",
|
| 2008 |
+
"2006": "▁podobno",
|
| 2009 |
+
"2007": "▁njihov",
|
| 2010 |
+
"2008": "▁konc",
|
| 2011 |
+
"2009": "▁pisa",
|
| 2012 |
+
"2010": "▁zaveda",
|
| 2013 |
+
"2011": "▁vsak",
|
| 2014 |
+
"2012": "živel",
|
| 2015 |
+
"2013": "▁funkcionira",
|
| 2016 |
+
"2014": "▁internet",
|
| 2017 |
+
"2015": "▁islamsk",
|
| 2018 |
+
"2016": "▁film",
|
| 2019 |
+
"2017": "▁otroci",
|
| 2020 |
+
"2018": "▁prihaja",
|
| 2021 |
+
"2019": "▁političn",
|
| 2022 |
+
"2020": "▁popoln",
|
| 2023 |
+
"2021": "▁Velik",
|
| 2024 |
+
"2022": "▁drugačen",
|
| 2025 |
+
"2023": "▁recimo",
|
| 2026 |
+
"2024": "▁resnic",
|
| 2027 |
+
"2025": "solutno",
|
| 2028 |
+
"2026": "▁Bližn",
|
| 2029 |
+
"2027": "▁Evropsk",
|
| 2030 |
+
"2028": "▁muslimani",
|
| 2031 |
+
"2029": "▁nadzoruje",
|
| 2032 |
+
"2030": "▁socialne",
|
| 2033 |
+
"2031": "▁zgodovin",
|
| 2034 |
+
"2032": "▁človešk",
|
| 2035 |
+
"2033": "▁življenj",
|
| 2036 |
+
"2034": "▁prijatelj",
|
| 2037 |
+
"2035": "▁vendar",
|
| 2038 |
+
"2036": "▁ljudem",
|
| 2039 |
+
"2037": "▁števil",
|
| 2040 |
+
"2038": "▁Sirij",
|
| 2041 |
+
"2039": "<sv-SE>",
|
| 2042 |
+
"2040": "▁att",
|
| 2043 |
+
"2041": "▁och",
|
| 2044 |
+
"2042": "▁är",
|
| 2045 |
+
"2043": "▁för",
|
| 2046 |
+
"2044": "▁här",
|
| 2047 |
+
"2045": "▁jag",
|
| 2048 |
+
"2046": "än",
|
| 2049 |
+
"2047": "▁till",
|
| 2050 |
+
"2048": "▁h",
|
| 2051 |
+
"2049": "▁inte",
|
| 2052 |
+
"2050": "▁Och",
|
| 2053 |
+
"2051": "▁av",
|
| 2054 |
+
"2052": "▁om",
|
| 2055 |
+
"2053": "▁ska",
|
| 2056 |
+
"2054": "▁ut",
|
| 2057 |
+
"2055": "▁ett",
|
| 2058 |
+
"2056": "all",
|
| 2059 |
+
"2057": "▁också",
|
| 2060 |
+
"2058": "▁Jag",
|
| 2061 |
+
"2059": "era",
|
| 2062 |
+
"2060": "pp",
|
| 2063 |
+
"2061": "▁upp",
|
| 2064 |
+
"2062": "▁då",
|
| 2065 |
+
"2063": "▁där",
|
| 2066 |
+
"2064": "▁lite",
|
| 2067 |
+
"2065": "år",
|
| 2068 |
+
"2066": "sam",
|
| 2069 |
+
"2067": "isk",
|
| 2070 |
+
"2068": "het",
|
| 2071 |
+
"2069": "för",
|
| 2072 |
+
"2070": "▁kommer",
|
| 2073 |
+
"2071": "▁vill",
|
| 2074 |
+
"2072": "ör",
|
| 2075 |
+
"2073": "erna",
|
| 2076 |
+
"2074": "ande",
|
| 2077 |
+
"2075": "sätt",
|
| 2078 |
+
"2076": "▁finns",
|
| 2079 |
+
"2077": "▁när",
|
| 2080 |
+
"2078": "▁vara",
|
| 2081 |
+
"2079": "ade",
|
| 2082 |
+
"2080": "sök",
|
| 2083 |
+
"2081": "▁hur",
|
| 2084 |
+
"2082": "▁vad",
|
| 2085 |
+
"2083": "bil",
|
| 2086 |
+
"2084": "▁göra",
|
| 2087 |
+
"2085": "▁får",
|
| 2088 |
+
"2086": "verk",
|
| 2089 |
+
"2087": "▁mycket",
|
| 2090 |
+
"2088": "▁väl",
|
| 2091 |
+
"2089": "kom",
|
| 2092 |
+
"2090": "▁gör",
|
| 2093 |
+
"2091": "▁ni",
|
| 2094 |
+
"2092": "▁bara",
|
| 2095 |
+
"2093": "▁från",
|
| 2096 |
+
"2094": "ställ",
|
| 2097 |
+
"2095": "▁väldigt",
|
| 2098 |
+
"2096": "▁min",
|
| 2099 |
+
"2097": "▁olika",
|
| 2100 |
+
"2098": "▁alla",
|
| 2101 |
+
"2099": "lev",
|
| 2102 |
+
"2100": "▁fram",
|
| 2103 |
+
"2101": "▁kanske",
|
| 2104 |
+
"2102": "▁vår",
|
| 2105 |
+
"2103": "▁tid",
|
| 2106 |
+
"2104": "skap",
|
| 2107 |
+
"2105": "håll",
|
| 2108 |
+
"2106": "▁För",
|
| 2109 |
+
"2107": "▁går",
|
| 2110 |
+
"2108": "▁blir",
|
| 2111 |
+
"2109": "▁under",
|
| 2112 |
+
"2110": "▁lär",
|
| 2113 |
+
"2111": "▁ny",
|
| 2114 |
+
"2112": "▁Då",
|
| 2115 |
+
"2113": "▁börja",
|
| 2116 |
+
"2114": "rätt",
|
| 2117 |
+
"2115": "▁över",
|
| 2118 |
+
"2116": "▁oss",
|
| 2119 |
+
"2117": "▁exempel",
|
| 2120 |
+
"2118": "▁skulle",
|
| 2121 |
+
"2119": "gång",
|
| 2122 |
+
"2120": "▁kunna",
|
| 2123 |
+
"2121": "▁andra",
|
| 2124 |
+
"2122": "▁någon",
|
| 2125 |
+
"2123": "▁jobba",
|
| 2126 |
+
"2124": "land",
|
| 2127 |
+
"2125": "▁något",
|
| 2128 |
+
"2126": "▁behöver",
|
| 2129 |
+
"2127": "▁säga",
|
| 2130 |
+
"2128": "klar",
|
| 2131 |
+
"2129": "▁många",
|
| 2132 |
+
"2130": "▁skriv",
|
| 2133 |
+
"2131": "▁använda",
|
| 2134 |
+
"2132": "▁själv",
|
| 2135 |
+
"2133": "▁samma",
|
| 2136 |
+
"2134": "lägg",
|
| 2137 |
+
"2135": "▁måste",
|
| 2138 |
+
"2136": "▁efter",
|
| 2139 |
+
"2137": "text",
|
| 2140 |
+
"2138": "▁prata",
|
| 2141 |
+
"2139": "▁klicka",
|
| 2142 |
+
"2140": "▁hitta",
|
| 2143 |
+
"2141": "▁tror",
|
| 2144 |
+
"2142": "▁någonting",
|
| 2145 |
+
"2143": "fråga",
|
| 2146 |
+
"2144": "▁titta",
|
| 2147 |
+
"2145": "▁tycker",
|
| 2148 |
+
"2146": "▁ganska",
|
| 2149 |
+
"2147": "▁jätte",
|
| 2150 |
+
"2148": "▁Vad",
|
| 2151 |
+
"2149": "▁genom",
|
| 2152 |
+
"2150": "▁även",
|
| 2153 |
+
"2151": "▁tänker",
|
| 2154 |
+
"2152": "arbete",
|
| 2155 |
+
"2153": "▁faktiskt",
|
| 2156 |
+
"2154": "person",
|
| 2157 |
+
"2155": "▁komma",
|
| 2158 |
+
"2156": "bygg",
|
| 2159 |
+
"2157": "<uk-UA>",
|
| 2160 |
+
"2158": "<ar-AR>",
|
| 2161 |
+
"2159": "؟",
|
| 2162 |
+
"2160": "،",
|
| 2163 |
+
"2161": "vy",
|
| 2164 |
+
"2162": "▁byl",
|
| 2165 |
+
"2163": "Ň",
|
| 2166 |
+
"2164": "Ť",
|
| 2167 |
+
"2165": "Ó",
|
| 2168 |
+
"2166": "ær",
|
| 2169 |
+
"2167": "▁blev",
|
| 2170 |
+
"2168": "ft",
|
| 2171 |
+
"2169": "lige",
|
| 2172 |
+
"2170": "ved",
|
| 2173 |
+
"2171": "'",
|
| 2174 |
+
"2172": "Å",
|
| 2175 |
+
"2173": "▁H",
|
| 2176 |
+
"2174": "▁D",
|
| 2177 |
+
"2175": "aus",
|
| 2178 |
+
"2176": "▁N",
|
| 2179 |
+
"2177": "▁Be",
|
| 2180 |
+
"2178": "mm",
|
| 2181 |
+
"2179": "ab",
|
| 2182 |
+
"2180": "▁Er",
|
| 2183 |
+
"2181": "ssen",
|
| 2184 |
+
"2182": "hl",
|
| 2185 |
+
"2183": "hn",
|
| 2186 |
+
"2184": "ischen",
|
| 2187 |
+
"2185": "▁wurde",
|
| 2188 |
+
"2186": "rie",
|
| 2189 |
+
"2187": "lei",
|
| 2190 |
+
"2188": "▁An",
|
| 2191 |
+
"2189": "▁Ein",
|
| 2192 |
+
"2190": "etz",
|
| 2193 |
+
"2191": "rau",
|
| 2194 |
+
"2192": "ische",
|
| 2195 |
+
"2193": "äh",
|
| 2196 |
+
"2194": "▁mein",
|
| 2197 |
+
"2195": "▁So",
|
| 2198 |
+
"2196": "▁hatte",
|
| 2199 |
+
"2197": "▁unter",
|
| 2200 |
+
"2198": "▁Zu",
|
| 2201 |
+
"2199": "▁ihn",
|
| 2202 |
+
"2200": "▁Jahr",
|
| 2203 |
+
"2201": "▁zwei",
|
| 2204 |
+
"2202": "keit",
|
| 2205 |
+
"2203": "▁ihm",
|
| 2206 |
+
"2204": "▁Aus",
|
| 2207 |
+
"2205": "<en-GB>",
|
| 2208 |
+
"2206": "▁you",
|
| 2209 |
+
"2207": "▁that",
|
| 2210 |
+
"2208": "▁and",
|
| 2211 |
+
"2209": "▁can",
|
| 2212 |
+
"2210": "▁it",
|
| 2213 |
+
"2211": "▁your",
|
| 2214 |
+
"2212": "ed",
|
| 2215 |
+
"2213": "▁Okay",
|
| 2216 |
+
"2214": "▁just",
|
| 2217 |
+
"2215": "ay",
|
| 2218 |
+
"2216": "▁Yeah",
|
| 2219 |
+
"2217": "▁with",
|
| 2220 |
+
"2218": "th",
|
| 2221 |
+
"2219": "▁Thank",
|
| 2222 |
+
"2220": "▁thank",
|
| 2223 |
+
"2221": "▁help",
|
| 2224 |
+
"2222": "▁please",
|
| 2225 |
+
"2223": "▁one",
|
| 2226 |
+
"2224": "<blank>",
|
| 2227 |
+
"2225": "ic",
|
| 2228 |
+
"2226": "▁much",
|
| 2229 |
+
"2227": "▁what",
|
| 2230 |
+
"2228": "▁my",
|
| 2231 |
+
"2229": "hi",
|
| 2232 |
+
"2230": "▁will",
|
| 2233 |
+
"2231": "▁would",
|
| 2234 |
+
"2232": "▁if",
|
| 2235 |
+
"2233": "▁two",
|
| 2236 |
+
"2234": "▁this",
|
| 2237 |
+
"2235": "▁he",
|
| 2238 |
+
"2236": "▁go",
|
| 2239 |
+
"2237": "▁all",
|
| 2240 |
+
"2238": "▁Oh",
|
| 2241 |
+
"2239": "▁like",
|
| 2242 |
+
"2240": "▁very",
|
| 2243 |
+
"2241": "▁The",
|
| 2244 |
+
"2242": "▁today",
|
| 2245 |
+
"2243": "▁not",
|
| 2246 |
+
"2244": "▁yeah",
|
| 2247 |
+
"2245": "▁take",
|
| 2248 |
+
"2246": "ight",
|
| 2249 |
+
"2247": "ex",
|
| 2250 |
+
"2248": "▁Ok",
|
| 2251 |
+
"2249": "▁seven",
|
| 2252 |
+
"2250": "▁number",
|
| 2253 |
+
"2251": "▁know",
|
| 2254 |
+
"2252": "▁about",
|
| 2255 |
+
"2253": "▁four",
|
| 2256 |
+
"2254": "▁okay",
|
| 2257 |
+
"2255": "▁name",
|
| 2258 |
+
"2256": "▁And",
|
| 2259 |
+
"2257": "▁five",
|
| 2260 |
+
"2258": "▁How",
|
| 2261 |
+
"2259": "▁account",
|
| 2262 |
+
"2260": "▁any",
|
| 2263 |
+
"2261": "▁three",
|
| 2264 |
+
"2262": "▁could",
|
| 2265 |
+
"2263": "▁up",
|
| 2266 |
+
"2264": "▁get",
|
| 2267 |
+
"2265": "▁phone",
|
| 2268 |
+
"2266": "▁great",
|
| 2269 |
+
"2267": "▁six",
|
| 2270 |
+
"2268": "▁eight",
|
| 2271 |
+
"2269": "▁now",
|
| 2272 |
+
"2270": "▁nine",
|
| 2273 |
+
"2271": "▁That",
|
| 2274 |
+
"2272": "▁address",
|
| 2275 |
+
"2273": "▁look",
|
| 2276 |
+
"2274": "▁call",
|
| 2277 |
+
"2275": "ill",
|
| 2278 |
+
"2276": "▁You",
|
| 2279 |
+
"2277": "▁but",
|
| 2280 |
+
"2278": "▁got",
|
| 2281 |
+
"2279": "▁don",
|
| 2282 |
+
"2280": "▁email",
|
| 2283 |
+
"2281": "▁calling",
|
| 2284 |
+
"2282": "▁problem",
|
| 2285 |
+
"2283": "▁right",
|
| 2286 |
+
"2284": "▁good",
|
| 2287 |
+
"2285": "▁well",
|
| 2288 |
+
"2286": "▁out",
|
| 2289 |
+
"2287": "▁What",
|
| 2290 |
+
"2288": "▁how",
|
| 2291 |
+
"2289": "▁really",
|
| 2292 |
+
"2290": "▁anything",
|
| 2293 |
+
"2291": "▁actually",
|
| 2294 |
+
"2292": "▁from",
|
| 2295 |
+
"2293": "▁think",
|
| 2296 |
+
"2294": "▁time",
|
| 2297 |
+
"2295": "▁some",
|
| 2298 |
+
"2296": "▁ask",
|
| 2299 |
+
"2297": "▁else",
|
| 2300 |
+
"2298": "other",
|
| 2301 |
+
"2299": "▁fine",
|
| 2302 |
+
"2300": "able",
|
| 2303 |
+
"2301": "▁Good",
|
| 2304 |
+
"2302": "▁when",
|
| 2305 |
+
"2303": "▁full",
|
| 2306 |
+
"2304": "▁confirm",
|
| 2307 |
+
"2305": "▁give",
|
| 2308 |
+
"2306": "▁more",
|
| 2309 |
+
"2307": "ever",
|
| 2310 |
+
"2308": "▁month",
|
| 2311 |
+
"2309": "▁information",
|
| 2312 |
+
"2310": "▁sure",
|
| 2313 |
+
"2311": "▁survey",
|
| 2314 |
+
"2312": "▁sorry",
|
| 2315 |
+
"2313": "▁send",
|
| 2316 |
+
"2314": "▁through",
|
| 2317 |
+
"2315": "▁check",
|
| 2318 |
+
"2316": "▁long",
|
| 2319 |
+
"2317": "▁birth",
|
| 2320 |
+
"2318": "▁should",
|
| 2321 |
+
"2319": "▁twenty",
|
| 2322 |
+
"2320": "▁make",
|
| 2323 |
+
"2321": "▁zero",
|
| 2324 |
+
"2322": "ful",
|
| 2325 |
+
"2323": "▁store",
|
| 2326 |
+
"2324": "▁policy",
|
| 2327 |
+
"2325": "▁back",
|
| 2328 |
+
"2326": "▁again",
|
| 2329 |
+
"2327": "▁first",
|
| 2330 |
+
"2328": "▁Could",
|
| 2331 |
+
"2329": "▁work",
|
| 2332 |
+
"2330": "▁afternoon",
|
| 2333 |
+
"2331": "▁after",
|
| 2334 |
+
"2332": "▁insurance",
|
| 2335 |
+
"2333": "▁customer",
|
| 2336 |
+
"2334": "▁payment",
|
| 2337 |
+
"2335": "▁question",
|
| 2338 |
+
"2336": "▁receive",
|
| 2339 |
+
"2337": "▁possible",
|
| 2340 |
+
"2338": "▁moment",
|
| 2341 |
+
"2339": "▁system",
|
| 2342 |
+
"2340": "▁change",
|
| 2343 |
+
"2341": "▁hundred",
|
| 2344 |
+
"2342": "▁nineteen",
|
| 2345 |
+
"2343": "<en-US>",
|
| 2346 |
+
"2344": "▁.",
|
| 2347 |
+
"2345": "▁,",
|
| 2348 |
+
"2346": "▁st",
|
| 2349 |
+
"2347": "▁are",
|
| 2350 |
+
"2348": "ow",
|
| 2351 |
+
"2349": "ive",
|
| 2352 |
+
"2350": "ate",
|
| 2353 |
+
"2351": "ad",
|
| 2354 |
+
"2352": "ect",
|
| 2355 |
+
"2353": "▁they",
|
| 2356 |
+
"2354": "▁as",
|
| 2357 |
+
"2355": "ng",
|
| 2358 |
+
"2356": "ity",
|
| 2359 |
+
"2357": "ther",
|
| 2360 |
+
"2358": "act",
|
| 2361 |
+
"2359": "ist",
|
| 2362 |
+
"2360": "▁our",
|
| 2363 |
+
"2361": "▁sp",
|
| 2364 |
+
"2362": "ally",
|
| 2365 |
+
"2363": "▁his",
|
| 2366 |
+
"2364": "▁But",
|
| 2367 |
+
"2365": "▁has",
|
| 2368 |
+
"2366": "▁also",
|
| 2369 |
+
"2367": "▁which",
|
| 2370 |
+
"2368": "▁He",
|
| 2371 |
+
"2369": "▁uh",
|
| 2372 |
+
"2370": "day",
|
| 2373 |
+
"2371": "▁people",
|
| 2374 |
+
"2372": "▁who",
|
| 2375 |
+
"2373": "▁thing",
|
| 2376 |
+
"2374": "▁because",
|
| 2377 |
+
"2375": "▁other",
|
| 2378 |
+
"2376": "ough",
|
| 2379 |
+
"2377": "▁part",
|
| 2380 |
+
"2378": "▁say",
|
| 2381 |
+
"2379": "▁year",
|
| 2382 |
+
"2380": "side",
|
| 2383 |
+
"2381": "\"",
|
| 2384 |
+
"2382": "<es-ES>",
|
| 2385 |
+
"2383": "▁y",
|
| 2386 |
+
"2384": "▁el",
|
| 2387 |
+
"2385": "ción",
|
| 2388 |
+
"2386": "▁Es",
|
| 2389 |
+
"2387": "res",
|
| 2390 |
+
"2388": "▁los",
|
| 2391 |
+
"2389": "▁La",
|
| 2392 |
+
"2390": "dos",
|
| 2393 |
+
"2391": "ía",
|
| 2394 |
+
"2392": "▁El",
|
| 2395 |
+
"2393": "▁las",
|
| 2396 |
+
"2394": "▁más",
|
| 2397 |
+
"2395": "men",
|
| 2398 |
+
"2396": "ño",
|
| 2399 |
+
"2397": "▁esta",
|
| 2400 |
+
"2398": "idad",
|
| 2401 |
+
"2399": "par",
|
| 2402 |
+
"2400": "¿",
|
| 2403 |
+
"2401": "ría",
|
| 2404 |
+
"2402": "▁fue",
|
| 2405 |
+
"2403": "rio",
|
| 2406 |
+
"2404": "enta",
|
| 2407 |
+
"2405": "ón",
|
| 2408 |
+
"2406": "cho",
|
| 2409 |
+
"2407": "ciones",
|
| 2410 |
+
"2408": "ble",
|
| 2411 |
+
"2409": "▁Ca",
|
| 2412 |
+
"2410": "▁muy",
|
| 2413 |
+
"2411": "▁también",
|
| 2414 |
+
"2412": "▁tiene",
|
| 2415 |
+
"2413": "ña",
|
| 2416 |
+
"2414": "▁Su",
|
| 2417 |
+
"2415": "▁pero",
|
| 2418 |
+
"2416": "▁son",
|
| 2419 |
+
"2417": "encia",
|
| 2420 |
+
"2418": "sión",
|
| 2421 |
+
"2419": "▁hay",
|
| 2422 |
+
"2420": "▁puede",
|
| 2423 |
+
"2421": "ncia",
|
| 2424 |
+
"2422": "▁mucho",
|
| 2425 |
+
"2423": "▁Si",
|
| 2426 |
+
"2424": "▁pues",
|
| 2427 |
+
"2425": "miento",
|
| 2428 |
+
"2426": "▁Con",
|
| 2429 |
+
"2427": "ones",
|
| 2430 |
+
"2428": "ecto",
|
| 2431 |
+
"2429": "iendo",
|
| 2432 |
+
"2430": "▁día",
|
| 2433 |
+
"2431": "▁sobre",
|
| 2434 |
+
"2432": "▁primer",
|
| 2435 |
+
"2433": "▁qué",
|
| 2436 |
+
"2434": "▁gusta",
|
| 2437 |
+
"2435": "▁San",
|
| 2438 |
+
"2436": "▁hacer",
|
| 2439 |
+
"2437": "cional",
|
| 2440 |
+
"2438": "▁verdad",
|
| 2441 |
+
"2439": "▁persona",
|
| 2442 |
+
"2440": "▁pasa",
|
| 2443 |
+
"2441": "▁mejor",
|
| 2444 |
+
"2442": "quí",
|
| 2445 |
+
"2443": "▁Fue",
|
| 2446 |
+
"2444": "▁Com",
|
| 2447 |
+
"2445": "▁ciudad",
|
| 2448 |
+
"2446": "Ñ",
|
| 2449 |
+
"2447": "<es-US>",
|
| 2450 |
+
"2448": "cia",
|
| 2451 |
+
"2449": "▁lo",
|
| 2452 |
+
"2450": "▁Y",
|
| 2453 |
+
"2451": "ron",
|
| 2454 |
+
"2452": "les",
|
| 2455 |
+
"2453": "▁mu",
|
| 2456 |
+
"2454": "cio",
|
| 2457 |
+
"2455": "▁yo",
|
| 2458 |
+
"2456": "bu",
|
| 2459 |
+
"2457": "▁sí",
|
| 2460 |
+
"2458": "▁Pero",
|
| 2461 |
+
"2459": "▁así",
|
| 2462 |
+
"2460": "<fr-CA>",
|
| 2463 |
+
"2461": "ré",
|
| 2464 |
+
"2462": "ée",
|
| 2465 |
+
"2463": "▁Les",
|
| 2466 |
+
"2464": "nt",
|
| 2467 |
+
"2465": "our",
|
| 2468 |
+
"2466": "▁Ce",
|
| 2469 |
+
"2467": "com",
|
| 2470 |
+
"2468": "▁Elle",
|
| 2471 |
+
"2469": "▁Cet",
|
| 2472 |
+
"2470": "ux",
|
| 2473 |
+
"2471": "ale",
|
| 2474 |
+
"2472": "ier",
|
| 2475 |
+
"2473": "ction",
|
| 2476 |
+
"2474": "▁cha",
|
| 2477 |
+
"2475": "▁pré",
|
| 2478 |
+
"2476": "▁deux",
|
| 2479 |
+
"2477": "if",
|
| 2480 |
+
"2478": "lé",
|
| 2481 |
+
"2479": "ère",
|
| 2482 |
+
"2480": "ière",
|
| 2483 |
+
"2481": "iste",
|
| 2484 |
+
"2482": "▁parti",
|
| 2485 |
+
"2483": "▁été",
|
| 2486 |
+
"2484": "cette",
|
| 2487 |
+
"2485": "avec",
|
| 2488 |
+
"2486": "▁tou",
|
| 2489 |
+
"2487": "jour",
|
| 2490 |
+
"2488": "app",
|
| 2491 |
+
"2489": "cul",
|
| 2492 |
+
"2490": "▁égale",
|
| 2493 |
+
"2491": "aine",
|
| 2494 |
+
"2492": "gue",
|
| 2495 |
+
"2493": "▁trè",
|
| 2496 |
+
"2494": "▁nombre",
|
| 2497 |
+
"2495": "▁étai",
|
| 2498 |
+
"2496": "tout",
|
| 2499 |
+
"2497": "▁grand",
|
| 2500 |
+
"2498": "▁commun",
|
| 2501 |
+
"2499": "Une",
|
| 2502 |
+
"2500": "œ",
|
| 2503 |
+
"2501": "ï",
|
| 2504 |
+
"2502": "À",
|
| 2505 |
+
"2503": "Œ",
|
| 2506 |
+
"2504": "È",
|
| 2507 |
+
"2505": "ō",
|
| 2508 |
+
"2506": "ÿ",
|
| 2509 |
+
"2507": "Ō",
|
| 2510 |
+
"2508": "Ô",
|
| 2511 |
+
"2509": "Ê",
|
| 2512 |
+
"2510": "Â",
|
| 2513 |
+
"2511": "▁m",
|
| 2514 |
+
"2512": "av",
|
| 2515 |
+
"2513": "ouv",
|
| 2516 |
+
"2514": "êt",
|
| 2517 |
+
"2515": "ois",
|
| 2518 |
+
"2516": "pri",
|
| 2519 |
+
"2517": "voir",
|
| 2520 |
+
"2518": "sion",
|
| 2521 |
+
"2519": "ix",
|
| 2522 |
+
"2520": "ang",
|
| 2523 |
+
"2521": "était",
|
| 2524 |
+
"2522": "ard",
|
| 2525 |
+
"2523": "aient",
|
| 2526 |
+
"2524": "Ć",
|
| 2527 |
+
"2525": "İ",
|
| 2528 |
+
"2526": "Ù",
|
| 2529 |
+
"2527": "Û",
|
| 2530 |
+
"2528": "Ë",
|
| 2531 |
+
"2529": "Ï",
|
| 2532 |
+
"2530": "<he-IL>",
|
| 2533 |
+
"2531": "<hi-IN>",
|
| 2534 |
+
"2532": "।",
|
| 2535 |
+
"2533": "!",
|
| 2536 |
+
"2534": "Ì",
|
| 2537 |
+
"2535": "<ja-JP>",
|
| 2538 |
+
"2536": "▁。",
|
| 2539 |
+
"2537": "▁、",
|
| 2540 |
+
"2538": "▁々",
|
| 2541 |
+
"2539": "〜",
|
| 2542 |
+
"2540": "々",
|
| 2543 |
+
"2541": "?",
|
| 2544 |
+
"2542": "、",
|
| 2545 |
+
"2543": "。",
|
| 2546 |
+
"2544": "<ko-KR>",
|
| 2547 |
+
"2545": "<nb-NO>",
|
| 2548 |
+
"2546": "ene",
|
| 2549 |
+
"2547": "▁ble",
|
| 2550 |
+
"2548": "ikk",
|
| 2551 |
+
"2549": "opp",
|
| 2552 |
+
"2550": "▁Han",
|
| 2553 |
+
"2551": "▁Den",
|
| 2554 |
+
"2552": "unn",
|
| 2555 |
+
"2553": "▁han",
|
| 2556 |
+
"2554": "asjon",
|
| 2557 |
+
"2555": "▁word",
|
| 2558 |
+
"2556": "▁werd",
|
| 2559 |
+
"2557": "<nn-NO>",
|
| 2560 |
+
"2558": "eg",
|
| 2561 |
+
"2559": "▁ikkje",
|
| 2562 |
+
"2560": "▁bok",
|
| 2563 |
+
"2561": "lik",
|
| 2564 |
+
"2562": "▁eit",
|
| 2565 |
+
"2563": "så",
|
| 2566 |
+
"2564": "kk",
|
| 2567 |
+
"2565": "▁nok",
|
| 2568 |
+
"2566": "▁god",
|
| 2569 |
+
"2567": "▁lese",
|
| 2570 |
+
"2568": "dde",
|
| 2571 |
+
"2569": "inga",
|
| 2572 |
+
"2570": "▁denn",
|
| 2573 |
+
"2571": "inn",
|
| 2574 |
+
"2572": "kkje",
|
| 2575 |
+
"2573": "dig",
|
| 2576 |
+
"2574": "tid",
|
| 2577 |
+
"2575": "▁bøke",
|
| 2578 |
+
"2576": "ord",
|
| 2579 |
+
"2577": "▁tru",
|
| 2580 |
+
"2578": "skje",
|
| 2581 |
+
"2579": "▁sei",
|
| 2582 |
+
"2580": "ller",
|
| 2583 |
+
"2581": "▁fle",
|
| 2584 |
+
"2582": "skriv",
|
| 2585 |
+
"2583": "▁heil",
|
| 2586 |
+
"2584": "wy",
|
| 2587 |
+
"2585": "Ś",
|
| 2588 |
+
"2586": "Ł",
|
| 2589 |
+
"2587": "Ź",
|
| 2590 |
+
"2588": "Ż",
|
| 2591 |
+
"2589": "car",
|
| 2592 |
+
"2590": "tão",
|
| 2593 |
+
"2591": "ia",
|
| 2594 |
+
"2592": "▁foi",
|
| 2595 |
+
"2593": "ito",
|
| 2596 |
+
"2594": "ram",
|
| 2597 |
+
"2595": "fa",
|
| 2598 |
+
"2596": "▁meu",
|
| 2599 |
+
"2597": "ça",
|
| 2600 |
+
"2598": "▁dois",
|
| 2601 |
+
"2599": "ação",
|
| 2602 |
+
"2600": "▁ter",
|
| 2603 |
+
"2601": "nça",
|
| 2604 |
+
"2602": "▁compra",
|
| 2605 |
+
"2603": "▁mil",
|
| 2606 |
+
"2604": "▁minha",
|
| 2607 |
+
"2605": "▁passa",
|
| 2608 |
+
"2606": "▁casa",
|
| 2609 |
+
"2607": "Ã",
|
| 2610 |
+
"2608": "·",
|
| 2611 |
+
"2609": "<pt-PT>",
|
| 2612 |
+
"2610": "das",
|
| 2613 |
+
"2611": "▁são",
|
| 2614 |
+
"2612": "▁Pa",
|
| 2615 |
+
"2613": "tura",
|
| 2616 |
+
"2614": "▁ser",
|
| 2617 |
+
"2615": "▁Ele",
|
| 2618 |
+
"2616": "forma",
|
| 2619 |
+
"2617": "▁Esta",
|
| 2620 |
+
"2618": "ões",
|
| 2621 |
+
"2619": "▁pelo",
|
| 2622 |
+
"2620": "tua",
|
| 2623 |
+
"2621": "▁pela",
|
| 2624 |
+
"2622": "mar",
|
| 2625 |
+
"2623": "▁Foi",
|
| 2626 |
+
"2624": "▁foram",
|
| 2627 |
+
"2625": "este",
|
| 2628 |
+
"2626": "▁Um",
|
| 2629 |
+
"2627": "▁São",
|
| 2630 |
+
"2628": "▁entre",
|
| 2631 |
+
"2629": "fun",
|
| 2632 |
+
"2630": "agem",
|
| 2633 |
+
"2631": "gua",
|
| 2634 |
+
"2632": "▁Brasil",
|
| 2635 |
+
"2633": "▁grande",
|
| 2636 |
+
"2634": "icos",
|
| 2637 |
+
"2635": "▁cidade",
|
| 2638 |
+
"2636": "inda",
|
| 2639 |
+
"2637": "▁Este",
|
| 2640 |
+
"2638": "▁maior",
|
| 2641 |
+
"2639": "▁brasileiro",
|
| 2642 |
+
"2640": "▁município",
|
| 2643 |
+
"2641": "▁nome",
|
| 2644 |
+
"2642": "▁encontra",
|
| 2645 |
+
"2643": "ambém",
|
| 2646 |
+
"2644": "▁Sua",
|
| 2647 |
+
"2645": "▁três",
|
| 2648 |
+
"2646": "ska",
|
| 2649 |
+
"2647": "var",
|
| 2650 |
+
"2648": "<th-TH>",
|
| 2651 |
+
"2649": "<tr-TR>",
|
| 2652 |
+
"2650": "ş",
|
| 2653 |
+
"2651": "ğ",
|
| 2654 |
+
"2652": "ya",
|
| 2655 |
+
"2653": "▁ve",
|
| 2656 |
+
"2654": "lar",
|
| 2657 |
+
"2655": "▁bir",
|
| 2658 |
+
"2656": "lı",
|
| 2659 |
+
"2657": "dı",
|
| 2660 |
+
"2658": "ler",
|
| 2661 |
+
"2659": "ye",
|
| 2662 |
+
"2660": "sı",
|
| 2663 |
+
"2661": "ları",
|
| 2664 |
+
"2662": "leri",
|
| 2665 |
+
"2663": "ında",
|
| 2666 |
+
"2664": "tı",
|
| 2667 |
+
"2665": "▁bu",
|
| 2668 |
+
"2666": "lan",
|
| 2669 |
+
"2667": "ara",
|
| 2670 |
+
"2668": "▁Bu",
|
| 2671 |
+
"2669": "inde",
|
| 2672 |
+
"2670": "ını",
|
| 2673 |
+
"2671": "yı",
|
| 2674 |
+
"2672": "yo",
|
| 2675 |
+
"2673": "dü",
|
| 2676 |
+
"2674": "▁olarak",
|
| 2677 |
+
"2675": "▁için",
|
| 2678 |
+
"2676": "maktadır",
|
| 2679 |
+
"2677": "arı",
|
| 2680 |
+
"2678": "▁baş",
|
| 2681 |
+
"2679": "Ş",
|
| 2682 |
+
"2680": "Ğ",
|
| 2683 |
+
"2681": "<zh-CN>",
|
| 2684 |
+
"2682": "⁇",
|
| 2685 |
+
"2683": "A",
|
| 2686 |
+
"2684": ",",
|
| 2687 |
+
"2685": "<vi-VN>",
|
| 2688 |
+
"2686": "▁t",
|
| 2689 |
+
"2687": "▁đ",
|
| 2690 |
+
"2688": "nh",
|
| 2691 |
+
"2689": "▁th",
|
| 2692 |
+
"2690": "▁ch",
|
| 2693 |
+
"2691": "▁nh",
|
| 2694 |
+
"2692": "▁kh",
|
| 2695 |
+
"2693": "▁ng",
|
| 2696 |
+
"2694": "▁g",
|
| 2697 |
+
"2695": "ông",
|
| 2698 |
+
"2696": "▁ph",
|
| 2699 |
+
"2697": "▁r",
|
| 2700 |
+
"2698": "▁gi",
|
| 2701 |
+
"2699": "ời",
|
| 2702 |
+
"2700": "ên",
|
| 2703 |
+
"2701": "▁cá",
|
| 2704 |
+
"2702": "▁và",
|
| 2705 |
+
"2703": "▁có",
|
| 2706 |
+
"2704": "iệ",
|
| 2707 |
+
"2705": "ột",
|
| 2708 |
+
"2706": "▁không",
|
| 2709 |
+
"2707": "ôi",
|
| 2710 |
+
"2708": "iế",
|
| 2711 |
+
"2709": "▁một",
|
| 2712 |
+
"2710": "ới",
|
| 2713 |
+
"2711": "ủa",
|
| 2714 |
+
"2712": "▁của",
|
| 2715 |
+
"2713": "▁x",
|
| 2716 |
+
"2714": "ười",
|
| 2717 |
+
"2715": "ượ",
|
| 2718 |
+
"2716": "ình",
|
| 2719 |
+
"2717": "ất",
|
| 2720 |
+
"2718": "ại",
|
| 2721 |
+
"2719": "uy",
|
| 2722 |
+
"2720": "ày",
|
| 2723 |
+
"2721": "▁người",
|
| 2724 |
+
"2722": "ong",
|
| 2725 |
+
"2723": "anh",
|
| 2726 |
+
"2724": "ược",
|
| 2727 |
+
"2725": "iề",
|
| 2728 |
+
"2726": "▁được",
|
| 2729 |
+
"2727": "▁nó",
|
| 2730 |
+
"2728": "ững",
|
| 2731 |
+
"2729": "▁cho",
|
| 2732 |
+
"2730": "ấy",
|
| 2733 |
+
"2731": "▁như",
|
| 2734 |
+
"2732": "▁ngh",
|
| 2735 |
+
"2733": "▁mà",
|
| 2736 |
+
"2734": "▁tôi",
|
| 2737 |
+
"2735": "ươ",
|
| 2738 |
+
"2736": "ải",
|
| 2739 |
+
"2737": "▁những",
|
| 2740 |
+
"2738": "▁thì",
|
| 2741 |
+
"2739": "ây",
|
| 2742 |
+
"2740": "ao",
|
| 2743 |
+
"2741": "▁đã",
|
| 2744 |
+
"2742": "ần",
|
| 2745 |
+
"2743": "▁cái",
|
| 2746 |
+
"2744": "▁đó",
|
| 2747 |
+
"2745": "▁đi",
|
| 2748 |
+
"2746": "▁với",
|
| 2749 |
+
"2747": "ướ",
|
| 2750 |
+
"2748": "▁trong",
|
| 2751 |
+
"2749": "▁các",
|
| 2752 |
+
"2750": "iều",
|
| 2753 |
+
"2751": "▁này",
|
| 2754 |
+
"2752": "ũng",
|
| 2755 |
+
"2753": "úng",
|
| 2756 |
+
"2754": "ăm",
|
| 2757 |
+
"2755": "ồi",
|
| 2758 |
+
"2756": "ạn",
|
| 2759 |
+
"2757": "▁anh",
|
| 2760 |
+
"2758": "ư",
|
| 2761 |
+
"2759": "ế",
|
| 2762 |
+
"2760": "ạ",
|
| 2763 |
+
"2761": "ộ",
|
| 2764 |
+
"2762": "ờ",
|
| 2765 |
+
"2763": "ả",
|
| 2766 |
+
"2764": "ấ",
|
| 2767 |
+
"2765": "ố",
|
| 2768 |
+
"2766": "ớ",
|
| 2769 |
+
"2767": "ệ",
|
| 2770 |
+
"2768": "ề",
|
| 2771 |
+
"2769": "ể",
|
| 2772 |
+
"2770": "ơ",
|
| 2773 |
+
"2771": "ủ",
|
| 2774 |
+
"2772": "ậ",
|
| 2775 |
+
"2773": "ợ",
|
| 2776 |
+
"2774": "ầ",
|
| 2777 |
+
"2775": "ị",
|
| 2778 |
+
"2776": "ữ",
|
| 2779 |
+
"2777": "ứ",
|
| 2780 |
+
"2778": "ự",
|
| 2781 |
+
"2779": "ọ",
|
| 2782 |
+
"2780": "ồ",
|
| 2783 |
+
"2781": "ở",
|
| 2784 |
+
"2782": "ắ",
|
| 2785 |
+
"2783": "ừ",
|
| 2786 |
+
"2784": "ụ",
|
| 2787 |
+
"2785": "ũ",
|
| 2788 |
+
"2786": "ổ",
|
| 2789 |
+
"2787": "ặ",
|
| 2790 |
+
"2788": "ẽ",
|
| 2791 |
+
"2789": "ằ",
|
| 2792 |
+
"2790": "Đ",
|
| 2793 |
+
"2791": "ỉ",
|
| 2794 |
+
"2792": "ỏ",
|
| 2795 |
+
"2793": "ử",
|
| 2796 |
+
"2794": "ĩ",
|
| 2797 |
+
"2795": "ỗ",
|
| 2798 |
+
"2796": "ẫ",
|
| 2799 |
+
"2797": "ẹ",
|
| 2800 |
+
"2798": "ẩ",
|
| 2801 |
+
"2799": "ễ",
|
| 2802 |
+
"2800": "ẻ",
|
| 2803 |
+
"2801": "ẳ",
|
| 2804 |
+
"2802": "ỹ",
|
| 2805 |
+
"2803": "ỡ",
|
| 2806 |
+
"2804": "ỳ",
|
| 2807 |
+
"2805": "ỷ",
|
| 2808 |
+
"2806": "ẵ",
|
| 2809 |
+
"2807": "Ở",
|
| 2810 |
+
"2808": "ỵ",
|
| 2811 |
+
"2809": "Ấ",
|
| 2812 |
+
"2810": "Ý",
|
| 2813 |
+
"2811": "Ừ",
|
| 2814 |
+
"2812": "Ă",
|
| 2815 |
+
"2813": "Ờ",
|
| 2816 |
+
"2814": "Ả",
|
| 2817 |
+
"2815": "Ồ",
|
| 2818 |
+
"2816": "Ơ",
|
| 2819 |
+
"2817": "Ư",
|
| 2820 |
+
"2818": "Ứ",
|
| 2821 |
+
"2819": "Ố",
|
| 2822 |
+
"2820": "Ớ",
|
| 2823 |
+
"2821": "Ủ",
|
| 2824 |
+
"2822": "Ẩ",
|
| 2825 |
+
"2823": "Ắ",
|
| 2826 |
+
"2824": "Ổ",
|
| 2827 |
+
"2825": "Ỷ",
|
| 2828 |
+
"2826": "Ế",
|
| 2829 |
+
"2827": "Ỳ",
|
| 2830 |
+
"2828": "<blank>"
|
| 2831 |
+
}
|