diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..28df5f900b358436f0267334b3e3e9af33f917ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,55 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a1b7f0a89497f8ff8081be6a2f01f09919a7760a --- /dev/null +++ b/README.md @@ -0,0 +1,93 @@ +--- +license: odc-by +task_categories: + - text-generation +tags: + - multilingual + - low-resource +project_page: https://mala-lm.github.io/emma-500 +--- + +# MaLA Corpus: Massive Language Adaptation Corpus + +This is a deduplicated version after minhash and exact hash deduplication. + +## Dataset Summary + +The **MaLA Corpus** (Massive Language Adaptation) is a comprehensive, multilingual dataset designed to support the continual pre-training of large language models. It covers **939 languages** and consists of over **74 billion tokens**, making it one of the largest datasets of its kind. With a focus on improving the representation of low-resource languages, the MaLA Corpus is a critical resource for advancing multilingual models, particularly those aimed at serving underrepresented languages. + +- Project page: https://mala-lm.github.io/emma-500 +- Paper: https://arxiv.org/abs/2409.17892 + +--- + +## Key Features + +- **Language Coverage**: Includes data for **939 languages**, with **546 languages** having over 100,000 tokens. +- **Pre-processing**: The corpus is cleaned and deduplicated to ensure high-quality training data. + + +--- + +## Dataset Structure + +The MaLA Corpus is structured to accommodate a wide variety of data types and tasks: + +- **Languages**: The dataset spans **939 languages**. The top 546 languages have over 100k tokens, with the remaining 393 languages contributing smaller but valuable amounts of data. +- **Tokens**: More than **74 billion tokens** in total, making it suitable for training large multilingual models. + + +## Dataset Creation + +The MaLA Corpus was created by aggregating data from a variety of sources, followed by rigorous pre-processing to ensure the quality of the data: + +- **Cleaning**: Noisy and irrelevant data was removed to ensure higher data quality. +- **Deduplication**: Duplicate entries across multiple sources were eliminated. +- **Normalization**: The data was normalized, and language codes were standardized to ISO 639-3 to ensure consistency across all sources. + +--- + +## Intended Use + +The MaLA Corpus is intended for researchers and developers looking to improve the multilingual capabilities of language models. It is especially useful for: + +- **Continual pre-training** of large language models, such as Llama or XLM-R, to enhance their performance in low-resource languages. +- **Multilingual tasks** such as machine translation, open-ended generation, and commonsense reasoning. +- **Training and fine-tuning models** on multilingual benchmarks to improve language coverage across a variety of domains. + +--- + +## Take-down Policy + +We don't own any part of the data. The original source of each data point is indicated in the `collection` and `source` fields. +We will comply with legitimate requests by removing the affected sources from the corpora. + +--- +## Citation +This dataset is compiled and released in the paper below. +``` +@article{ji2024emma500enhancingmassivelymultilingual, + title={{EMMA}-500: Enhancing Massively Multilingual Adaptation of Large Language Models}, + author={Shaoxiong Ji and Zihao Li and Indraneil Paul and Jaakko Paavola and Peiqin Lin and Pinzhen Chen and Dayyán O'Brien and Hengyu Luo and Hinrich Schütze and Jörg Tiedemann and Barry Haddow}, + year={2024}, + journal={arXiv preprint 2409.17892}, + url={https://arxiv.org/abs/2409.17892}, +} +``` + +The final version of this dataset 🤗[MaLA-LM/mala-monolingual-split](https://huggingface.co/datasets/MaLA-LM/mala-monolingual-split) is also used for training the models presented in the below paper +``` +@article{ji2025emma2, + title={Massively Multilingual Adaptation of Large Language Models Using Bilingual Translation Data}, + author={Shaoxiong Ji and Zihao Li and Jaakko Paavola and Indraneil Paul and Hengyu Luo and Jörg Tiedemann}, + year={2025}, + journal={arXiv preprint 2506.00469}, + url={https://arxiv.org/abs/2506.00469}, +} +``` + +## Acknowledgements + +We extend our thanks to the language communities and contributors who helped source, clean, and validate the diverse data used in the MaLA Corpus. Their efforts are invaluable in supporting linguistic diversity in AI research. + +This work is done by researchers at [Helsinki-NLP](https://huggingface.co/Helsinki-NLP) in collaboration with partners from TU Darmstadt, the University of Edinburgh, and LMU Munich. It is funded by [HPLT](https://hplt-project.org) and [UTTER](https://he-utter.eu). diff --git a/aaa_Latn/.gitattributes b/aaa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aaa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aaa_Latn/data-00000-of-00001.arrow b/aaa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10d0024b740fd8e2e8e68705063756bcf7216467 --- /dev/null +++ b/aaa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1936e0ca059f1e74444548ce5c919b0930f4fd4b6a8c526aa5593877277b36 +size 1432 diff --git a/aaa_Latn/dataset_info.json b/aaa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..839b5ac699eaef8de2a1d4658437850d1c081958 --- /dev/null +++ b/aaa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f10c0aa76ab34d3ea54bc3b79ad227857e37f43ffe15ed475183dea4e7bdce3 +size 1082 diff --git a/aaa_Latn/state.json b/aaa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a646a80eb70336b399f560abd9c5f534e71d5721 --- /dev/null +++ b/aaa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d06edb892c1c5446cfea6c56cc2500653aaa494411782debfce86e2518e498b +size 250 diff --git a/abc_Latn/.gitattributes b/abc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/abc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/abc_Latn/data-00000-of-00001.arrow b/abc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc7edc5ea5648606199480315b9ab51200490032 --- /dev/null +++ b/abc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53107a59f7656fe11dd6062124f6c718cb239c72329458b69bbd893e3ad22b4c +size 1848 diff --git a/abc_Latn/dataset_info.json b/abc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..61b82df710783fa9d13f3eaa111efc18dfef25d6 --- /dev/null +++ b/abc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0491e816f415acd14f96f733a2a1e47eae36c57b7b5dd5c092344f0f2bb03f +size 1083 diff --git a/abc_Latn/state.json b/abc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..67bf26740179f19327feeed1849127dae08efb3e --- /dev/null +++ b/abc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d68acf5d9963556a333787a008ffbf42cdadaade2eed49fcda30b922adf7bff +size 250 diff --git a/abk_Cyrl/.gitattributes b/abk_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/abk_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/abk_Cyrl/data-00000-of-00001.arrow b/abk_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0e2405adf15a63e0e758dd98abe7cf7c5f32792f --- /dev/null +++ b/abk_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f70c28bd824b94a85124a43903a44c1b737e571181c8d4b2fa428495b048bb9 +size 43015840 diff --git a/abk_Cyrl/dataset_info.json b/abk_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bc1951c6b0be8a6226bfe165b5efe7242c8e1710 --- /dev/null +++ b/abk_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcf97a9ff1bd6421be97c99b08b48533d2184ef4577131a5102b21490c3ea87 +size 1113 diff --git a/abk_Cyrl/state.json b/abk_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6038975d78e2194c42caf24a6196d0f6e17130e4 --- /dev/null +++ b/abk_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33b137368da2a160be056da38e63ab6fca3ad4843cfd3f388903210b52d9e93 +size 247 diff --git a/abq_Cyrl/.gitattributes b/abq_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/abq_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/abq_Cyrl/data-00000-of-00001.arrow b/abq_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4038f9d84cf9cc561bc3e41eb20e6a445da288a8 --- /dev/null +++ b/abq_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecb864c66688fb09264177a101373f0baa131e84351fa551577d75c9a448707 +size 1361104 diff --git a/abq_Cyrl/dataset_info.json b/abq_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e2a21c78218ec63bf22a9d3d992c6a98919cab28 --- /dev/null +++ b/abq_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22d28537718ba84218da503871379b3b41211b5008ca4ed55daba6910e648d3 +size 1105 diff --git a/abq_Cyrl/state.json b/abq_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c362f69a3a665158a1977479a562fe5c045c4eda --- /dev/null +++ b/abq_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b2fff54659041a3a868d94d5a8cf71e9264a4f5cbff76703bb732e7d234b22 +size 247 diff --git a/abt_Latn/.gitattributes b/abt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/abt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/abt_Latn/data-00000-of-00001.arrow b/abt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a98bdd9829378d910ad3ee259e9dec7613287fba --- /dev/null +++ b/abt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd71f3f1f81c99c7b40f7acdfb86f6faaa21cc25d59e3abde1bc707ba6cb8edd +size 7482520 diff --git a/abt_Latn/dataset_info.json b/abt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d1cfac3587a824e81bd55d8ef1738f7f8f14f2c5 --- /dev/null +++ b/abt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4bcd5a5a21591c46adbfc65925448575a7417865362508f587e7ddabbf1579 +size 1106 diff --git a/abt_Latn/state.json b/abt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0f46f9d38feec1415b2b19834975a2dd537088e8 --- /dev/null +++ b/abt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecad2cb7e81006877dd6183561fe39f2fa5bbf3e205b4f2212435449116566a8 +size 247 diff --git a/ace_Latn/.gitattributes b/ace_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ace_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ace_Latn/data-00000-of-00001.arrow b/ace_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..27ced8e5379c252c526f09f08863a9b0083d4c11 --- /dev/null +++ b/ace_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635c95f32e7d5ad53eafdeb84c5182fd0106a0bcabfb9572f1ed21e96c0502a2 +size 11923016 diff --git a/ace_Latn/dataset_info.json b/ace_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3ae8a99ddee551d48d75fb699f605c3fed195122 --- /dev/null +++ b/ace_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514d9c2430ef068ed17916e486ef1f998bc5d604f3f88dde8af526bd7fbe3bf9 +size 1111 diff --git a/ace_Latn/state.json b/ace_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..50aa1f3d3329776b08b05aa9c94c6122d01f2b4b --- /dev/null +++ b/ace_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371d628e4fe8a7b39a4a1b86dd02b7ee8c766fb507ae107fb6bd96b2372c4178 +size 247 diff --git a/acf_Latn/.gitattributes b/acf_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/acf_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/acf_Latn/data-00000-of-00001.arrow b/acf_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a7d41f9ab807638bd48bd03abafb7d8fd709b414 --- /dev/null +++ b/acf_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d06e0535dc59b3199ff1b4f962294966b3da9c8065597698756ae28976d1ea2 +size 2906656 diff --git a/acf_Latn/dataset_info.json b/acf_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..aff9e76ebafe1190f9267e926766723bf7d9e8ad --- /dev/null +++ b/acf_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5369a1ba3102cc033b616f21e4035dec2a334b1e0afc8168ae7deb3c7e44fc +size 1104 diff --git a/acf_Latn/state.json b/acf_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c04c61331d2b763578444c019d29b4267c38481c --- /dev/null +++ b/acf_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40eb90690f0aab95bb3f452686ad163409e5fbb801075c85207c567afbc3ff3c +size 247 diff --git a/ach_Latn/.gitattributes b/ach_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ach_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ach_Latn/data-00000-of-00001.arrow b/ach_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..673151c245260009a824766a7166bf8185cb1030 --- /dev/null +++ b/ach_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7752919ad07bb19fe82340e8aad5bd54a5d57da6b4179f16b659724d3b4e02e +size 4798096 diff --git a/ach_Latn/dataset_info.json b/ach_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f0edc379aea9d289cd3fe030fc3a860beee610aa --- /dev/null +++ b/ach_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de831ed9736159f9c97a8ec7594afe42c409107d114aa134d3495d025511dc4 +size 1105 diff --git a/ach_Latn/state.json b/ach_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a99d0c7272a193ab551f99066ccfa91c66756a8d --- /dev/null +++ b/ach_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460455ff4d5af33a6e6f8cae5ba9dedca3912353d6d3337dffdc5b867e65f9b9 +size 247 diff --git a/acm_Arab/.gitattributes b/acm_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/acm_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/acm_Arab/data-00000-of-00001.arrow b/acm_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..caa76d446b091b4d39c6cbe2526bdf0e95accd73 --- /dev/null +++ b/acm_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff6d86ba4ba5c3c01cfb6f34b846fa86985e8cd5aef9a56530895ff7fb92b9b +size 2691232 diff --git a/acm_Arab/dataset_info.json b/acm_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c249f63aa414fb2bab1551ced6107303a6a92a46 --- /dev/null +++ b/acm_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6b63b4f39679be734a6926f267c3ba006c704f102bd5b16dfb9fc92b405046 +size 1107 diff --git a/acm_Arab/state.json b/acm_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0e8aad577ae191fa643e3fb9c4a5ce04d8bff868 --- /dev/null +++ b/acm_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c15e251fb0c9c727ad9614c5cef39e5b2df4009cb9e742db591c6dd63c8051 +size 247 diff --git a/acr_Latn/.gitattributes b/acr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/acr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/acr_Latn/data-00000-of-00001.arrow b/acr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a09f1c2f0f42c9764511080477bf95518665af6e --- /dev/null +++ b/acr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653fdce2f40336ebe0c579475837b2f7835b6976ae3e7360e338bbad6b0076f3 +size 8938184 diff --git a/acr_Latn/dataset_info.json b/acr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..17f0b2d72dd811fdced205dee33f5a8753f3c60e --- /dev/null +++ b/acr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecddc38affc241d2f7532519772669ede7a75e81fc4ef289a95ab2657b52a6c +size 1109 diff --git a/acr_Latn/state.json b/acr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fd23dd73565f54b75516bbc38f5eb739420f1a04 --- /dev/null +++ b/acr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ab3f30837ab63da340e0160831d265c4e0136fc9942d2f167fb9ffb955566 +size 247 diff --git a/ada_Latn/.gitattributes b/ada_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ada_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ada_Latn/data-00000-of-00001.arrow b/ada_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..578f16d61d0c2c49b16bcbf11ec3cba7f2b81f56 --- /dev/null +++ b/ada_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7db4339d13e7776351b1d0f36b81ede602819d322066481e649f87265717a5 +size 27738392 diff --git a/ada_Latn/dataset_info.json b/ada_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..35d20de95ee80af2a82b7233be974341bef02ec2 --- /dev/null +++ b/ada_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a55ef03bcc054159e2e1b06088775509c616ee1e33e851c1367bcee8f6142b9 +size 1110 diff --git a/ada_Latn/state.json b/ada_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8fc4b2889f17a40aea67e6cc5fb6faa8838930eb --- /dev/null +++ b/ada_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5203d038a2995e626afd8b48b16172673712605d23440df4ad5978cec6a2eadf +size 247 diff --git a/adh_Latn/.gitattributes b/adh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/adh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/adh_Latn/data-00000-of-00001.arrow b/adh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a44ed8c600efd679368dbbfbd5395c86f5224507 --- /dev/null +++ b/adh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a26d12a590dc94e34ce88c9f0f4a736d4dbde030a2e1d30a9638dcdc3b29666 +size 259360 diff --git a/adh_Latn/dataset_info.json b/adh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3d602edcc059642448edbde4b0eb547d0559c640 --- /dev/null +++ b/adh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6937ffb332ab1dc792925e855a0e642cf23bfeed034c673e81d34015c6940bb1 +size 1098 diff --git a/adh_Latn/state.json b/adh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d73b0f46e82af1401a91cd2be45048c360b2a56e --- /dev/null +++ b/adh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1aac81c0f83ce212799ddae8dab1414adf55af6336036c687df8a0256df461 +size 247 diff --git a/ady_Cyrl/.gitattributes b/ady_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ady_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ady_Cyrl/data-00000-of-00001.arrow b/ady_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da935fb0bb8433f5e978c311dd343c2d75d94d88 --- /dev/null +++ b/ady_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ee85cedea30b2842161241735fdad9db9147f139c7b2cf15e097122719c522 +size 33372256 diff --git a/ady_Cyrl/dataset_info.json b/ady_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1372c4a338dbedfbf917df5603d03797c3360327 --- /dev/null +++ b/ady_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dcbe54836b7d9dad3a5d48f3981f82868349050e67c27b2cbf80e95ed001e6 +size 1111 diff --git a/ady_Cyrl/state.json b/ady_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e6ddd88bc5eb0699eb814bec50da37948e430f30 --- /dev/null +++ b/ady_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd37459b23e3fc7c8fce0238886f462b6800740a6b04a49a45978a563965653 +size 247 diff --git a/ady_Latn/.gitattributes b/ady_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ady_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ady_Latn/data-00000-of-00001.arrow b/ady_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8307311b434b0c0ae24286f09c140bc16bb59528 --- /dev/null +++ b/ady_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8371cc8724ba2695995b7ef26094e05cacd6dfa3c428cbcd93afb8e1669ca0 +size 45504 diff --git a/ady_Latn/dataset_info.json b/ady_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a14703d690b0f0dd011bc7e069912f8b41bea743 --- /dev/null +++ b/ady_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fd5ed3e976b5a6abb9e887bd728f4ecf194fcab3a3ee8f9f8059c72b1d61ac +size 1099 diff --git a/ady_Latn/state.json b/ady_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dae68a1ce305407a058f1e7a2a280af2830731ac --- /dev/null +++ b/ady_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f463fdb76d07cd3fef9915087193a8c2402a0deeba86c89a1f49daf103b16832 +size 247 diff --git a/aeu_Latn/.gitattributes b/aeu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aeu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aeu_Latn/data-00000-of-00001.arrow b/aeu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9905fa5c58d1421dd6f13e655bb310480538232a --- /dev/null +++ b/aeu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f98dc28af152388bdf98b79b9f43246a869075a7647f16c28da6a92dc9a997c +size 107856 diff --git a/aeu_Latn/dataset_info.json b/aeu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cc233ee486751029608a7ad64b43fb0f9f2bd2c5 --- /dev/null +++ b/aeu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f78f55ce2bfb98b25cba2b85edb38853e2036e49894d8c084ae798438ce6d7e +size 1098 diff --git a/aeu_Latn/state.json b/aeu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1efb1fb1ffba5a80b2992404f52a385b49c23112 --- /dev/null +++ b/aeu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabb7877658bbba80e3cd8527c127e434dffc25063b6aa2a1720f8120459dc13 +size 247 diff --git a/afb_Arab/.gitattributes b/afb_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/afb_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/afb_Arab/data-00000-of-00001.arrow b/afb_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..30c9d75cadd33a49542ccebc84a58154dffbff3d --- /dev/null +++ b/afb_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de75b73a27265498f3c1772cc15c18bb782eb71c9b6185f3892ed9e27f04e3dd +size 15963584 diff --git a/afb_Arab/dataset_info.json b/afb_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0dc58a79801b5a7a20da1896a9a00fcbc1fbc4e9 --- /dev/null +++ b/afb_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b15d6aeb94b097fc4fff25cf7b00dc7f88a086ef56d00ef6b5d7a31974a519 +size 1112 diff --git a/afb_Arab/state.json b/afb_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a569cd2da2dc7b7c5ece7f5c54929ad624605cb8 --- /dev/null +++ b/afb_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7707594651f1ae37bda8723096269adbeb647e2e11711f6953bdcb64ee11a75 +size 247 diff --git a/afr_Latn/.gitattributes b/afr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/afr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/afr_Latn/data-00000-of-00013.arrow b/afr_Latn/data-00000-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..333e4dd13ad56055d10173806d635a7629ad26df --- /dev/null +++ b/afr_Latn/data-00000-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07992a31532a260630d7c0511bd1b958359812e41b1f2eccf5d0cec381db32ca +size 1342972664 diff --git a/afr_Latn/data-00001-of-00013.arrow b/afr_Latn/data-00001-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8e4bf37d4f69c31b7dbc42ec1fbc5364200ab730 --- /dev/null +++ b/afr_Latn/data-00001-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b25eb1314014fdb706938e8633b90e87a11e04e465cce5513f2003f83fa7d6c +size 1461443072 diff --git a/afr_Latn/data-00002-of-00013.arrow b/afr_Latn/data-00002-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3299a5a2c0513e6c8833655b1ac4b66c6824b64c --- /dev/null +++ b/afr_Latn/data-00002-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11a3a442fa8aa1047b33df548018ae513a3fe432d0845ee8da87f21f8391ac9 +size 740023528 diff --git a/afr_Latn/data-00003-of-00013.arrow b/afr_Latn/data-00003-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6b53f888eae051faa689f336c5159f3197dc8f14 --- /dev/null +++ b/afr_Latn/data-00003-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08664d89b3149faad62ec0d42cc0e73e5ac1f49582dfc65de3c6277b75a5fc9 +size 130966624 diff --git a/afr_Latn/data-00004-of-00013.arrow b/afr_Latn/data-00004-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0f366b7df250509471f9387b28316ef59a5e9874 --- /dev/null +++ b/afr_Latn/data-00004-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216be6979e2c30151d07dbbd33dab8ebf7f0fdfab7aaa7d651b5dca20b004515 +size 131364968 diff --git a/afr_Latn/data-00005-of-00013.arrow b/afr_Latn/data-00005-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b11d6eb6873b850b69dd08babc048e961780bbb7 --- /dev/null +++ b/afr_Latn/data-00005-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082284fe85c355582d24a0aab0eeec934d72dc47a5c54e2eea507c021962c40c +size 131409840 diff --git a/afr_Latn/data-00006-of-00013.arrow b/afr_Latn/data-00006-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b0fedfb2335a78cf96d98ea4937b5d5ae3805c4f --- /dev/null +++ b/afr_Latn/data-00006-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201d737bb3a1245d970377122506b018cd9abc655ec2e812f1a962f98d0edbfb +size 130719712 diff --git a/afr_Latn/data-00007-of-00013.arrow b/afr_Latn/data-00007-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d476eb0c41b323201bc037dfe2006ed8e259ce6 --- /dev/null +++ b/afr_Latn/data-00007-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5d737bf21564959f95d2bdd48da6ced597f11acee2d3ba6bfa3552530fb600 +size 131459984 diff --git a/afr_Latn/data-00008-of-00013.arrow b/afr_Latn/data-00008-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f57fce2aaf383cc88954420d4b75ed2bbf1f1897 --- /dev/null +++ b/afr_Latn/data-00008-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2db9f2ffdc37e4208d82aa6c35c67c9d274ba4d17e6d9a79b57a404a882153 +size 129666184 diff --git a/afr_Latn/data-00009-of-00013.arrow b/afr_Latn/data-00009-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f8a81618d2ddfd9f3ffec5d135f06d2aed27f826 --- /dev/null +++ b/afr_Latn/data-00009-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54d6dd29628dbc515f32fa14596b6838e08c3b021615186d3184d3c460bac35 +size 132035240 diff --git a/afr_Latn/data-00010-of-00013.arrow b/afr_Latn/data-00010-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..be2bc8303380af5dc20e0a594f1138cb40e30065 --- /dev/null +++ b/afr_Latn/data-00010-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d709e9db096a9fba3a5e4ae45a919a85a0c886bcc5e9f797484b64109fd5c7 +size 131491176 diff --git a/afr_Latn/data-00011-of-00013.arrow b/afr_Latn/data-00011-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d8455ded52c407d210eea5a83caeb47fe54582b7 --- /dev/null +++ b/afr_Latn/data-00011-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a18535b4352fe78fda66c1309f1be17ad4924ad9018544ce24fcd73b50adde +size 530713120 diff --git a/afr_Latn/data-00012-of-00013.arrow b/afr_Latn/data-00012-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2e3d8f559ce0ac9b43df14fba5053c2224b8342c --- /dev/null +++ b/afr_Latn/data-00012-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba3c7858c6253847e12d8087ebc3a8c6772118bc47f4c482cadf92740d067b1 +size 1367582472 diff --git a/afr_Latn/dataset_info.json b/afr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..51a0d049a91a548685b0355a2f28731b8a1464d3 --- /dev/null +++ b/afr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e261a6c661ca35e854a53a80426d48aa7133c0d4315065a71daf01f652a5314 +size 1561 diff --git a/afr_Latn/state.json b/afr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e0ef2fc2e068c64c72a646760a69e96b8a7f41a4 --- /dev/null +++ b/afr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9b6b8aec371f36833658eef64cdc560e5b19896d69db48eed9eb60080a23d0 +size 955 diff --git a/agq_Latn/.gitattributes b/agq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/agq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/agq_Latn/data-00000-of-00001.arrow b/agq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..145522f51a33f5e081ed1ec3a8a64fe2d06cfcdb --- /dev/null +++ b/agq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490b6898f4a6e1fc40a42ca0c42f9e4e3342f5b9eb4ba107fa34581c80d4c902 +size 4768 diff --git a/agq_Latn/dataset_info.json b/agq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4d05335446db38ad365031f1c38b046eaa9bb76c --- /dev/null +++ b/agq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06058154dccda69f9b24e87a3a2525c9fcdff49457b97aaa32681697cb0c3dda +size 1087 diff --git a/agq_Latn/state.json b/agq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..58286eff57d3fc52bc2b5729c0d15aee267f965a --- /dev/null +++ b/agq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb52ce87b77f25516e1578c9851e7a9459a003c5b42081656df300956f0925b +size 250 diff --git a/agr_Latn/.gitattributes b/agr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/agr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/agr_Latn/data-00000-of-00001.arrow b/agr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..00a7936c91367a99d9f7ee7609aa0f87cb0dba98 --- /dev/null +++ b/agr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9a4bf9b7d90fa1bf4079c323b036ac5192582631c7ffa3833853334e853747 +size 570840 diff --git a/agr_Latn/dataset_info.json b/agr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..874360962d7cc864b5e808a39279a555e6506816 --- /dev/null +++ b/agr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cda784a85954a846cb8d43bad2261266eaed7acb5ae321a99584bc889a6d18 +size 1099 diff --git a/agr_Latn/state.json b/agr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7c68fbe980f8a255a18878eb9ded402a3177394f --- /dev/null +++ b/agr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7053178b5cba4fa9f8848fa8d3188f8f5b09e5fc87b60276c384c533dec90fdb +size 247 diff --git a/ags_Latn/.gitattributes b/ags_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ags_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ags_Latn/data-00000-of-00001.arrow b/ags_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..21713e09c77965cf07e7d7c9e44974ac48c0faa4 --- /dev/null +++ b/ags_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc53ec1169c466d5e398b28c76b2ff9f941274edee471e701d6de9b44f0c2573 +size 4352 diff --git a/ags_Latn/dataset_info.json b/ags_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b2f62edd8bb853e1786efd91e6409a0a57b8c77d --- /dev/null +++ b/ags_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ddcd7d333bdc61d45a18478004b8247470426905df4bc7c39d68bf3576b040 +size 1087 diff --git a/ags_Latn/state.json b/ags_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..de47feb75bc5cf2ac5fff163534ee5f5b6f9ab7a --- /dev/null +++ b/ags_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4db0e4653b709df9e73fd66440ac8bc065136a1b38c55876abb0a896877bbc8 +size 250 diff --git a/ahk_Latn/.gitattributes b/ahk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ahk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ahk_Latn/data-00000-of-00001.arrow b/ahk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..efe095e78673564c65125b4fe754dfc41b763db5 --- /dev/null +++ b/ahk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dabe7e7f4e7e98c1e2930de9c2c7163c5bb3d930e92b15c7ab1309a2e192d45 +size 1230288 diff --git a/ahk_Latn/dataset_info.json b/ahk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f6193a7e9f2920925debeddad1066f0327501ebd --- /dev/null +++ b/ahk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719317a208490b6a4c691c83542b3a568c1f46c112245b8de18c322689928f58 +size 1105 diff --git a/ahk_Latn/state.json b/ahk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b9cd57ea09305670d6798db39926bc608037b005 --- /dev/null +++ b/ahk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda10c01705847c5db904c90b8ba22cb481cdf87dab02084057eaf79f8639874 +size 247 diff --git a/aia_Latn/.gitattributes b/aia_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aia_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aia_Latn/data-00000-of-00001.arrow b/aia_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..09838d7d51d9a381ac217a78214e7ee28424e898 --- /dev/null +++ b/aia_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67402c13bf2cf20a1f9293852d365d47c392e7401b09dfdce7e7df753fccffe5 +size 2576 diff --git a/aia_Latn/dataset_info.json b/aia_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e9dad20c1f8e8771cdd4d3d0d5d8aaeb6ae55be4 --- /dev/null +++ b/aia_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0536b794acadb07c1db7850564a8573053911105ca21d979d318eff5e2ea06 +size 1087 diff --git a/aia_Latn/state.json b/aia_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..562d3d421af88476d1abc317274555bf2f505e60 --- /dev/null +++ b/aia_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccf57b9c60c8eca4e1cdf5db735d24124c810f308cd004fafef003c8b142cbd +size 250 diff --git a/ajp_Arab/.gitattributes b/ajp_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ajp_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ajp_Arab/data-00000-of-00001.arrow b/ajp_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..12bf2e96be5bd1526d84abebb0f3ea35977a90fc --- /dev/null +++ b/ajp_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f76b917cb2c3260538a0f6c1c760229f0dcc0cf8f3767b3f29ed0075e7f3488 +size 9700712 diff --git a/ajp_Arab/dataset_info.json b/ajp_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e12dd03a723e9c85a332ddfedc7915b186c43671 --- /dev/null +++ b/ajp_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0f9b8e3c0d5bafa6a040b862633316219aad5c2202aa9a912f5d412f31062a +size 1111 diff --git a/ajp_Arab/state.json b/ajp_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b7f214fd7a9e644fee590c98dddda919edc1d55c --- /dev/null +++ b/ajp_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8547cdf5b8b018907017e671018b7e00b695df808fb912623d985845e1c344f +size 247 diff --git a/ajz_Latn/.gitattributes b/ajz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ajz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ajz_Latn/data-00000-of-00001.arrow b/ajz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d1c8e6f220baa787fc9de1da2f3588f4e7ae1e6e --- /dev/null +++ b/ajz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b49addab401006aab09a615dbae79801b246d5e7a2b039d03dc6f6b02c76a9 +size 3840 diff --git a/ajz_Latn/dataset_info.json b/ajz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..23f5dcc24bb80811fdab38a6efd7cd2baabaf2a8 --- /dev/null +++ b/ajz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f707190e4a7a1a0fd556a12f6e8b4d0219a16cd1300c7af4ff2f1e5012d7da1d +size 1087 diff --git a/ajz_Latn/state.json b/ajz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..83aa803beec38994e778cd45956aa5f930fe965e --- /dev/null +++ b/ajz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c191707338d4a1db5a019590c542b1fd01dfc33d934c72d9870c366fac06b3 +size 247 diff --git a/aka_Latn/.gitattributes b/aka_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aka_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aka_Latn/data-00000-of-00001.arrow b/aka_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..896ce3ff147ff8128d3e7e049366fd2d4570ee76 --- /dev/null +++ b/aka_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc827fdecc4c5ea3e78dcd6595cc39019c84cb36f5eabc7c5d529351c35ce73b +size 28186696 diff --git a/aka_Latn/dataset_info.json b/aka_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..622852e95082eec4d3b028d6422fb097d722d41a --- /dev/null +++ b/aka_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ea4806ad77f6daa98e64e03d4a99366746c17338d686d3ddf25aa0d24c34ad +size 1111 diff --git a/aka_Latn/state.json b/aka_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5721a5da89f4e4d32de2aa555403e992f29aa23d --- /dev/null +++ b/aka_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1268a2fd96dc0c820557004e9c4363dba6b146a0c0fbc445c1e086af8089c2e7 +size 247 diff --git a/akb_Latn/.gitattributes b/akb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/akb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/akb_Latn/data-00000-of-00001.arrow b/akb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..850a6dc98bdd9247790fca7a609c7365c9a426c8 --- /dev/null +++ b/akb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336c2306c9f9e88e18852de00af8e7b23efedc1c704933afb994d92a5150fdf1 +size 320296 diff --git a/akb_Latn/dataset_info.json b/akb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..819e13ce5c93684c56294ab78b1f1aa56bde170f --- /dev/null +++ b/akb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f03d68a8fa3295a57659da0a5a01ed9ee25cdd3d515ced6f5b7e28e83a459d +size 1098 diff --git a/akb_Latn/state.json b/akb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fa83e81813dd1eea94481aa7bb963de9cdd88af8 --- /dev/null +++ b/akb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d745081f00c8cd530addbe268a967342bc244e51c59476c71b073fa90c29542e +size 247 diff --git a/aln_Latn/.gitattributes b/aln_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aln_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aln_Latn/data-00000-of-00001.arrow b/aln_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c02960483be7a25bf8fd381ecb0a9d886cf1a40a --- /dev/null +++ b/aln_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dabad677013d9b6fa916f76043bcb061b3a6306a2337ad796f59e12e74952b +size 5786416 diff --git a/aln_Latn/dataset_info.json b/aln_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ef77d1437a28c8df9112e3d7987bd896efdcdb69 --- /dev/null +++ b/aln_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e4d0811b19e72b2f627668f1ca374d7a81965e20c9e8b964f1a989d9d54474 +size 1107 diff --git a/aln_Latn/state.json b/aln_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d0eab274b3687086d964db20aa69484555b480d1 --- /dev/null +++ b/aln_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97c75eb95e47e5c5f704a0fbae1d4c30b23dc9bed113d091d950b44f713217d +size 247 diff --git a/als_Latn/.gitattributes b/als_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/als_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/als_Latn/data-00000-of-00002.arrow b/als_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ba180f6f89d0060bdeee7c74a0d7bc08867d7d6b --- /dev/null +++ b/als_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71dd1e6162f386abf3557e90ca93bf49db5a5d38177869b647abb2646190dcd3 +size 274362328 diff --git a/als_Latn/data-00001-of-00002.arrow b/als_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1d50adb99d19e8f69602556d96f56f030effee8b --- /dev/null +++ b/als_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5c7350d22865453c2837c163ebfb9bd1879dce8567f290d071163b8d01f5e3 +size 353217272 diff --git a/als_Latn/dataset_info.json b/als_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d40734ad0970e3d11701555a5ba2fcc12f599cd6 --- /dev/null +++ b/als_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f13fd1c35ccab074d7948b2b8ccdd25a06bfe097e11cb29f2eefa83d7d6fb3c +size 1185 diff --git a/als_Latn/state.json b/als_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..45a0e9458ae51a6809c8089de408c2f2ec2dcf9a --- /dev/null +++ b/als_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad7dec7342f53f428825102ba49320e22c3e71571996dfe42af7f9faf6fd3b9 +size 306 diff --git a/alt_Cyrl/.gitattributes b/alt_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/alt_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/alt_Cyrl/data-00000-of-00001.arrow b/alt_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..14e698acf13c8288c06adb07b6982d0b71aeac74 --- /dev/null +++ b/alt_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61859bc932555f3e24eb1423dbdb7701a0770f280cc93be2dce31ca04c60e494 +size 27803104 diff --git a/alt_Cyrl/dataset_info.json b/alt_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..534829538f52cbf251ee2809ba65f1bd11085703 --- /dev/null +++ b/alt_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8d4a67b7d3ad4d9546fbcbaf5388ac96d35d7114a9c8d969cd54931ab65d0d +size 1111 diff --git a/alt_Cyrl/state.json b/alt_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a5c41bb36ffd601064f181ab3f96e86fad6a3b1b --- /dev/null +++ b/alt_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf8a67447f4c79bbfa26b72f7b6ece65617cf46cec36072f2899150aa2e2608 +size 247 diff --git a/alz_Latn/.gitattributes b/alz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/alz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/alz_Latn/data-00000-of-00001.arrow b/alz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b1d95be37aabc181a91b866edb0994c6125fdb6f --- /dev/null +++ b/alz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e924a082822ccf5604be9fc9549bfcb0b3f97d46d194c10f5921c679c138672 +size 1502608 diff --git a/alz_Latn/dataset_info.json b/alz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..33e15ead5c2a2a74f964ea86217573a3cf9efb9a --- /dev/null +++ b/alz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f5f2c496bbdc52b4d0b247a71ca40e9506fbe1f499bca577417f8f28f16cbf +size 1104 diff --git a/alz_Latn/state.json b/alz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3aef833fb0c02bbe9d9ffea882c8b37820d27777 --- /dev/null +++ b/alz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f741a39fd69c5f901c3827ba35fdf8e41aaafc8032aefd46c5adfead7fcd10e +size 247 diff --git a/ame_Latn/.gitattributes b/ame_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ame_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ame_Latn/data-00000-of-00001.arrow b/ame_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3596536d51ef8be35d0ad220e89dc278c4357eec --- /dev/null +++ b/ame_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71049d906caead889b39ed82024b902e57d26d4359b6bda1a3401ca373b60692 +size 937456 diff --git a/ame_Latn/dataset_info.json b/ame_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fc776885db3ded68f4439809845e816284865bdd --- /dev/null +++ b/ame_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ec101e78553804af7b736b34584d967689726873be441f065f134e6fe78abe +size 1106 diff --git a/ame_Latn/state.json b/ame_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..97a77bbbb1041b8a224af404bfe39e651b89750b --- /dev/null +++ b/ame_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bcd6b135601a61908cb1b15a9adad601c79512a1c5a54dadc017e6d5fb2246 +size 247 diff --git a/amh_Ethi/.gitattributes b/amh_Ethi/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/amh_Ethi/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/amh_Ethi/data-00000-of-00009.arrow b/amh_Ethi/data-00000-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fcc78b90d1f3fa4fd99556dbe71b27abef55ec0a --- /dev/null +++ b/amh_Ethi/data-00000-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c6271d8f7db5c6b58ab03f8d6ff26896dc45d0947a8e783e498731049c2493 +size 150301200 diff --git a/amh_Ethi/data-00001-of-00009.arrow b/amh_Ethi/data-00001-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..93c316856a95db34b8249f7f3bd3b2a534b9fb89 --- /dev/null +++ b/amh_Ethi/data-00001-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcefe31244da7c52f617f234fe4d22ad596683c82a2c313b81cb6a1f27e7ca54 +size 441580288 diff --git a/amh_Ethi/data-00002-of-00009.arrow b/amh_Ethi/data-00002-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..01605e2081da4e790a7d528965e7094097cb8999 --- /dev/null +++ b/amh_Ethi/data-00002-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f4e4dab9218c61d37e699f6c3413a3724beb680d83168474aa9c62bd75708e +size 685378544 diff --git a/amh_Ethi/data-00003-of-00009.arrow b/amh_Ethi/data-00003-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a82afea6598b666a8ebcc117dd29bb52492dfe4a --- /dev/null +++ b/amh_Ethi/data-00003-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c18a11ea0759c99d1566122e8d8b5bbbf5139566f1890e38165af04659e4d5d +size 196842288 diff --git a/amh_Ethi/data-00004-of-00009.arrow b/amh_Ethi/data-00004-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ecafe8845de8d01bf3daf353f84593c7e65fc081 --- /dev/null +++ b/amh_Ethi/data-00004-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ace1df2ef922b20ded77962d013e7912f9c114269ce7cf3737321d4b800821 +size 196228304 diff --git a/amh_Ethi/data-00005-of-00009.arrow b/amh_Ethi/data-00005-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a20529f67317b726ae02b270a3ae532aaa465d45 --- /dev/null +++ b/amh_Ethi/data-00005-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61603a526e45f34b083931bcf1096cce049a8a6d177b68d119c466d0622b8d78 +size 196176712 diff --git a/amh_Ethi/data-00006-of-00009.arrow b/amh_Ethi/data-00006-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3c9e5a581df13ad8924a44939b9164712d8c6ecb --- /dev/null +++ b/amh_Ethi/data-00006-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b5967802c950e3d11547365d7332b47917cbdeb2b2ee5e2000edc691fa96aa +size 195606096 diff --git a/amh_Ethi/data-00007-of-00009.arrow b/amh_Ethi/data-00007-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d93d60df23b8b7f43d8b2b9fd6aff9c092107d99 --- /dev/null +++ b/amh_Ethi/data-00007-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa53cef9db4f2d1977c7eea0b62b11782f9240ea9eaf28f2a042ec267ed3b0e2 +size 195806104 diff --git a/amh_Ethi/data-00008-of-00009.arrow b/amh_Ethi/data-00008-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7c4d6182cc83bff6c452ef26f56b3d0094a642b --- /dev/null +++ b/amh_Ethi/data-00008-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a57823b0efb63125506e694ec98791fce2c66dd5d2bc4f236bb8b2d54de0a7 +size 2061951624 diff --git a/amh_Ethi/dataset_info.json b/amh_Ethi/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e7a2255929ec87cd4c502ca1aa929d8063c10f24 --- /dev/null +++ b/amh_Ethi/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14de1916c223a5f2c335aced3b8a022da3f996da4d647349b9dba91d111f59c6 +size 1392 diff --git a/amh_Ethi/state.json b/amh_Ethi/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f161647c0647053f22b339a0e6a6d83cb59fbaa7 --- /dev/null +++ b/amh_Ethi/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009436eebe130f8362cd81d29d647d413c7d3e2abdf47571013e773fdad91429 +size 719 diff --git a/ami_Latn/.gitattributes b/ami_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ami_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ami_Latn/data-00000-of-00001.arrow b/ami_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c31af6d3e12fcef15418c7617a3270b83b23b606 --- /dev/null +++ b/ami_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62ec4f0b61ba0e80b7e83a9cad08afa33369593969fed53aa06be5ff098f196 +size 4247576 diff --git a/ami_Latn/dataset_info.json b/ami_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..570a62a1a5fb5ad32e0dc95b209422e2e1a7084d --- /dev/null +++ b/ami_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8524a36bbc0f1b2a2c93952edbec235d6a1ed0f33e6c191f083cef06bd248f0e +size 1105 diff --git a/ami_Latn/state.json b/ami_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c5ba576cf6d74fc081bdfa04f6b9e7040dd9ab90 --- /dev/null +++ b/ami_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5101fb51bcb6c93ede2aa0d2f7d0d4745f14ae9bca352e5935871931524b06be +size 247 diff --git a/amp_Latn/.gitattributes b/amp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/amp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/amp_Latn/data-00000-of-00001.arrow b/amp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6715a907f34fee0cbdabc4810f2929cc2448d295 --- /dev/null +++ b/amp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246baf5d1e48e7533adee7405269be1bc08074807a296988fe415f8d2e663777 +size 5040 diff --git a/amp_Latn/dataset_info.json b/amp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7c7dcfccd1e77656ee627c4e629947a08e4edd86 --- /dev/null +++ b/amp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47b1ccc2e7d57221605066296d6e41dfa640db4affdd6be34c51f77773dfaf3 +size 1087 diff --git a/amp_Latn/state.json b/amp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d5f0808d9678e3ff42c9e04ee1e2d6369069f439 --- /dev/null +++ b/amp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36073f9eefb4ebf82745a2d27a03b2106a14a8721eb0d36df8b0d931d6b35f56 +size 247 diff --git a/amu_Latn/.gitattributes b/amu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/amu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/amu_Latn/data-00000-of-00001.arrow b/amu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e86ee46c1608a0b4b9492b0e7800d06018f2f1b8 --- /dev/null +++ b/amu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c729ea8508214d1219e5746d447f7d606ba411c6cdef5ba65db6a7c1757fb141 +size 3892768 diff --git a/amu_Latn/dataset_info.json b/amu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..628f9f55819b08e3dd22aced7d3455de50492a84 --- /dev/null +++ b/amu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94777cc26931c22ed0be158af41352412d014fe473e77da82f97983094b033a4 +size 1104 diff --git a/amu_Latn/state.json b/amu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..699c04dc16fd4d1295649fcc6a93102593d7472a --- /dev/null +++ b/amu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be31e4f50693b7feaff28d2761c2c7a57f44266dcf743ea97d29b4d8c8b19751 +size 247 diff --git a/ang_Latn/.gitattributes b/ang_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ang_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ang_Latn/data-00000-of-00001.arrow b/ang_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..159fcd5304dc411b1792296ab825768797ffa01f --- /dev/null +++ b/ang_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7367da25933f8a924060bfe8c17fa43cbf034c4e4a4f22bb4122be860c9fe20c +size 11991080 diff --git a/ang_Latn/dataset_info.json b/ang_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d7097f160e4fce12eacf0244b6a7abc3be9159d0 --- /dev/null +++ b/ang_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ee8f2d0ae80e23c2e211dce6670b068e3499b7e60e6da4f25f7281099418e0 +size 1110 diff --git a/ang_Latn/state.json b/ang_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c6c614114d69fb225e5ce3a27172598ec75a7df6 --- /dev/null +++ b/ang_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8b630c2fa1830beb255375d80395c38d93a8b9c84ac67442e5f00a177b8466 +size 247 diff --git a/ang_Runr/.gitattributes b/ang_Runr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ang_Runr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ang_Runr/data-00000-of-00001.arrow b/ang_Runr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0956b5a286c8918f5af8c9f95c8ad1cbafe3e00a --- /dev/null +++ b/ang_Runr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ae434484c9ae3051418ec9c43ce81397c9c788dc6bd92241642348912e8693 +size 34776 diff --git a/ang_Runr/dataset_info.json b/ang_Runr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b54121b8f2b2018f13d9e53902039e751e57f786 --- /dev/null +++ b/ang_Runr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb09311f34b85d1635ed799d334d10b96878e70cd61133fe24080a1c0560c96 +size 1092 diff --git a/ang_Runr/state.json b/ang_Runr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f8fdc573d5b1474912c315b2c9bd7d7d5c2c748f --- /dev/null +++ b/ang_Runr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2690c1c557289ed265af9298c7e3ac51381f483f7074f9b96a20767be1e64535 +size 247 diff --git a/ann_Latn/.gitattributes b/ann_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ann_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ann_Latn/data-00000-of-00001.arrow b/ann_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b6bb12f25c191bcd7db62424bee3e5efbaba1d3d --- /dev/null +++ b/ann_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dcfbc3b3d34819a3b20c9c378e4dbb8b60834b07df63f69d6844b77bd52653 +size 242784 diff --git a/ann_Latn/dataset_info.json b/ann_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..19be2dced481c9a06f10b97a1cb72a9bb8fabbcc --- /dev/null +++ b/ann_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb9d7322e727f15e304c0d31db9015aac1136553867ac39cea3c03ef34647d5 +size 1098 diff --git a/ann_Latn/state.json b/ann_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4adb72a0d8b65e144e0aa9574de53245ae38d988 --- /dev/null +++ b/ann_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5be0f02bb97130804781ad19cfc126acf89095772c8a0a02b927c073f436d3 +size 247 diff --git a/anp_Deva/.gitattributes b/anp_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/anp_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/anp_Deva/data-00000-of-00001.arrow b/anp_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d536dc6ed183f705a8cef957304bba5e1bf5f7c5 --- /dev/null +++ b/anp_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42bb8f4f4c50d8064637651e0872f60b5048b9b1176ae8f6d36d570d9485a92 +size 5519712 diff --git a/anp_Deva/dataset_info.json b/anp_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6756a0d6b1c09a5b1915e867c4cfefeff29411b6 --- /dev/null +++ b/anp_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac30bc248edc904215c625af6f742403ed22dad0caea1b34dec7d15154116e51 +size 1106 diff --git a/anp_Deva/state.json b/anp_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e4da1e4c1943daa9d65b919a4474e3fcaaa0d4b4 --- /dev/null +++ b/anp_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff806c7bcbc2b950358965adf3de06d192ead89f8758342abc0c0773f3f300a5 +size 247 diff --git a/anp_Latn/.gitattributes b/anp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/anp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/anp_Latn/data-00000-of-00001.arrow b/anp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1f097c7faa74ad2dd8842f2efe537f85de04300a --- /dev/null +++ b/anp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669403f40356a114e5f69e3c57275488a90c77035dbc48789c7588afa7ff4154 +size 86304 diff --git a/anp_Latn/dataset_info.json b/anp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..822e62c6d05f72015448c517760b2f9f718cc415 --- /dev/null +++ b/anp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da32fefa889701fe99f9fb3d82a3bfd029c70a3e2cf443ace1f8d1e3ca2cc82 +size 1094 diff --git a/anp_Latn/state.json b/anp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b74286bcfbee65815563319a8004bd51aba9f28b --- /dev/null +++ b/anp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f6f1f11567f29cc09e60d867368e4d2b977bd548e276ebbfd8ffb0bef19efb +size 247 diff --git a/aoj_Latn/.gitattributes b/aoj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aoj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aoj_Latn/data-00000-of-00001.arrow b/aoj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ecfd55dfae7ba287d9aa58cc22911ca5671d393 --- /dev/null +++ b/aoj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc53aa8167332430f38be60c1a581e82f911b901aeea207c554b58f1623d3da8 +size 3913728 diff --git a/aoj_Latn/dataset_info.json b/aoj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b5d37dd1f4e2fc494162aa3db555e6afe41b56e0 --- /dev/null +++ b/aoj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b11a5782c50c7e9427932d527706d24eaf23397798b1e28ab4f42b767486fa +size 1106 diff --git a/aoj_Latn/state.json b/aoj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6e57d0feb8234b55c66be3e86c1101b418a0633b --- /dev/null +++ b/aoj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5892f7797d4c74d29683eba68bdcf6d3bb285ffdbd7468a0945c82dbafb4eb +size 247 diff --git a/apc_Arab/.gitattributes b/apc_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/apc_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/apc_Arab/data-00000-of-00001.arrow b/apc_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ce4b191eab0bc2f6a071f466eb2bc2191b87fdfc --- /dev/null +++ b/apc_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f14df44ad304d2c9c3567396b4dd6dc6677bc5402d74d0b033c9eee1eaed6a +size 8139440 diff --git a/apc_Arab/dataset_info.json b/apc_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..55537d2caf469d58032451186bd9f280c9278b39 --- /dev/null +++ b/apc_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8302ddccbdaadb5a7bd29bae6d18c3ae6b7277ace30499805448783468b8b2 +size 1111 diff --git a/apc_Arab/state.json b/apc_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0f6df35534fcb969e915ad29a7f75a81a89cf4a0 --- /dev/null +++ b/apc_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9761b2dbb7dfc4eaf8227dad5cea79b5e8ccf958fa5bceee789f01dd597ac90 +size 247 diff --git a/ape_Latn/.gitattributes b/ape_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ape_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ape_Latn/data-00000-of-00001.arrow b/ape_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f0068c679509bc851a27b2c135db6fb8a903400 --- /dev/null +++ b/ape_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef651429c36e9c46d9e8eb1b5218975ca1a404855333a18ee2bdde9cd8f14b6 +size 4770320 diff --git a/ape_Latn/dataset_info.json b/ape_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca1466e6df4c5576c51f7fbe2f6a7f45df12448 --- /dev/null +++ b/ape_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e714c14612fc45931dd39236f8ab70d0561de521044e7534aa1847e7f28b1812 +size 1105 diff --git a/ape_Latn/state.json b/ape_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f3a63ab83b2fbe2d251dd231b57d9feec003a363 --- /dev/null +++ b/ape_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3368f6544e8a93a7254531885e73e2d7bdc4b691bd76a60ddb330be1b99973 +size 247 diff --git a/aph_Deva/.gitattributes b/aph_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aph_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aph_Deva/data-00000-of-00001.arrow b/aph_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..020e772279e4a341e884935845dd61498fc75406 --- /dev/null +++ b/aph_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2c81c7b8564680dfef1a4b4b2d52c91492d382cd5a20a39f2816dd34d5a5e9 +size 243736 diff --git a/aph_Deva/dataset_info.json b/aph_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9ae1dbeb0d8ab62dbd9958174618bab003f1f9e2 --- /dev/null +++ b/aph_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21f610bd8dff3b68158fe8a9c9321694ba90503ada1c285b7ca41f72821f1c3 +size 1098 diff --git a/aph_Deva/state.json b/aph_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..beef5417e2d5090849bcd9de24b92075225f4a09 --- /dev/null +++ b/aph_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7856abd76cd94302afeb2cb4f241ca98350b1b81d262bf6aee7c80b7ada487c +size 247 diff --git a/ara_Arab/.gitattributes b/ara_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ara_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ara_Arab/data-00000-of-00008.arrow b/ara_Arab/data-00000-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a47f2bc85fff4cc326133a14f00cfd08126c0bf9 --- /dev/null +++ b/ara_Arab/data-00000-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b6610e5c1372d069adfec6ca62153fd0ebd2b95a8f721b96483892c7c9980d +size 576068392 diff --git a/ara_Arab/data-00001-of-00008.arrow b/ara_Arab/data-00001-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..788afeec4a9699fe28fe4e8b446da4610652b97e --- /dev/null +++ b/ara_Arab/data-00001-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92ed0ff7d3e8e417266f5cc9a619e80a6a7a4c193d3631b3b11f04cffd424dc +size 397233752 diff --git a/ara_Arab/data-00002-of-00008.arrow b/ara_Arab/data-00002-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d4af0e7fcb51835d1cc347daa24563fffa0dff84 --- /dev/null +++ b/ara_Arab/data-00002-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0f7e69bb4706adabca3204cd1d71f9c0a0f3ff83c3d6fe72bf237de3a6fd40 +size 291771760 diff --git a/ara_Arab/data-00003-of-00008.arrow b/ara_Arab/data-00003-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a7926ffee2d4256697d633fad64dbc2e2c8369f9 --- /dev/null +++ b/ara_Arab/data-00003-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8df58e4551117f87a60ef49e1e87174e68c8ca568f4a22a4debbeb73c9f1234 +size 450105384 diff --git a/ara_Arab/data-00004-of-00008.arrow b/ara_Arab/data-00004-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cedf61bc95745f0e7e2a25d9f14d299aa4cc18f8 --- /dev/null +++ b/ara_Arab/data-00004-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cb60defa45d99e789a86ff00a89ea7883f1058036f5a10d9b5decbc6bf1d9b +size 287680976 diff --git a/ara_Arab/data-00005-of-00008.arrow b/ara_Arab/data-00005-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a0b314e6ea95f1c51355bba8a93bff87eb6445a7 --- /dev/null +++ b/ara_Arab/data-00005-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d2d8bfcf6906f3291878a7bb0b84d035d2d58fe3ce4e210bdc2001dfd7d6cb +size 735841136 diff --git a/ara_Arab/data-00006-of-00008.arrow b/ara_Arab/data-00006-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..62e00b06e9dea394da1fbbb820182f88a5719656 --- /dev/null +++ b/ara_Arab/data-00006-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7715dcf7e5c3ce2e8261524b4fa7d9dae81c1f17011133e80d8576f61bb249fb +size 671818144 diff --git a/ara_Arab/data-00007-of-00008.arrow b/ara_Arab/data-00007-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b8dfd10e50afef36866c0c8ab0de7083ae31a233 --- /dev/null +++ b/ara_Arab/data-00007-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc897f1fcc76f74587363501cb62e9cc3689772eade2cc2d4510f94283087bb2 +size 446647280 diff --git a/ara_Arab/dataset_info.json b/ara_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a99a029f0882f848156252fef958dcfeb572e966 --- /dev/null +++ b/ara_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b958e7b4a289b17742af4cb6aaa5aa94870ae85c253cf0e95414c0136da6e2e5 +size 1312 diff --git a/ara_Arab/state.json b/ara_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..df6214d1a6dcacf5432716dc4462087a9f402577 --- /dev/null +++ b/ara_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad614ddd9358cfb5929fd0fb35cc0a72ba0dc4feba4217e1f945f570653bc8d1 +size 660 diff --git a/arb_Arab/.gitattributes b/arb_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/arb_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/arb_Arab/data-00000-of-00001.arrow b/arb_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..14bffa98ce6a5739d03b7b0f73ed0448b6a59dc1 --- /dev/null +++ b/arb_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed979d04e7faadb9d3ea366b977afc7c1fa015d586495701f92d373d31c5115 +size 2161336 diff --git a/arb_Arab/dataset_info.json b/arb_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..577d0725b65c8720a5bd5b1f5bdf7c925f0aabc0 --- /dev/null +++ b/arb_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41b5aa0abbdaffcc54bd719a072580aa5efa83138a0fd8db159cc89ee3477c4 +size 1105 diff --git a/arb_Arab/state.json b/arb_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f4b1379413e4af3c9d9a75aadcfc977c34654b83 --- /dev/null +++ b/arb_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5349fdf962db212232bac2b4b4f1c686775ca5f70229f70982dfccdbb7fd6df8 +size 247 diff --git a/arc_Latn/.gitattributes b/arc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/arc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/arc_Latn/data-00000-of-00001.arrow b/arc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..114032a1c5abb8c93881d43ebee32f5845361320 --- /dev/null +++ b/arc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeecda032c732d3ae8aaefdcc5519733af506fd87fbaeca83f3a6070f7785ddf +size 9936 diff --git a/arc_Latn/dataset_info.json b/arc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..642df7e6707c861691c99bd527dfaab0cf2049b4 --- /dev/null +++ b/arc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68505739dd605c1e9fe20ba6e5148a60cd3df1422e76e2aecc786172ea659490 +size 1093 diff --git a/arc_Latn/state.json b/arc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b10578c6e9cb578a725b1347e0c62cd7f6a223c6 --- /dev/null +++ b/arc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bd8848fa222d2d27b4bf6581af1409773b7e3d6222724691871679fdb11a76 +size 247 diff --git a/arc_Syrc/.gitattributes b/arc_Syrc/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/arc_Syrc/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/arc_Syrc/data-00000-of-00001.arrow b/arc_Syrc/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..94c6f356a3290c5946e3e4b4d4ff06a7ea7a7a38 --- /dev/null +++ b/arc_Syrc/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e1ec729533966df6088f5096f57cbdb77c95b593a9ebfda523d2e6d60a5042 +size 777896 diff --git a/arc_Syrc/dataset_info.json b/arc_Syrc/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..146eeec40be04d550788ab89ea8c05b44457eb8d --- /dev/null +++ b/arc_Syrc/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab62212e482f6f7294ee3eaccbe678a3fbf4283145d6e29d41765a875b1de9a +size 1101 diff --git a/arc_Syrc/state.json b/arc_Syrc/state.json new file mode 100644 index 0000000000000000000000000000000000000000..44649ccec77c89549f2dde961d56cb478fcb41b9 --- /dev/null +++ b/arc_Syrc/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4072a58b36adeab41beed5ce656af6fc295670555e830981d71115b70959465c +size 247 diff --git a/arg_Latn/.gitattributes b/arg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/arg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/arg_Latn/cache-1b4dcbd64cce0e90.arrow b/arg_Latn/cache-1b4dcbd64cce0e90.arrow new file mode 100644 index 0000000000000000000000000000000000000000..12cfedc59f4fe51e3a066d256e40e27455e6200c --- /dev/null +++ b/arg_Latn/cache-1b4dcbd64cce0e90.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f2c06fcf6377e48382e496b408bff216e53af55ed74fa21e5676bf6ef6b083 +size 1853360 diff --git a/arg_Latn/cache-4268e8c01fdc44e9.arrow b/arg_Latn/cache-4268e8c01fdc44e9.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c7c5a25f7aad736ff6947038d0ccc5acebfd3470 --- /dev/null +++ b/arg_Latn/cache-4268e8c01fdc44e9.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6b06bb29e1277ae2de2b1b6f350e2805e166b9fed1c8aa27f921f88318613e +size 2048 diff --git a/arg_Latn/cache-8e7291c528b52210.arrow b/arg_Latn/cache-8e7291c528b52210.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0b2dc5d7b1e86d59ec4d379af7fb414bcffc8674 --- /dev/null +++ b/arg_Latn/cache-8e7291c528b52210.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c936a92bab2ef1be6621ea03437ffa14b89849f2b9a88ecc51e72c65bf267fe2 +size 2048 diff --git a/arg_Latn/cache-f7ec191cd8ccde68.arrow b/arg_Latn/cache-f7ec191cd8ccde68.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2d2e575614263100b7e0c3b6e70bf79a27c5ea38 --- /dev/null +++ b/arg_Latn/cache-f7ec191cd8ccde68.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f001d11d8cd287c3d9b9c15c525717122e5baf4a93e99288b884dc10e77514 +size 1853360 diff --git a/arg_Latn/data-00000-of-00001.arrow b/arg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10fe5f2e59c29905e3a173c0b471042ac00fc443 --- /dev/null +++ b/arg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8d7c17561c33488f135dbab67ca3aa79445f38ec3d7694c428e10bd7471581 +size 106535448 diff --git a/arg_Latn/dataset_info.json b/arg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6fe3bb47f7428c01a55724b3b5672001feaeb3bb --- /dev/null +++ b/arg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e91110f690d892155ead3f72818eb55656be2ffdbc7cd9099d6d84e4eef894f +size 1117 diff --git a/arg_Latn/state.json b/arg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d0e22b98b042af41015e712e3e1a0fabedc3ab1c --- /dev/null +++ b/arg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00144f87d34e5a0b5578fcb07f47b831b972c982e08e8a2606fa5ba1143ce92 +size 247 diff --git a/arn_Latn/.gitattributes b/arn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/arn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/arn_Latn/data-00000-of-00001.arrow b/arn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7a93fdaf843f304e90b4b545c9b73e514cbfb34b --- /dev/null +++ b/arn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aee05dce620efe3749e58fe70d58d540b173a719f238308e6a23bccb3863a6a +size 5641384 diff --git a/arn_Latn/dataset_info.json b/arn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..54346603c822df01a01109b32617274ff91ebebe --- /dev/null +++ b/arn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309fa1b2732b3b9aaef74a18912c60a4137e41e3e51ea72db64e1b6eed30ec80 +size 1106 diff --git a/arn_Latn/state.json b/arn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d8b4221dba9178876249a29138d83a9c2c1db703 --- /dev/null +++ b/arn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7f60ce9597863a24a5a64742515b3f83110ae9ba69a034b9143779f31cd68b +size 247 diff --git a/ary_Arab/.gitattributes b/ary_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ary_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ary_Arab/data-00000-of-00001.arrow b/ary_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..381468ab05718479f06bc7bbf29beaa81517a3a4 --- /dev/null +++ b/ary_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f21ac55d6bf39c6af80f29149747f98a060123c4b068d008c7f2a6347eec28d +size 15587608 diff --git a/ary_Arab/dataset_info.json b/ary_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6348387b006b86548bba372e8a14d66430cd428b --- /dev/null +++ b/ary_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf1baa38b8279263d39e4f87095361e0ef39b58055d448e529f0f28984995f0 +size 1111 diff --git a/ary_Arab/state.json b/ary_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ce02e9629abc1bca7c950aac03c2998066065841 --- /dev/null +++ b/ary_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3373a4413f24eed456a5d0251159c586bec651f6ffe996f4ed324cc5ab06b2 +size 247 diff --git a/arz_Arab/.gitattributes b/arz_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/arz_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/arz_Arab/data-00000-of-00003.arrow b/arz_Arab/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0086594f5e33b2b37a241ffd517641c4503004ec --- /dev/null +++ b/arz_Arab/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342c3eb88c4d761b4e401a5d88131adbfd5ecbda630808bd615a9da410933674 +size 432985824 diff --git a/arz_Arab/data-00001-of-00003.arrow b/arz_Arab/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a3dcc524f79ba124e8d6ebbc4b9e53d635276fe5 --- /dev/null +++ b/arz_Arab/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad5ad8ef11d9fd5663219e609b32996babe663a27853e807d2dca2ece8dd08e +size 184007264 diff --git a/arz_Arab/data-00002-of-00003.arrow b/arz_Arab/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..67079f16429dacb111a7bc0b459d6225a3e3cc22 --- /dev/null +++ b/arz_Arab/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58507849edc0143a4ff400275243dd1b5a0b30aeea7027dfa9d29223cd50b7a5 +size 472253288 diff --git a/arz_Arab/dataset_info.json b/arz_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f82ecc7b982fd800dfb7562e07425cd99c684da9 --- /dev/null +++ b/arz_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f51c417703629ea6cbbc2a0ce380aed8fb53872256b701efcbafa72d6b14f73 +size 1221 diff --git a/arz_Arab/state.json b/arz_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a95fba3cb01957e26b17d71e841fa1caa71fa08a --- /dev/null +++ b/arz_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642cd48ad43c869691fd69ecc9d98843cc90f5b5eea7ab938000bce7da84feb3 +size 365 diff --git a/asm_Beng/.gitattributes b/asm_Beng/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/asm_Beng/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/asm_Beng/data-00000-of-00004.arrow b/asm_Beng/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..43d48a8611953db2e14502cabbbea46b5137012d --- /dev/null +++ b/asm_Beng/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa25304855466a09403cf4d8fc8135a55c8511534dbec6f5ed1da23003a9acd3 +size 210028584 diff --git a/asm_Beng/data-00001-of-00004.arrow b/asm_Beng/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..183d1649b05d1a41ab749361754016b34d27fc9b --- /dev/null +++ b/asm_Beng/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526bd819939dc591c79d5fcc8419ec8c679feebcf33e267e5c635e74ac37375c +size 202463288 diff --git a/asm_Beng/data-00002-of-00004.arrow b/asm_Beng/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f0a59fc40063512be1dff0094ce8a934607de153 --- /dev/null +++ b/asm_Beng/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeee9dfc6dbde67dcc984baa6f4a6d0f0a455a5ae5145bad21bbc36cb402c459 +size 201836016 diff --git a/asm_Beng/data-00003-of-00004.arrow b/asm_Beng/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e663ffac65bbc88a4064e534f3c805c42bf30d43 --- /dev/null +++ b/asm_Beng/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce8f3335e33f5c8a59a45494d8ca5fc7859f43348189f6a5c599a35013fad5b +size 968842192 diff --git a/asm_Beng/dataset_info.json b/asm_Beng/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e338e6d17bc35161ddc2df1ce14c5c7a7bb636d2 --- /dev/null +++ b/asm_Beng/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d792592b8a9a4439a2052241acba4e700f668d9e6c1dd6e85a111ee8b28aa4ae +size 1234 diff --git a/asm_Beng/state.json b/asm_Beng/state.json new file mode 100644 index 0000000000000000000000000000000000000000..643a3c814b8d79760090806ce405f4dbca6668e5 --- /dev/null +++ b/asm_Beng/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ab5ae23b4e2b7e6784af0903f09c0830c1e073e17e5087a5ee5e2cd739c5bf +size 424 diff --git a/ast_Latn/.gitattributes b/ast_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ast_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ast_Latn/data-00000-of-00002.arrow b/ast_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6af7207486fb030e013d545645422d9ed293164b --- /dev/null +++ b/ast_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b4fe1ccbcca46422f5a979b53b0879d7f23d5b5ead638a1db991eed2e167d5 +size 286874528 diff --git a/ast_Latn/data-00001-of-00002.arrow b/ast_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..62efb120f2591ef76d738609bfae71c30df734ce --- /dev/null +++ b/ast_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bdda7cb87c4681674675777c4d4b6d327fdaec6f1aab37938727307e79ff54 +size 701957392 diff --git a/ast_Latn/dataset_info.json b/ast_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ded2e675b4d6cb2797936e6683c1d9cf65315122 --- /dev/null +++ b/ast_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0385391560705051736fb2f4c7273a99c5ad678b541bcbace2e8bc8796b94a +size 1204 diff --git a/ast_Latn/state.json b/ast_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..97ef022d8d0ab1cc1f31b400be213eaad607acab --- /dev/null +++ b/ast_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b98cd119caac99777f45abd5494d2831f18674907ba2bdff0e879bd44f20c8 +size 306 diff --git a/atj_Latn/.gitattributes b/atj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/atj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/atj_Latn/data-00000-of-00001.arrow b/atj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..307815114a8b1f2ff9e45e6b77b7defb6f081239 --- /dev/null +++ b/atj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181711e89201d4e2613b9628cb6d21da460d9f17de5b3cadd683329847dea540 +size 974136 diff --git a/atj_Latn/dataset_info.json b/atj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2dc8030035d02fe09bc4403992c86b717aaad97e --- /dev/null +++ b/atj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507c19cf2e08cb257ef616a50a3d127bb2d655e286c1b095fbb5e12f88711fa8 +size 1105 diff --git a/atj_Latn/state.json b/atj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..695ee54312aed4f22d6ba49b0acd455039572836 --- /dev/null +++ b/atj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86e1cd4aaf3c4c4f8f25b5693a0c47fac59c20950008b45fbfa6f95add4c4c8 +size 247 diff --git a/ava_Cyrl/.gitattributes b/ava_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ava_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ava_Cyrl/data-00000-of-00001.arrow b/ava_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee7d1a2c8d9e5bbe81101ae581965cb5b163f12a --- /dev/null +++ b/ava_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62bb4da8d23e9ade3deba2399c73279e670821903edd229f20c5946a6fd6274 +size 60956888 diff --git a/ava_Cyrl/dataset_info.json b/ava_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2bccc0433b30a85c73daa3d3340c8084a3571683 --- /dev/null +++ b/ava_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29681c6c02c2722f528b018fc781f3cb8203a593b7413eb007c5758f30f8760e +size 1112 diff --git a/ava_Cyrl/state.json b/ava_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1317df33109fc091c03433cdb98fddef4ef168f7 --- /dev/null +++ b/ava_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3a24fb6422089ac82dcafd010a28a8827cc4dca682ce1df5466b6f1f4c01f3 +size 247 diff --git a/ava_Latn/.gitattributes b/ava_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ava_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ava_Latn/data-00000-of-00001.arrow b/ava_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5953beb07aba0568d2c0ad395f6623818357f0ba --- /dev/null +++ b/ava_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ab1833664749057663e02aba07ee512c4d65f1e4b449fd28cbc70c907d9b7a +size 190120 diff --git a/ava_Latn/dataset_info.json b/ava_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e54ca8376eaa389c2127e41d1327cad1684f3e39 --- /dev/null +++ b/ava_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bbb8d374a8dfe2f7c9fae08366d8706f38608e09246dd56d922ae861acee9b +size 1099 diff --git a/ava_Latn/state.json b/ava_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8d9a1461b7b0b610e8d16db07e52305780496594 --- /dev/null +++ b/ava_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caad9669ed0b988d78a965e3dd8144df05ee16dd12fac123c8d300493c2b48f +size 247 diff --git a/avk_Cyrl/.gitattributes b/avk_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/avk_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/avk_Cyrl/data-00000-of-00001.arrow b/avk_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fa2cb21bcdef1e3e7e9fbef02cea7100bc77fca6 --- /dev/null +++ b/avk_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222c3206db6601694e776eeb12ef8a54c57e5e5de5bb0ad17fbaf5eadcfee641 +size 12664 diff --git a/avk_Cyrl/dataset_info.json b/avk_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..71d88539a3e27fd1dcb4773e1d651baff6a58d63 --- /dev/null +++ b/avk_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc196d48f6ae3e1236113ac16d3adef29cb0b61314628485a653912166ce897 +size 1092 diff --git a/avk_Cyrl/state.json b/avk_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b69d3fc3d8d859953893bacb9635a9e507471fd2 --- /dev/null +++ b/avk_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61900aac8bc80a498c0600f6823bd310a4feaf181ee4bd88755154b0bc607b80 +size 247 diff --git a/avk_Latn/.gitattributes b/avk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/avk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/avk_Latn/data-00000-of-00001.arrow b/avk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f13f249872dedd0f683c4829eb71c0761524bace --- /dev/null +++ b/avk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74be192503665f55a4676e9cf6effcee76c1b9fd4fb3ac3efe4ec4af7a8e462 +size 11162472 diff --git a/avk_Latn/dataset_info.json b/avk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0c47a5a5a3a50a7e204fb9026389bd360e339509 --- /dev/null +++ b/avk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ef0383cbe9b1ee016f767dee6dcc52047c6fcc0b856bead179fe3a3f2f9b62 +size 1111 diff --git a/avk_Latn/state.json b/avk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dd4b4957eca4f078267c2548b768bd5ab9e6d687 --- /dev/null +++ b/avk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aaa0c990a9ec25244fb9b0829ea9e4f2f036445dcfd129196a0fdcf579b13ba +size 247 diff --git a/awa_Deva/.gitattributes b/awa_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/awa_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/awa_Deva/data-00000-of-00001.arrow b/awa_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..58152d63daec4d3e82dbac0624fb8c36abe01579 --- /dev/null +++ b/awa_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61829ca94a28439196e86f6e27ebeb93d9ac006168d3e50e24dd4589d602e845 +size 3176120 diff --git a/awa_Deva/dataset_info.json b/awa_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7a5773122d2f1e3714f69c7ea1ab488826594dc2 --- /dev/null +++ b/awa_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d109bdd3fba2bd13e03e9bd04dc7acedea5f796066bd6f4d096f19b4c82e1f0a +size 1106 diff --git a/awa_Deva/state.json b/awa_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..903c435ed5afcdb8aa4ebf9d9008f0d8c2fc1b76 --- /dev/null +++ b/awa_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8168a0bacabc7d356378e82dc8a2ba7a38e9dbe680db3a8af52f3c13562d2f08 +size 247 diff --git a/awa_Latn/.gitattributes b/awa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/awa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/awa_Latn/data-00000-of-00001.arrow b/awa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a37bf26a805f1056a429d6565cc33f6e03f34170 --- /dev/null +++ b/awa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2689e9d1d658386ed4b914425c88263a7270d94dc9861555ac4b415ac381ea29 +size 16288 diff --git a/awa_Latn/dataset_info.json b/awa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1923d72f0e6f0677a0329c6f2370c915dc6ae690 --- /dev/null +++ b/awa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2db3ed73d77618b8bf5f4085a21b1af1095b4ccbf14b05a69a6fba2a3a3669 +size 1093 diff --git a/awa_Latn/state.json b/awa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b3c20e02ecb14fdfd6da22e186d2119aa53b342c --- /dev/null +++ b/awa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b746f91fd95559bfc53d155316113c8f31080b9277039681562a7c2884b56777 +size 247 diff --git a/awb_Latn/.gitattributes b/awb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/awb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/awb_Latn/data-00000-of-00001.arrow b/awb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bd20df62ccfa14cacda23581f398509ee6024283 --- /dev/null +++ b/awb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae21a50bc36ac493f996aaa362a5f00501ae10310b4b663efc673ef8bb88d8d +size 2984 diff --git a/awb_Latn/dataset_info.json b/awb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2c78faed5e757ae03a28e69abfbaab396ae7aed2 --- /dev/null +++ b/awb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba3ec8c47f0daf0cd16d6d749debb29e79a22052a8177245eb85a3f4d362115 +size 1087 diff --git a/awb_Latn/state.json b/awb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1082322edb093282d5bce8b3d686e4738ad5b05f --- /dev/null +++ b/awb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee202b44191f91cd5f4064b6a2d7d8982b84bc86a908d8e7bbef4e1cc23ba42 +size 250 diff --git a/aym_Latn/.gitattributes b/aym_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aym_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aym_Latn/data-00000-of-00001.arrow b/aym_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b1120e4b08ea1a4309222c7d842d3ec3ae2033ae --- /dev/null +++ b/aym_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728b3385e71d9c843c253be00a2c1e75f6d6485d64887388a5cd34a2168f7e86 +size 19142184 diff --git a/aym_Latn/dataset_info.json b/aym_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c972a4b3b381a988129073bd0d7508a7cd8e59dd --- /dev/null +++ b/aym_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09ca24bed16082aab62610189546dc0e369684a1371b09d194643f993c554cd +size 1111 diff --git a/aym_Latn/state.json b/aym_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..995a2b0a98595e1d1de89b8d61e2d873481d7f92 --- /dev/null +++ b/aym_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a1a4c7ff4c4ee6fdae18b663df50983b9e09fed4cde2ad65c4048edf0759a2 +size 247 diff --git a/azb_Arab/.gitattributes b/azb_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/azb_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/azb_Arab/data-00000-of-00001.arrow b/azb_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d87e5c5ad8b9bf6394eac674d41507caf96e32da --- /dev/null +++ b/azb_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e22b2cda07568c961121ea26640aa1543de2eb9053ed175b1ecb89300697f56 +size 181352832 diff --git a/azb_Arab/dataset_info.json b/azb_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6b71cd88ac28d3e5e99ddb781e41f64e85051db6 --- /dev/null +++ b/azb_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f98d02456e41da9c9e605e6df594ed4a7c46fbaf7e03a2924b6a98cda320cb +size 1117 diff --git a/azb_Arab/state.json b/azb_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e3799794782522a3eb2e91ae5e14e04555c29b82 --- /dev/null +++ b/azb_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d171c29126823a3d21e8e230c8f15badb4308352f5d56af10b934cd7e4ade8 +size 247 diff --git a/aze_Arab/.gitattributes b/aze_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aze_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aze_Arab/data-00000-of-00001.arrow b/aze_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cec3b9cdadd328ad636cf1aeaba26c5303c94d12 --- /dev/null +++ b/aze_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def9ae2a922efd0ce3a7b0bcf6ff371d213ec0696f4f84744635a70ad938c472 +size 225475352 diff --git a/aze_Arab/dataset_info.json b/aze_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..165785797e0174f200afcc9eb17751b8e2d501e1 --- /dev/null +++ b/aze_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48a3ec9bf37b5ea52567e3416bcdc0c0ee83225063506e991b83791a6938d3c +size 1117 diff --git a/aze_Arab/state.json b/aze_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7b7973096775fd4aac797f9d31f5a9ff0fed0e7a --- /dev/null +++ b/aze_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0945eab96175ecddfb1b4080cab7bb96c6418902a0cba32dcaf3ecc1006c5fba +size 247 diff --git a/aze_Latn/.gitattributes b/aze_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/aze_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/aze_Latn/data-00000-of-00057.arrow b/aze_Latn/data-00000-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..977c13d129b5fffa04152e3f1147e583c0f4276e --- /dev/null +++ b/aze_Latn/data-00000-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359721c3792d99c6904c50ce4753002184bf0fe177abaa4a7932417932d0a5b1 +size 2449197120 diff --git a/aze_Latn/data-00001-of-00057.arrow b/aze_Latn/data-00001-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2a2c34da46b4f8a4642a084bf04fbd0eb2124827 --- /dev/null +++ b/aze_Latn/data-00001-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90196e47d527b7478418d317fff1328990ca749d5c1a967da92adacf6b82501d +size 1793469056 diff --git a/aze_Latn/data-00002-of-00057.arrow b/aze_Latn/data-00002-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7b3f17415e8ec0c2a97d5840bf82eb1645add04 --- /dev/null +++ b/aze_Latn/data-00002-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd481b1bac2d0498d6bf3e72526482bfbd77d2041145b9366a2904e70424493 +size 232083584 diff --git a/aze_Latn/data-00003-of-00057.arrow b/aze_Latn/data-00003-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee0f3be48ef3f65c40bff30e0158608e74cfc5f2 --- /dev/null +++ b/aze_Latn/data-00003-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5924812ff44ebf65e4c223203c95cd7ed391dcdb89adaae7b6acd982bd4e9a96 +size 232409256 diff --git a/aze_Latn/data-00004-of-00057.arrow b/aze_Latn/data-00004-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..281803a27db1532d51128abee27cad91d4fa7d65 --- /dev/null +++ b/aze_Latn/data-00004-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9568a53d5ee09bc76e07cc84ce724ee9fdf5bd51e86955e59800cde70b273e +size 232807488 diff --git a/aze_Latn/data-00005-of-00057.arrow b/aze_Latn/data-00005-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0abcec17e9dec01f057f3354d035d910a2907273 --- /dev/null +++ b/aze_Latn/data-00005-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995fb96162a47c017d28ff0244cec36315bc6ce7a16b1848fb3fa03edfe319f5 +size 232787864 diff --git a/aze_Latn/data-00006-of-00057.arrow b/aze_Latn/data-00006-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c80bf75139bfdf155b9b6dbb5ea335ed7bd66048 --- /dev/null +++ b/aze_Latn/data-00006-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8f554a06fb5380eec498fa893909d873de2b7d2729ae3d9e102f8520deccd2 +size 233343120 diff --git a/aze_Latn/data-00007-of-00057.arrow b/aze_Latn/data-00007-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1edeb77e827467419aef2001e44d99e325fe8418 --- /dev/null +++ b/aze_Latn/data-00007-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f581caf04de7390b13018596d071f35d2768541f01bff9ad47b49a94c81f7a4c +size 233950472 diff --git a/aze_Latn/data-00008-of-00057.arrow b/aze_Latn/data-00008-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d2cd55bca72464beb262b53750035c1c28f2ab52 --- /dev/null +++ b/aze_Latn/data-00008-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d55624d18a25cef2eea01e7a1ad6cd1adcdc5ab34f88943f49116cd1e1eecb +size 233422128 diff --git a/aze_Latn/data-00009-of-00057.arrow b/aze_Latn/data-00009-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7a289871356387e490c03c999935b2c8e93d1b33 --- /dev/null +++ b/aze_Latn/data-00009-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf9ae3ac33d44d10d548c8db1681993e01942bfa83c78c2ce73078fc96756ad +size 233437496 diff --git a/aze_Latn/data-00010-of-00057.arrow b/aze_Latn/data-00010-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b8d2395e20a82ac8621f0dc4705ecb4acbeee09d --- /dev/null +++ b/aze_Latn/data-00010-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81029aa5b26b58cf14c7c35ffa3c7f28d39fcc4a20bbd02703f235d5f4af534 +size 233607296 diff --git a/aze_Latn/data-00011-of-00057.arrow b/aze_Latn/data-00011-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..faf9883b2c3e4c0d0143786ec2a4bac9e8556b54 --- /dev/null +++ b/aze_Latn/data-00011-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64774ce86be1c1c84f549d3f1a6115bd5f44508f9def53ef4c28d86c310e2187 +size 233816336 diff --git a/aze_Latn/data-00012-of-00057.arrow b/aze_Latn/data-00012-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7dd72adefb8a8561d3fc9031c4e43b72bb08ecd --- /dev/null +++ b/aze_Latn/data-00012-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4199d3302bd4bcba8572f2f3de726f00de9601699b026c971c116764070af4 +size 234394528 diff --git a/aze_Latn/data-00013-of-00057.arrow b/aze_Latn/data-00013-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9b876c065f501cd556b84e8184ae2f3da5641246 --- /dev/null +++ b/aze_Latn/data-00013-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa2fb22456f4338569f49123e91828c6ee51437f36042531399c97b29b8debd +size 233681016 diff --git a/aze_Latn/data-00014-of-00057.arrow b/aze_Latn/data-00014-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ddbba07beb15ed13c26fbab155b5e561ca6b07f7 --- /dev/null +++ b/aze_Latn/data-00014-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac8d3fc43fb0714b7872c9a89772b8fc709c1e9571458d857abb7abceefdf3e +size 234559144 diff --git a/aze_Latn/data-00015-of-00057.arrow b/aze_Latn/data-00015-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..36a1f716e63fe36891d58721baaa5dd0266918f1 --- /dev/null +++ b/aze_Latn/data-00015-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae35798c2f7621290e5d214f9367429f7c944b5a3bbd929f63bfbc79e547333 +size 234533224 diff --git a/aze_Latn/data-00016-of-00057.arrow b/aze_Latn/data-00016-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cc7f16353cd267c03eede95730a2c3d8850aecb4 --- /dev/null +++ b/aze_Latn/data-00016-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404392c996bf643f676d921879742a133f59342e26af2eadab87d317c2dd37a3 +size 234513456 diff --git a/aze_Latn/data-00017-of-00057.arrow b/aze_Latn/data-00017-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7d241b9a72fca01d0db89d9ec65bd61d84387d27 --- /dev/null +++ b/aze_Latn/data-00017-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eeb5f2673c0f589bf123b248c2b737151eb567234c2c76ab5c37c9a1e5e275b +size 234689768 diff --git a/aze_Latn/data-00018-of-00057.arrow b/aze_Latn/data-00018-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..46da3be1c4ff856ddc2bb9ae774d1ae266155d99 --- /dev/null +++ b/aze_Latn/data-00018-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f93a1a2ca8a07a56aa5fdec03922616e26952ea9cffd5d649feb3fc2c892e7 +size 235192600 diff --git a/aze_Latn/data-00019-of-00057.arrow b/aze_Latn/data-00019-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c37f46f3cdae40c594477710f9c7aa533be666ce --- /dev/null +++ b/aze_Latn/data-00019-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c5d845a6398f894ba89fa2b3fc959c82d402e37f47759589ec2b95c7344df7 +size 234971408 diff --git a/aze_Latn/data-00020-of-00057.arrow b/aze_Latn/data-00020-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..90daf63b851f65d77bb7ac75990ff508831bf734 --- /dev/null +++ b/aze_Latn/data-00020-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609fe7bee8a87fd4ab25cb31954db245fa98df499f14fd142d51e217bd2ce318 +size 235438112 diff --git a/aze_Latn/data-00021-of-00057.arrow b/aze_Latn/data-00021-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..88477652ba70ba98598b8e0148bb7a80c8bf3956 --- /dev/null +++ b/aze_Latn/data-00021-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6cd0b024faaf58401fb4404f16a21b5b2303fa69705df808c55ec5ace18efe +size 235831928 diff --git a/aze_Latn/data-00022-of-00057.arrow b/aze_Latn/data-00022-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..75565fe2ea99b25442a86f22f2b149d4d7be671f --- /dev/null +++ b/aze_Latn/data-00022-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c6b544b3b282699f7e4babe70fad5f6a727daa0e221d36b65a4f97dc115549 +size 235210064 diff --git a/aze_Latn/data-00023-of-00057.arrow b/aze_Latn/data-00023-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..38d41593beaa625735a24b8141d0bce6974ab827 --- /dev/null +++ b/aze_Latn/data-00023-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c687514d626174e45d3bc9cacec31fa1915f5404a1f0dbb525bd6b589a2d33 +size 235593528 diff --git a/aze_Latn/data-00024-of-00057.arrow b/aze_Latn/data-00024-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..84971be6d05820e2c1fb00224c87d1a570d814bf --- /dev/null +++ b/aze_Latn/data-00024-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abde1708911082e635d31f08f3a25cb926e9d09e1faa232acd29959f858d585 +size 234723848 diff --git a/aze_Latn/data-00025-of-00057.arrow b/aze_Latn/data-00025-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..38bc7170619676f0b0de22149cceabba4a5b08ee --- /dev/null +++ b/aze_Latn/data-00025-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f182483ce2b0e76c805217c3d5f1b4ea273b7808998cfb90f9bbfcd81549cf16 +size 235050080 diff --git a/aze_Latn/data-00026-of-00057.arrow b/aze_Latn/data-00026-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..17305a662bc7eba1b3a9da102202e5c871e7dfcf --- /dev/null +++ b/aze_Latn/data-00026-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e383d24f7fd6f89683bf436e3e79bcc4aecb2740fd0f8627149b3f4bf202ad6d +size 235406608 diff --git a/aze_Latn/data-00027-of-00057.arrow b/aze_Latn/data-00027-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..078094f04e62733e78517cd20465625178042cff --- /dev/null +++ b/aze_Latn/data-00027-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5e5041f3744fbd06e53f043b5dfaa7e0a1a33f7149ccb6f54a5872018dc15c +size 235821544 diff --git a/aze_Latn/data-00028-of-00057.arrow b/aze_Latn/data-00028-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e9f6aafe8e522a006d5fe73f63e64a73784b368e --- /dev/null +++ b/aze_Latn/data-00028-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572f2e44c4f017aa40e6a6d891f917d5cd3f079785435f6c58b06f4f48c1afbf +size 235771656 diff --git a/aze_Latn/data-00029-of-00057.arrow b/aze_Latn/data-00029-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..85fba515d32bfa2cc497835de24ff2eb59ae10fb --- /dev/null +++ b/aze_Latn/data-00029-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb0a8998dd182d08d9d2705e22e9b10fa998529f114993be56b4d737602446d +size 236383992 diff --git a/aze_Latn/data-00030-of-00057.arrow b/aze_Latn/data-00030-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..505f285f23a6fbc6d61b525e3d6a7d126b21bbe9 --- /dev/null +++ b/aze_Latn/data-00030-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7076aedba68dfecadc3b034cbe84b0b6fce5aa27eaabdde9c5560cda2c891a +size 236247184 diff --git a/aze_Latn/data-00031-of-00057.arrow b/aze_Latn/data-00031-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2695d0b628a0a24b4b9e0925749790df3a76f9e5 --- /dev/null +++ b/aze_Latn/data-00031-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077069617b09e7a13cc44f06a7fc8e00755134ee26aeceb0cc1268364f2bad07 +size 237084104 diff --git a/aze_Latn/data-00032-of-00057.arrow b/aze_Latn/data-00032-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3a35eae761e2b5aa28923bfe6626d70d4ca4ed71 --- /dev/null +++ b/aze_Latn/data-00032-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bf5a315007f0ef4f278b5a3a66ff15267486c86f42951249cab05b1f9f2dfc +size 235280952 diff --git a/aze_Latn/data-00033-of-00057.arrow b/aze_Latn/data-00033-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b1117703ade518ea8e31bbba102ebcb3b660b53c --- /dev/null +++ b/aze_Latn/data-00033-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e0cb9c2b92409aaaf2cfede307047d27fabddfc17615a918e355fd6be7e90e +size 235364328 diff --git a/aze_Latn/data-00034-of-00057.arrow b/aze_Latn/data-00034-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4dd5c1bdaf504c241b5c8b52a145d3ef7b166a70 --- /dev/null +++ b/aze_Latn/data-00034-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbc0fa2cf75ba35f7d877123d057111c31d0bf02d8fd0349afe66baa5154725 +size 235437296 diff --git a/aze_Latn/data-00035-of-00057.arrow b/aze_Latn/data-00035-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..64c69e4fa4891e22b5b3a6e1010351bd2de395ea --- /dev/null +++ b/aze_Latn/data-00035-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7a0f21b0c3badefa4b9a11acec2a3361853b774e97464a044169b29d14af7f +size 236352368 diff --git a/aze_Latn/data-00036-of-00057.arrow b/aze_Latn/data-00036-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1738fd6ab5e1f40174377e22796d75185e3e4e97 --- /dev/null +++ b/aze_Latn/data-00036-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f141022250db2362f16365acb670977b50890c03bac9e5475364152ca994188 +size 236928640 diff --git a/aze_Latn/data-00037-of-00057.arrow b/aze_Latn/data-00037-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..041d9e7f61081414178169647c2263d5f761b65f --- /dev/null +++ b/aze_Latn/data-00037-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d98d34214bf7909468dccc5c1611ec0a2b39758b4f8613c7fe9c9b1395b42a9 +size 238114416 diff --git a/aze_Latn/data-00038-of-00057.arrow b/aze_Latn/data-00038-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fb401c7473ce41344d318f86205715a3bec31155 --- /dev/null +++ b/aze_Latn/data-00038-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824149622de7f7d662a7951b58727d05368cba9282564704e840b2875660e212 +size 1910138472 diff --git a/aze_Latn/data-00039-of-00057.arrow b/aze_Latn/data-00039-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2f5ae6a5509e2327d232fd8b7f089745d2b8dee4 --- /dev/null +++ b/aze_Latn/data-00039-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590d7c6352b5ac19ba13aacbb6b82162c9b5ce3b3029880ff92c1905a0702142 +size 2365118680 diff --git a/aze_Latn/data-00040-of-00057.arrow b/aze_Latn/data-00040-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f3a3720aa1fb5dad572df0e32abadd6782c3d22d --- /dev/null +++ b/aze_Latn/data-00040-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f86b3247759f89e8f4fc06f3bbff10b50c6ea3bf35f106819d99ba1b079594 +size 2381869200 diff --git a/aze_Latn/data-00041-of-00057.arrow b/aze_Latn/data-00041-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c9e183a21bb1373ed7bcfd746905d46ad55b8e8a --- /dev/null +++ b/aze_Latn/data-00041-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27cca3fd092b2de4c5e086a6bc3327c941ad291fdba5296483bc2326a389294 +size 1626136512 diff --git a/aze_Latn/data-00042-of-00057.arrow b/aze_Latn/data-00042-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cc72fc02d4d3b80606ea59f3f2fa5e4bad00d2d1 --- /dev/null +++ b/aze_Latn/data-00042-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2bf38f6e1f7541e97ae3d00b358fb88bcb52699847aef92006d529bc3a33d9 +size 2360292984 diff --git a/aze_Latn/data-00043-of-00057.arrow b/aze_Latn/data-00043-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2cbf7891b27301cc1b8fe4fbe842332acbde4d32 --- /dev/null +++ b/aze_Latn/data-00043-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549cddf7a8bafa802e22e163db00277bdce72880e498890f5f5a573db2ad16c7 +size 1457846848 diff --git a/aze_Latn/data-00044-of-00057.arrow b/aze_Latn/data-00044-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c2ab7c6d942e664288e59b8acfbfb70518d9da1e --- /dev/null +++ b/aze_Latn/data-00044-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04432839c7b7e66d64ee9f70de27d89f934c1018b51ad33dc22741477a50dcd +size 235660256 diff --git a/aze_Latn/data-00045-of-00057.arrow b/aze_Latn/data-00045-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fadf495435222226814fddba61a312964598d3f2 --- /dev/null +++ b/aze_Latn/data-00045-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c371144c6144a5c2ae68695135ed8b2d14ddf36e7e39944a3f5b2fe9ed02877 +size 235716096 diff --git a/aze_Latn/data-00046-of-00057.arrow b/aze_Latn/data-00046-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c8c2bdc9e1447b24d35d1a58f2964d4b56f9bc46 --- /dev/null +++ b/aze_Latn/data-00046-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd7c6b46ee622616791c8312e983a66f4149a580f01297a2b570a1f7c930f34 +size 240726848 diff --git a/aze_Latn/data-00047-of-00057.arrow b/aze_Latn/data-00047-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9c18499c6969d2ccdaabfc245715c9ec37e6c12b --- /dev/null +++ b/aze_Latn/data-00047-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a5136261e85213ba583f94e254ee28cc677139c70df2bb3ef29e09a85b1c49 +size 582337840 diff --git a/aze_Latn/data-00048-of-00057.arrow b/aze_Latn/data-00048-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1987741d2b0d87ad180fbc6df72a736a332bb197 --- /dev/null +++ b/aze_Latn/data-00048-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a00a7bb2de4cfbf8f2cf513c213a93c75126d2ced9e093f2299b50441d19718 +size 237189992 diff --git a/aze_Latn/data-00049-of-00057.arrow b/aze_Latn/data-00049-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..df9061f42b38e734860370d48ec47e61c4cbaaf9 --- /dev/null +++ b/aze_Latn/data-00049-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75858b48ccb7333ed56b4270ccd3794a07cade1a69cd8b2e723d4c6cbb54d65c +size 237538488 diff --git a/aze_Latn/data-00050-of-00057.arrow b/aze_Latn/data-00050-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a011904d3dfc134795144d76ef05a1fb3fed21d9 --- /dev/null +++ b/aze_Latn/data-00050-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea9cc88e18f9e3007ac7b31fb751f972ebc4e73a18fb487f6f97fb78ba6f966 +size 237682488 diff --git a/aze_Latn/data-00051-of-00057.arrow b/aze_Latn/data-00051-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc97e1327a2030409f539c9ce0cb9073f92ce770 --- /dev/null +++ b/aze_Latn/data-00051-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d002fbf40a0af5922cd76577a379113a47a33355fe7832c68bdb98efd37df233 +size 237859328 diff --git a/aze_Latn/data-00052-of-00057.arrow b/aze_Latn/data-00052-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bda3eaca6985272abb0e7053c9643c12180b1904 --- /dev/null +++ b/aze_Latn/data-00052-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddcf6e2a2b3f0cd287d95cd34724d5ff69eb81e5c10603df4a977b4e339a0df +size 241561424 diff --git a/aze_Latn/data-00053-of-00057.arrow b/aze_Latn/data-00053-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb738ca29486dde7a87f17729a56ebd1e6cc5ba6 --- /dev/null +++ b/aze_Latn/data-00053-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a00550a9b46961f972fda575f46b35a370591c4ba5ae86d0619a83450079d10 +size 237773784 diff --git a/aze_Latn/data-00054-of-00057.arrow b/aze_Latn/data-00054-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee34f652cb4fefae85123001bdd0431134d68bf7 --- /dev/null +++ b/aze_Latn/data-00054-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354edc60a1e9a3422accd2a78dfa43fbe85079a1b3c5255e5f64992651cc92fc +size 237839072 diff --git a/aze_Latn/data-00055-of-00057.arrow b/aze_Latn/data-00055-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f5f2f741e2bf4fd696455832db6d0197e536e9d9 --- /dev/null +++ b/aze_Latn/data-00055-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68317992eac3fa45b2f2211cf88bf42ec65f71de0a12d5aac0c2b85b548d28fa +size 238856728 diff --git a/aze_Latn/data-00056-of-00057.arrow b/aze_Latn/data-00056-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9e1263a4d11d9a44ad870915a305555e26dad7dc --- /dev/null +++ b/aze_Latn/data-00056-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc23aaf512bdd5b6d8fed7e7a3170e88b2e41bfd1b6f6c9124c1e51cba72b1bb +size 238445344 diff --git a/aze_Latn/dataset_info.json b/aze_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c7ced305656a8999acec976bd934490e9a3ddf83 --- /dev/null +++ b/aze_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65aeadcac929ababa976644bffdffcac93717782ea27c232693f55b510af1b7c +size 3765 diff --git a/aze_Latn/state.json b/aze_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1398c208410c6bf90b9c14561dae07b8823f5c2c --- /dev/null +++ b/aze_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fe4c0565fab8ae07f89186990b676d88c632e40af38e2a8d09a72ebd939ff1 +size 3551 diff --git a/azj_Latn/.gitattributes b/azj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/azj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/azj_Latn/data-00000-of-00001.arrow b/azj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..632e9daba08e0fb899ea83c26be7dec47177089c --- /dev/null +++ b/azj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d181de4421768e6ede08d82f23a51f3fd1dbde2453dc132663b86c9c249021 +size 196466328 diff --git a/azj_Latn/dataset_info.json b/azj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1395bd20bbafd649da649993f7d0d74a4c19f60b --- /dev/null +++ b/azj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c93449bb01de1738181a5ae6a13f09a3faed11a48dfe0d82c85cec184225d6 +size 1118 diff --git a/azj_Latn/state.json b/azj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..678a1bd7aa11b0237e78031961de1f396bc93c30 --- /dev/null +++ b/azj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d361faba0ecc0a3daa4c203341eb140495e4208ddfc90656019bf6f9da9542 +size 247 diff --git a/azn_Latn/.gitattributes b/azn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/azn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/azn_Latn/data-00000-of-00001.arrow b/azn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..86cdee53762110d6cfbeb1d5efc3c75241af6e69 --- /dev/null +++ b/azn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c2fd37e3e2c4d054ea54af597d6efccd5c1fcce48a2e3788d632c419011b99 +size 17192 diff --git a/azn_Latn/dataset_info.json b/azn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7c43474a0da83a6c5a76773fff2a09454716dedb --- /dev/null +++ b/azn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd196ecc1c196f2b55cf7b07662f05bf94df47290ff38e0f4cdf6462be22da1d +size 1092 diff --git a/azn_Latn/state.json b/azn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..de0aa3e89d0b2b03f8e2ca88eaecb104f91fc615 --- /dev/null +++ b/azn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a583bd41197dd70cbf2cd8d54ef10fc303120664644b5bbd9cd0404ed2e6f86 +size 247 diff --git a/azo_Latn/.gitattributes b/azo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/azo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/azo_Latn/data-00000-of-00001.arrow b/azo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ca360e48111406a13622e96e5a5d33f9f18cfea --- /dev/null +++ b/azo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae97f112043038ea397083fb06e422824a1da7a4cc08e9ffc7d288eadd3870e6 +size 4704 diff --git a/azo_Latn/dataset_info.json b/azo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9fc90176369a6c8adbc4bae5d9a003fbcb0b3f83 --- /dev/null +++ b/azo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdac1851e8da25df8db5ed59481670a42ef65d129be104ec881f03a9ae1da5a +size 1087 diff --git a/azo_Latn/state.json b/azo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..039637691f821d41f58d58b04ebe023b6cbe0f59 --- /dev/null +++ b/azo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0adefc201c6b6216a4119832ba6eecc1d2385c2be7521b4980fdfdb3bd25f8 +size 250 diff --git a/bag_Latn/.gitattributes b/bag_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bag_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bag_Latn/data-00000-of-00001.arrow b/bag_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42937a04e00ec6f3b08fd8a69b98f94f71510fdc --- /dev/null +++ b/bag_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f792bda73a09e14767f0718248b6271fe99f64f8e2e08b168cad784c43f1e7 +size 4360 diff --git a/bag_Latn/dataset_info.json b/bag_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cbc0d3b34a29a00048a8d57ee845e91b3306d00d --- /dev/null +++ b/bag_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0895e7a19910759f59e15349b94e3776b3c6c51b8984519f997c846ede17f185 +size 1087 diff --git a/bag_Latn/state.json b/bag_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..252e8cffb20e1da864b157a02e69f6e3ba77e54e --- /dev/null +++ b/bag_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072e3d79d13739a20d1c6aa3eef7f9a1673a0bd4a5a7bc1146f8b3c58f0d8508 +size 250 diff --git a/bak_Cyrl/.gitattributes b/bak_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bak_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bak_Cyrl/data-00000-of-00004.arrow b/bak_Cyrl/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..13f6b9df39a6864e8dacc35ff1b715581f611d36 --- /dev/null +++ b/bak_Cyrl/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c9ec42504418304d57b342662f61e04b051155fdbefe777f5bd7e9112178d1 +size 167006440 diff --git a/bak_Cyrl/data-00001-of-00004.arrow b/bak_Cyrl/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d98243e7db897a963e8accc2cd1308bcb5bf3ec3 --- /dev/null +++ b/bak_Cyrl/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fbcc5c9a8139a103b7696edbc0140fd08a5661db9428c2fd7ee741928f1b53 +size 143645656 diff --git a/bak_Cyrl/data-00002-of-00004.arrow b/bak_Cyrl/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..af4ad27be537a84b4fbc439cd2b64a4704952905 --- /dev/null +++ b/bak_Cyrl/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e5146dd2d4377030a7bb666264cc2f21233ffe34fbd5eab2fa8e0d276c4653 +size 144728360 diff --git a/bak_Cyrl/data-00003-of-00004.arrow b/bak_Cyrl/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..07df4b6f2bc7f5012b09595e45d8470e13d13632 --- /dev/null +++ b/bak_Cyrl/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43f9d9347bddb95ccac13e13ed117de13661e0adeffd4d27d7074682cadc7fe +size 1169474384 diff --git a/bak_Cyrl/dataset_info.json b/bak_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..630bead1c7c397446f4383c988d30bf098eb297b --- /dev/null +++ b/bak_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2036296f7e663edb691c4c36b49b70d00e8eaa4cc8b49048da7130e9d458886c +size 1234 diff --git a/bak_Cyrl/state.json b/bak_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..099d8c0e2de0ba0273129b0d032e11af9e151541 --- /dev/null +++ b/bak_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3764f58c462e3cae725edab6e75ea8b567c2053a29ef30fa49991c4ffe7b0539 +size 424 diff --git a/bak_Latn/.gitattributes b/bak_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bak_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bak_Latn/data-00000-of-00001.arrow b/bak_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5fafefd74bfcf6d4892f8bd7bfab84e2281fdf7a --- /dev/null +++ b/bak_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7513f272df29bc74d7c8e990a6d3df58e0473270a447ed5c42095fa301665c +size 10266056 diff --git a/bak_Latn/dataset_info.json b/bak_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b8949f4f5c4d5b2937b863f5ca53886375c6acee --- /dev/null +++ b/bak_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ddb00a2417c08e491c5dcc51e901af39144d4626e9a64e975c8db4c014f4f7 +size 1111 diff --git a/bak_Latn/state.json b/bak_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..07a97e2146af42e4762680e59078fc1bd34a6750 --- /dev/null +++ b/bak_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86156c07a14b089730efd984aa9c05a37f400df953d10a46cc6a1babd33337dc +size 247 diff --git a/bal_Arab/.gitattributes b/bal_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bal_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bal_Arab/data-00000-of-00001.arrow b/bal_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41db5256a568b846e81bfb6cfe31905d62f24344 --- /dev/null +++ b/bal_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a467718206f59ff2f8548fc3f912f896a72a41dab3a246f4f0298a3c5692ea4 +size 13997752 diff --git a/bal_Arab/dataset_info.json b/bal_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b2a145f214d11b6ed00643040e80b6041e4dfda3 --- /dev/null +++ b/bal_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e1dbc25caabbfb914a6b2f140c9d912d94bf57b552dcd4402caaadf28f05c3 +size 1110 diff --git a/bal_Arab/state.json b/bal_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..84070e27e4719b62cfadafd6872a1dcd6dce2ee2 --- /dev/null +++ b/bal_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95181701815a65068e9e3a40cf9460c285bb644897c68620a7ed63ee9a0f12c1 +size 247 diff --git a/bam_Latn/.gitattributes b/bam_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bam_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bam_Latn/data-00000-of-00001.arrow b/bam_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..01d01c7eda57abd3b3975e7b6ca403289ad78616 --- /dev/null +++ b/bam_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed302bc86c1e9fe39ec0e83fb49c6319a8f3e133ca107a591e683a8d8c0441c2 +size 7625272 diff --git a/bam_Latn/dataset_info.json b/bam_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5954c905b833c01e9e7a6767e55af6e3904132a2 --- /dev/null +++ b/bam_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e9733d0e12361d40a3badf61e5ba41b18165537f7229585a7457318e231976 +size 1109 diff --git a/bam_Latn/state.json b/bam_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1ff108e6d3faf31e53242cb12fde659b9ad94710 --- /dev/null +++ b/bam_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7a64b717b7b78947ea944bc4f88950510721830e09794049fbd076c7ed97a9 +size 247 diff --git a/ban_Latn/.gitattributes b/ban_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ban_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ban_Latn/data-00000-of-00001.arrow b/ban_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b69769730bd333b1507b0a6f79dd7b3f70e3573c --- /dev/null +++ b/ban_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0be1a0743d74806abfbbd6def3de509b944bc7b4d3b0d966ecb5a32924ef094 +size 25333256 diff --git a/ban_Latn/dataset_info.json b/ban_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..07f3daed4d9c302e04f6cf67d5b52ab998b1b8eb --- /dev/null +++ b/ban_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31743d77720c99143735131cd40caecbf66d182c2f5afc36d7cff06d5486164 +size 1111 diff --git a/ban_Latn/state.json b/ban_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0bfe517a9d8c2e450da1646ddab7ac05346f3c6d --- /dev/null +++ b/ban_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c76d674f1bfe4b9f1f3d0a0c44e4acad8ea9e4adb108e4fb6fcadd2104b52f +size 247 diff --git a/bar_Latn/.gitattributes b/bar_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bar_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bar_Latn/data-00000-of-00001.arrow b/bar_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..302672b34cd71f199fc1889abf6f1f183d062793 --- /dev/null +++ b/bar_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840adac3108c184a69fe0c25d53513ed7f07a948ea51f18c9ea5e7f647188434 +size 76324416 diff --git a/bar_Latn/dataset_info.json b/bar_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9b4d95a34b538aa9b823bade920247229ae30afb --- /dev/null +++ b/bar_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fcfee1ea6a2ab72322a9cc78c83efe0ee2f10a6482903232d64b07fa627331 +size 1115 diff --git a/bar_Latn/state.json b/bar_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..eb72911dcf96ff16aedc6f69426108aeb6437c6f --- /dev/null +++ b/bar_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4f72a52fc0ddc347393e9320a89d858119f594830a2f326ab6790a0fafb9c2 +size 247 diff --git a/bas_Latn/.gitattributes b/bas_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bas_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bas_Latn/data-00000-of-00001.arrow b/bas_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d2362eb3d2246eaedd5b839ea1882f86d1673c6a --- /dev/null +++ b/bas_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9301ee20c761fb5e1cee974a230cec9e800ad9ab73e9c942c5a337a7317ba99 +size 1860216 diff --git a/bas_Latn/dataset_info.json b/bas_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b14502bd8d4cc8e48c69704d58fc16fe328a113b --- /dev/null +++ b/bas_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb82b05cefa7a50ec9cb424b69c1b84dcf8bac00f0749ed4771d7001a78761bd +size 1104 diff --git a/bas_Latn/state.json b/bas_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..66eb9d16e7c84df6f90657fd3fbcbef91a37ed1d --- /dev/null +++ b/bas_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ebea2148226f61e6ea419d91fa38c5d11991845da51d01e9e54f3d6633e149 +size 247 diff --git a/bat_Cyrl/.gitattributes b/bat_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bat_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bat_Cyrl/data-00000-of-00001.arrow b/bat_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fe07a18600d2936ff49f1314d1368d9311897eaa --- /dev/null +++ b/bat_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9175d8c8fa0f1ea300fc279c85a067ab858ef18ece23de153ede3f343b2026b2 +size 3536 diff --git a/bat_Cyrl/dataset_info.json b/bat_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cdb46ce6f8135fc2c4b9a0ec5107a2ca540136ca --- /dev/null +++ b/bat_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b90beb97905bae2f2717c707dbcb184086047d9a4804a8e5dcae61a7a0e0a0 +size 1087 diff --git a/bat_Cyrl/state.json b/bat_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e5b8cbecb46820737382dfe7ea367d4b3c426e37 --- /dev/null +++ b/bat_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cbe42470fb62835e22ab3a9157937ec970ad6e2320245f810e418a39876d37 +size 247 diff --git a/bat_Latn/.gitattributes b/bat_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bat_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bat_Latn/data-00000-of-00001.arrow b/bat_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..76e77cb60eee2e67f392880783709280da1e4c80 --- /dev/null +++ b/bat_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2761093df8887714e044820d6b76e284a699099a1170719bf51a0f4c5376f154 +size 6018704 diff --git a/bat_Latn/dataset_info.json b/bat_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..83197cb76fbaa349e4b6334d238523ce01961230 --- /dev/null +++ b/bat_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a473a16ce7c896a1f113a8557ab862a810819c0e0bfafb788e1c23b9566e96a +size 1107 diff --git a/bat_Latn/state.json b/bat_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9f778edd9ab1ffd9c82392b2f5c6e704184326ae --- /dev/null +++ b/bat_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5074bbe9ff3be777a2063ff62691ec5c0991c047bdb574991d6eac7e125f1b0 +size 247 diff --git a/baw_Latn/.gitattributes b/baw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/baw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/baw_Latn/data-00000-of-00001.arrow b/baw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c0ee22715db555c4e7af715626fba229e5cb37c --- /dev/null +++ b/baw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571a116b7e8d028664c21078e36bbb3d927f3206a1ae01f8374569c7d4d5e773 +size 6632 diff --git a/baw_Latn/dataset_info.json b/baw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8dd42ef78854d6935a0b6cb0301f69518409599f --- /dev/null +++ b/baw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cdb263daac8ce532861c6330cbb7e06a8957d5383a800954a713a6cd4f316a +size 1088 diff --git a/baw_Latn/state.json b/baw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e969ba62be3165720b06e8cc1b95a85e551a3dcf --- /dev/null +++ b/baw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c7adf33cbfd008123530e4afe8147c6d0a4a75a2747359cfca8e3a9b72f8eb +size 247 diff --git a/bax_Latn/.gitattributes b/bax_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bax_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bax_Latn/data-00000-of-00001.arrow b/bax_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f8c0de7cc2120bbe2c193e9b08aed96bcafd8bf --- /dev/null +++ b/bax_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ba4c0a8f28e146de4d6cae5dfe70b8dd64fdab1871439b31732e66a73c9535 +size 4600 diff --git a/bax_Latn/dataset_info.json b/bax_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..876d64fdd9cc9ec552ce9cc317fabc0d37d67f22 --- /dev/null +++ b/bax_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe890092990badef53b097c2cbe67a4a936b1d46717aeb6164a42d1438ac277 +size 1087 diff --git a/bax_Latn/state.json b/bax_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f063572ee2f89c4107d1a086a5a87a07ca914c00 --- /dev/null +++ b/bax_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f31dd7b679ddc0c96c8fe75c9a039325f34789d0f65d68145b03e8e598758a8 +size 250 diff --git a/bbc_Latn/.gitattributes b/bbc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bbc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bbc_Latn/data-00000-of-00001.arrow b/bbc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2bd2ae4e8486eecb86569895d637b04ab0f5847c --- /dev/null +++ b/bbc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6296e6716a2941b2af61af208a9199b19043739a412053d40e7dad2253df46 +size 10600512 diff --git a/bbc_Latn/dataset_info.json b/bbc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..238ef981f2d4c17fa647042fd895f4d13d7256f1 --- /dev/null +++ b/bbc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32aa001f893d037675926a0e99a653301f8fd3a6a67f4eb73a67a64681dee4ac +size 1110 diff --git a/bbc_Latn/state.json b/bbc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a24267acc48c5c0b7f8804c195ead641e6723334 --- /dev/null +++ b/bbc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461f6d9882733f3a278c2e87d23441f31145d7629069715068dcf089a8009f8d +size 247 diff --git a/bbj_Latn/.gitattributes b/bbj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bbj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bbj_Latn/data-00000-of-00001.arrow b/bbj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..240f3f410646acb610c937c6d11919b1259e6df0 --- /dev/null +++ b/bbj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40436ee830ce6ac5d358b6b1ca01c2b2714df7381ffb86247a125bb36539dd5f +size 494776 diff --git a/bbj_Latn/dataset_info.json b/bbj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d87c556db23576e999426104b5afc84f3551074f --- /dev/null +++ b/bbj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7023335e88e7d276a2add3dee8cb9256838a2e88dd04dc3df32324d9e9a58f6d +size 1101 diff --git a/bbj_Latn/state.json b/bbj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b340637bcce3bc2cda0a78dca9b4666187ccddf7 --- /dev/null +++ b/bbj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c7de1407bb1c3bf2616eba7df3a9b93ca4faeff7258b9538fa5417fa3d4f41 +size 247 diff --git a/bbk_Latn/.gitattributes b/bbk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bbk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bbk_Latn/data-00000-of-00001.arrow b/bbk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9018deba6953e88bc4b58ef86ae1e2b317d4b89f --- /dev/null +++ b/bbk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25111bbbf6cbd3967509362d62a3a2d4900c8fdc4d36ba8b4d4507c2be98034 +size 3712 diff --git a/bbk_Latn/dataset_info.json b/bbk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..69b72e04ff96989075bb58cebadb02c65e43589d --- /dev/null +++ b/bbk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6923f6fb2a258ed75be2491a1cae52e11a7b59c7d71c684eb530f468f26b276 +size 1087 diff --git a/bbk_Latn/state.json b/bbk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..501b542d4860cc9b7887f9ffb6f07bcaa5101116 --- /dev/null +++ b/bbk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ebe975fa729c8d5f9f510b0d50c11ea275ae9e727a950c3c571df69c80bad0 +size 250 diff --git a/bcc_Arab/.gitattributes b/bcc_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bcc_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bcc_Arab/data-00000-of-00001.arrow b/bcc_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..494a26765d44443c86ecddc11800eee3d4aae804 --- /dev/null +++ b/bcc_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc7ae1c4388eb058f79903931e822ca05d803bba94014497426b1f4e537cead +size 2960 diff --git a/bcc_Arab/dataset_info.json b/bcc_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f938909d90c8975166d0546f235f121a803f93d3 --- /dev/null +++ b/bcc_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a44e7a57dded4be3cfa0a6246be7c877d5825162d67ed27dccead99b9925d4 +size 1087 diff --git a/bcc_Arab/state.json b/bcc_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..47e1340f8a870a48fa509fccc816839c5bb9531f --- /dev/null +++ b/bcc_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794073e04227b630610105a7bbb74b05cde5a8f0748acf2552bde36b4836db10 +size 247 diff --git a/bce_Latn/.gitattributes b/bce_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bce_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bce_Latn/data-00000-of-00001.arrow b/bce_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9d147acfbd32fbaab809ebee0f6cde6b4ae19213 --- /dev/null +++ b/bce_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb32c991d94ad12e2d86ffb60aa67819acc687df2b58bf1faa9f0897d4723c1 +size 3568 diff --git a/bce_Latn/dataset_info.json b/bce_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..262e77b1b0b78430d98e028d0a38c3f9548f28b7 --- /dev/null +++ b/bce_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6fe642b8cedefe0162dc49292e3eb827af5c125954e42ed68d43a735acac19 +size 1087 diff --git a/bce_Latn/state.json b/bce_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..50f6f6ebd63bd5928da65630be4a93518162de06 --- /dev/null +++ b/bce_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617c01ab3b833e55d9355cd01a84034ce341600bc2cbb6f7900f8a12e864475b +size 250 diff --git a/bci_Latn/.gitattributes b/bci_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bci_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bci_Latn/data-00000-of-00001.arrow b/bci_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8db58729fae001f9efe58a1ecfa312c9f5bd6ee5 --- /dev/null +++ b/bci_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603d733cc2839305ef5c33ab304d20e44d26af9adba9239a69b82178f1489018 +size 9902816 diff --git a/bci_Latn/dataset_info.json b/bci_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3842700d72789ef2ab1f5d93e7febabb190c0802 --- /dev/null +++ b/bci_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c63b0f74f7ce9fb8f8a0f48d1584c03e944fdb3750b77f6dd009ba81c93b44 +size 1110 diff --git a/bci_Latn/state.json b/bci_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c00576303da12753462b2baa12a2ffae14267f4e --- /dev/null +++ b/bci_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83062a27f4738bdc9f40dd7ae60ad11a0d4f554436e3fbe0285f5cc36142a407 +size 247 diff --git a/bcl_Latn/.gitattributes b/bcl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bcl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bcl_Latn/data-00000-of-00001.arrow b/bcl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ad8900848cbf20a69c8137c26fd7ff1a5b63f70b --- /dev/null +++ b/bcl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e04a418acc78637b35539cadb86ed2247ee296bd76c3b8a06ef77c3cc4ebf98 +size 33707832 diff --git a/bcl_Latn/dataset_info.json b/bcl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..85f509b0dddbffd2f7cf276de592c5d42450dbd2 --- /dev/null +++ b/bcl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36392763e6d149c760352629580f5d56f16bdec7f86f07ccfb81ddc4cd81c79 +size 1111 diff --git a/bcl_Latn/state.json b/bcl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..710e0e4ef3c42e03f8e45b5d0709c8c1a91f7314 --- /dev/null +++ b/bcl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ff1283a65a0c02f89650e7ef4983333ea7846a47c3e37394e97330c9ad575a +size 247 diff --git a/bef_Latn/.gitattributes b/bef_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bef_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bef_Latn/data-00000-of-00001.arrow b/bef_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9ec7a597463929be1ba4c8b3ee46fc2f6b903730 --- /dev/null +++ b/bef_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf0ff7fdaa10e6b3573279d5cd7f67a488bba24bc6a7f8f271f77f919641bb2 +size 3320 diff --git a/bef_Latn/dataset_info.json b/bef_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..00e2ef2c24b67dfb1a318a9f3aecf2ae5e22cee2 --- /dev/null +++ b/bef_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56c6c4c6469a7cb08cf2cfa82b6783044f8f9fe7d84027659ae009d38ea6cbf +size 1087 diff --git a/bef_Latn/state.json b/bef_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2957b36920d1725527bd5831283d2535dbc0532f --- /dev/null +++ b/bef_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6064dcf292661a0a2926788437395a712e861ca1ac466e3f5c403bf6ee46cb +size 250 diff --git a/bel_Cyrl/.gitattributes b/bel_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bel_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bel_Cyrl/data-00000-of-00037.arrow b/bel_Cyrl/data-00000-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da6c3d2fc9bc1a03a7bd360df192151281e473d1 --- /dev/null +++ b/bel_Cyrl/data-00000-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291bc32183a569b9a0d344c0bf947dad9bf1f24d2240f918f47a8c0e97acca8e +size 1098466656 diff --git a/bel_Cyrl/data-00001-of-00037.arrow b/bel_Cyrl/data-00001-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c4503d4a9d64635d4bec2a543264eac08a1efaad --- /dev/null +++ b/bel_Cyrl/data-00001-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b219bf8d10e82203922ff90edd979753a311d7dcc9fd7bda1ea027c4a013cac9 +size 1037709720 diff --git a/bel_Cyrl/data-00002-of-00037.arrow b/bel_Cyrl/data-00002-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..218aff089c961054453ceffb0c1add13c5665374 --- /dev/null +++ b/bel_Cyrl/data-00002-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b36da82a0778701a1c08282e3473acc317de1f49b2e7001b0593521e83fb61d +size 110848536 diff --git a/bel_Cyrl/data-00003-of-00037.arrow b/bel_Cyrl/data-00003-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..689640cb3c7255f75050fad79495a50f786fd962 --- /dev/null +++ b/bel_Cyrl/data-00003-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fd7edb539433097c86976adfb3828186a0408ebf59cc3151973c9a65c63622 +size 110687856 diff --git a/bel_Cyrl/data-00004-of-00037.arrow b/bel_Cyrl/data-00004-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bf74539d1299ae7c8c65eeeea3f06e1c91e3e9dc --- /dev/null +++ b/bel_Cyrl/data-00004-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9903f48b98018adcdea36eec24ba77aa33ff7f370d6cd66a90ac84cbb177a65c +size 382545616 diff --git a/bel_Cyrl/data-00005-of-00037.arrow b/bel_Cyrl/data-00005-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..253c3d8ccc497671ec1d6843fb4f8be6d5bdb21b --- /dev/null +++ b/bel_Cyrl/data-00005-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431957d6d73814f8b3acd8683a96346e6e5bff80f37be7be0b1f7e543f885ff6 +size 1651480024 diff --git a/bel_Cyrl/data-00006-of-00037.arrow b/bel_Cyrl/data-00006-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ea3fc9de48caad0845d07df207b870a35829113e --- /dev/null +++ b/bel_Cyrl/data-00006-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9ec625b71a2b5672135f87383ab190614d2cffd084a91cb98597f9599edea6 +size 1511393328 diff --git a/bel_Cyrl/data-00007-of-00037.arrow b/bel_Cyrl/data-00007-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..54c53f7ec70d8d1377101022d92d6ae7a053acc7 --- /dev/null +++ b/bel_Cyrl/data-00007-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9af6dab07fe9ff5d3b0289e2a18f6f925c09616bddf58ad39824928b5c5ba7 +size 770576728 diff --git a/bel_Cyrl/data-00008-of-00037.arrow b/bel_Cyrl/data-00008-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fef19b44a87aac95378bdc7dbe85509c17f2ffff --- /dev/null +++ b/bel_Cyrl/data-00008-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926097d7114849b5895e4966d79fa1d35ea775c7222a5f57505b8603886ea867 +size 143219696 diff --git a/bel_Cyrl/data-00009-of-00037.arrow b/bel_Cyrl/data-00009-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..315894f78073b1ad3233ccf34e0044d4f6399fcb --- /dev/null +++ b/bel_Cyrl/data-00009-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a22d216cd81b203af029e4c2035ff36960d0953c8fe23411fd6c37ba7e5977d +size 143288480 diff --git a/bel_Cyrl/data-00010-of-00037.arrow b/bel_Cyrl/data-00010-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0eafb119b4dc8e10b8effd00118a3bc283c9afe2 --- /dev/null +++ b/bel_Cyrl/data-00010-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f88146a3fe7d3122a6807420558df412927e11e85aa1aabc20523d68dfd4f23 +size 144598424 diff --git a/bel_Cyrl/data-00011-of-00037.arrow b/bel_Cyrl/data-00011-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5e337728f96bb9565a65a935709d5c46b6a95fc4 --- /dev/null +++ b/bel_Cyrl/data-00011-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1efcd542b87f0a544a00f0c21346f3b02299f6f70fede35c8f360904b699daa +size 144877656 diff --git a/bel_Cyrl/data-00012-of-00037.arrow b/bel_Cyrl/data-00012-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5c22d5516c34c901649da067124c49cfb17f60f3 --- /dev/null +++ b/bel_Cyrl/data-00012-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412c353b07562e06b3ffbe215e285ea26eb50ea24429f0628ac260925c37a510 +size 145727664 diff --git a/bel_Cyrl/data-00013-of-00037.arrow b/bel_Cyrl/data-00013-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d8002f38e8e1b80ff2f9abc45f5130bb3e2b58cc --- /dev/null +++ b/bel_Cyrl/data-00013-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfe5b814232d1cf545d44b57cbd07b5edc516f46e5966deddc15ea11d8e6db3 +size 145905440 diff --git a/bel_Cyrl/data-00014-of-00037.arrow b/bel_Cyrl/data-00014-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c19da0ca07f4b871f50b93bf9047fcb133a381d --- /dev/null +++ b/bel_Cyrl/data-00014-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15d3a718472517ce72ee120a7e9b766f36f797013c4af52671177c1c6d7d2f8 +size 144908528 diff --git a/bel_Cyrl/data-00015-of-00037.arrow b/bel_Cyrl/data-00015-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cc88e2e7d6fc096f16f2ad006d949bcee84d26af --- /dev/null +++ b/bel_Cyrl/data-00015-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55eb092af6c1304d4d3744d669d1b028df381b920abea77abefc0c755e07599 +size 147448656 diff --git a/bel_Cyrl/data-00016-of-00037.arrow b/bel_Cyrl/data-00016-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..651f39bc2abe6ad26af65ffafc97572b8c81d9b9 --- /dev/null +++ b/bel_Cyrl/data-00016-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd464a29ef044d7e1f054d0eeccb681722a30516d73cf94488408b589ab58c57 +size 144986984 diff --git a/bel_Cyrl/data-00017-of-00037.arrow b/bel_Cyrl/data-00017-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9b26976e7911eedb2cea5c0a526d5b4b9866f094 --- /dev/null +++ b/bel_Cyrl/data-00017-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d532cff95f2ed750513af7f33b595e1219c8cbf6c483ac753cff8c6a4b059e09 +size 144838976 diff --git a/bel_Cyrl/data-00018-of-00037.arrow b/bel_Cyrl/data-00018-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3915153463352d2140fd0e16c886aa241d0c7cb8 --- /dev/null +++ b/bel_Cyrl/data-00018-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b4c19f3134d3c7a3214654be93eb7c6b1f442ccd26f6fb21557c6b85b2587f +size 143301272 diff --git a/bel_Cyrl/data-00019-of-00037.arrow b/bel_Cyrl/data-00019-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fb73253b3a6b4958dc51bd80de6c690d130e854d --- /dev/null +++ b/bel_Cyrl/data-00019-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75cdd8c1b01c4c9ad7424ccb900a59dd1f1617ffdff7d7094de20a8fbed54c5 +size 142536568 diff --git a/bel_Cyrl/data-00020-of-00037.arrow b/bel_Cyrl/data-00020-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f725813c6aa341c955dcc7e7b6fe4b34214b292b --- /dev/null +++ b/bel_Cyrl/data-00020-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40913ab3098f3da9ff0366c984ff6853ab2b8bc836e310583a6149af71ed326e +size 145843720 diff --git a/bel_Cyrl/data-00021-of-00037.arrow b/bel_Cyrl/data-00021-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..36456f9cd46e50ed2ff754c2abb61509780e6930 --- /dev/null +++ b/bel_Cyrl/data-00021-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1759ddfe699970a1812b283066311b55b0ee747e3dd72019c26c4ba8dec3cdb1 +size 143578736 diff --git a/bel_Cyrl/data-00022-of-00037.arrow b/bel_Cyrl/data-00022-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..96a05c4f60d0ea2eb1c3daf24f2bf1a0e4bc7c73 --- /dev/null +++ b/bel_Cyrl/data-00022-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bad6d089c74bedc8ba062c03ec2bfeaed7b248755d7c576947d1f443710717 +size 147726912 diff --git a/bel_Cyrl/data-00023-of-00037.arrow b/bel_Cyrl/data-00023-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc5efc253a1a49d5eeb2593366f0c7b0d9bb4a47 --- /dev/null +++ b/bel_Cyrl/data-00023-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0f3fc80b7b034cffa097fd067645adda35c72c2162e94eb6f69baaf8172a6d +size 146581800 diff --git a/bel_Cyrl/data-00024-of-00037.arrow b/bel_Cyrl/data-00024-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..716fa776e9f2be78dcf52f2fb3ffb5d3b1c16680 --- /dev/null +++ b/bel_Cyrl/data-00024-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b8f8a4de4b83adfab794ddba446a3fd470e02cdb11d53693fb467658754a16 +size 145633768 diff --git a/bel_Cyrl/data-00025-of-00037.arrow b/bel_Cyrl/data-00025-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..61eedacd20edd4d14ca0a264158f8e995ffc68b2 --- /dev/null +++ b/bel_Cyrl/data-00025-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056afbb76c84c6c95d189e373beaaea8d790c600b8bf0abd894bfe8c0071b164 +size 145513536 diff --git a/bel_Cyrl/data-00026-of-00037.arrow b/bel_Cyrl/data-00026-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4e279d9cb0a58a1cf10d698743956f8b9a0bafa8 --- /dev/null +++ b/bel_Cyrl/data-00026-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec38d8ed026dd9ed69d22d0167a5295b39854e748acfa20e2d2e4b10a17f9ad9 +size 146976384 diff --git a/bel_Cyrl/data-00027-of-00037.arrow b/bel_Cyrl/data-00027-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..216d15dee29c464c234ce515569de4440a357ff1 --- /dev/null +++ b/bel_Cyrl/data-00027-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace4a891872254ddae47206d43382c54ceb332309a2f4b820ae798f58a76b3fd +size 145933136 diff --git a/bel_Cyrl/data-00028-of-00037.arrow b/bel_Cyrl/data-00028-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a74ae1467f0914a9647a78898cd39c4da497f8c9 --- /dev/null +++ b/bel_Cyrl/data-00028-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227db53437b515a6c4ee76e06e773e79997b585c4fbbc0f1d786074ed9a5d934 +size 145969736 diff --git a/bel_Cyrl/data-00029-of-00037.arrow b/bel_Cyrl/data-00029-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bf9fb07c2892d253dd784e1a6641fcbfe1e43fcc --- /dev/null +++ b/bel_Cyrl/data-00029-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01d1b8f1a1d53a1f3d536a753a26a651ec6cb7718f54ca1eb76af3dd7755be4 +size 145566544 diff --git a/bel_Cyrl/data-00030-of-00037.arrow b/bel_Cyrl/data-00030-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7f17be895875bfa3a616551bc4b8f602ebe58c18 --- /dev/null +++ b/bel_Cyrl/data-00030-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a750e1616784b5813373964d93bbb44e5deb04580ef09e13c937d8129c129c99 +size 147999288 diff --git a/bel_Cyrl/data-00031-of-00037.arrow b/bel_Cyrl/data-00031-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da3ea9b8d751c4ea91bd1d2ffa5e9e3db8b9dbdd --- /dev/null +++ b/bel_Cyrl/data-00031-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8635e4455f77c1e60cbce7bb7f18ca543ed868874011bd61ac05febb411b008 +size 1216968264 diff --git a/bel_Cyrl/data-00032-of-00037.arrow b/bel_Cyrl/data-00032-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0722ad9acaf78491da89680390aa62c3b9707388 --- /dev/null +++ b/bel_Cyrl/data-00032-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b605e7cf66c184b28edecfaf06825ac673b1f724e35eeea408b097cdf039ea48 +size 1334678048 diff --git a/bel_Cyrl/data-00033-of-00037.arrow b/bel_Cyrl/data-00033-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a3a90ce1f6d911533466486854488ce50daad0b9 --- /dev/null +++ b/bel_Cyrl/data-00033-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97ca2c729a75c5773ba9087f41e3d7512f337f383597a49169bf02e63ad4449 +size 1759731336 diff --git a/bel_Cyrl/data-00034-of-00037.arrow b/bel_Cyrl/data-00034-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1623c8a58cb535752babc43c362804a2dc8e4947 --- /dev/null +++ b/bel_Cyrl/data-00034-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d4b78dcbfc23efd14896054519d2bf272e7e4e50cd204ed4136492fe906444 +size 1428728920 diff --git a/bel_Cyrl/data-00035-of-00037.arrow b/bel_Cyrl/data-00035-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9fc8fe48fd816515c23fea6f3d510b5743c4c9d9 --- /dev/null +++ b/bel_Cyrl/data-00035-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8def5fd8074c1cba4a923dcab599b517380edd4848340aebf8f57dd674e48ced +size 1544046216 diff --git a/bel_Cyrl/data-00036-of-00037.arrow b/bel_Cyrl/data-00036-of-00037.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8990092bcebb1aaf12981b89da4765796638f3e4 --- /dev/null +++ b/bel_Cyrl/data-00036-of-00037.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c5c7f796318d05c3ff5cf45808a1a741d3f8f95939359701b08cea8636a2bc +size 941726608 diff --git a/bel_Cyrl/dataset_info.json b/bel_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..21287cd2fc42dec50740e91d66dd3fd5a5e52f26 --- /dev/null +++ b/bel_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b570e09307b5fd76d6e95219e951cd72d8ba3c91355438f98140a67c8167a7 +size 2321 diff --git a/bel_Cyrl/state.json b/bel_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b1a2c9cc8d1db513fc65687328c84aa90078a7c2 --- /dev/null +++ b/bel_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51d3ef76c08ae78feedf45e21a4176b96d558c57d10606c1c05aa129ec75321 +size 2371 diff --git a/bem_Latn/.gitattributes b/bem_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bem_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bem_Latn/data-00000-of-00001.arrow b/bem_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aa29470478255c66ac6c76de03c03a8613675d21 --- /dev/null +++ b/bem_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc5d95e9c92f9a058fa266a757f3206a91eeea9e25a4f5d489e7c472047a434 +size 1784 diff --git a/bem_Latn/dataset_info.json b/bem_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5d1e4ec0f1dc76aaf546be6b5f37ac72d41aecc2 --- /dev/null +++ b/bem_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa626620dbd8296e6a3f6e0aabd1058fe8c14c3fe33072c397e644517305510 +size 1087 diff --git a/bem_Latn/state.json b/bem_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c848a094cb5c8bc004a8d2b2aa96ef7515492248 --- /dev/null +++ b/bem_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbe9bbb3442ff3909b7d452890a3064aaaea0acc481c3a05e91d1ffa4a7e23b +size 247 diff --git a/ben_Beng/.gitattributes b/ben_Beng/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ben_Beng/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ben_Beng/data-00000-of-00003.arrow b/ben_Beng/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..db7471d385fd3e1e220fe916aae9fedf3a165516 --- /dev/null +++ b/ben_Beng/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacac1c0d99303a9c9169a95e1f0e6d096bd53af7ae70c53c375d7f49962799d +size 762188832 diff --git a/ben_Beng/data-00001-of-00003.arrow b/ben_Beng/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ea856aa772707676fb4636cd372659dbbc62c686 --- /dev/null +++ b/ben_Beng/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7a973f2e8749cf149fee36338a3d5195970dc9ac28bc38341e61c0051bcb3e +size 284380856 diff --git a/ben_Beng/data-00002-of-00003.arrow b/ben_Beng/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c75bbf6f4f74b963442e600240a3f565b256ed5 --- /dev/null +++ b/ben_Beng/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc2a8905dcd6249acbf57329c34e81db4892c065875de982b9a562970648e2e +size 112318192 diff --git a/ben_Beng/dataset_info.json b/ben_Beng/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ea77992b328d89c7d369d21aba709738f72291e0 --- /dev/null +++ b/ben_Beng/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e75590d8551520b2d9c0bc58d1537738777277e79a7b14955bb0bfd28e7722 +size 2453 diff --git a/ben_Beng/state.json b/ben_Beng/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b950fa4f192fa166b0ea51ae6b694dfed0cb80c6 --- /dev/null +++ b/ben_Beng/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ade6c9f298e0bce484fddb0ed3b6d26a96b2e9c47d9282a88154944a33f7026 +size 365 diff --git a/ben_Latn/.gitattributes b/ben_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ben_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ben_Latn/data-00000-of-00001.arrow b/ben_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ca0f6ccd21e80c628df8464297563b3e3eb78742 --- /dev/null +++ b/ben_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2c35201b872c288c700919acb5816aa056ba467c89a3a5bd2eba0ca86e8b3c +size 806264 diff --git a/ben_Latn/dataset_info.json b/ben_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..50b50b63c9d06a8319063efbbb4050245664ab52 --- /dev/null +++ b/ben_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4451d5bc4ff72b545412c2c5f6ee54bf9d036db94330d8b31b7cc2f20812e400 +size 1349 diff --git a/ben_Latn/state.json b/ben_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0488b1ac4445e436e00526bbc9cc00988c442457 --- /dev/null +++ b/ben_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f7a490d1c7baaf8efdae113956663a5078875fe732c861df2b0fc3522bdd2c +size 247 diff --git a/ber_Latn/.gitattributes b/ber_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ber_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ber_Latn/data-00000-of-00001.arrow b/ber_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b45a293499be795d0e1ad1df86d9581c76491400 --- /dev/null +++ b/ber_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db48d37056752ca203a98d3ba6297d0af7d28af6ae00879c89bfd47c1a0a014 +size 28567960 diff --git a/ber_Latn/dataset_info.json b/ber_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f64d1759654f250def76623b182cb41119b20ad5 --- /dev/null +++ b/ber_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df35dc1784f162642e1274658c169e46928503c2da08545ab42c10b83389b891 +size 1110 diff --git a/ber_Latn/state.json b/ber_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..12b96a303ecfd48d71b8237895d4fa025df947f9 --- /dev/null +++ b/ber_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7673d668f45b6607b621ebde465f773b5159c6635ee6db644ad03118711ef83 +size 247 diff --git a/bew_Cyrl/.gitattributes b/bew_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bew_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bew_Cyrl/data-00000-of-00001.arrow b/bew_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..699978d7176d7ba23c58d0f0ec29ba43090e4d9d --- /dev/null +++ b/bew_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc0f298074677ddab73c8475f3f05fc7cff4ac102f0f9e2f31c10817b0f9d3f +size 50553392 diff --git a/bew_Cyrl/dataset_info.json b/bew_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fc8668e54de2cc79fa5d586af1b24db06e626798 --- /dev/null +++ b/bew_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec598ebe3ac6277f35c192dbc46ec3bd491e464bc03aceb1ba3295a791b4c3f2 +size 1113 diff --git a/bew_Cyrl/state.json b/bew_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7c77fd2ff13f85bf7eaaa6bbb3973ff1165d7ae1 --- /dev/null +++ b/bew_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b138efea3ca021b92b66afecb942ad1550313360f88f6aa94c383346300a8a4 +size 247 diff --git a/bfd_Latn/.gitattributes b/bfd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bfd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bfd_Latn/data-00000-of-00001.arrow b/bfd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e13aa3d7411c814fe6848ad0ec056aa00a07c8d4 --- /dev/null +++ b/bfd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23ecb664d63a333d20c6203abc2ff428cba9c8112e3e62b601a22e60fa3ccbf +size 4080 diff --git a/bfd_Latn/dataset_info.json b/bfd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8934b7ec2bf6fa3ea1bb5636515f7dd71a4f1394 --- /dev/null +++ b/bfd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd7ca6e03b7384857d4e55400592d4746c0347b0b459a4ce9945a3520f0d2f2 +size 1087 diff --git a/bfd_Latn/state.json b/bfd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7732d698b80544cf717b0aa35f163934023401c3 --- /dev/null +++ b/bfd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d904a1a8dc2b8c45092391aaa65d23f1d2a87e64d21261b2645252c4896315 +size 250 diff --git a/bfm_Latn/.gitattributes b/bfm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bfm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bfm_Latn/data-00000-of-00001.arrow b/bfm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..59d8b229058a79f5514ee5bf9ceaabb572925bb6 --- /dev/null +++ b/bfm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166b1f8c41288334f0ba3581afa2bb53a1e86b6656c87a496b84161a900423e2 +size 4000 diff --git a/bfm_Latn/dataset_info.json b/bfm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..399def3f0c0034dc17ea80f14dfed7935ce9ad81 --- /dev/null +++ b/bfm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0db85b158384d9ceeb5b44e2ae0bdce3c48a62cc740b9c2d05f3c218cb1627 +size 1087 diff --git a/bfm_Latn/state.json b/bfm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0ca4de7a8fc33262eded618f3f1feff9fbf0f50b --- /dev/null +++ b/bfm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9b7c9cffa81cf329bf9031a37f800ee975f8c48b945baa90a43b98813ed7d9 +size 250 diff --git a/bfn_Latn/.gitattributes b/bfn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bfn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bfn_Latn/data-00000-of-00001.arrow b/bfn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..25187fd91cf4a62d69b2841886aa1c172806f735 --- /dev/null +++ b/bfn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c435962f570b00c63f5cb6770dae42d50e0d58146add725cb7f494d5228162e +size 2960 diff --git a/bfn_Latn/dataset_info.json b/bfn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a97774724046467742a5099e7b360c8ace2988ac --- /dev/null +++ b/bfn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad9e0e298a454195db7563c63ea65594348ca0250ac4805f6f1a0c3fcd182bb +size 1089 diff --git a/bfn_Latn/state.json b/bfn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..105e03bc9b568e3dabbf9d82a2c9d2408bdf1fd0 --- /dev/null +++ b/bfn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaaddd370fd5aadbab226b43be5f89d2efc44396de8fd3821ae2135ca04b1da +size 247 diff --git a/bgf_Latn/.gitattributes b/bgf_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bgf_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bgf_Latn/data-00000-of-00001.arrow b/bgf_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..716c06dd2cfd7a89d6bd20fe1c46224ee5ef1752 --- /dev/null +++ b/bgf_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af74a86ba77ce2e81e1a9722e0ac629e9d54c776e18e0c1c6847fdfae28fc011 +size 3544 diff --git a/bgf_Latn/dataset_info.json b/bgf_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..691c0cb07a99adf100791eb710f474b760e9c759 --- /dev/null +++ b/bgf_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5f2244f2a7a37c1563459a6aad3532b065946574600a9872312bbb16a24494 +size 1087 diff --git a/bgf_Latn/state.json b/bgf_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9cc6eb670bd33aa566b496ed3b18fade596b7949 --- /dev/null +++ b/bgf_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4e7114359860a66e3dac991d34e89bf937f0ac856c22629dca02ff33769806 +size 250 diff --git a/bgp_Latn/.gitattributes b/bgp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bgp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bgp_Latn/data-00000-of-00001.arrow b/bgp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eade175f8c0300015138e76e27cdb6f82d04ea75 --- /dev/null +++ b/bgp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f592e0b8dd26efd6f96de728749e9c9ba62ab29cc66cae602c15c785244ea80 +size 7753072 diff --git a/bgp_Latn/dataset_info.json b/bgp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9ae35791a7f45080a374cebccf38412df7ed7c5e --- /dev/null +++ b/bgp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2b92819fe92fafaa9772fa62c75006d005faa1680c0635c6cf772861033962 +size 1108 diff --git a/bgp_Latn/state.json b/bgp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ec904c12812be120ca834363563f73ab53b18bb8 --- /dev/null +++ b/bgp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f39b10515ee8b05ef4a618008471a1e6d83d082a4b1a982e3c02ce25d63ebd0 +size 247 diff --git a/bho_Deva/.gitattributes b/bho_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bho_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bho_Deva/data-00000-of-00001.arrow b/bho_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5833764457e8820004fb6e7423e08cb546f3bc77 --- /dev/null +++ b/bho_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17754c3e2b4b5e2089e9e7129f68acd6d3112093ba37abb5943f2bb006e2ceb +size 9451328 diff --git a/bho_Deva/dataset_info.json b/bho_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..65fe2885b114c151b65730e516b2f504040546a2 --- /dev/null +++ b/bho_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13fbc214039fb7875dceec8306e10b02add56581ef7d8bbb2de25ec435edbb9 +size 1110 diff --git a/bho_Deva/state.json b/bho_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f763742135754768049045679d72f6634f549265 --- /dev/null +++ b/bho_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e5b1dcd7b4a9fec95b970b04d4721cafd71366ece18449fe45b43a26afea83 +size 247 diff --git a/bhs_Latn/.gitattributes b/bhs_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bhs_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bhs_Latn/data-00000-of-00001.arrow b/bhs_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..86b212f7b61e8bcd5e65601f7dfd7279399e3628 --- /dev/null +++ b/bhs_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6450a5cce4e0a7780b960bcbf4a9b81d35e8d37e5d5c03672f284ab652d13be +size 4216 diff --git a/bhs_Latn/dataset_info.json b/bhs_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..87b1ef8dc66ea51a35841ddf991cb155603afa6e --- /dev/null +++ b/bhs_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52ff0f16c80e39e605621873fb05e27937f4be5cc3a7cb4c640e065f201710b +size 1087 diff --git a/bhs_Latn/state.json b/bhs_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..84ed4f7356040f7f6542602aa930ce8db83d75f7 --- /dev/null +++ b/bhs_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c52f1fd5fda46b12a22da5e855715954f716d986ca1a412443dacaba994450b +size 250 diff --git a/bih_Deva/.gitattributes b/bih_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bih_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bih_Deva/data-00000-of-00001.arrow b/bih_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d24f6288c8f2c288c2953ba92b695cf050ed96f --- /dev/null +++ b/bih_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5224104f16a8d21aa92d026cad190a5729ef0a6765785982ee73b466f5d4b31 +size 9099088 diff --git a/bih_Deva/dataset_info.json b/bih_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..27d2bec9063cb3ff15295b37bf8187a4e5c4af6c --- /dev/null +++ b/bih_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032e4974881531e717ca3751e50eac0214f81a257b89ef55add1ccff87efa538 +size 1111 diff --git a/bih_Deva/state.json b/bih_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..783d34d42ff5718aeedd9f39a8c7b394bf1bbb02 --- /dev/null +++ b/bih_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2376914a90d44aaabf8c36eb5b0ce9ba9b38dcc0623243be26dbaa03fcf06c7e +size 247 diff --git a/bik_Latn/.gitattributes b/bik_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bik_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bik_Latn/data-00000-of-00001.arrow b/bik_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..763f0ec97f262885ab994ce97c55af5f7d246603 --- /dev/null +++ b/bik_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47800fda7c1e2c67cba42f1e3b2f70617f3d3e15213b15d0d3945716a7b0b5d +size 22956840 diff --git a/bik_Latn/dataset_info.json b/bik_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..152b7ac7e0b7bd27a3791569d9b2fe0fe50b63d3 --- /dev/null +++ b/bik_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fe5ef2654594c74c1624305a1e245b959c4f0ed28b4f11e6b00a2da7231d51 +size 1111 diff --git a/bik_Latn/state.json b/bik_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..734ad97f379f12c82463f7cf8b8b66cc4f2842dd --- /dev/null +++ b/bik_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1555829f5525e7dd551ea572fde1fd8d0bca4a6970a5534415738e014858c2b4 +size 247 diff --git a/bim_Latn/.gitattributes b/bim_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bim_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bim_Latn/data-00000-of-00001.arrow b/bim_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..920a4d20b32319cc08e7117e487226721c8dbe0f --- /dev/null +++ b/bim_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35eafac24f24a39bcf55dda1c23ed843a1502e02d82b5b5dac3a7ec39102aed9 +size 712200 diff --git a/bim_Latn/dataset_info.json b/bim_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bed9c0f9b527568aaae6fa95b5ab13a38b4b4531 --- /dev/null +++ b/bim_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d878d6ebed2d3604ac5316209861ffceff0dcd6b2bcc92d27b8d057c7301b0dc +size 1099 diff --git a/bim_Latn/state.json b/bim_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..746b2c94f41c77b59e9d50f76283eba4118834b0 --- /dev/null +++ b/bim_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264b2662847a8c31f383ef03b3a9d24b220512cbf0b951195294638a11cee150 +size 247 diff --git a/bis_Latn/.gitattributes b/bis_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bis_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bis_Latn/data-00000-of-00001.arrow b/bis_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4d69e11101990ddf3b9331e37bcb87744a1c4495 --- /dev/null +++ b/bis_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660d310fdce83489646dcf62c21bcc71362ba75affa51faa50f1e9ebcc7136b0 +size 2378664 diff --git a/bis_Latn/dataset_info.json b/bis_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..344affe43180d0fa25b0995566af5c130ac48ba8 --- /dev/null +++ b/bis_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c819862873014acc6c4b957fcacd47383e3bbddec75818c2f89a7f109a63b298 +size 1105 diff --git a/bis_Latn/state.json b/bis_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..12956c60684f7216c46e5a52c0bfa5f612c4d500 --- /dev/null +++ b/bis_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6835fdf73e0a547bd99f3c52dc3557580998e17d7e500d042e3674be7b53c476 +size 247 diff --git a/bjn_Latn/.gitattributes b/bjn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bjn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bjn_Latn/data-00000-of-00001.arrow b/bjn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9166f747c33bb5ca49a26577c54091dce36ee09e --- /dev/null +++ b/bjn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03557d9983b9fcbcd4b6bf3a3957e1aef73418b01c70845a4241b89a1eddb0de +size 12408160 diff --git a/bjn_Latn/dataset_info.json b/bjn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6c06e5c8f452ade919843fa04f4416470855a2c1 --- /dev/null +++ b/bjn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa82fe953dff257bc3a9134f3875dfc4e964496b325f5c0a96fab4d07d666a5 +size 1111 diff --git a/bjn_Latn/state.json b/bjn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..152bcc715e887002dc36cf0210bbf6414c74b3dc --- /dev/null +++ b/bjn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3525b61ef5537579a92fb52991ee530188e31062c61bd242f9ff62f414cb1b7f +size 247 diff --git a/bjr_Latn/.gitattributes b/bjr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bjr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bjr_Latn/data-00000-of-00001.arrow b/bjr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f1c66651000a9d12812f3dc5fcaad7d0fbdfe189 --- /dev/null +++ b/bjr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2691007fcc78ec7d0d2811c3b2d1237ea051e772486d3a54fe0d704030e9146 +size 1976 diff --git a/bjr_Latn/dataset_info.json b/bjr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ce378dc495c1d4853be03d384224a6885826d050 --- /dev/null +++ b/bjr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abdfc6dfbcb2abadb0e48d673290f8dba09a9a03cd0c769de1154bad80d16778 +size 1083 diff --git a/bjr_Latn/state.json b/bjr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9c74d924a0bb974fc151ff002e1575d4a4a0ea75 --- /dev/null +++ b/bjr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb403375cd802b45a684748a0be77068b52bc872a5679d89b0874c288db5e0d4 +size 250 diff --git a/bkc_Latn/.gitattributes b/bkc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bkc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bkc_Latn/data-00000-of-00001.arrow b/bkc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f9af47a9af6f0a11993bdb6eff674ad0139eb6e4 --- /dev/null +++ b/bkc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4401182f2de606de68e11e0005537204a4cccb09ebbba2fd85c65b669cec957 +size 1680 diff --git a/bkc_Latn/dataset_info.json b/bkc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c92ea2b17e308d22b4df461ab59c25ba31081560 --- /dev/null +++ b/bkc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abb72753113ab10eb8e5a2cebe65457f59d17cdc22a8909acf50451a239a435 +size 1083 diff --git a/bkc_Latn/state.json b/bkc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..350e6a8da68358f4f36c6dd04223fdef0bf67764 --- /dev/null +++ b/bkc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9ce21a6206938203c5966d530812a59e858c30caed232eb9447c55c9993989 +size 250 diff --git a/bkh_Latn/.gitattributes b/bkh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bkh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bkh_Latn/data-00000-of-00001.arrow b/bkh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..688302c798f824a88367cdeba399b1651e02405a --- /dev/null +++ b/bkh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7d3b60a5df537e7e9aeabfa0b0ce290da90f555f95f697532585a9b10d7710 +size 4560 diff --git a/bkh_Latn/dataset_info.json b/bkh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8d8018e0ee16a54548c7f716ef00ce253730de4c --- /dev/null +++ b/bkh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26f6b750001abf97a7e5597735a2bffde4168866fe411b0a0ea70743ca6db30 +size 1087 diff --git a/bkh_Latn/state.json b/bkh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..40ca993aba13396fba3c5ca1d86ea819b3b5d595 --- /dev/null +++ b/bkh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7601aebeba93e655d6e2fb4ed41b2bd29149b0936f5af4a378d5d873b2e8d1d5 +size 250 diff --git a/bkm_Latn/.gitattributes b/bkm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bkm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bkm_Latn/data-00000-of-00001.arrow b/bkm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..881c5c97cd85e03c9694b38fe25f7ba7c32827b5 --- /dev/null +++ b/bkm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f983898e2e1c7bcd6c2f228ef140ee8a533ae44911bd3fde2f79294459c539a8 +size 6192 diff --git a/bkm_Latn/dataset_info.json b/bkm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..04905d23cda2dd0102c3c006aea5ed662f2861d3 --- /dev/null +++ b/bkm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5ad48ec9cb4ce1c596b20dc584568d8319b794842936109860f666ffd192cd +size 1091 diff --git a/bkm_Latn/state.json b/bkm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4a81420acbddbd8dab23ba507aa5ba72b5673bc5 --- /dev/null +++ b/bkm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4179c1cf881b2537f3a92339b7d1aed331c9fd2f511c9315b651509f11753f +size 247 diff --git a/bkx_Latn/.gitattributes b/bkx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bkx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bkx_Latn/data-00000-of-00001.arrow b/bkx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4468220115bde941ced202ec6be705a3edcd806a --- /dev/null +++ b/bkx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1025bb9b0fc22421de6fd72e3ccaa514dee8f63079f37ead826caf6a203678 +size 3040 diff --git a/bkx_Latn/dataset_info.json b/bkx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7252080cd079f299cef93b9fc27d0cef9973dcb0 --- /dev/null +++ b/bkx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62226da5127dff108b59d64f83f53eded76454af273197a1da26cd8d6f85589 +size 1088 diff --git a/bkx_Latn/state.json b/bkx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f142f3f425acf501afc2cb113c132dcd30def10a --- /dev/null +++ b/bkx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf7b7ea3ad19e76ff70032bbe7f15312edd16612da313acca808358cdd09c67 +size 247 diff --git a/blk_Latn/.gitattributes b/blk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/blk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/blk_Latn/data-00000-of-00001.arrow b/blk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4bcfb13bad27c6c099e8e8084c09d7ba34647e93 --- /dev/null +++ b/blk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c899e8d43f6cf873e26960981c32cd7d2f1e1c9a007ac50953ccae381a37e0 +size 11608 diff --git a/blk_Latn/dataset_info.json b/blk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..87de61ca729ad6d540004ca09e43666d0bc0ea09 --- /dev/null +++ b/blk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df5fd194f624e44d19f02bf860734c9f9312897d189d554662867c78bbf704f +size 1092 diff --git a/blk_Latn/state.json b/blk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..32e7f5770539af7cb5d165ee92d4bee31d315d44 --- /dev/null +++ b/blk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1329ddd3124ed46c2e8a93eba51c4e1429c6c5b07289a31524386137b94ef9ce +size 247 diff --git a/blk_Mymr/.gitattributes b/blk_Mymr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/blk_Mymr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/blk_Mymr/data-00000-of-00001.arrow b/blk_Mymr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..796a184388771fccc8ec2034750fe4b65a594d30 --- /dev/null +++ b/blk_Mymr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52a833fe4e64f9e61f8e7907ba93068a00dfc67619f2d2927e362d46f77886f +size 25581152 diff --git a/blk_Mymr/dataset_info.json b/blk_Mymr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..02b7d4f33076410ea01cca3095cba0f926fcf75e --- /dev/null +++ b/blk_Mymr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1edf004823f4982ced2de20373bb242248b642470d6356489d2fc081441ae2e +size 1110 diff --git a/blk_Mymr/state.json b/blk_Mymr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..05415947248a0365e1822ec472f6ddb745b692ae --- /dev/null +++ b/blk_Mymr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5e2c0b2be5a91d774017999e91d6e8d66a37c3e188d1afb12aa2d2020d25e8 +size 247 diff --git a/bob_Latn/.gitattributes b/bob_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bob_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bob_Latn/data-00000-of-00001.arrow b/bob_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..38185f5e3fa1ae5b4c782c54e4e3b46f75ac9bc1 --- /dev/null +++ b/bob_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610e37d5964794846fe4ae352f890a488a6b1421a03a3a4c4c56f374041ba744 +size 1984 diff --git a/bob_Latn/dataset_info.json b/bob_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9c3cbace2313431eb6370b412693bdae01641fa7 --- /dev/null +++ b/bob_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a89faa6bdecf0fae71fc442bf53dd4bfd769c3f6e1988fb9558a9f375f8f756 +size 1083 diff --git a/bob_Latn/state.json b/bob_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a86d7c61096b9206c3973981bbe89df4f808db2a --- /dev/null +++ b/bob_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228ae3118ac3bd94fa9b24a7959736d48326eadf85f8156c73893232ad5fcc59 +size 250 diff --git a/bod_Tibt/.gitattributes b/bod_Tibt/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bod_Tibt/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bod_Tibt/data-00000-of-00006.arrow b/bod_Tibt/data-00000-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31b51954645bdde8989e414fcf237bd71c7c4342 --- /dev/null +++ b/bod_Tibt/data-00000-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1484a01b14a38e7ec0d79bea411ce92e5e98c8681fc3049a2454ec8d4f190e26 +size 480596888 diff --git a/bod_Tibt/data-00001-of-00006.arrow b/bod_Tibt/data-00001-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cbeb0aedba029157f5f5e8e73dbe6dc8190541c6 --- /dev/null +++ b/bod_Tibt/data-00001-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692a9fea19401a8afd8cc585a281faa3ba93ad728c40121d566fccf6d7051a74 +size 357275824 diff --git a/bod_Tibt/data-00002-of-00006.arrow b/bod_Tibt/data-00002-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f3f866ad459919ab30ae5de7e45c10028e83bc24 --- /dev/null +++ b/bod_Tibt/data-00002-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0365f43011d26afc66ab536d3da7e2eec24b4b21266b81e1e291667a830dcdd2 +size 293748184 diff --git a/bod_Tibt/data-00003-of-00006.arrow b/bod_Tibt/data-00003-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fea98f0202552f0e89399d9d8614b740e3f54dce --- /dev/null +++ b/bod_Tibt/data-00003-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38732ad1e5a001b331c68aa8ab254bea9032b129d8f5496172b202ff3b830674 +size 428062696 diff --git a/bod_Tibt/data-00004-of-00006.arrow b/bod_Tibt/data-00004-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9b342fe6c89a2a0e46bd335dd50a8388ab1d161e --- /dev/null +++ b/bod_Tibt/data-00004-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf1ea9e5094b1aa999a62fb22a483d6dd10c2d5fab997b66d7b1ff5efaabd10 +size 258257368 diff --git a/bod_Tibt/data-00005-of-00006.arrow b/bod_Tibt/data-00005-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3721ec624d53e92e1c2dbdfe5ee18beb15a0cdf9 --- /dev/null +++ b/bod_Tibt/data-00005-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcb8588a9d125db99d461d7cf5ccae1dad5995d9745b145a996826d9ee299eb +size 709596032 diff --git a/bod_Tibt/dataset_info.json b/bod_Tibt/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2c0cb0eb27d9ec433e7ce9bc9e1103a380f8d3d4 --- /dev/null +++ b/bod_Tibt/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facd0df735760fbd77fe959366e0e3d86674adb97e99e04dca0146e317c97bfd +size 1261 diff --git a/bod_Tibt/state.json b/bod_Tibt/state.json new file mode 100644 index 0000000000000000000000000000000000000000..74418ccd57b0011959f8cc128a06d797f6cb3dbe --- /dev/null +++ b/bod_Tibt/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fbb41c0f5a5bda2f1067fe493a38511c02da538c9eacd85730eaa255ebb9a0 +size 542 diff --git a/bos_Latn/.gitattributes b/bos_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bos_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bos_Latn/data-00000-of-00009.arrow b/bos_Latn/data-00000-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ade871b15077c4183a833e66d3052e5dbe38aa30 --- /dev/null +++ b/bos_Latn/data-00000-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd845111cfe7b3009227ab781ee60a89a364fa1ebcff783fc0b353eaa3f9083c +size 264544280 diff --git a/bos_Latn/data-00001-of-00009.arrow b/bos_Latn/data-00001-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..88bc22ec2b7971ced138b95ae27213184f06e7f3 --- /dev/null +++ b/bos_Latn/data-00001-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ee7423138f0ca3b6700882dc113139d17a51704dd36d9654eb42baae5a9137 +size 1064948016 diff --git a/bos_Latn/data-00002-of-00009.arrow b/bos_Latn/data-00002-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4441dca83b1aa31295d43b7cdf6320f47a9ebdeb --- /dev/null +++ b/bos_Latn/data-00002-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e29d2c0fc9d4bb0f8dd0c0641f6810b26fca4b4890792e064750222e4fe947d +size 1063475352 diff --git a/bos_Latn/data-00003-of-00009.arrow b/bos_Latn/data-00003-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bff927f12a532f7e56ecfb1db0dd30caee0fdd0f --- /dev/null +++ b/bos_Latn/data-00003-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d9e279a70b2c382b5dda3385fb46fb76f0cb9906be38defb80f0e0caa6e062 +size 1063101968 diff --git a/bos_Latn/data-00004-of-00009.arrow b/bos_Latn/data-00004-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9cc83a27c872f95e72e819d8fc977dfd8824b604 --- /dev/null +++ b/bos_Latn/data-00004-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559f7e1a09dad4f7ab74eef3b4bebb36f33fff66b98203cbae2420fbd2df9158 +size 148219032 diff --git a/bos_Latn/data-00005-of-00009.arrow b/bos_Latn/data-00005-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f1ba99d7428302786da0f91423fafed26ad649f6 --- /dev/null +++ b/bos_Latn/data-00005-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b0c44a8de08e3e52a09ab4ef109a44d48092de3375c3d57e48c402c14fe319 +size 98044320 diff --git a/bos_Latn/data-00006-of-00009.arrow b/bos_Latn/data-00006-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..25e09c069c36f47d5a9d3194a7b98506b972d86e --- /dev/null +++ b/bos_Latn/data-00006-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69096082c2bcc88028155a7d656b5df3838988a879d79d8934940c8ddb5d4094 +size 97859288 diff --git a/bos_Latn/data-00007-of-00009.arrow b/bos_Latn/data-00007-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..202c2033e1c386f31372bddcd29ec51dbc3a15d1 --- /dev/null +++ b/bos_Latn/data-00007-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5581cb68388f310e97b02f9a58d529e72f15f158a8d6890407595393696ba30 +size 97892752 diff --git a/bos_Latn/data-00008-of-00009.arrow b/bos_Latn/data-00008-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95bc174117af64175662ffd3c3beadf074b3c4a3 --- /dev/null +++ b/bos_Latn/data-00008-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae8b9cd7e4c0641867881581ec6f754455d4b13ca5493a636cb55a0cf8f2bbe +size 251789704 diff --git a/bos_Latn/dataset_info.json b/bos_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b1fec61870ee66e23f40e37fba46dbc5bd0ea13f --- /dev/null +++ b/bos_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c7f0644fa535a9bc77e4b75a3e552c6ec3a224553eef1f778177d1ed82236d +size 1302 diff --git a/bos_Latn/state.json b/bos_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..934ae3e09400fc2dfce59892a435ab1ec0237507 --- /dev/null +++ b/bos_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0fe79206d36ce33d2870246044d2f4747dec4610440f8647afffcad182a1b1 +size 719 diff --git a/boz_Latn/.gitattributes b/boz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/boz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/boz_Latn/data-00000-of-00001.arrow b/boz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fcc4ea94331e927d60eac8b451542a1a1ef3e156 --- /dev/null +++ b/boz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536f8245685c1c3045e742774869eb466ae0d50534e4a8f9c94dc14ab79da605 +size 47160 diff --git a/boz_Latn/dataset_info.json b/boz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a33dec309fd8dfcdcc80e2959de0b2ef7fc7ca83 --- /dev/null +++ b/boz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206aee265d1e7cca6bee4d107b23c4ed03bfb3f7a2d3f6317cca9ad4be9ff95f +size 1092 diff --git a/boz_Latn/state.json b/boz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..87b2b9c4b78010c875e29f52eb62d2c5e0f3f311 --- /dev/null +++ b/boz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580036bf83b254d27d9c383b59d5d89c7275b61152fc77b8e218e84b90d6dafa +size 247 diff --git a/bpy_Beng/.gitattributes b/bpy_Beng/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bpy_Beng/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bpy_Beng/data-00000-of-00001.arrow b/bpy_Beng/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ef896cb2ed1001b116a1a8352e73b9911167939a --- /dev/null +++ b/bpy_Beng/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f33282b22fedf7c0f3e1f062cde23905857fcad829d9198202ab17642a309a +size 50258552 diff --git a/bpy_Beng/dataset_info.json b/bpy_Beng/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..20ff0ff0225cf29dc1bbc98841de150decfc22a5 --- /dev/null +++ b/bpy_Beng/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666daccd143fbba51c9765d74a5de7c3d903050b01ba3dd5ee6a0f29d5dc4623 +size 1117 diff --git a/bpy_Beng/state.json b/bpy_Beng/state.json new file mode 100644 index 0000000000000000000000000000000000000000..41648b1e3f4ce66c26673bde4208f8765c337d72 --- /dev/null +++ b/bpy_Beng/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146d1d9881715b28878924adb50f1a1ba2ccebada5020af290662b63839c33b4 +size 247 diff --git a/bqc_Latn/.gitattributes b/bqc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bqc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bqc_Latn/data-00000-of-00001.arrow b/bqc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0e51e45e524342d9e019b91d6283706c0c23b679 --- /dev/null +++ b/bqc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b0e457ad753173fae387a46a422c2764ab0358c26ad4f22e1dbef3710a7812 +size 6074976 diff --git a/bqc_Latn/dataset_info.json b/bqc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..82d647d09d41268576dde3217a3231746c4d7077 --- /dev/null +++ b/bqc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2abaa3dfaaec7123b834ff97de3bd685cee1f95cdad64890c9ec26ef2a7f50 +size 1107 diff --git a/bqc_Latn/state.json b/bqc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f62d782c0aed02dc117e372048033fc0e97334ff --- /dev/null +++ b/bqc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58f777e108fd8b40c7a5ca2465a9acf5254e25669ce99361c88cd601619ecdb +size 247 diff --git a/bqm_Latn/.gitattributes b/bqm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bqm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bqm_Latn/data-00000-of-00001.arrow b/bqm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6b04587578ddec9e88262558f343d5db2ef5a473 --- /dev/null +++ b/bqm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0db4d97c31db54919af21867fcc3645b5f84cc294d59640be398ecbfa2b5286 +size 3424 diff --git a/bqm_Latn/dataset_info.json b/bqm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f709e3b537a97f3cb9c57ec3b3bcd942083f7b51 --- /dev/null +++ b/bqm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb66212868376ff066443b488c623c158bca3ebca13020b69b0ca0921836b0d +size 1087 diff --git a/bqm_Latn/state.json b/bqm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..da213dc240f3500341a6e8e15720899ed792c56a --- /dev/null +++ b/bqm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaf9ff712270e4e4524c47014d8cf0c6f238397409b8b2309743868e41138ed +size 250 diff --git a/bra_Deva/.gitattributes b/bra_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bra_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bra_Deva/data-00000-of-00001.arrow b/bra_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b982c46ae3f1a5494afde1b856ff4a6b648520e7 --- /dev/null +++ b/bra_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c65f1d50522206f45e408ba69362ff539d2adf4a476a4cfcef54f852c9fa04 +size 21624 diff --git a/bra_Deva/dataset_info.json b/bra_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a23756399d437be475ac7be7a9e610954cc1e784 --- /dev/null +++ b/bra_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9e1ad2a10a1948c3c68b146f74535263de24cc5a7c52a96cc8d7b7d8b0ddbe +size 1092 diff --git a/bra_Deva/state.json b/bra_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..38fcfbcf53a1aaf2b8db2375c0690da9e03c5e3d --- /dev/null +++ b/bra_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c399b14c5d6041fcafc3d8fe8a81757e8e2754e49151ebcbea76f361f05d90b +size 247 diff --git a/brb_Khmr/.gitattributes b/brb_Khmr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/brb_Khmr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/brb_Khmr/data-00000-of-00001.arrow b/brb_Khmr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0051509f2fe83629222f4692884c2711947f58c0 --- /dev/null +++ b/brb_Khmr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f168759e04f800c6e2815bfda439607166b06e6f98a4a24e82c730bc9b174b +size 178936 diff --git a/brb_Khmr/dataset_info.json b/brb_Khmr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..68d10794ee66aac74cf537da86e2186f8d3898fd --- /dev/null +++ b/brb_Khmr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac5d984d36b635a22234d6edb59189e2528251ea837e92784c37118187cc7d6 +size 1098 diff --git a/brb_Khmr/state.json b/brb_Khmr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..33b6793e58f5e37282c902bb92f4a8b4e1b1016b --- /dev/null +++ b/brb_Khmr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3326199c88ed7ed8e84c3af50f6852ca252756b6c7e3fe50056f6ed45565129 +size 247 diff --git a/bre_Latn/.gitattributes b/bre_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bre_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bre_Latn/data-00000-of-00001.arrow b/bre_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5c46588ad764044675687e5f1c8d7c1dd652162 --- /dev/null +++ b/bre_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0bde218fb4f557e6537f1f12ff5d180b4737e8758cbd412e848a994029fd68 +size 335546280 diff --git a/bre_Latn/dataset_info.json b/bre_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d20a9868784324b3bc2cab1e3ab2da398a1d20c7 --- /dev/null +++ b/bre_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788866e59d1cf4a741400dffe6d0f99b2f6b16b0a4a7fc7df4cb94c3627be83d +size 1184 diff --git a/bre_Latn/state.json b/bre_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..068dc3f91c414a4888b5024bceba20dd06e2e922 --- /dev/null +++ b/bre_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6def44223e791963d9da188e57767ae81168c558271c759f71ee378a5de02db5 +size 247 diff --git a/bri_Latn/.gitattributes b/bri_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bri_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bri_Latn/data-00000-of-00001.arrow b/bri_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..32065618844b4310e4378d7d19f8e7de5652cb24 --- /dev/null +++ b/bri_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6430380616d126a0cc7188c8d6d65527e4d42941d1af720b5df705ea97893430 +size 4872 diff --git a/bri_Latn/dataset_info.json b/bri_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..13a1762c19f32784c62c59a37a343de222680600 --- /dev/null +++ b/bri_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7c537531b6d3f54430465d99b375f28c028a84dc16ed59fd83a779a2e5079c +size 1087 diff --git a/bri_Latn/state.json b/bri_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..423d20d6d63c9236ce8f788da92e97a9ab10b890 --- /dev/null +++ b/bri_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a546b3462698af4dc38b4182283434f957ed70efb50f33147eeb5cdd781057d +size 250 diff --git a/bru_Latn/.gitattributes b/bru_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bru_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bru_Latn/data-00000-of-00001.arrow b/bru_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4deb59d7a8e5cd3f71d46b3798113ffd62ebe265 --- /dev/null +++ b/bru_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26328b3d1119b35340219a52724cbe93bdc944bc7ea6886805112b99115bb04 +size 5666016 diff --git a/bru_Latn/dataset_info.json b/bru_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..42c973995c7f8461439b466399afce71431b1b50 --- /dev/null +++ b/bru_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6306f6e1b988261b40a48980bd901d87a78515ab8b2ce073f2d3e4202874566f +size 1106 diff --git a/bru_Latn/state.json b/bru_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..13f47dfae71534893270104ae1a582aec9e8be34 --- /dev/null +++ b/bru_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b309c0032dcd839aebbcc7f7de8e047e904fbce4ac3f46a1bc067bd4caa86f +size 247 diff --git a/brv_Laoo/.gitattributes b/brv_Laoo/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/brv_Laoo/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/brv_Laoo/data-00000-of-00001.arrow b/brv_Laoo/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8bbca6d79cd13497dc0c8d2ac72984f871a3c4f2 --- /dev/null +++ b/brv_Laoo/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9871775c4ee29369449acbb0f4f032c8ab1b9cc16c3870fc26448190aa7452d +size 4840 diff --git a/brv_Laoo/dataset_info.json b/brv_Laoo/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8e898f59b00a80f6f337feede14da0f5a57e6fa8 --- /dev/null +++ b/brv_Laoo/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d85d3f2f8bbeb2065eab227ac640a306e8473859a206668538f2d98516fe408 +size 1087 diff --git a/brv_Laoo/state.json b/brv_Laoo/state.json new file mode 100644 index 0000000000000000000000000000000000000000..00b3126b5745ff0e15aadec810883a9b3729204e --- /dev/null +++ b/brv_Laoo/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fa1d17f59519d65f25908a90d6fde5335d18698854d623c9f0e535502e8290 +size 250 diff --git a/brx_Deva/.gitattributes b/brx_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/brx_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/brx_Deva/data-00000-of-00001.arrow b/brx_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e87737ec545cc1337e84636f30a726862a899638 --- /dev/null +++ b/brx_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d5cd94ac9076f990e6c33e4b079aaa540a7e1b7ea8695c6bbf91255b4d1b0a +size 756072 diff --git a/brx_Deva/dataset_info.json b/brx_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4b9051d3ce7a7d1d4f069da082e321bcae30439e --- /dev/null +++ b/brx_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7955abb2f12b6aaf1e452ccf00ea36a2fe4be9a97ff15d70693a4a0bfa765972 +size 1099 diff --git a/brx_Deva/state.json b/brx_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..620296cea4aaae1c8c07b514ece501de9e04db66 --- /dev/null +++ b/brx_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b86867909cccec3a32b8d19ab23eb2c971a20e7da6c72cf338b20a1c03d50d9 +size 247 diff --git a/bss_Latn/.gitattributes b/bss_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bss_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bss_Latn/data-00000-of-00001.arrow b/bss_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5c70efa4b554034124c0654b1290d06fb9ef9912 --- /dev/null +++ b/bss_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e16e267bfe0ddc4c58bb8efb64d54a5a29b4a83162a4336cf6c2ac56f2dc5e +size 4048 diff --git a/bss_Latn/dataset_info.json b/bss_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..85fafe010eeaf01f6112c60489eb9364baa94861 --- /dev/null +++ b/bss_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9ea9ceac3bad5d36cd4f0a3c4330b15a6827f188f82f35d1a95a8e9c6a7ce4 +size 1087 diff --git a/bss_Latn/state.json b/bss_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..410807e6f03412a3a9a9258499d9c5e20392c9a5 --- /dev/null +++ b/bss_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d82e594bf8e4051d16a357cf2d8ab065d4b3efe3fb1540431b90487bebf75b +size 250 diff --git a/bts_Latn/.gitattributes b/bts_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bts_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bts_Latn/data-00000-of-00001.arrow b/bts_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..65b8980cdf375cc186e5338182ee23613f109e91 --- /dev/null +++ b/bts_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300bf697f053f0adc792fe2150608457e4bd1b1e16df5a8ab7d5767dae97af93 +size 4300424 diff --git a/bts_Latn/dataset_info.json b/bts_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..18396e3fc15a20f5fe36c5b3e5639ac948389e49 --- /dev/null +++ b/bts_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947dafb03c1efd7a53a336153c16cf016125da88a2f2067e9df2e37743ca68a9 +size 1104 diff --git a/bts_Latn/state.json b/bts_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8e7d42a7e4d070f89a912253830141595308dd58 --- /dev/null +++ b/bts_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716b9964e3939a4db926bd2e5fc5145b76460f298c1411efa02c5d8d9882bc0e +size 247 diff --git a/btx_Latn/.gitattributes b/btx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/btx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/btx_Latn/data-00000-of-00001.arrow b/btx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a012819a8260c669a70103f9db9cc9a787891db1 --- /dev/null +++ b/btx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f88f48b86abc9f4e7a74e31b5a09ad6874dc425ba78ce2c9ef2ce2bc8eace7 +size 5913248 diff --git a/btx_Latn/dataset_info.json b/btx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..33d64fb47d4973bc938dde39dfbc93ab2225d67f --- /dev/null +++ b/btx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f8d90128245b8158223c5229e5ef45ab1a0cccdb18057ff82d0e09871e6bbb +size 1106 diff --git a/btx_Latn/state.json b/btx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d4a923892ac55538eac162199b1d827a2d1ad07f --- /dev/null +++ b/btx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b67751aaabdf23accdf7f61bc375733954c0855434ff823c8048f989fcc423 +size 247 diff --git a/bua_Cyrl/.gitattributes b/bua_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bua_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bua_Cyrl/data-00000-of-00001.arrow b/bua_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8833771e4b3eb8fe51e302cb4a0f1c9dd5b2193f --- /dev/null +++ b/bua_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1aa8b2fdf6a4aef0f347b9354dd4b11dfd2d171e9374533313cf0e39f4ac4d +size 39499008 diff --git a/bua_Cyrl/dataset_info.json b/bua_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7befe4bfae1c1eaff6622728a2e3cd49848b97d1 --- /dev/null +++ b/bua_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2c0c0f39c8a7a5f95a3077270430d1db1445d1939c905bfdee650e66557bce +size 1110 diff --git a/bua_Cyrl/state.json b/bua_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f7a2f1fb492d448259849c90727746d6e064658e --- /dev/null +++ b/bua_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcea84daa0198573a4d85f0d94b42bdbf20ff1ea7b6ec03422277feac0616b76 +size 247 diff --git a/bud_Latn/.gitattributes b/bud_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bud_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bud_Latn/data-00000-of-00001.arrow b/bud_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..27b8b62772915bbe0f2a1ccf6c15f88ca6dfcd7f --- /dev/null +++ b/bud_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c895900dd9f21a404f69f8335398a2dc64da097784e35d1d5da1cb083a7eb2 +size 7560 diff --git a/bud_Latn/dataset_info.json b/bud_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..89058fb3e8fc2418f68bff2307f69d3d80913bc0 --- /dev/null +++ b/bud_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd996f9e022f57c509a7f6fb64c2e01942424d1ef1cd7de5545e3e3f04b4b92 +size 1088 diff --git a/bud_Latn/state.json b/bud_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3e8fcdd00d4f9a0ed365f9ff761fe09d8543c2b9 --- /dev/null +++ b/bud_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d885fd90ba2515acfca9fa688a8f6918aaf2e19cfc70afb8b5bc5ca86d2140 +size 247 diff --git a/bug_Bugi/.gitattributes b/bug_Bugi/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bug_Bugi/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bug_Bugi/data-00000-of-00001.arrow b/bug_Bugi/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..30c27a25759221143dcec5e1bfd300190ecb0efd --- /dev/null +++ b/bug_Bugi/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5d29820087739ba87ea514631dd2ee625efeada6ee089674b1ff7537a843c1 +size 37728 diff --git a/bug_Bugi/dataset_info.json b/bug_Bugi/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..87ca76afa031ef6cfafd430e947d8cebc67403d2 --- /dev/null +++ b/bug_Bugi/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6e7cc9d6808d8425031c4e18c72fcc5030082e3b026f156a52b1032fbddaf2 +size 1093 diff --git a/bug_Bugi/state.json b/bug_Bugi/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8f05ca22e578acbe735e29df935e3bf7c816d0e4 --- /dev/null +++ b/bug_Bugi/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95d8b8e79dd5774fd5c722eaefeec3a6b960a198d47d8b19bb2184754a1e25b +size 247 diff --git a/bug_Latn/.gitattributes b/bug_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bug_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bug_Latn/data-00000-of-00001.arrow b/bug_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4309a18be28d1835ab768d5956561fd42f1a5c98 --- /dev/null +++ b/bug_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9df7349ec33886b4b4a92f13b44d8a2bcf02f4d6be2c44a759fa96a2850db28 +size 237416 diff --git a/bug_Latn/dataset_info.json b/bug_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fd6afb356284c8e67deddc41f9eacea9b81c8c1c --- /dev/null +++ b/bug_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ddab8a1eca3f0523b370b7340f9932d83ee7c23f340d7bcec2647f09be28d9 +size 1106 diff --git a/bug_Latn/state.json b/bug_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4e50c5029f9caafc7357dbff0966a524ba820e91 --- /dev/null +++ b/bug_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434426dca62616df26963b2f593bfa2c8ecead8906debc7dbb1c96aba63c634f +size 247 diff --git a/bul_Cyrl/.gitattributes b/bul_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bul_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bul_Cyrl/data-00000-of-00005.arrow b/bul_Cyrl/data-00000-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8b60d0cce9bd12dadc90c57cf75cf2ec8038c3e9 --- /dev/null +++ b/bul_Cyrl/data-00000-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de246c533bfab6fdf33046e06f38765e7df70e1b277ff7dfb707b377796aacf +size 316813984 diff --git a/bul_Cyrl/data-00001-of-00005.arrow b/bul_Cyrl/data-00001-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ec67014edd348a32ac89b57fc97846f9851ecf30 --- /dev/null +++ b/bul_Cyrl/data-00001-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8093442cd6c261737ba07859a39431a1a1d9bb1bf111302c2cb8b7f145b0f6ad +size 213738720 diff --git a/bul_Cyrl/data-00002-of-00005.arrow b/bul_Cyrl/data-00002-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9feaed37bc2ffc43778a560093a111c303241713 --- /dev/null +++ b/bul_Cyrl/data-00002-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538205e5c934a197a7a3dfc91187c5f0061f515818e0fae2cd0fc5ddb1d8b760 +size 213350768 diff --git a/bul_Cyrl/data-00003-of-00005.arrow b/bul_Cyrl/data-00003-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a5f67dc15d6fbef558bf088c4eb71728f1a9bf94 --- /dev/null +++ b/bul_Cyrl/data-00003-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eefc4e3b56f9d844b89ede2a760bd098ffe640c5e4412f77d0942f50d2425dd +size 213199688 diff --git a/bul_Cyrl/data-00004-of-00005.arrow b/bul_Cyrl/data-00004-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d35208d475077c0b2665c7886ac907bb681d5cc --- /dev/null +++ b/bul_Cyrl/data-00004-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e09ae1d00b6c2a1c56f08102f1ad33f5b5667984a2d33153c1ffb732a6561e +size 1321052280 diff --git a/bul_Cyrl/dataset_info.json b/bul_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..81850165bc9426c98d032f1d4e7f2c6f901070b7 --- /dev/null +++ b/bul_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170186b3a053e9f16743250a48df3927e2cc88a0fee94ca5ea4352c5cb5ddfa3 +size 1251 diff --git a/bul_Cyrl/state.json b/bul_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9726e8e1bbfdf99a97e75664566d483c082a61a8 --- /dev/null +++ b/bul_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676394589e514039bb9463483624073d28bfbc2cc601778bc90cf52548f7db2d +size 483 diff --git a/bum_Latn/.gitattributes b/bum_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bum_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bum_Latn/data-00000-of-00001.arrow b/bum_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cdd9f6a194a54e87636e0ad5a2868dcc1f342910 --- /dev/null +++ b/bum_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2481707b4f53da75460bc94b0b909546b21c0d83a5431e0d0a2d45a097f0dc9f +size 4375232 diff --git a/bum_Latn/dataset_info.json b/bum_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f6114cfd321bcc27e290e05e9238da86be95ab2c --- /dev/null +++ b/bum_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e5898aa7ffb1d60de80c36facfe53aab22ba57a5f482904d0acf23e435d430 +size 1104 diff --git a/bum_Latn/state.json b/bum_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d61a5c08c187648f3bae16a83121bc712f36f29b --- /dev/null +++ b/bum_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9277a8bbff5786fe6afd70c1380df73314be8bc2a64af6f266d423b0f6467ebf +size 247 diff --git a/buo_Latn/.gitattributes b/buo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/buo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/buo_Latn/data-00000-of-00001.arrow b/buo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0cb108e77d0db0d4267aadf03da1c3dd0ad25bf9 --- /dev/null +++ b/buo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65facc23fc959d0c45148db6b3ab101a73a7e1baebb0d072c61b995f7787870 +size 3096 diff --git a/buo_Latn/dataset_info.json b/buo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7658f2e2fec26259fa229a7b7b87a01dc9209e4e --- /dev/null +++ b/buo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa226e4c9c53e7efa91e6cb62e1d8b10e497dd7a0685bbab99965a18c0dafbd2 +size 1087 diff --git a/buo_Latn/state.json b/buo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..515b948fe16bb220e64ff15a3f258cd20eb5b38a --- /dev/null +++ b/buo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3013e160739db0a6ef621b2162942208b28b88a2aea656b8d9a3ef487ad02b6e +size 250 diff --git a/bus_Latn/.gitattributes b/bus_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bus_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bus_Latn/data-00000-of-00001.arrow b/bus_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..020c5bfb752d1c8affac01f42057ab8cc86e1fcb --- /dev/null +++ b/bus_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc3f32f6dfa9441d46e495508a66147d5afab25439246539cdf6d99990c9598 +size 1325432 diff --git a/bus_Latn/dataset_info.json b/bus_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dca3bf4fc90c62daac122475045f30577c4b3a6c --- /dev/null +++ b/bus_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b83b81930c42c2c74f75af0570f6d32e8cb972550ecc57b2542c48700cd61c7 +size 1104 diff --git a/bus_Latn/state.json b/bus_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..be9c6e4e2a15d8db7d2b91760ad80dcdd5f922d6 --- /dev/null +++ b/bus_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64eb1ab36a5e74306699717a5540ef80ac85e68391d8cd03f2f1bb6ce43863d8 +size 247 diff --git a/bwt_Latn/.gitattributes b/bwt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bwt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bwt_Latn/data-00000-of-00001.arrow b/bwt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b11038c210eedda75cb31f4b341bec250d1bdf13 --- /dev/null +++ b/bwt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33acf7506ce33b09cc48182c541387b88edb1888995ae37fb3f93466c936003 +size 6856 diff --git a/bwt_Latn/dataset_info.json b/bwt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1c9cae0b0ec062d578b0aaf0a05b4c565eb4ac0a --- /dev/null +++ b/bwt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963bcadb0e532c9dd98d34984df366621fd16067ca2449c0ff6f03509c75345d +size 1088 diff --git a/bwt_Latn/state.json b/bwt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9576b62466a44d2315eebdf796db5c802100718c --- /dev/null +++ b/bwt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048c997068cb2c53c0d052d9ad1d3ba0765b71c229743a367fb8045ac1940640 +size 247 diff --git a/bwx_Latn/.gitattributes b/bwx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bwx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bwx_Latn/data-00000-of-00001.arrow b/bwx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fc16243d56da6b895ee20ab712b7ec5e8ca2baeb --- /dev/null +++ b/bwx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90a37b1962149c69562323d95d13bb893da32ca9367e7f16a7e065b850fde05 +size 8424 diff --git a/bwx_Latn/dataset_info.json b/bwx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..347587d92cc26c78d939fb5c5d982424bcd6f858 --- /dev/null +++ b/bwx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c896efd49d0943504f5b915a717931e043e9ff3b1318e62c96e764cf797ebb0 +size 1091 diff --git a/bwx_Latn/state.json b/bwx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..32008b29d0b03d1bd747a157563b90cf02c4ee0e --- /dev/null +++ b/bwx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b7082ad8bd35d978e050e701e3cc2cea8104fefebfeb87d54595a7bb129a07 +size 247 diff --git a/bxa_Latn/.gitattributes b/bxa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bxa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bxa_Latn/data-00000-of-00001.arrow b/bxa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7b901f3e238943d938c6afcd264c8c0a8a9cb3e0 --- /dev/null +++ b/bxa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e7190c2c0057b17f30463f7500833e65eaab55ddee7de52e2800cbfa4708db +size 5880 diff --git a/bxa_Latn/dataset_info.json b/bxa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1ac2c77d5a000949749aa78fd94d0924682a7f4a --- /dev/null +++ b/bxa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01dffe1ba9dc8e5fdc1b3fe77d799b3b0a1ff91aa00520b4d9f1c8c59b9372f +size 1087 diff --git a/bxa_Latn/state.json b/bxa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8a8f0aa7a4eadbcd87f180d2e504eab2c02c1fb3 --- /dev/null +++ b/bxa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7617b71d6e7a0adc423f151244ba1707092e91a6d6fd679466aaf86b89a65274 +size 247 diff --git a/bxr_Cyrl/.gitattributes b/bxr_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bxr_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bxr_Cyrl/data-00000-of-00001.arrow b/bxr_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dd696e0e196cd7fc6186dfbdd0fa175a182d7a5a --- /dev/null +++ b/bxr_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672ed8e1f744aa57da5a3019a5bbdb2d36fe2a861f717f05b34a9ec9b48b9bff +size 10205032 diff --git a/bxr_Cyrl/dataset_info.json b/bxr_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5e23115e253f06a30be0484342a8c9e39622da7c --- /dev/null +++ b/bxr_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97404a387534e1927c7d1cd313b9edcea2b86c1b99e0b51cd4142faf2c9b27a1 +size 1111 diff --git a/bxr_Cyrl/state.json b/bxr_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..99702f37656a5678c455313cd7bb3dc64190d851 --- /dev/null +++ b/bxr_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ecbb6dcc3b80bde628a4c78b46b02e9e3fce112f59aafa9371e9379f5b43c7 +size 247 diff --git a/bxr_Latn/.gitattributes b/bxr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bxr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bxr_Latn/data-00000-of-00001.arrow b/bxr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..64f15d308307c370ff280c9ff78878ae49118524 --- /dev/null +++ b/bxr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a5122d6d25b9159234e249b50dbe2d082c4d32d309e80871d1d1846c9c791c +size 310440 diff --git a/bxr_Latn/dataset_info.json b/bxr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2c96f9a0c687aac03f427491c75dbfac91e5e650 --- /dev/null +++ b/bxr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ecc8ded54919f2f569ba3f9b05c2ae2900fc51c01c6e1ef2333a293a68793e +size 1101 diff --git a/bxr_Latn/state.json b/bxr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1050e5987bcc11434cc678d4d348045cd035540b --- /dev/null +++ b/bxr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e9bd57258c6eb7f2f1535b9dc5f3e2cb874d2a304530d6d178e4973478e12c +size 247 diff --git a/bya_Latn/.gitattributes b/bya_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bya_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bya_Latn/data-00000-of-00001.arrow b/bya_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..97a5e39ee405a02389e2c7af1a810817746fb391 --- /dev/null +++ b/bya_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887dd7896439e3c2a7dad7ab334db1362a9ba277e943b39ddd04757cc3da498a +size 1920 diff --git a/bya_Latn/dataset_info.json b/bya_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ae77615fb55056405498b4c970cceaa5f3b46fd1 --- /dev/null +++ b/bya_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5962b4551dbc0b5d0d663308cf54c96359c3c12c408882e9d6bfef5d47fef7ad +size 1083 diff --git a/bya_Latn/state.json b/bya_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c91e3a6f730abd3350678f808b1c7780802f0c28 --- /dev/null +++ b/bya_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9a53b2f69e26ec8cd31bc3b2770d07210fe024714131e1c74893959aa381b8 +size 250 diff --git a/bze_Latn/.gitattributes b/bze_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bze_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bze_Latn/data-00000-of-00001.arrow b/bze_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b98c979dbb5db17e2cc5064f4f7c74e9f4864b25 --- /dev/null +++ b/bze_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fffdbd44c1b1257b24e43ed653e14a70ec9ed8ca46ed6f06893df665cefc5a +size 37560 diff --git a/bze_Latn/dataset_info.json b/bze_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8c1595e7dda6d15ca584ec332917746cad4aac --- /dev/null +++ b/bze_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43724d7900866e1dd03bf1ebec8a3c1e41e1525b464631dc83da7fb1fb43098 +size 1092 diff --git a/bze_Latn/state.json b/bze_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..10b438bc1137d2fd511c40dedb442eaa82db9d93 --- /dev/null +++ b/bze_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7ba1b531ccb1a8411308ae8c655614aba09ade78cc459437a484e2e262b121 +size 247 diff --git a/bzi_Thai/.gitattributes b/bzi_Thai/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bzi_Thai/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bzi_Thai/data-00000-of-00001.arrow b/bzi_Thai/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..442ed171c8996683e393f687cf6a0f6267b85f8b --- /dev/null +++ b/bzi_Thai/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4f2d83927496c461368a793ccf3f74ce8bac6eddc7d8e6e30f7430c5a68521 +size 182424 diff --git a/bzi_Thai/dataset_info.json b/bzi_Thai/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..242ee558b92aff79fe01ebecab0ed4a041b25f51 --- /dev/null +++ b/bzi_Thai/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efe7d256541ed4414e85c1a2644589493869e1b0b30b46f8a599d454bc28dbb +size 1098 diff --git a/bzi_Thai/state.json b/bzi_Thai/state.json new file mode 100644 index 0000000000000000000000000000000000000000..19936c1ea25ee585a53df45e981930b76f65faac --- /dev/null +++ b/bzi_Thai/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4f89d7ccc2a1ea46ef4a390a4a7a0a63cc7d096062782ae335357efcfe7f3b +size 247 diff --git a/bzj_Latn/.gitattributes b/bzj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/bzj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/bzj_Latn/data-00000-of-00001.arrow b/bzj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1040a44705ca071ba9e2643285bbfa2124424c3b --- /dev/null +++ b/bzj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e636b88bf81eda22841d290b2f5b503cb1b697adaf3e25de125ea45679f740d9 +size 4377784 diff --git a/bzj_Latn/dataset_info.json b/bzj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c03ca0f56565296a21bcc01b443bf840e65108bb --- /dev/null +++ b/bzj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4b8cbc79112341aff696856ee9a9e3ac678f3d6e5d8dee09f6c5615b12a698 +size 1105 diff --git a/bzj_Latn/state.json b/bzj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..528ffd909fc6d4da3f4972ff296770c97f14068e --- /dev/null +++ b/bzj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30c1835f0e9f182289ef4f5e2152dd46ca44e96e95c2ec9f7631124c937321b +size 247 diff --git a/cab_Latn/.gitattributes b/cab_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cab_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cab_Latn/data-00000-of-00001.arrow b/cab_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..60082494ac785e497b74b9ca44a187e8a270d3f9 --- /dev/null +++ b/cab_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b7fe58064c61fc4ef491feb055d1481e0aea2303166d03b71f20081ad9a5c3 +size 7201288 diff --git a/cab_Latn/dataset_info.json b/cab_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b20d9b650dbf1fc8830dcbc3e1f02203be607fe6 --- /dev/null +++ b/cab_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1620bcf4c13921f1ec9957c59bb684746c0772367c9d8126e082b4ac8703f2c8 +size 1106 diff --git a/cab_Latn/state.json b/cab_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e0ac50e17c957be9f7ef123635fce70d4496cc52 --- /dev/null +++ b/cab_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98f742646ef9a1701dcfb86d6c31ec429150d46f74a4f9e24f91d4ec42ef2b6 +size 247 diff --git a/cac_Latn/.gitattributes b/cac_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cac_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cac_Latn/data-00000-of-00001.arrow b/cac_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1ab4d7a0183cb807b8f956f650598bf4f35e7ffb --- /dev/null +++ b/cac_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7e59b602d67e7144aae95215ff96bd25a03442173c4ee6e9d7cbe254e8ecfb +size 331536 diff --git a/cac_Latn/dataset_info.json b/cac_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..57b9832a6d6f838a566b927dff9265d1758ad96c --- /dev/null +++ b/cac_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46ce1ec46888e2f3dbbe4c19522ddc4c22144949f8d9ec86e0bdf00da95e4bc +size 1098 diff --git a/cac_Latn/state.json b/cac_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ab6e2e53461609dda8a8b8d410b33c53ed5381e5 --- /dev/null +++ b/cac_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b86dd88b553675df316c04b210212bf91d7cab94aae2e937c701d8e254c8ba +size 247 diff --git a/cak_Latn/.gitattributes b/cak_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cak_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cak_Latn/data-00000-of-00001.arrow b/cak_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..77b30602bb9c9b0b08e65376f514db454c4b75c7 --- /dev/null +++ b/cak_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b280746167c3f0fe3ce36f0ab674573acbc9bbf1a2c95879222e0c8d2a4f00 +size 32061656 diff --git a/cak_Latn/dataset_info.json b/cak_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..333670d3516f0bcd7e5bd79f369e752b93a33845 --- /dev/null +++ b/cak_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc95ab72209955356605e17dc577bc53a1d4118e9ca0c3077969feaee1df178 +size 1112 diff --git a/cak_Latn/state.json b/cak_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..93ad96b02b584ce7371c792fde0a6c52e6f888cf --- /dev/null +++ b/cak_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4024aeb6aa9bbd8e840d7dfde39970bcf16af11e8a446f61fe378650b42952 +size 247 diff --git a/cat_Latn/.gitattributes b/cat_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cat_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cat_Latn/data-00000-of-00020.arrow b/cat_Latn/data-00000-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c9268a73d18faebac7b161065e82c2556e42c3a --- /dev/null +++ b/cat_Latn/data-00000-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7636eb8d520d723e3d3882fe2b41d23251611b80e704ec0131f02f4403bd9a +size 420639024 diff --git a/cat_Latn/data-00001-of-00020.arrow b/cat_Latn/data-00001-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..252d70fb6db5dc6b76ca0f82a790b61503d277ae --- /dev/null +++ b/cat_Latn/data-00001-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661149efd3cdc805223f6776642a1563ee29ad1f6c9912eb5f01e0cc4acc2915 +size 420168248 diff --git a/cat_Latn/data-00002-of-00020.arrow b/cat_Latn/data-00002-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d2923ab1ebf9383fe9b996005d0973e1c56c64f5 --- /dev/null +++ b/cat_Latn/data-00002-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20287059fdf11ef3575fceda870253d003982e3a03e59f30d8e73f1c2a28fce +size 418929152 diff --git a/cat_Latn/data-00003-of-00020.arrow b/cat_Latn/data-00003-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..34c78d8209fd289ef6078f922d423b72bf6e8ec7 --- /dev/null +++ b/cat_Latn/data-00003-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b49d18ec3d6ecb5be467ca9623faed58332543644acf13c439aff20c2c8c3b +size 418807752 diff --git a/cat_Latn/data-00004-of-00020.arrow b/cat_Latn/data-00004-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a633f149ce91ee5f81abc37c980b91a851e0b3e2 --- /dev/null +++ b/cat_Latn/data-00004-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b991d15d4cddb4f928233e0362c53932301c38937152ac23a580fb37608e708 +size 418158768 diff --git a/cat_Latn/data-00005-of-00020.arrow b/cat_Latn/data-00005-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dcccffee00dc4e887d204fe86ee6e915f21b2937 --- /dev/null +++ b/cat_Latn/data-00005-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b574684cde7c3f34422faac8313a01f2c20278452f827df06957f431be3b90 +size 1594044056 diff --git a/cat_Latn/data-00006-of-00020.arrow b/cat_Latn/data-00006-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bf0bb701eebc333feee32660000170e2eb8a1280 --- /dev/null +++ b/cat_Latn/data-00006-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1ce283ba076a3d8358b890886d00f6a76ce8178179c4ec8e152c69a8f16bc9 +size 416440568 diff --git a/cat_Latn/data-00007-of-00020.arrow b/cat_Latn/data-00007-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c51124fe5b4401b923a64012973b38377b88b75 --- /dev/null +++ b/cat_Latn/data-00007-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edde90f0f31982b664b3073f8b7045eca556c410e5065d9f3f7a409ca642f00c +size 417410576 diff --git a/cat_Latn/data-00008-of-00020.arrow b/cat_Latn/data-00008-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c7f918d37c7739bd513e09c8abc7be1e559780a --- /dev/null +++ b/cat_Latn/data-00008-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d56baba87596be88a4f1ff1ad542eb15d9dd49983d63d267d9855f647c19ab +size 419391216 diff --git a/cat_Latn/data-00009-of-00020.arrow b/cat_Latn/data-00009-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..50276c994fc875df8c5213c43f37db841ca211c1 --- /dev/null +++ b/cat_Latn/data-00009-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425518a64162a642b34be59db152e02afeb6050f6d7abcd9f5348fe6b0551754 +size 419715064 diff --git a/cat_Latn/data-00010-of-00020.arrow b/cat_Latn/data-00010-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..44c9368b6f9f9928b7922dac80303bb43da82f6d --- /dev/null +++ b/cat_Latn/data-00010-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1be4e0f35244aacae32b457652e1411930d89a39559a2a4c59f2b657655ac63 +size 421719040 diff --git a/cat_Latn/data-00011-of-00020.arrow b/cat_Latn/data-00011-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..078d1c2e92661e623257aeed9825ecc7808f16dc --- /dev/null +++ b/cat_Latn/data-00011-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f049b30bc0f9fce815986760d822ac8087f8fc5bb09070c860b65926596b55 +size 419128560 diff --git a/cat_Latn/data-00012-of-00020.arrow b/cat_Latn/data-00012-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f16108028de4e10628157e9e1e3231787075fd8 --- /dev/null +++ b/cat_Latn/data-00012-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a704b742a15e8e12e9df74de0ce92ca8ac64198065e13cfcd0020cff9da1fb +size 418701872 diff --git a/cat_Latn/data-00013-of-00020.arrow b/cat_Latn/data-00013-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..60f1d95651399128df7108a3c285d01ab95ee84a --- /dev/null +++ b/cat_Latn/data-00013-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bceb3922c2a2bf0005f71c48c537c5a3e09a1ef0cb96d3d10d5a13a2b8f1160f +size 419964616 diff --git a/cat_Latn/data-00014-of-00020.arrow b/cat_Latn/data-00014-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..92eda2fdd8b71962e6cff9f9e594e918f1047ac3 --- /dev/null +++ b/cat_Latn/data-00014-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f79c49159da4d0b89201975087d871b0b357090e890c09f2f06cb36e1777a7a +size 420691656 diff --git a/cat_Latn/data-00015-of-00020.arrow b/cat_Latn/data-00015-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..711f82514ca99924ef7aa2618f55b64728b98775 --- /dev/null +++ b/cat_Latn/data-00015-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02272ae16151f6747ac8e982c355fa7751613a362db4a05f89a10464ec2a16df +size 418726088 diff --git a/cat_Latn/data-00016-of-00020.arrow b/cat_Latn/data-00016-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a50241f0b6fdca7fbefdcbf086ecd4a57cb9890e --- /dev/null +++ b/cat_Latn/data-00016-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d9f2cfd34fcc6a9d00e45ce1904e40d3a1c89d5f419f5c3de7810870e3cae7 +size 419886592 diff --git a/cat_Latn/data-00017-of-00020.arrow b/cat_Latn/data-00017-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a4058dee4a421daef544a90749949a6b4c1db4a0 --- /dev/null +++ b/cat_Latn/data-00017-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc41df5197fe391604cade27adb78e9bad98013bb67bd75fcf245528bca424d1 +size 418653120 diff --git a/cat_Latn/data-00018-of-00020.arrow b/cat_Latn/data-00018-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..59265d76b0bb88365c1314171d02f3132f947ca0 --- /dev/null +++ b/cat_Latn/data-00018-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30961bb1e34d12038e522fd0bb5591b61c925608a39c0c8c9fcff1dee6f5131d +size 419178176 diff --git a/cat_Latn/data-00019-of-00020.arrow b/cat_Latn/data-00019-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c34d2c5423b6be8efac2e39cb9b8527ffd619534 --- /dev/null +++ b/cat_Latn/data-00019-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a60855e94860725620cce90b97b9c9ecd7bfdb46b3d844a3abcba11fee5d0dd +size 820451432 diff --git a/cat_Latn/dataset_info.json b/cat_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..434eda63d609fa5c0f0251568b39f9c10f8701c3 --- /dev/null +++ b/cat_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356e3db8f8f5f7db9eab0a2628fd825b1a0dae72dca8cf6aa9a200ca35b0da6c +size 2870 diff --git a/cat_Latn/state.json b/cat_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d94f81dc8e54646cf6b2a0eaffd21056b9b3300c --- /dev/null +++ b/cat_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1135b1a2e0ef3b73237612a10fa7907c3ca196500cf567cae8acfc9c7548829 +size 1368 diff --git a/cbk_Latn/.gitattributes b/cbk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cbk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cbk_Latn/data-00000-of-00001.arrow b/cbk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9586ccb454b6c595d955048637cd16ae4eaddf20 --- /dev/null +++ b/cbk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5a831317612bff5070b1ecdf8084c5378ac7679d2d912efeb0e2443292d6d3 +size 5183840 diff --git a/cbk_Latn/dataset_info.json b/cbk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9e49c544a23a9d5e36c50d545b69709297494cae --- /dev/null +++ b/cbk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5ac503ba7adc10c50153942272f643085c8cac79921988f6ca3bcfcaf6dfdd +size 1107 diff --git a/cbk_Latn/state.json b/cbk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dcdb3e62c716a64fa0f629b58f081732938ec84c --- /dev/null +++ b/cbk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6752568f0c1896c45b1bfd9335af2beae7d8c949ed37499c9b016eaddbb5c9ff +size 247 diff --git a/cbr_Latn/.gitattributes b/cbr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cbr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cbr_Latn/data-00000-of-00001.arrow b/cbr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ca34df33f837d2ff1c2d590b65e47d21c63ab4b1 --- /dev/null +++ b/cbr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff94912b58872b44e7b8e35df8a33a67b8361043107b9ebd4a811b3ff0bdc6a +size 27528 diff --git a/cbr_Latn/dataset_info.json b/cbr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..74668cc843d511c1cffcff56618f3b138b8620c7 --- /dev/null +++ b/cbr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eec8a29cf52d7a4278360f0c194db734593c25956f845d382191446695f1ab4 +size 1093 diff --git a/cbr_Latn/state.json b/cbr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6cad4ea60ffc140725720fa386a51d2f23cc44f5 --- /dev/null +++ b/cbr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ca8b6b62cfd9eb3987fb8f49b2ef21c2035978644a023b5704327d8cf977dd +size 247 diff --git a/cce_Latn/.gitattributes b/cce_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cce_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cce_Latn/data-00000-of-00001.arrow b/cce_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1c5837faa704819d083699b81483f48dc021856 --- /dev/null +++ b/cce_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bf71b32f16734dd765b5ccf6cb32e67d9d7a50d7b0670e8ad28bebb301f8d5 +size 1300480 diff --git a/cce_Latn/dataset_info.json b/cce_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..533fd57f91a3e2407a1649a8c9cc22b44e73c19d --- /dev/null +++ b/cce_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57418693fedfbc2e4a7d6d3d90f5116b7acd31272390a9dd23ad452f43ccb354 +size 1104 diff --git a/cce_Latn/state.json b/cce_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4e489c5b1e7783c9b496ed3a9a168e10c3a57f94 --- /dev/null +++ b/cce_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f6f3a9e41e62dd0172e1b895c6e10b0962500070780c53a124c3812ebde82a +size 247 diff --git a/cdo_Hani/.gitattributes b/cdo_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cdo_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cdo_Hani/data-00000-of-00001.arrow b/cdo_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ccd40895a3c17176150d18d68c913cc8ef4f5c3 --- /dev/null +++ b/cdo_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c4c4e7172bb4d577a033219db486263b8c2f5d4a7f03bf358b67a1978377cc +size 352496 diff --git a/cdo_Hani/dataset_info.json b/cdo_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..711977bee58e00bbe8883b642ccac72799650369 --- /dev/null +++ b/cdo_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9159ece5a58eb16d51df0fb60ed2a014618c25eeb5d34d0a75a919cba7a0dba2 +size 1105 diff --git a/cdo_Hani/state.json b/cdo_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4e073a9291ab47cc269e28fb7d0058caddc446ac --- /dev/null +++ b/cdo_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e935f26c04f0bc95efd61f0ad93bd9dfd39aaf6d3bf9bcc91e3bdbc2608aa632 +size 247 diff --git a/cdo_Latn/.gitattributes b/cdo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cdo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cdo_Latn/data-00000-of-00001.arrow b/cdo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b03574257d3744ea046d344c08ce8dbae1df9db --- /dev/null +++ b/cdo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb03449bffc3a1b9ec919c129db5120acb846f7d4b1cfb213cb08df1817e05c +size 2951544 diff --git a/cdo_Latn/dataset_info.json b/cdo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..93874b8b24cebc8f1116ce75ad76d3dd01c53f0b --- /dev/null +++ b/cdo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dc9384f150715a7ad619facefab2cbd1013edabb513070150ee2544ff4cd70 +size 1106 diff --git a/cdo_Latn/state.json b/cdo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..796b60217dc528f40102c7fc9389907669c4489d --- /dev/null +++ b/cdo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f04c0af34ca38e1a189ebbe1180f5766a7129a92b92d169be03e2add35abc1c +size 247 diff --git a/ceb_Latn/.gitattributes b/ceb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ceb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ceb_Latn/data-00000-of-00009.arrow b/ceb_Latn/data-00000-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fe628148db8bc0466baf7830d906b56bd924a833 --- /dev/null +++ b/ceb_Latn/data-00000-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e74b7649164c82920f0a473fb24b0beca1a24a4d30239a1e2962f83da37770 +size 669421144 diff --git a/ceb_Latn/data-00001-of-00009.arrow b/ceb_Latn/data-00001-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9adfa1908eb800c99aa3e86abbe056f5b2b63591 --- /dev/null +++ b/ceb_Latn/data-00001-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad9ad9d6b764f2736ccb65d4f816041405f44def5833b9ff20f6dc3ad6f55ce +size 307208464 diff --git a/ceb_Latn/data-00002-of-00009.arrow b/ceb_Latn/data-00002-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5327f68c7ced88abdbbc444c56d0722bc21a1eb2 --- /dev/null +++ b/ceb_Latn/data-00002-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8093084db82cf6f333846a533d71ea68572d9bc94b9062ccc2f8f1c1567eda6 +size 293635960 diff --git a/ceb_Latn/data-00003-of-00009.arrow b/ceb_Latn/data-00003-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8603093c8766f010606c020a1e03dda165e760f6 --- /dev/null +++ b/ceb_Latn/data-00003-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8325ef056cddeb9faf30018f42f13550beb0597aafe054b8e41b5be8bd5098 +size 293284456 diff --git a/ceb_Latn/data-00004-of-00009.arrow b/ceb_Latn/data-00004-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5561af85c525a9b66ff8820bc9a86bf361efcbee --- /dev/null +++ b/ceb_Latn/data-00004-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0f214c2c6200eeb1c8f77ca90931bab267710eee96885d699d4a482fc42e96 +size 292682024 diff --git a/ceb_Latn/data-00005-of-00009.arrow b/ceb_Latn/data-00005-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8a3a8243e55267769bc5460e5b1597e2b31854c1 --- /dev/null +++ b/ceb_Latn/data-00005-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772d7bb9dbf7af9664f6081760a26ebfc63c00db98ab61bd62bf1ceef1e4e23e +size 855235424 diff --git a/ceb_Latn/data-00006-of-00009.arrow b/ceb_Latn/data-00006-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..62b2e58495e9c7b17b389ce470b9d6879447cb3b --- /dev/null +++ b/ceb_Latn/data-00006-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7565c653c0a0312c19cb8e3699acfb95ae2b0fb9b6f450f54223599606335d +size 1051269976 diff --git a/ceb_Latn/data-00007-of-00009.arrow b/ceb_Latn/data-00007-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6d8b16a591f8289b764af55d7ca26b570bb624e --- /dev/null +++ b/ceb_Latn/data-00007-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481ce4b049ae3dee561dea9101ff04833e2a3135cc1557fb3a52d976ab16edff +size 292772672 diff --git a/ceb_Latn/data-00008-of-00009.arrow b/ceb_Latn/data-00008-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1507cc0c32947aac2d4abe940375f851e8ff8c98 --- /dev/null +++ b/ceb_Latn/data-00008-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a6762629871f39d9eafdec2b637a3b63ae6d8adaaffbad72dfa20581f2bbba +size 292535648 diff --git a/ceb_Latn/dataset_info.json b/ceb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0ccd80c24889d5c9d14f46273876c6de39c79a10 --- /dev/null +++ b/ceb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c202e0d523f3d6d01d6c16c4f9dea21b9114369fd9693b206f4f9a528b2fed6 +size 1790 diff --git a/ceb_Latn/state.json b/ceb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4158561a384f769c2bcd937dfac719e6b49db1dd --- /dev/null +++ b/ceb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a8452c97ed687f6c845de3c05919f857b0396ae9bd9ca84bd7fa9c535e55e3 +size 719 diff --git a/ces_Latn/.gitattributes b/ces_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ces_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ces_Latn/data-00000-of-00004.arrow b/ces_Latn/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..985cabfb8801c4fc9587a175b4483b0cdafa98de --- /dev/null +++ b/ces_Latn/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fa61580afb9a5f26158102673728f0f42204959e572135aadc8a7b986f2f17 +size 464547608 diff --git a/ces_Latn/data-00001-of-00004.arrow b/ces_Latn/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0a9738e628590cab1fad1afa7d8b6a81acb9c1f8 --- /dev/null +++ b/ces_Latn/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01ca5f60f985a01ca69cbb5bccf571bfa0cc38dab9156240c650202dac05389 +size 493424632 diff --git a/ces_Latn/data-00002-of-00004.arrow b/ces_Latn/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f65376f4ce104dce72ee2badc092ce92ade93d45 --- /dev/null +++ b/ces_Latn/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e50cb0036d7ecd737e957b5a14831d728a2852a91b1f4b1212327d8a61f2ecd +size 530014600 diff --git a/ces_Latn/data-00003-of-00004.arrow b/ces_Latn/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f96d55f2f9383c94696db83fa37f0165f98b890b --- /dev/null +++ b/ces_Latn/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3814eaf79aab7c8957e9d89baffa1599f7fff0667633681a0dd7685a138593d +size 341327560 diff --git a/ces_Latn/dataset_info.json b/ces_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b6e880d881795e0842c0b212a4baad5f81b180c4 --- /dev/null +++ b/ces_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21226b658eb4a3a1712d730065e764c3003540f4cb589f5db46ae27c5ec4e13a +size 1219 diff --git a/ces_Latn/state.json b/ces_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..861c287a30fd9754f9c1480e03ec740d77987b1d --- /dev/null +++ b/ces_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d479fee2d4785abc070e61628301d90b70ec9b2e6feec0664f64400a824cd2 +size 424 diff --git a/cfm_Latn/.gitattributes b/cfm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cfm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cfm_Latn/data-00000-of-00001.arrow b/cfm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ddbc776b2f6da1877e774063e8bf28be5be9778e --- /dev/null +++ b/cfm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed07a8014daff7c4e42713e7f56a045ca6f99e90ef7e84e9786ff47eb319dc03 +size 21844400 diff --git a/cfm_Latn/dataset_info.json b/cfm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..82fc1d0e974772daf13ef5cbbe5f7ce5bbfd1b7b --- /dev/null +++ b/cfm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637b0c9299e8ec49bb939722d0ee2ceeea511849642f8aca6e174781cd9d15e0 +size 1110 diff --git a/cfm_Latn/state.json b/cfm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0150aa5642a37a0037603cd44551073235a7163e --- /dev/null +++ b/cfm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7561d9da6557a592d00bbc61b42a9ae19c2bd7f6d05a1d30cb88c271da897c6 +size 247 diff --git a/cgc_Latn/.gitattributes b/cgc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cgc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cgc_Latn/data-00000-of-00001.arrow b/cgc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b0e32c1ea6bc0be0c9c54346ec0a2915d8919774 --- /dev/null +++ b/cgc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a879637d900f9cc2312ee03113524058f4ee9fec0191a074168372a16c969c81 +size 111560 diff --git a/cgc_Latn/dataset_info.json b/cgc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..66ff8a05a2f5f797df376ff92dde6292353f5306 --- /dev/null +++ b/cgc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b13b06ce5c7af8da1024a09a2e55abb2db9963ce7e3efc071d0dde44463842c +size 1099 diff --git a/cgc_Latn/state.json b/cgc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dfab3c0a2bb91ff7ecbcea2f096c84205708bdfd --- /dev/null +++ b/cgc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cea819ea3e29d36582007ef994351c4e7dab241c9bc0cd26f53a26fe25284b +size 247 diff --git a/cha_Latn/.gitattributes b/cha_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cha_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cha_Latn/data-00000-of-00001.arrow b/cha_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e5b9d4f66b878c3af1b3b03b2183d8b879ef0761 --- /dev/null +++ b/cha_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880cc0ac47b36d3d8f0f9b7f9a536a15707ade93977fa231bbddd15ab03a08f0 +size 2682944 diff --git a/cha_Latn/dataset_info.json b/cha_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3496c5127a7de7c6db9e032a7f51b2d85d58b302 --- /dev/null +++ b/cha_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e3ff6de57c4903a8a6de3293d44df133d0004597ef1c5204ec63062935cd6f +size 1105 diff --git a/cha_Latn/state.json b/cha_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..efe798d5dfec5c8063fd74262bef691b7113995a --- /dev/null +++ b/cha_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7cbc24582aff207a8db97c06f4a6b99e0b9f3b2b8b7e658df8fe28cd365922 +size 247 diff --git a/chd_Latn/.gitattributes b/chd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chd_Latn/data-00000-of-00001.arrow b/chd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f73ada2d98b73855a889c5d2cc5c115c1f46079 --- /dev/null +++ b/chd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30555c2bd7cd3ab2b6155f51f1e5822cec98e00f341b8cd324691929f0c9fae9 +size 3072 diff --git a/chd_Latn/dataset_info.json b/chd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..18d9766a296904c357af36beb8cf8400ccb0c883 --- /dev/null +++ b/chd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b0bc763b074eec2edab7b659914196f7be76f36a64c8be6966ed2cc73a0ce6 +size 1087 diff --git a/chd_Latn/state.json b/chd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a1af8621e0dbbcc170aeedf07db5016bd053f614 --- /dev/null +++ b/chd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7aa578b8041a811a4adc21ca4b1f99789e9be6c31aae2a60b5c7ed8610ea05 +size 250 diff --git a/che_Cyrl/.gitattributes b/che_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/che_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/che_Cyrl/data-00000-of-00001.arrow b/che_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e7f236b6c68184f61de03015bebca4ee1cd2bbde --- /dev/null +++ b/che_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101a45d451098ffac2ccefd0b417cbb51584ce5fdbba068c9aa0b5721bb191cd +size 208768936 diff --git a/che_Cyrl/dataset_info.json b/che_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..42471b1cf11a28334e8f6e8ed63e3ac36f689363 --- /dev/null +++ b/che_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d551f3fd3bdaa01f5106d7eebddd4bbdfe00781f332b82c7e2730091d0662f01 +size 1204 diff --git a/che_Cyrl/state.json b/che_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c90d2fa7a8137b4705cf225be49e192260a29491 --- /dev/null +++ b/che_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36da2695f44465355a04230b49ddf4914bca4223674abedfe2a34f6a13a7782b +size 247 diff --git a/chk_Latn/.gitattributes b/chk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chk_Latn/data-00000-of-00001.arrow b/chk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..57e4da1267eace71a180590240ab5029e4c404a4 --- /dev/null +++ b/chk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3593012b0ff3076d10def97f1b271c4b37b72cd08418f67e890a79b46e4d9e +size 11923912 diff --git a/chk_Latn/dataset_info.json b/chk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..73a5841478e23486a2714de462b434124a8c9f8a --- /dev/null +++ b/chk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77dc97b355ed09b2b5f59285c4765e6d01e790c22bab85f88815a63802ffbb6c +size 1111 diff --git a/chk_Latn/state.json b/chk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a6bc9e6eb1f45359bf00f7c8d22ec0eb01a4f3ff --- /dev/null +++ b/chk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5fcd4aa8c9e299cb1625f65f597588a46c3f4124b84651b3da78e598437073 +size 247 diff --git a/chm_Cyrl/.gitattributes b/chm_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chm_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chm_Cyrl/data-00000-of-00001.arrow b/chm_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..74a4a074438218b318576a6ee96f625949ad3ad3 --- /dev/null +++ b/chm_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53991d97d9579980e862c231c0d39f24e48e1d3b09cde7ae102f57bbc83ebe02 +size 37908408 diff --git a/chm_Cyrl/dataset_info.json b/chm_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a9c674ef23bfec7c6b14e62b6f7da70a2156acd4 --- /dev/null +++ b/chm_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b2914ccfbe34a5d46f389347129aa814efe5392e101ec7b199aaa683afa081 +size 1110 diff --git a/chm_Cyrl/state.json b/chm_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..61c13c2d1fb2e491c39cd304234bbf677ee01de7 --- /dev/null +++ b/chm_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc545b5bc1c399d9e295fc44f2b3ff208a02b38f48a56423234c0ef962e97411 +size 247 diff --git a/chp_Cans/.gitattributes b/chp_Cans/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chp_Cans/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chp_Cans/data-00000-of-00001.arrow b/chp_Cans/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c8028f3bd1dad52c09492929439d2859450291a5 --- /dev/null +++ b/chp_Cans/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f738f36c4148f64fc477e92a2ef8af316013745c88ae3f9ec2b8eaf5796444fd +size 10056 diff --git a/chp_Cans/dataset_info.json b/chp_Cans/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2478d72ce6aa4a2412bd088e20fd5446556c7c7f --- /dev/null +++ b/chp_Cans/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0373afb9c2e07cf83810fff9e2db9bc864d2e7cad84d6db2c3fe433d414ec9de +size 1088 diff --git a/chp_Cans/state.json b/chp_Cans/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d5597ca81505661bb01e8de5c00b18872ca266d8 --- /dev/null +++ b/chp_Cans/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbadfc16e10907a6a73fb89c192cf82fd47b71865c3068fd02051eae8db1f7a7 +size 250 diff --git a/chr_Cher/.gitattributes b/chr_Cher/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chr_Cher/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chr_Cher/data-00000-of-00001.arrow b/chr_Cher/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..20a377c4eb983d4fecebf9b83e491ab4d74c9a07 --- /dev/null +++ b/chr_Cher/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab79e927f64f80c76ad74b4d96a70ed2cee368c9fc9b88b21b5bd27a1cbf50c3 +size 2703464 diff --git a/chr_Cher/dataset_info.json b/chr_Cher/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cb4b66dccbfeec4aa2ca0845d14b5cffa2e15c52 --- /dev/null +++ b/chr_Cher/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f87dc8e9c52e44abb62bb07ffb2bfa560d59cba264772357c685c8f63447312 +size 1105 diff --git a/chr_Cher/state.json b/chr_Cher/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0d732695775bb45800e6c45ceb0e266cf94b325a --- /dev/null +++ b/chr_Cher/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1085446d95da47a73cc75f62be083b0d11d0a3766b690591f5c0f5eebd322ba +size 247 diff --git a/chr_Latn/.gitattributes b/chr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chr_Latn/data-00000-of-00001.arrow b/chr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..984af626cf67bbb477d04a6cddbc4bec32dac47c --- /dev/null +++ b/chr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806e3dd085c6b636fa6b5dd9492680d1b35dda0436d71acfb3c3f28825393ccc +size 320704 diff --git a/chr_Latn/dataset_info.json b/chr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f2e77133614c5e6db477f9b4f112d5599c360c96 --- /dev/null +++ b/chr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da32caf9cf8e91c8e4af23340375e277332ce913ba20b3cf64080a7bd4023afb +size 1099 diff --git a/chr_Latn/state.json b/chr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dc817ea7c6ccb0bf67dfc4df5cdd238aed83024d --- /dev/null +++ b/chr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999f24dbe4c0e8f998659cfbb0d1fda06ca311e3186716534394f8f4af6cb5ae +size 247 diff --git a/chu_Cyrl/.gitattributes b/chu_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chu_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chu_Cyrl/data-00000-of-00001.arrow b/chu_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fa403ae05d22464306141a48535477fad4bada9e --- /dev/null +++ b/chu_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293b726684842565d2888e3939f414a6902b8fa548775dd22c7ed300da8f6c5e +size 909456 diff --git a/chu_Cyrl/dataset_info.json b/chu_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..245788372a6f37c499b16e79224b16e02ac84878 --- /dev/null +++ b/chu_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269976a1092a0ab6a393f3f48c99b35545cacf560f7d10268418b8fd00ac2339 +size 1103 diff --git a/chu_Cyrl/state.json b/chu_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..404be7c9c38065e9bee9913413a56b7f2ab32d5f --- /dev/null +++ b/chu_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b50f5627529a7b02c6e43b104d32e49e250c916a35980980b3aa75ed612cda +size 247 diff --git a/chu_Latn/.gitattributes b/chu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chu_Latn/data-00000-of-00001.arrow b/chu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6c0bcd774a72dc8b2b35b24f19b44306eed4c7d --- /dev/null +++ b/chu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e605453a9275a6ffc18669061b36bcc1e5a7a77e755746787838b67d014d73fc +size 6072 diff --git a/chu_Latn/dataset_info.json b/chu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..517831876fef14b449efbe8e13e2606c8c684bba --- /dev/null +++ b/chu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5a5d47178eb097a36407c90aaba51ed91634146601e81c559f83a07391b3e5 +size 1088 diff --git a/chu_Latn/state.json b/chu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5ff3b100495d77815c4360bdf4a17ebc2846e8ad --- /dev/null +++ b/chu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba12a5488285c08935c6ccf99393634ed3f363330b2311f9c5f873e6d814ee62 +size 247 diff --git a/chv_Cyrl/.gitattributes b/chv_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chv_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chv_Cyrl/data-00000-of-00002.arrow b/chv_Cyrl/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1e2e00466be4c4c799cd21c4f0bee88fc848553c --- /dev/null +++ b/chv_Cyrl/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809fb83a3eaefb39040f2251d9e06c219e74df116c5ca6d5f4aa706a65fcd290 +size 435236264 diff --git a/chv_Cyrl/data-00001-of-00002.arrow b/chv_Cyrl/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f2aee16d09be3acdad7794dd24606a1416b7f839 --- /dev/null +++ b/chv_Cyrl/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275f9a3665c7070951bd278657e8a71c6bb924d7e10fe603cb8485bc89a7c8e8 +size 143750544 diff --git a/chv_Cyrl/dataset_info.json b/chv_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0bed853ea7749298725d3510edfbe895545f64d4 --- /dev/null +++ b/chv_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f381305685d3b3d1d5d0840d2d141975498240de51bf3f9d5a2cf62a26b9ab +size 1183 diff --git a/chv_Cyrl/state.json b/chv_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6278299d8e7945f9fd590a73ed184a964ff2b5d1 --- /dev/null +++ b/chv_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab1bc329171076a883cb203a160df22738a195d8490d026f0d0cffee3939463 +size 306 diff --git a/chy_Latn/.gitattributes b/chy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/chy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/chy_Latn/data-00000-of-00001.arrow b/chy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5aa77d2a6e78fb9ac99168a1db4d164b7dc21fa4 --- /dev/null +++ b/chy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576fafe3f19a8aed1082f1c6c27324fd5ef1c124d2892b9e9db22ed37b816e3e +size 44696 diff --git a/chy_Latn/dataset_info.json b/chy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..31f23361e4cded4a0a560b59b087d1bacff607d1 --- /dev/null +++ b/chy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ce1c7dbf6bb25ea77e9c79ac09b9802b7eec70c8b676e614f8d3b43b69c5a3 +size 1099 diff --git a/chy_Latn/state.json b/chy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..35abdc7474d9f286017441daf9f503a9e47b7d4a --- /dev/null +++ b/chy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16840c8ce3c13fb98899943c741fc7409215fef71def41646d29b55e6564eeb7 +size 247 diff --git a/cim_Latn/.gitattributes b/cim_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cim_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cim_Latn/data-00000-of-00001.arrow b/cim_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d7227213592191954d70b423354e751ae3fe28ff --- /dev/null +++ b/cim_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de09f8bacab775a1e7ad6bc048324946f904c21cacae2399734fcc0e607d571d +size 2240 diff --git a/cim_Latn/dataset_info.json b/cim_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..796ea090c800a6b48ee5761444397df39d99d3a9 --- /dev/null +++ b/cim_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545d56f6696e47c476a79c2d64374fb3e2141a89d964b4cd505b77d4fde84c43 +size 1087 diff --git a/cim_Latn/state.json b/cim_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2200bf95c31bac597f8420aae18af91b51dd4137 --- /dev/null +++ b/cim_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee70a40371252dd51bac890477f29428b032cefbea5aed8418bae896c9efa29c +size 247 diff --git a/cjs_Cyrl/.gitattributes b/cjs_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cjs_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cjs_Cyrl/data-00000-of-00001.arrow b/cjs_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..79b658e88bf5e0b6d556e044c2fc4eb5fc9c5b78 --- /dev/null +++ b/cjs_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa9cb5c1079297641af829ddc2cd244256fe38885c929fbccde29bf3bb665c2 +size 183992 diff --git a/cjs_Cyrl/dataset_info.json b/cjs_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..18ccccb2d512ce4a6e8314b1b281350e9422d14a --- /dev/null +++ b/cjs_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3f85e48eaef53ad1bd7fbbf4b3f4cf3ee33f098ff0cfa20246d4f545d777c3 +size 1105 diff --git a/cjs_Cyrl/state.json b/cjs_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8e0cb623da6b539802c5147120943c73970bbf3d --- /dev/null +++ b/cjs_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cefe8ca1961c87476c9bd892aa1416f8f82ed4f458aabe552bd799fac6045c4 +size 247 diff --git a/cjs_Latn/.gitattributes b/cjs_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cjs_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cjs_Latn/data-00000-of-00001.arrow b/cjs_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c65903e01d169f61b7a82a83993dab57852bbe7c --- /dev/null +++ b/cjs_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5c996f39e22185ee1d79851ba76e9b514dbac95ab3e68fbb613785481c4968 +size 2584 diff --git a/cjs_Latn/dataset_info.json b/cjs_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..27e43ef5152be345c6d3aadbc0c28987d3446a4a --- /dev/null +++ b/cjs_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5586c3f5ee7e8340cc917d2d14ab23859fadfc305f5781ea45dc7c588bbf78ef +size 1094 diff --git a/cjs_Latn/state.json b/cjs_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..176f7907020d506b798feade7e5375d761ea33af --- /dev/null +++ b/cjs_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7843c0e64cd083d72eabcb422254fc0083f81c3a3775612512308d716bb00a39 +size 247 diff --git a/ckb_Arab/.gitattributes b/ckb_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ckb_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ckb_Arab/data-00000-of-00005.arrow b/ckb_Arab/data-00000-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9fdd8c41a7725c909cebe0b4e48477ada5c4c6cf --- /dev/null +++ b/ckb_Arab/data-00000-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eee836b2f196d12d1f57975b5c71957ca95428819fc9c51b5ace7bce98ed06 +size 121493296 diff --git a/ckb_Arab/data-00001-of-00005.arrow b/ckb_Arab/data-00001-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95ba0d70a46a8b1f64db5ee56922c58ebcb2d55a --- /dev/null +++ b/ckb_Arab/data-00001-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92218447c2a0e5065debd43cdc2b05108e0fcde8a8d6b70261701cfc285b4ee +size 121092168 diff --git a/ckb_Arab/data-00002-of-00005.arrow b/ckb_Arab/data-00002-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ab42b0abd8bf8cb35eaa175d1e17903c046a367f --- /dev/null +++ b/ckb_Arab/data-00002-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7619fc1edf5a9e6c0ce68c87ed4bbb69cb984ee05254f42d7c3d596d0fd9401f +size 120233320 diff --git a/ckb_Arab/data-00003-of-00005.arrow b/ckb_Arab/data-00003-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..21f2feb5c90a57cd1db99f7f3e39292217211e14 --- /dev/null +++ b/ckb_Arab/data-00003-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5809bc469ef7c3df06ad45d89db47a15dd4ff6fc7e492b63caee382fb8a9c2c8 +size 993915640 diff --git a/ckb_Arab/data-00004-of-00005.arrow b/ckb_Arab/data-00004-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d244014048ade1fe4a8f4d71b3b9d0e6e0cc4066 --- /dev/null +++ b/ckb_Arab/data-00004-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508901e231250ea461e4933dd72f03f70ca1ce1cbd16948ca131a949efb22145 +size 938035760 diff --git a/ckb_Arab/dataset_info.json b/ckb_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..64eda21fe69bb45b6e092c786bffc5de3be9a8c3 --- /dev/null +++ b/ckb_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e428eb5ca6b7d7cd2b0042d6185a35fa91caaeb05ca2dcd48dfde74a6b24ac79 +size 1248 diff --git a/ckb_Arab/state.json b/ckb_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..229c295d73cb16d356c1082dc0f31af3f691430d --- /dev/null +++ b/ckb_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfa9c61e143484dcd1f5d718348c36ec820f8e5f3f1b045dc38b8249e849c59 +size 483 diff --git a/ckt_Cyrl/.gitattributes b/ckt_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ckt_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ckt_Cyrl/data-00000-of-00001.arrow b/ckt_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5cb1ef3f573c293d086478eb6aed3d01854f059b --- /dev/null +++ b/ckt_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac27282882a84dc54ba3d48c1105e9dc08dbd84e5674857b55388696067b8fd +size 512984 diff --git a/ckt_Cyrl/dataset_info.json b/ckt_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..892506cbff2d8f9b84fd3b8b78d6c79f47cdcd0f --- /dev/null +++ b/ckt_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29631442690b0d7839b6cc06b4a8665cac3178bdfa07b6f6ce767f0b6814470 +size 1103 diff --git a/ckt_Cyrl/state.json b/ckt_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..224f33884b468f5b52d7a6800b4173b6ea45543c --- /dev/null +++ b/ckt_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e58b12a5279832c446bd9d0d8b2de2b095ac9474c0558ed2df21ba335ccc6fa +size 247 diff --git a/ckt_Latn/.gitattributes b/ckt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ckt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ckt_Latn/data-00000-of-00001.arrow b/ckt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a6525d28cf3d51562f50b30c1964d45070f6de66 --- /dev/null +++ b/ckt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d192822703a33da63079c21af43745243a7fc7e6d4895ae0572d33484c602b03 +size 4111256 diff --git a/ckt_Latn/dataset_info.json b/ckt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..af6ba149f2545730a0f4ce3f22cbcb29eedc9f50 --- /dev/null +++ b/ckt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ac0c95a527bb7029262534a049a45525c268b44456b6689d51b3cbea753fc4 +size 1106 diff --git a/ckt_Latn/state.json b/ckt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..14826f23f214b06d0576cd051951aaf8d0225d9c --- /dev/null +++ b/ckt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231502378727245ef929cc88cb6d68eaa0a75039a5b10eea9cd9bd7dd8a174c1 +size 247 diff --git a/clo_Latn/.gitattributes b/clo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/clo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/clo_Latn/data-00000-of-00001.arrow b/clo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0ad8253e6bf1a03c5c822e9ab7192c8095a1d6be --- /dev/null +++ b/clo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34054923b9080513438e811dca36ddac43f97ffa7ed14b18ab8a6be04ba60b73 +size 3088 diff --git a/clo_Latn/dataset_info.json b/clo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..650efa8aa67ae7da349c70c6d6ae9e9cd0fee901 --- /dev/null +++ b/clo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf86e4348da509c29cd4d35396fda821937f574f2016d74169c258f82b0f7ca6 +size 1087 diff --git a/clo_Latn/state.json b/clo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..954d0d97fa42f72bbb36cd588fdcbf5fffa4bb1d --- /dev/null +++ b/clo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6141eca1684284174b8de9e6ce00e4afe23ac08ba69b6be3804f55a62d4c54e +size 250 diff --git a/cmo_Khmr/.gitattributes b/cmo_Khmr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cmo_Khmr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cmo_Khmr/data-00000-of-00001.arrow b/cmo_Khmr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..274647d97b3d59e50f6e33e079355c1d1f5440bc --- /dev/null +++ b/cmo_Khmr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d89c0fd4eb00fd83c2ad5fa6de21e2dee7f018a03ab2a1c14bbb6f9f293de70 +size 137160 diff --git a/cmo_Khmr/dataset_info.json b/cmo_Khmr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ca1dc548c06fd62fd61280306b85bca8c13a2332 --- /dev/null +++ b/cmo_Khmr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8aa61f3bad559ae89dde1187cc375229bdcc3b71176d0415661d26947e5dfd +size 1098 diff --git a/cmo_Khmr/state.json b/cmo_Khmr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..26634368889c7541d395db7bfd46b94bab728222 --- /dev/null +++ b/cmo_Khmr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cf13ccb7f16e040ffa26b2e4c74104f412866bdea0a7bcd363ebd25588b1a5 +size 247 diff --git a/cnh_Latn/.gitattributes b/cnh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cnh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cnh_Latn/data-00000-of-00001.arrow b/cnh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d56676cb8d703b8095ea74e0a1e0cad84ff78338 --- /dev/null +++ b/cnh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71046f1b401ba857b75bf0da42d5bdcaa028fad94cc377a5125d6ef2ffa7fdc +size 62019032 diff --git a/cnh_Latn/dataset_info.json b/cnh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c58cb773c13abfc9232fba34f44419fac0c22b6e --- /dev/null +++ b/cnh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33629142b78c889f35a65ad5976177fac2d40ab462d42f018eae29d83600bd8 +size 1112 diff --git a/cnh_Latn/state.json b/cnh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5f4a27a30bc56e6d25ef69a6c944e395ef45f69d --- /dev/null +++ b/cnh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d79e25099ee01275d91eac704b969fe42b33034f4a62dcec10d05fc8135d545 +size 247 diff --git a/cni_Latn/.gitattributes b/cni_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cni_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cni_Latn/data-00000-of-00001.arrow b/cni_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dab16062013262b8b2472bca12b91ea7542ce40e --- /dev/null +++ b/cni_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcec663491d8db0ea09b61f97d26c1f641063fdc34789625de1ac6c3841a532e +size 770920 diff --git a/cni_Latn/dataset_info.json b/cni_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dcd2ffdaefee5c79d0faca4200b6461d52994669 --- /dev/null +++ b/cni_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f5dfe0bb5399de35cf0c21a2890834dadc1342e2a2cbb68cf61aeaa02ed297 +size 1106 diff --git a/cni_Latn/state.json b/cni_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1c07c37f27318c57912343224709842e8b464809 --- /dev/null +++ b/cni_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb954124b181f0d269dd85a15a2207be6fce17413a4e786b31be0e7c74914d5 +size 247 diff --git a/cor_Latn/.gitattributes b/cor_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cor_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cor_Latn/data-00000-of-00001.arrow b/cor_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5e38bd731fd6381366410250d9ec8038e404579 --- /dev/null +++ b/cor_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd725491091e337c111094764db30ce98704ffbae00a2a3d8a9a83b71d4e370f +size 11350624 diff --git a/cor_Latn/dataset_info.json b/cor_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..89ec1cd302b3b5fa12fd64dd2aad4db7b5bffdc7 --- /dev/null +++ b/cor_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e6c35d73174cab96d5a8d4442caf1881f8af12e60a0c27bcac19ad401f309c +size 1110 diff --git a/cor_Latn/state.json b/cor_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c07b097c3eb346db4d102ca7a10eaa72b0bb798a --- /dev/null +++ b/cor_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5466c4d4dc91fd01812c493fbf9132a22d1ed0903fcc5e40ba9b353c2751474 +size 247 diff --git a/cos_Latn/.gitattributes b/cos_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cos_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cos_Latn/data-00000-of-00002.arrow b/cos_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1a07ec255c18afbffc7e41c6d666e5deb784d25c --- /dev/null +++ b/cos_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a67c548ef6b16853875d5baebd4f391470716441e00082e4c80f89b8de712b +size 470920544 diff --git a/cos_Latn/data-00001-of-00002.arrow b/cos_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a10e8a2a492d360fbddf91a591f6b17366c6b2d5 --- /dev/null +++ b/cos_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff551531b1a2edf143761450d2abdd846dd15666dfa76ce62541f0cef7b21ce +size 515490960 diff --git a/cos_Latn/dataset_info.json b/cos_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..91db1d1d32a6eb1145e19735a85da795de5ad5f9 --- /dev/null +++ b/cos_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb27c7c16d7f4ead3b4c86a38dc12ab0d6e5cbd19d47e75f23944caa12ef8fd +size 1220 diff --git a/cos_Latn/state.json b/cos_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e3e2f3de0e8ba1a61dcdd310dd98ee72821a825f --- /dev/null +++ b/cos_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30974103b8c872e92bf75d77ffaed2f08e1fe3ea5f314da7958eec756fdbf5bb +size 306 diff --git a/cre_Cans/.gitattributes b/cre_Cans/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cre_Cans/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cre_Cans/data-00000-of-00001.arrow b/cre_Cans/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..749df3a6f80724693cbe4852b806864864df16fd --- /dev/null +++ b/cre_Cans/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d326f9b4d327a89158c799c433332d8988952cf9e81a6ccf0a83c590830d59 +size 7856 diff --git a/cre_Cans/dataset_info.json b/cre_Cans/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0e4ec02cdfc0f04666886a863be5b72d492e9f1e --- /dev/null +++ b/cre_Cans/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4f322e80a4503782545a21d2905dbc0095f4ab952a032489fe479d561d4760 +size 1094 diff --git a/cre_Cans/state.json b/cre_Cans/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bff564be0e416025a3e3fe8d3fef61b4f700d7fa --- /dev/null +++ b/cre_Cans/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce17db3bde9074f13f9d68ceb645008f4026629c57d36dd1f3b3a12fc66d4e8 +size 247 diff --git a/cre_Latn/.gitattributes b/cre_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cre_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cre_Latn/data-00000-of-00001.arrow b/cre_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9c9648c6d405f83a5ba16d4b2c60145fd303eb16 --- /dev/null +++ b/cre_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bad09ca128561b9c7941bd42c5674baa26e6bb810219c8751140063e16ed22 +size 1722632 diff --git a/cre_Latn/dataset_info.json b/cre_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e6b9ef999602fda9579b0465f5309bde44a4ba54 --- /dev/null +++ b/cre_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7a58e30585e2a1be147cc4115c3e2508cb02c1bb6f9fbad968b3a07e94998d +size 1105 diff --git a/cre_Latn/state.json b/cre_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c31448a56e342568267dc6f793456afa5ddadd34 --- /dev/null +++ b/cre_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7006a967d43e2087ea836956187bb071286f40d65bdadb0b808702281aa52e4 +size 247 diff --git a/crh_Cyrl/.gitattributes b/crh_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/crh_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/crh_Cyrl/data-00000-of-00001.arrow b/crh_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c32bd1c5a5a345d66c8e5fb9126ada97427bc3bd --- /dev/null +++ b/crh_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a039c1038b87e79527a9162bf0edd51ca2d05ef7e977712cd5fb0eb38bfc51e9 +size 15050288 diff --git a/crh_Cyrl/dataset_info.json b/crh_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8653deb2fcef69d3cc36b6fef8116798cbe0c273 --- /dev/null +++ b/crh_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3938c9305d049b20f8541e0c0bb22f0256fef0ccb4e182ac5ebebfbfa0042f +size 1110 diff --git a/crh_Cyrl/state.json b/crh_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cac0973f0ecf527930ef7cebf800c4d3f4a4da04 --- /dev/null +++ b/crh_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751d675c761bfc094cf8ac84358bfda8b42b0f6192d35dc7e445008096ea2c0e +size 247 diff --git a/crh_Latn/.gitattributes b/crh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/crh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/crh_Latn/data-00000-of-00001.arrow b/crh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2fba7082b954ebaca2d27b8dded3ae1186504558 --- /dev/null +++ b/crh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5513b4ba885fcd0d7d1afbbd66ca9f79931ce19cdbf9e709d9c4069330a47e9a +size 10375936 diff --git a/crh_Latn/dataset_info.json b/crh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..20886956c4cdc50b6cce9c167d0ac8c424f2892f --- /dev/null +++ b/crh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e38a5c79f7c6bd9fcce2cef11dc1cb4f707069c389568710f2a6323e88bca3 +size 1111 diff --git a/crh_Latn/state.json b/crh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fb011145110955a7360445d1bbb9010e9d891428 --- /dev/null +++ b/crh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e796f232cb1380f37984f282de365eac787bcca7dd6468ee9a092f6dd9a01f +size 247 diff --git a/crs_Latn/.gitattributes b/crs_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/crs_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/crs_Latn/data-00000-of-00001.arrow b/crs_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b17e89c17ba07920746029442869c21de5d81f0b --- /dev/null +++ b/crs_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20851114d25ae737da4b305dcb892bdb442ede811e290982007de92955cba3d +size 6840424 diff --git a/crs_Latn/dataset_info.json b/crs_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5eea079bbb358650d3d131014bdd1a4a8494bc7a --- /dev/null +++ b/crs_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164c1b9b1b3ee2ba3668f04f97daf4c7fe00c2ad29ff96de81c8636cba1c24dd +size 1105 diff --git a/crs_Latn/state.json b/crs_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..83ca80a09a76c043d60bfa18358c77c4ed68195d --- /dev/null +++ b/crs_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1c7f7ddff44b628e3b1592fb5496f63fa569fe5e43d09668b0670b3c77df6d +size 247 diff --git a/csb_Latn/.gitattributes b/csb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/csb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/csb_Latn/data-00000-of-00001.arrow b/csb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..af80653182512d10b95792f0aada7b411f10fa20 --- /dev/null +++ b/csb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1642d4e57b81bf5373cb21a6001e802966cd18a2a11dfe2b948c585d5dc34fe6 +size 7407208 diff --git a/csb_Latn/dataset_info.json b/csb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e4d8e87c028fd260d35689ef798f2b9124950801 --- /dev/null +++ b/csb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a40b26bdceb7e7f00d3cd7cad10f3286047d7cc5758183545cefd01fa1ed776 +size 1109 diff --git a/csb_Latn/state.json b/csb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c7010f70fcb49938c3906177f576d9a15200d3e5 --- /dev/null +++ b/csb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89b15e3317de2ec743ea3187e4fd02250404d19de9cd4d39e0d1b43a03cf038 +size 247 diff --git a/csw_Cans/.gitattributes b/csw_Cans/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/csw_Cans/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/csw_Cans/data-00000-of-00001.arrow b/csw_Cans/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..47abbef1fc4b4ea6f026af8bc8e320a6a082201a --- /dev/null +++ b/csw_Cans/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9904f7983208164f260f9819f32ae3422159ae01f66d6a2cd4a38550a906998 +size 12736 diff --git a/csw_Cans/dataset_info.json b/csw_Cans/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..46f0604b5dadfb3b2666381b85640487a3268a55 --- /dev/null +++ b/csw_Cans/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398e024160b034444c8b16e6b8f48b2227d658dc3a21164a681fddcc99bbc6c0 +size 1092 diff --git a/csw_Cans/state.json b/csw_Cans/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3b692a8bde9d081edfd9c17719ecffaae6243ae2 --- /dev/null +++ b/csw_Cans/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd3364e34a7016e16d34eda4eaa0ab797fcf06a71d9d42d88df08c46e0f0f85 +size 247 diff --git a/csw_Latn/.gitattributes b/csw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/csw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/csw_Latn/data-00000-of-00001.arrow b/csw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1ce805c57c68701b7cd9a0f81d81d77049b3208f --- /dev/null +++ b/csw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cf1ce7b497be162aa53e93d0510b26698354f8da405c676e281e16c9e53815 +size 8568 diff --git a/csw_Latn/dataset_info.json b/csw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a019bd2074e2c1215712473885db66fe41770f97 --- /dev/null +++ b/csw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308e2c5741e251094082c6695ead98ab447e6e6b73e92efbfafc9838654658cd +size 1088 diff --git a/csw_Latn/state.json b/csw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fe66762c6ad4bb66d802ef0332ce877bb214ae88 --- /dev/null +++ b/csw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbb916e149f3cea708e9eec67b05e1f87b639fe66658b64c268e612312f7da0 +size 250 diff --git a/csy_Latn/.gitattributes b/csy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/csy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/csy_Latn/data-00000-of-00001.arrow b/csy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b568d1706f302bb355350199f30a2b38ab7bc204 --- /dev/null +++ b/csy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db78033117c290defb8a6cca2b12c14c65bbbed775b943249f61c339b67c9322 +size 994856 diff --git a/csy_Latn/dataset_info.json b/csy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d0b66d176964c00bb916f1fe2ce367035dbcabfb --- /dev/null +++ b/csy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c830c7da6b98a6087cab8be4e8f63cdd0317929b0b8cf97b9fc9314d6c4e282d +size 1103 diff --git a/csy_Latn/state.json b/csy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..49ca2adda0a94b2d66ba8f2b694472f7f82283d5 --- /dev/null +++ b/csy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eeeb740d3218e8a7fded0b92b0a6ca13766b3d81689e185dadd826b1fe7e354 +size 247 diff --git a/ctd_Latn/.gitattributes b/ctd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ctd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ctd_Latn/data-00000-of-00001.arrow b/ctd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..adc48e87e87694c9722f925ffb0c37fe4b980e7d --- /dev/null +++ b/ctd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b00f55eb00320ef52bfe376de8ea9d8ceeabec951678a5d4d99c005b0fe68a1 +size 60539056 diff --git a/ctd_Latn/dataset_info.json b/ctd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cc97b9a8c848890b554ec15258387fa60867bb4a --- /dev/null +++ b/ctd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e184b3060223bac5b6cf37e85fb7d797ad77a7c981c2dd75f7f355d4973aab +size 1112 diff --git a/ctd_Latn/state.json b/ctd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9e4e41abde933087b0c46e7c70600ad018a5f185 --- /dev/null +++ b/ctd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899586b5f0765622ff3cdd55d2e549556d48764ca68d8ed897066ecfa19a9615 +size 247 diff --git a/ctu_Latn/.gitattributes b/ctu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ctu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ctu_Latn/data-00000-of-00001.arrow b/ctu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f67e4c55cfae7ade3252b4e0ac9ff762bfd08dbc --- /dev/null +++ b/ctu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ac83a3ba996c789bcddab24ffb8257d3b37853c25f197ce38d86efbe065199 +size 5593624 diff --git a/ctu_Latn/dataset_info.json b/ctu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..21978abd4d893bf3d6bec4f40079ffdeb6020700 --- /dev/null +++ b/ctu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc41e34904c43ddfba508ae3a64ef4ea72b63a49f11db337ff4c22a1c9dc483 +size 1107 diff --git a/ctu_Latn/state.json b/ctu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8c18d24c389d03bbb0b1d77314397d982dbf6ab6 --- /dev/null +++ b/ctu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d6bb4c828e59d6ab4035388419e182a400879008d9925785bb68a4a89fd5b3 +size 247 diff --git a/cuh_Latn/.gitattributes b/cuh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cuh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cuh_Latn/data-00000-of-00001.arrow b/cuh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bdc82849f08ca1ae971bb8583140e919f48531e3 --- /dev/null +++ b/cuh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91772c32c1b8a8ef6938c256f59f7b769c34597b09578fee661482c1848bb8a4 +size 5168 diff --git a/cuh_Latn/dataset_info.json b/cuh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9b0be69af6c72402ed14bb1f3315f67cc96b2c2c --- /dev/null +++ b/cuh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2df4e1534bf3eb01d55da74cb32a0dd7e8325b49f08c8aa08273cfa5cd6552 +size 1087 diff --git a/cuh_Latn/state.json b/cuh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..87bf035a513b85fe8d4043c02d5ed181bd8556c7 --- /dev/null +++ b/cuh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300cafe8026f3797394e271804afda258ab1bcbc37e5c24b93193f011f5c5268 +size 247 diff --git a/cuk_Latn/.gitattributes b/cuk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cuk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cuk_Latn/data-00000-of-00001.arrow b/cuk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4451b9eecdb5797de90074de60dfeafa4e0386dc --- /dev/null +++ b/cuk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bfc77a73e6fcdbe4de7accb75b5e9adcf3ebfb7b37ae3d6b76abf1fa2236f2 +size 6163000 diff --git a/cuk_Latn/dataset_info.json b/cuk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3757ded07e0091ddde24782f60f72778d3b661ec --- /dev/null +++ b/cuk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679c007582a7327861e2a631a2505a058f73f4eddf64884e61d1931a200999cc +size 1106 diff --git a/cuk_Latn/state.json b/cuk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9467ce81d73caeca22884d750d9cba8768c1ff33 --- /dev/null +++ b/cuk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c7618c6389bc50b1a7a06bd28009d8a6a41fdda2db6dd64c236edbee14a0aa +size 247 diff --git a/cuv_Latn/.gitattributes b/cuv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cuv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cuv_Latn/data-00000-of-00001.arrow b/cuv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c836c2d7f8120fdca26b7e91045f7736ce5d1ce9 --- /dev/null +++ b/cuv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04acdf5bcfd7e8225070b6be7f99573218624f84fb712e42bb412df6f3cbd2e +size 4144 diff --git a/cuv_Latn/dataset_info.json b/cuv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ea9fc9dbe45d2b509b5e22a45243243aad1f4cbb --- /dev/null +++ b/cuv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3bd0eddb1b1dce2d5bfa8dbab11e2b76e88f14d89cdf0b08fa5284a03ff43b +size 1087 diff --git a/cuv_Latn/state.json b/cuv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a28aa14f619a478645d61343cd5de4d1a90d0fe3 --- /dev/null +++ b/cuv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea4d6308e7d0ecb624714cef5babdc39e282b4971246b9fd608bf934ba9b77a +size 250 diff --git a/cym_Latn/.gitattributes b/cym_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/cym_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/cym_Latn/data-00000-of-00009.arrow b/cym_Latn/data-00000-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c3de5dc6304d986b137e2aea2d070bc1ba4573b --- /dev/null +++ b/cym_Latn/data-00000-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533adafec561b22c38f38b6197f3f0c9d4cafe0d33b5877a2e2ae0f35c929c16 +size 154807008 diff --git a/cym_Latn/data-00001-of-00009.arrow b/cym_Latn/data-00001-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4223b25d8bbf9e710038fe1ca8634971f32430e3 --- /dev/null +++ b/cym_Latn/data-00001-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90461bb667c7143bc461b62e7896d9d0f802a44162b5a453b68107795877bf4b +size 125065424 diff --git a/cym_Latn/data-00002-of-00009.arrow b/cym_Latn/data-00002-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a5120df535f153f4162564f4808f553ee43dc1b2 --- /dev/null +++ b/cym_Latn/data-00002-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261ff9ef948adabef09a1c3511cd61d224e99c20aca684a27574ca34280890fd +size 124298848 diff --git a/cym_Latn/data-00003-of-00009.arrow b/cym_Latn/data-00003-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f920333d4471d9bc379dd57131ea97968fb7f80f --- /dev/null +++ b/cym_Latn/data-00003-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8af080cd5297da4e109942649c701163ab60e74b50eb5c304ed2fb4a2bf555b +size 123338448 diff --git a/cym_Latn/data-00004-of-00009.arrow b/cym_Latn/data-00004-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..728e05dd9d3f032413226008b4c1e0f5b3648e2a --- /dev/null +++ b/cym_Latn/data-00004-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d89b6d77870af5b3eddf84be45314d5fb75d31eba7f0d004de16cfe5dd71617 +size 122471016 diff --git a/cym_Latn/data-00005-of-00009.arrow b/cym_Latn/data-00005-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..368d2d8a02bbc9d1f9a62f6edbf9f6a70c4b70ce --- /dev/null +++ b/cym_Latn/data-00005-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a9c70d9952a8f5f4b1ae5d2933f65a9e1a4b9363c0dc12dc39affe13fa70c7 +size 136498792 diff --git a/cym_Latn/data-00006-of-00009.arrow b/cym_Latn/data-00006-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e29f06f640965363339bbd8a0772dfa1661af738 --- /dev/null +++ b/cym_Latn/data-00006-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3edb2a59978865a2e55ea0c589909793d71093566ede4aa2cd2e19e3fc4bbee +size 290794080 diff --git a/cym_Latn/data-00007-of-00009.arrow b/cym_Latn/data-00007-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..78677592a8e594ceaacff245528a35bd6fb2706e --- /dev/null +++ b/cym_Latn/data-00007-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec78406e3dd1b42512657538981848c8eea870aee394112ffca22cfc05203ee0 +size 1879255512 diff --git a/cym_Latn/data-00008-of-00009.arrow b/cym_Latn/data-00008-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..79db827db0e5b9c7a4027f96d3365420ee9f6647 --- /dev/null +++ b/cym_Latn/data-00008-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e78d6a3a0a4c52372a2965fbbc68b8aba4a61c464a38e7f37ce2e4975905e8f +size 1545727816 diff --git a/cym_Latn/dataset_info.json b/cym_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f90dc6a68732f98471c229201f87157d1d0fbf29 --- /dev/null +++ b/cym_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bb2b4344120ec2ec329fbcf7ac87cb0937f8bfb27f2f199ac8a1ebb62337be +size 1524 diff --git a/cym_Latn/state.json b/cym_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..67ccac0d155f36c74cda4d05f5445ddfb59f3a25 --- /dev/null +++ b/cym_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb7c447f3daa9adb1841648aca57378991c6560d5ac6118e21d443732ef20ee +size 719 diff --git a/dag_Arab/.gitattributes b/dag_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dag_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dag_Arab/data-00000-of-00001.arrow b/dag_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..631d5b448df69ff66db1a7804c8379b392aaa904 --- /dev/null +++ b/dag_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e09ce095bde1d30800e429a07a4017c1bd63e7122e56848e9e4406a5771424 +size 1672 diff --git a/dag_Arab/dataset_info.json b/dag_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3ebdf4a31ddacfdba6b563eaf58a1e8fd94623ea --- /dev/null +++ b/dag_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbd8b224fd50cec4dc69b3b7fcf1d04d123ac2c7ff9801757b9525ae7a1f3ee +size 1082 diff --git a/dag_Arab/state.json b/dag_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..192ea079072112050a19899749c21ebac7dfb941 --- /dev/null +++ b/dag_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a836535b4329ff4f394474c119bd5af8a42ec6093a840dfcef1bafda54bbc4 +size 250 diff --git a/dag_Latn/.gitattributes b/dag_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dag_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dag_Latn/data-00000-of-00001.arrow b/dag_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5de8997b9eaefcd5112b0d164a224ba783867be9 --- /dev/null +++ b/dag_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf0dd00ed72b775a396f309c5142d11df34ba796a4df8eadacabaf0ff4aa4e1 +size 8464384 diff --git a/dag_Latn/dataset_info.json b/dag_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e58456a0a6fe48eac5320d2fe49e448d1ccb993e --- /dev/null +++ b/dag_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43df885460f92dc06bc5b82a10e4d25e3f2a460332ef72315e809dd49520097 +size 1111 diff --git a/dag_Latn/state.json b/dag_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..189b23847cdf81adf8f3d66c91d3fe23cd650a2b --- /dev/null +++ b/dag_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f40580358c5d76aaf9523e233eb017085ebb83bfa2f441e0b5b8f9c7d165ebf +size 247 diff --git a/dan_Latn/.gitattributes b/dan_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dan_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dan_Latn/data-00000-of-00002.arrow b/dan_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..004153069e5ebb653ad6ffbc0e36ae725b9c4300 --- /dev/null +++ b/dan_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5adb569e67dfa370505e28ff320157987cdd4dc72d30b70c68b2ea0da48f53 +size 327162656 diff --git a/dan_Latn/data-00001-of-00002.arrow b/dan_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..239d14464639bcdd9945673f602385159d817dcb --- /dev/null +++ b/dan_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8604c45c80062dbd1868217599a83a0674d94a38b095d53e24dc19a962bde8b0 +size 470356864 diff --git a/dan_Latn/dataset_info.json b/dan_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..852937850af3ebfcfe65d920af02d5e06fd4a5c7 --- /dev/null +++ b/dan_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5d25c0a1677a90ac2d110d6d7cc8d7b47f5a020f75b21be6c701c418c38b54 +size 1183 diff --git a/dan_Latn/state.json b/dan_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..88dbacf686a409a2979c8585ba62360a68deaff3 --- /dev/null +++ b/dan_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9e7e4e7eaf72e98ff92d23b447417950b1c702da5e52c4da9a2060c1298154 +size 306 diff --git a/dar_Cyrl/.gitattributes b/dar_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dar_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dar_Cyrl/data-00000-of-00001.arrow b/dar_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f53928fab390cd6ec51fe842de352500e16d59a --- /dev/null +++ b/dar_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880b977f497803784bb0668e01d1e47561508b292d7e99465c38ebdad10698ed +size 26568 diff --git a/dar_Cyrl/dataset_info.json b/dar_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7887e4a4c69a10d0b4de44179854322e6149f571 --- /dev/null +++ b/dar_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d101795991411b9ab07714e49e30f6faede7f1d34bb05d85becb505dd59e0a48 +size 1099 diff --git a/dar_Cyrl/state.json b/dar_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a6f917783ea4b6c4569bc01c24ebfc8177aa16d9 --- /dev/null +++ b/dar_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd88849f502d105be6eb0254c38656d1d96cd066bfd07bd06a692e9be41259c +size 247 diff --git a/ddg_Latn/.gitattributes b/ddg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ddg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ddg_Latn/data-00000-of-00001.arrow b/ddg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f25661624c08b9d61359feeede9b9c0d519a2b88 --- /dev/null +++ b/ddg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e5255f1f6f86616ddc2d1484d0bd978fa97938bd19270cc662f1438cf88416 +size 5616 diff --git a/ddg_Latn/dataset_info.json b/ddg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..31a4aa8fbaf83f0f964c4cb9bd2eb181dc4a9cec --- /dev/null +++ b/ddg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c804b2b50afa033c03c94075f4c24e7cdb9b1df3ef047e76d5239c1c8495ae +size 1089 diff --git a/ddg_Latn/state.json b/ddg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4c7c701938c64cef91e745354df41b6e24517899 --- /dev/null +++ b/ddg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db978e58af52b6c05e84c7c8f685e772d7fde0096ced56a2d8aece76c41e47d +size 247 diff --git a/ded_Latn/.gitattributes b/ded_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ded_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ded_Latn/data-00000-of-00001.arrow b/ded_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c074401846622b607fa6915e1d3e8e24924dbcf5 --- /dev/null +++ b/ded_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c4fc7533bcb55fa766c88f8c3d4222f7d2a244b1f8ca8e33e71efb15197ab9 +size 24608 diff --git a/ded_Latn/dataset_info.json b/ded_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..19dd4c681e72d0867812c988e8d743013fcb053b --- /dev/null +++ b/ded_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edc42aaf8318fee9e566e99fecdeb187fd7b8dffa778d388888ae6ce975e8ff +size 1092 diff --git a/ded_Latn/state.json b/ded_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..13f98b72646a089d069e2fa92f1e55eafdfc1259 --- /dev/null +++ b/ded_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b866c5e2a6c22278cb34a1a84c2fa3c8d61d56fc5104b812ccb74d9301bd7843 +size 247 diff --git a/deu_Latn/.gitattributes b/deu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/deu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/deu_Latn/data-00000-of-00021.arrow b/deu_Latn/data-00000-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6971254dbf4379fc5ca008d4d0e0b2fa93beffe9 --- /dev/null +++ b/deu_Latn/data-00000-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bd72bac0667196bae3b20ab35741acc147ac59cedeeb330ecd56f460351c0e +size 738316160 diff --git a/deu_Latn/data-00001-of-00021.arrow b/deu_Latn/data-00001-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..df9cfe827f2937a223a0f52efad6f96faa0f4d8f --- /dev/null +++ b/deu_Latn/data-00001-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e82f4f00826054f45219e71ae0dc231b32679f1047f2cb04740897060fe9f9 +size 602427952 diff --git a/deu_Latn/data-00002-of-00021.arrow b/deu_Latn/data-00002-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9cc1ad1af3d54086d14bbbf4db0bbd1aca3ad3e7 --- /dev/null +++ b/deu_Latn/data-00002-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38c4310980b2b6b788078ce57ae330fdc6fde4cc73dfed0d2658424988b9038 +size 383377400 diff --git a/deu_Latn/data-00003-of-00021.arrow b/deu_Latn/data-00003-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..22ad42292de7dd5349889689a8f99206b9833e25 --- /dev/null +++ b/deu_Latn/data-00003-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2687cbb91ee77557e81d1644736a1a41ef1410b6c8fb10cd6cbc0ff0d9a4bd5 +size 409160664 diff --git a/deu_Latn/data-00004-of-00021.arrow b/deu_Latn/data-00004-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9214a696dbd786715de2bc0192c05fc637e2b0cb --- /dev/null +++ b/deu_Latn/data-00004-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b9cb2ea87b37efe8ab153dc546a06683c53d6269df46c5272b9c2f9a2fc6cc +size 386086960 diff --git a/deu_Latn/data-00005-of-00021.arrow b/deu_Latn/data-00005-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6e54ffb1a5ec4c7efb592f341d23c6f8f7e96e81 --- /dev/null +++ b/deu_Latn/data-00005-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f172c6c08cd645123b99c15ff4834e41657d897c1491563a6102f043b82cd7 +size 485777912 diff --git a/deu_Latn/data-00006-of-00021.arrow b/deu_Latn/data-00006-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a08853595992420f68386dd671663fb0a3a22602 --- /dev/null +++ b/deu_Latn/data-00006-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8ff7b38ca9fec31da2d0641fd748be02e788403ff9a054c25f690fba7f2b25 +size 387507856 diff --git a/deu_Latn/data-00007-of-00021.arrow b/deu_Latn/data-00007-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c6e4f059770615286c76f14229382d48a04be7c9 --- /dev/null +++ b/deu_Latn/data-00007-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fc1e2ff724aac28278db64129ed9dd93b3e722111691a65b10059792f11a49 +size 399783600 diff --git a/deu_Latn/data-00008-of-00021.arrow b/deu_Latn/data-00008-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b19accc16f568359bf3196cdff9a5cab7d38847 --- /dev/null +++ b/deu_Latn/data-00008-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf87061a3f3c8c88123e0efbe8be7c0de7983d72d0937777f741ea2997b4d38 +size 458191832 diff --git a/deu_Latn/data-00009-of-00021.arrow b/deu_Latn/data-00009-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..08c69982b666c932c7b7cde41247f72432d7f29f --- /dev/null +++ b/deu_Latn/data-00009-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae562d62c15922ad7451333095e271780461c1bec96cdb1038f554b425a14575 +size 397322112 diff --git a/deu_Latn/data-00010-of-00021.arrow b/deu_Latn/data-00010-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e5dab30de5155f2da2216bac46f0a5ce73a9c048 --- /dev/null +++ b/deu_Latn/data-00010-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c7030d94abb96268bc2a595b3a20b980bd6599076c9c2a3c406b736996e5da +size 1085663536 diff --git a/deu_Latn/data-00011-of-00021.arrow b/deu_Latn/data-00011-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..141212fd9d77393ba3b181c92fcaafac54248531 --- /dev/null +++ b/deu_Latn/data-00011-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc54714b2f9a3778a3ea3f58548d491712482cc20f34bf5ecdd4409045632fa +size 614542632 diff --git a/deu_Latn/data-00012-of-00021.arrow b/deu_Latn/data-00012-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..38e83cd734ddbb0506f7425ab5b403a85aa9fb1a --- /dev/null +++ b/deu_Latn/data-00012-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57965fcf61db1a4d77880d8d398b161e47d06271ff46733bed5be21415707a4f +size 511068856 diff --git a/deu_Latn/data-00013-of-00021.arrow b/deu_Latn/data-00013-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1f6419571a74c09e6eeb21a7908e27ef2d272184 --- /dev/null +++ b/deu_Latn/data-00013-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2922ecb28a556f9b8e191e7dedd730cbba104c92ee31ad7c8fc0860f831fd6 +size 380031512 diff --git a/deu_Latn/data-00014-of-00021.arrow b/deu_Latn/data-00014-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..053d312f5ee402b95ec076b90d26d5bf69d5d1cc --- /dev/null +++ b/deu_Latn/data-00014-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6e17246f2489c546dddd77f26806b58f008ce16c025ea562401eadd78203cd +size 388011944 diff --git a/deu_Latn/data-00015-of-00021.arrow b/deu_Latn/data-00015-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bdcca0d80c2dba2dde7eab1aa8496c5cd1caeaf4 --- /dev/null +++ b/deu_Latn/data-00015-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22602431cd020bade2e74c62c2bce5ffddb3f8afaf5f0a8b6cb6fa162347e6b +size 459878688 diff --git a/deu_Latn/data-00016-of-00021.arrow b/deu_Latn/data-00016-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66f96a1c8bb211f1340f6ea53abcdcca3fe59f19 --- /dev/null +++ b/deu_Latn/data-00016-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16fc004bd36c5ba9dd11948dc5f280e4a58c5710e6b52660f15841e06d24293 +size 439223384 diff --git a/deu_Latn/data-00017-of-00021.arrow b/deu_Latn/data-00017-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e69de03dfc39f9c255ef02debcd8cec5a8991b76 --- /dev/null +++ b/deu_Latn/data-00017-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ea8f08a62e07cbf4fd1ede4d525cb05c0f7263ecb7efe9448dd3997f6d6473 +size 443511120 diff --git a/deu_Latn/data-00018-of-00021.arrow b/deu_Latn/data-00018-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..34df7761ca9e7b57966c5a1d6e24ec3339f019a8 --- /dev/null +++ b/deu_Latn/data-00018-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8b3e3a961af6a6718882c01a71a40fa75d7b028c8b66bc90c99953161abb98 +size 385192096 diff --git a/deu_Latn/data-00019-of-00021.arrow b/deu_Latn/data-00019-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dce6ffa943d984a532eebe4a0ef60b3e8440a4e3 --- /dev/null +++ b/deu_Latn/data-00019-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad27399cc597c9e8a4051db94a297eb191d350b1461aa1e07c4d0b6d09d78d5 +size 477536160 diff --git a/deu_Latn/data-00020-of-00021.arrow b/deu_Latn/data-00020-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0ec4612d972298d41f8638ab93d1a879f9cca885 --- /dev/null +++ b/deu_Latn/data-00020-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce294dc8b3df31842072afb234300e6b3b6ce8fcaac6f176f70e98ed60dd9260 +size 386428720 diff --git a/deu_Latn/dataset_info.json b/deu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ec69ed341a7088af81ea2ce61ceeedbeb17bc280 --- /dev/null +++ b/deu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69eee435c422e32bf2fcd24eb217043ec0d3dbc29943670beb9608795d1cad27 +size 1494 diff --git a/deu_Latn/state.json b/deu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d14aa87d071ac10f8885d82b3bb47aa237c2dd0c --- /dev/null +++ b/deu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18b13909388d62e9ee2b21ce3f5a19ea5d3250ee7c09ce0bd0817768929840c +size 1427 diff --git a/dig_Latn/.gitattributes b/dig_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dig_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dig_Latn/data-00000-of-00001.arrow b/dig_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3748883ec11fdca536fbeabad8142588bf1e6569 --- /dev/null +++ b/dig_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b8b7d220b1a87d22153f390a3ea0f1a4751e8f49b8fc7933e656743e9bb1c0 +size 3776 diff --git a/dig_Latn/dataset_info.json b/dig_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..95dcc36a3ed017d50686330b8c734617f2f34f05 --- /dev/null +++ b/dig_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baee196cdf8e2d31e83307dc91b5e427019ace632e7da3f720a51b828c71caa0 +size 1087 diff --git a/dig_Latn/state.json b/dig_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1bd000215ead67982e45aa05021e220921c2ba5c --- /dev/null +++ b/dig_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd0eb1a24b19ccaa6aa8701cd2004b51b820f792b662cfb05ed9b5d491d6978 +size 250 diff --git a/din_Latn/.gitattributes b/din_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/din_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/din_Latn/data-00000-of-00001.arrow b/din_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4a12f13563bd4a94749184a272f5ce9fac5d8ca3 --- /dev/null +++ b/din_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dee2a5c06a56e9fe31b3662fcb668f7328ded2c9f682bce3858c1b5a1674e5 +size 3429040 diff --git a/din_Latn/dataset_info.json b/din_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e4e587a6d03ace9429f8a6c9b1d71c1d0e455c4b --- /dev/null +++ b/din_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d674cfd4ab35d5cce381be5bbca0c3c3cb2d01dca84e9a270f8a4e3182d659a5 +size 1105 diff --git a/din_Latn/state.json b/din_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6c045f87e47414817d3a6df66954b35efa43a414 --- /dev/null +++ b/din_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d439928616a88f1cbf788d0830e7633c197bc40e49b715e4876fea2a7f2ecec +size 247 diff --git a/diq_Latn/.gitattributes b/diq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/diq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/diq_Latn/data-00000-of-00001.arrow b/diq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..029cc6e7a3b259ca1a12d8a22627788adc2d6f2a --- /dev/null +++ b/diq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15d312bb03918991c4685617e4da7925223f50bfa5dc310e441730520264979 +size 22760352 diff --git a/diq_Latn/dataset_info.json b/diq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..67e0a5f1492e8d058a16a123784d6d4efc27f17f --- /dev/null +++ b/diq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9c2fe9b35408760406550ac74bd929bf7aa8766918a761b4e3eb1c3d048e04 +size 1112 diff --git a/diq_Latn/state.json b/diq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7af103e708d73cf29fba449e2ea932eba0c1cff2 --- /dev/null +++ b/diq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e19f5b14c2504a7601f29da39a382c45a7c441d24fb4a94fd824c2e6f63398 +size 247 diff --git a/div_Thaa/.gitattributes b/div_Thaa/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/div_Thaa/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/div_Thaa/data-00000-of-00004.arrow b/div_Thaa/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8fb1ed04c4beea09854734c8553505f22cbdb74b --- /dev/null +++ b/div_Thaa/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a398b0b87857cdb46268b43eebe798a4bb5ed1d910572ae831bc568489b392c +size 1360512128 diff --git a/div_Thaa/data-00001-of-00004.arrow b/div_Thaa/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c0bffa81ba70a2a4e2717694953bb386e0ff21db --- /dev/null +++ b/div_Thaa/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7913bc8294e4e96977a159eac7108ec7d8c28062032003236b4bfc66f1a1a6e1 +size 183127184 diff --git a/div_Thaa/data-00002-of-00004.arrow b/div_Thaa/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e120f103a0cb4436f8eb76163c8c7064a06e16e --- /dev/null +++ b/div_Thaa/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33a9b3dbcebbaa610507e70dd484b1310b002a54d7a5e99f1516ddd92af5a59 +size 183015144 diff --git a/div_Thaa/data-00003-of-00004.arrow b/div_Thaa/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c2de5c9c45772a336f9c632aa5c07e9e79ad6ae9 --- /dev/null +++ b/div_Thaa/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e044c9cc20cdf06b79c6a456b76c3312bab4ad33f289e44016e37e3211ee336f +size 193757184 diff --git a/div_Thaa/dataset_info.json b/div_Thaa/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..354366e5f18dd4a666e7d853fc8300e78c3256e3 --- /dev/null +++ b/div_Thaa/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd88269e5810b7c145ca9d98bace2ac92b393a1d5b04a123e696a645d5c34b1 +size 1235 diff --git a/div_Thaa/state.json b/div_Thaa/state.json new file mode 100644 index 0000000000000000000000000000000000000000..86ae4e6dd4cac80e826b6320c18e7829f738abf7 --- /dev/null +++ b/div_Thaa/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8a28ce187c4230b46e37ae89dcb00f204dae72cf2ebab9ac317e8d38667fb1 +size 424 diff --git a/dje_Latn/.gitattributes b/dje_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dje_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dje_Latn/data-00000-of-00001.arrow b/dje_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..020ceca76e9e6f66d07aca5e27fe3269ee5c1729 --- /dev/null +++ b/dje_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3bea29bc1b2f1c8d1b3a61198be38533a12f2eb70e722b6b2169763ccc69bb +size 498232 diff --git a/dje_Latn/dataset_info.json b/dje_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dd6e7037f3335546510aaef18e30e8b53069ed85 --- /dev/null +++ b/dje_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334799cff3b158bb525a054c5c511dd8cae290d2f10385a45744d1d2b49cccc2 +size 1100 diff --git a/dje_Latn/state.json b/dje_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..45947f852bfc684bda2a7d8e1c505f5263dfa3bc --- /dev/null +++ b/dje_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9720144b6066937566e8918fb2354538adaf51530d37f28d0aa6c00c6e2e48 +size 247 diff --git a/djk_Latn/.gitattributes b/djk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/djk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/djk_Latn/data-00000-of-00001.arrow b/djk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3706be23394774e9884ee019aaba089d2903d0af --- /dev/null +++ b/djk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d2d7a978b2ea6254022ebd90f3fa82213dc8d8c06129ed79005fde76b8e3d8 +size 4003544 diff --git a/djk_Latn/dataset_info.json b/djk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..067b09a0303fe4e9e84460b0dba15fa36aee5033 --- /dev/null +++ b/djk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa7e5f563a5ab621a96d6317f484cbf31c7b82cdfc0a9dd3fc3595dcd459491 +size 1105 diff --git a/djk_Latn/state.json b/djk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e9aa768df537cab40f064f9b35c73a1cfc6b6432 --- /dev/null +++ b/djk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1507b2d4f28947f1a1c29803fd7cfe95f0fae00524d42e8a5666c1aa73a1d9 +size 247 diff --git a/dln_Latn/.gitattributes b/dln_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dln_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dln_Latn/data-00000-of-00001.arrow b/dln_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f11cccce818ad9961dd0b4b9e2bac5e69ff096c7 --- /dev/null +++ b/dln_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68eee1f37408a10d3632277dc0f13804ad4a2f42aca1b7c997386ebc1a8d19c8 +size 111952 diff --git a/dln_Latn/dataset_info.json b/dln_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..da6814ca8ae9a108327e3bc1e5c3d8112df556d5 --- /dev/null +++ b/dln_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9e431f3b9b49b183b2b5fce6b4cb843ebaa257326ccb611af7c53d78f232e4 +size 1098 diff --git a/dln_Latn/state.json b/dln_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2b6c3ae0e6719a09931153bb49f5679759b0614a --- /dev/null +++ b/dln_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9578a1b07197f088c145aa241191552fd3e0a0390a9b391d462de50b01e89a7 +size 247 diff --git a/dmg_Latn/.gitattributes b/dmg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dmg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dmg_Latn/data-00000-of-00001.arrow b/dmg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c0c52bbb71a6c406189ed3b28421a75b4ac695c --- /dev/null +++ b/dmg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4873a4f4e82ea83de56b2816d59159e121ede4113138927a25b3dc7f515a2b +size 2512 diff --git a/dmg_Latn/dataset_info.json b/dmg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5561843dffd313f48a2859b56ef2f87a870ffdc7 --- /dev/null +++ b/dmg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21977a7b25d7b2cb77f5fd77808dbcc7104dc0eb46f7cf1da3d9446b024affb4 +size 1087 diff --git a/dmg_Latn/state.json b/dmg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..39e6c8184f3c1e155c80dd620232c0b3d14ddb00 --- /dev/null +++ b/dmg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630f0a541f2da4eb66b2f71117d7bf68976698924f8aa91aaa19cec4bcc3240d +size 250 diff --git a/dnw_Latn/.gitattributes b/dnw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dnw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dnw_Latn/data-00000-of-00001.arrow b/dnw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b74150c9b742e875028584573f7d926d77e27936 --- /dev/null +++ b/dnw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2454f5013220e5d8881076a664e753492726bb12512f99cae3ec34be27af3c0a +size 2832 diff --git a/dnw_Latn/dataset_info.json b/dnw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..006516a3c13c7616e201568861ff457c109f9e8e --- /dev/null +++ b/dnw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc70ff2636ae5349818cd35e067f3913d944c07bed69b3f08ff67f840c4369e8 +size 1087 diff --git a/dnw_Latn/state.json b/dnw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..46a554eaf764c90296cd37a313a07c22e2c50edc --- /dev/null +++ b/dnw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc74c7508fa97442454672311c9c1994c270ddacbf58a9a2a19bb5e1f5049c1 +size 250 diff --git a/doi_Deva/.gitattributes b/doi_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/doi_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/doi_Deva/data-00000-of-00001.arrow b/doi_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f302db4f4e73b1691293c020754c84e629e7bdec --- /dev/null +++ b/doi_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2ee7b7c84c9d11549c86298876f182df14b99552aa4fcbdbc4813c22f0e00f +size 48320 diff --git a/doi_Deva/dataset_info.json b/doi_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..48606bab89e1a3886510dc5ae00da640e1273343 --- /dev/null +++ b/doi_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df52ea1a954c5db5f27f114932c3bfc0e8ad89cc81e4609b45f7e132dd2606f2 +size 1098 diff --git a/doi_Deva/state.json b/doi_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..14a0d23a259701daeb0865ec794d741529a5100b --- /dev/null +++ b/doi_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8df8437503702caef2bceef198b32f52e9514838a156ba3114f69a1e423c02 +size 247 diff --git a/dov_Latn/.gitattributes b/dov_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dov_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dov_Latn/data-00000-of-00001.arrow b/dov_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..045ee34fe2b17a31779e6a4a71063c0135fa1d52 --- /dev/null +++ b/dov_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26099d776792fd854909ee40d4b2e3febb0f4df4a9b154999d604c1f0c598d5a +size 8047944 diff --git a/dov_Latn/dataset_info.json b/dov_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd3b27eb6759b8a82f7aa453b95ed0d38ef4c2c4 --- /dev/null +++ b/dov_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896f7675fdc430f0a53cca5ad6cad3eb6199a2a70238cd1f7642e21d5c2d5300 +size 1105 diff --git a/dov_Latn/state.json b/dov_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a1f85ab6ded63afe715c7f23724abc99592f7cf5 --- /dev/null +++ b/dov_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d2073d68aebfea2a0b9b94f0a36c481832e993d4362305fba824ddbee261a9 +size 247 diff --git a/dsb_Latn/.gitattributes b/dsb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dsb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dsb_Latn/data-00000-of-00001.arrow b/dsb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e7e0a8f656ed43e84df7c23dbe306b9f6be26a04 --- /dev/null +++ b/dsb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad25ba954705f3adab276ad1cba8d1a146cda2312558c58ee722ca251f3c13d +size 3279240 diff --git a/dsb_Latn/dataset_info.json b/dsb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..649a5899a6cea56cb3d2655097257542c008e21a --- /dev/null +++ b/dsb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6221d175c73e6aaa8c8c7996341e412ccf06f1e802bd0ce2c1c7df11e21018be +size 1105 diff --git a/dsb_Latn/state.json b/dsb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4a9ced821f545bbedb73fb292eeae0b40cbaacf6 --- /dev/null +++ b/dsb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a13f9299f900385ba226c71e3c261233f667655c670cb4de1ca8646e2ca0919 +size 247 diff --git a/dtp_Latn/.gitattributes b/dtp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dtp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dtp_Latn/data-00000-of-00001.arrow b/dtp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8cbf5681976794c1f54a99134b758d3e6367d193 --- /dev/null +++ b/dtp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31373d8a9d05e58424bda9b99ad395960bc24932d6d6b0125a1511eaa6ee04e +size 3085768 diff --git a/dtp_Latn/dataset_info.json b/dtp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..045a66c626fd3e10445be69fb29d9c3c89739524 --- /dev/null +++ b/dtp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb4de5fd739a1561920f00ee3fba9ba0732c10c9b84c389ce51434f9c23c6e8 +size 1105 diff --git a/dtp_Latn/state.json b/dtp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1989a4c83d271557a7c31342a4ac26fe36ab58d9 --- /dev/null +++ b/dtp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cd6eda45c314aa56524e5e2d9585557d9080ea5b0190a0ac22117da5aaf5d9 +size 247 diff --git a/dtr_Latn/.gitattributes b/dtr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dtr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dtr_Latn/data-00000-of-00001.arrow b/dtr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8574f1cc7f59559b493be5ddbc6391f73cdedf61 --- /dev/null +++ b/dtr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5fe150205e34da69adf08bbeb4512f7f708837e8477daa01860559ee1ceaa3 +size 2128 diff --git a/dtr_Latn/dataset_info.json b/dtr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3c355aa43e00b5db6903c949f752d14afb9904c9 --- /dev/null +++ b/dtr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbc5ce26758702b211de121038a7d5eea27368f5ccfc91e54eb6cc15e3a2faa +size 1083 diff --git a/dtr_Latn/state.json b/dtr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..544a11cb162af72de53692e55ceb79db97317689 --- /dev/null +++ b/dtr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c29029d1a450a41c23c2dc61ad0e7d458d293b3276273323983fa2ec013e6e +size 250 diff --git a/dty_Deva/.gitattributes b/dty_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dty_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dty_Deva/data-00000-of-00001.arrow b/dty_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..90d2d95918dea80705995ee95c6e6840c7a894e1 --- /dev/null +++ b/dty_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402f2fd431dbcb8fcb7af0df32dfefcfc0d8f6abf086b86e677dcb7bc547edef +size 5785696 diff --git a/dty_Deva/dataset_info.json b/dty_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9c258ce4448238d7d8d0269bf7436c4ae410b332 --- /dev/null +++ b/dty_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4d0424fb36c4a0ebc626ad36570c5c9dbfad4208175b82b08e8faa02fe6bbc +size 1106 diff --git a/dty_Deva/state.json b/dty_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8b75a367cc736c69e6beed4f110d9eeb47397a97 --- /dev/null +++ b/dty_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed92a7d325759a694b6fa6d06151cfacacfd946ffe8088448c0042e1877dd6c +size 247 diff --git a/dty_Latn/.gitattributes b/dty_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dty_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dty_Latn/data-00000-of-00001.arrow b/dty_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..86bd45277f24e2867cf6f5c20385f2ae8d6ba710 --- /dev/null +++ b/dty_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e59de5a40239e47fb5722eaca221d0eb5433d5364a88589f6799e0ae1eb3a9 +size 23128 diff --git a/dty_Latn/dataset_info.json b/dty_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0f0044965312b363491405d701fa4e16cf7f949a --- /dev/null +++ b/dty_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0380113e6a8b617a6088497373067cdacd129f05362b859edd141d72fd6392 +size 1093 diff --git a/dty_Latn/state.json b/dty_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..67bb8b9116e59e15d3f7371aa817e22039b079c4 --- /dev/null +++ b/dty_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f459ae01f8ca04e9100de1b4b7a439d498b3e8998b67ea6590769eefd68c7b47 +size 247 diff --git a/dug_Latn/.gitattributes b/dug_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dug_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dug_Latn/data-00000-of-00001.arrow b/dug_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b152244f411e9b2f0283931854b2b947d55b233 --- /dev/null +++ b/dug_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95851e3c51ef38a3cf261b797a2b26ad84e07447708632ccd05c30fa0197e99b +size 5576 diff --git a/dug_Latn/dataset_info.json b/dug_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ed67a64946ca2e21dcdbed92ab4df2e82795d626 --- /dev/null +++ b/dug_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77877897eca55f5497aa6bbfbd6f5d2587cbd1c2a623db86d065642d118bfa81 +size 1087 diff --git a/dug_Latn/state.json b/dug_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6b7fe03d4fa669501cdac965f1faaa4c7bd20805 --- /dev/null +++ b/dug_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079979537d991e0f599595654377a551cdaba92dc5586824abfc979310f0c5b0 +size 250 diff --git a/dwr_Ethi/.gitattributes b/dwr_Ethi/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dwr_Ethi/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dwr_Ethi/data-00000-of-00001.arrow b/dwr_Ethi/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8b060f15320817e2d99a4c98093b9fe9d42edc4f --- /dev/null +++ b/dwr_Ethi/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f787db9ba0ce686737678be328ab8de9526f8bf389c351130e514ab2862f2265 +size 132096 diff --git a/dwr_Ethi/dataset_info.json b/dwr_Ethi/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6784293309c2b164be458df9a19fcc87fbac99dd --- /dev/null +++ b/dwr_Ethi/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b83c9367570a2469a2f2e30d6459772b5ac513c5a64aae200fe44beac05f00 +size 1098 diff --git a/dwr_Ethi/state.json b/dwr_Ethi/state.json new file mode 100644 index 0000000000000000000000000000000000000000..80b2e4200bdd7d8a494a53c9ebb3aee3b3c35a7b --- /dev/null +++ b/dwr_Ethi/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143dcf91fe80c1196d0b00047bbe90ed614a7f921c2b4e2513abd242a73dd41e +size 247 diff --git a/dwr_Latn/.gitattributes b/dwr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dwr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dwr_Latn/data-00000-of-00001.arrow b/dwr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4d92c00f587ad93dc6f31a6c2a4f2087d8495d92 --- /dev/null +++ b/dwr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a686212ec31995b56e18deebdbb78e948a372752b01da797192bb1600f9aea7 +size 1161200 diff --git a/dwr_Latn/dataset_info.json b/dwr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7747e4a775ca24218d705faaa0420c5ab0a533dc --- /dev/null +++ b/dwr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b54d46c1e3cd8afcdb556f005bb1f39e7f6b5e25fc2549d1564c964faf01f8c +size 1104 diff --git a/dwr_Latn/state.json b/dwr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f617613e0f0c00e7a2f12f07df0d63f804a7c645 --- /dev/null +++ b/dwr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1badba6fda4f6cea5c6a5c2fb2fd65b10541db0aed791001954280758092e8f9 +size 247 diff --git a/dyu_Latn/.gitattributes b/dyu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dyu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dyu_Latn/data-00000-of-00001.arrow b/dyu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..07167b5b9033d64ddc593ba55c49e48ee9536f92 --- /dev/null +++ b/dyu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d4ebd1b7ee0af9374bf15f758e8b294403e67831638701aeaf94f3e0945392 +size 2188144 diff --git a/dyu_Latn/dataset_info.json b/dyu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..847fe63ae879d40abee91ada16ba9c96112c5508 --- /dev/null +++ b/dyu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b66a009d22ec502cd133fe18f6257b1651ef5ebdc9ebc5e3be8ed9c4a85f0b +size 1104 diff --git a/dyu_Latn/state.json b/dyu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ec0b376c7ee6a4c7159c934f178b1380c77e2b6b --- /dev/null +++ b/dyu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9888f207d6febce41c2943dece74402fd27d68530648371b12625f515f3cd7bb +size 247 diff --git a/dzo_Tibt/.gitattributes b/dzo_Tibt/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/dzo_Tibt/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/dzo_Tibt/data-00000-of-00001.arrow b/dzo_Tibt/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2116c7ef07d4e2b108de37711f0eb0416afb4668 --- /dev/null +++ b/dzo_Tibt/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3931bab49369bbd6d71f96698444bf969298a0e02692a2db66a9de533f07114 +size 69779248 diff --git a/dzo_Tibt/dataset_info.json b/dzo_Tibt/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..98258f1f43145fa3089b5850db2e3af175fd5e2d --- /dev/null +++ b/dzo_Tibt/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142df28ecf6b934fb40b2dda47c02f359a82613d177d0b2da66374479625238e +size 1112 diff --git a/dzo_Tibt/state.json b/dzo_Tibt/state.json new file mode 100644 index 0000000000000000000000000000000000000000..13622aae1e3c33dbaa5fb3c78c2450dc4dd9f23d --- /dev/null +++ b/dzo_Tibt/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4239d4e6079ef1d77fc5af2e521a7d47f591ccfe8d93976066df04740d7265a9 +size 247 diff --git a/eee_Thai/.gitattributes b/eee_Thai/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/eee_Thai/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/eee_Thai/data-00000-of-00001.arrow b/eee_Thai/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..37c10c7fbee40529e4fa6f545190ab59a4f54945 --- /dev/null +++ b/eee_Thai/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc9e2025a7f5d300ac18d815491c1443fac0fbed489267c5cae39d771586e1a +size 4848 diff --git a/eee_Thai/dataset_info.json b/eee_Thai/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a5b43916f1a15dd2d03d454d25feeec68046bea1 --- /dev/null +++ b/eee_Thai/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d4291da9665df9c64b4eeba14dd9dc3763fd12ccfdf0adb3dff8d4663cb675 +size 1087 diff --git a/eee_Thai/state.json b/eee_Thai/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bdc2d05da51e2bd1048404e974fe93c17239e4cd --- /dev/null +++ b/eee_Thai/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9105d6865014399ec305733f631ce13d1c25778447124d2bf1c241f4b3bfb1df +size 250 diff --git a/ekk_Latn/.gitattributes b/ekk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ekk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ekk_Latn/data-00000-of-00001.arrow b/ekk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..009d4ee485539da9fc7143e65b627b3256f43452 --- /dev/null +++ b/ekk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f7f647deaa93aa1d008a8aaa905e068765ed486516de41afda12b9463657fd +size 72658088 diff --git a/ekk_Latn/dataset_info.json b/ekk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..84ad9a40bd1767712f40cf27c6f6701a684826cb --- /dev/null +++ b/ekk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267dc1806666aded8c223c9d4b68bb5ccf09ce4be825faa54eb20c0f55087241 +size 1115 diff --git a/ekk_Latn/state.json b/ekk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6de0aaebd8ee3d47f5d22dafd061e06819d40fc7 --- /dev/null +++ b/ekk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d1b5226db4f8fcda852a99d22d2ee447e2c68ec2666d93dc76b16181aa4887 +size 247 diff --git a/ekm_Latn/.gitattributes b/ekm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ekm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ekm_Latn/data-00000-of-00001.arrow b/ekm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b099c9a38e12e351c4995fdb2687b6ba3c98cb8 --- /dev/null +++ b/ekm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c77b0d64f5a904fab9418fc2827eddfdbb0f085c0ef57d7c4f32668744cab60 +size 4056 diff --git a/ekm_Latn/dataset_info.json b/ekm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..35eb2d500536f1d3725e633996e8d0a2f91f796e --- /dev/null +++ b/ekm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863b1858a036f7a057372c48b5a45973de18bdbde3d1690315223e6a4f147c06 +size 1087 diff --git a/ekm_Latn/state.json b/ekm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1b3e066d23937ba812914745728c6293a393e4e2 --- /dev/null +++ b/ekm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9102e60098ef41da1bb6d327324b31bd536c56f8c0e277e549998eacd351a7e7 +size 250 diff --git a/ell_Grek/.gitattributes b/ell_Grek/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ell_Grek/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ell_Grek/data-00000-of-00006.arrow b/ell_Grek/data-00000-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c33ecf4b7659c89737a9729992a6246a970a60a3 --- /dev/null +++ b/ell_Grek/data-00000-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12492219c209579b4e3f3d94c41551572fdbdb5ee6ab322fb8c2506a8ab1b00f +size 424940776 diff --git a/ell_Grek/data-00001-of-00006.arrow b/ell_Grek/data-00001-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9a43ff00160b7c637bb563b9808e6b42e11dc8f7 --- /dev/null +++ b/ell_Grek/data-00001-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79eb6cc5b4b07e958fd1637bbe4ee79c022c2b392c8d53f8a5a3df48dcdf9ceb +size 264249320 diff --git a/ell_Grek/data-00002-of-00006.arrow b/ell_Grek/data-00002-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f468bbb6e90deb99a044cfd7c47f2fd40bdd396f --- /dev/null +++ b/ell_Grek/data-00002-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ad6326fcfc66df5dde838918c4efab79e5345676ddcc3af0428c7001afb103 +size 262740408 diff --git a/ell_Grek/data-00003-of-00006.arrow b/ell_Grek/data-00003-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..26038476b5963d2f4e13e54b1e6a4af7806f4620 --- /dev/null +++ b/ell_Grek/data-00003-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc6bf49255eb9bd48f0b0ad8913aa5ae54ee5ce3c669afd52ea6597aaa057b6 +size 558174000 diff --git a/ell_Grek/data-00004-of-00006.arrow b/ell_Grek/data-00004-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d121ee5e8fff11084e5d14b335124b7b1612dde9 --- /dev/null +++ b/ell_Grek/data-00004-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f1c803c787a29376566d7e04d4d1d26d075bea518c1396c7fcfa134a75fed8 +size 726292896 diff --git a/ell_Grek/data-00005-of-00006.arrow b/ell_Grek/data-00005-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9ec11b62acea58d7e57707599f1b6f5c178d67cf --- /dev/null +++ b/ell_Grek/data-00005-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed474387e98754f64e87fbd66121541627c5d1d126e4b43242e67158446105c +size 503112248 diff --git a/ell_Grek/dataset_info.json b/ell_Grek/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f179237b8f56ff8b0dc4a5220af7f71945258c5f --- /dev/null +++ b/ell_Grek/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9eff63ca8f6c183ca18a205fd56b818011473d85fb08f25dc8de8a7663a6f01 +size 1263 diff --git a/ell_Grek/state.json b/ell_Grek/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d506fb81b06ad47bf388210ced06af7a201ad365 --- /dev/null +++ b/ell_Grek/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc96c0e5ac41bce73c8cc1f1d9b363f8db5fc63856ef4b7cf38bad21bbfce478 +size 542 diff --git a/eml_Latn/.gitattributes b/eml_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/eml_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/eml_Latn/data-00000-of-00001.arrow b/eml_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c6f9ef24e8089a3f8b53186ee94643dccd7860c6 --- /dev/null +++ b/eml_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a2de273fbebc036fb73a8b981ffe614be94d0c2d199553f3e252a24a142a68 +size 8598624 diff --git a/eml_Latn/dataset_info.json b/eml_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d1736a3abc659bfb7ea2eee30e87adfb8d9c0466 --- /dev/null +++ b/eml_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ab7813cd81e2488d0ca4b4685e70b5983ab24f832840124dbbc3807fb6ea29 +size 1111 diff --git a/eml_Latn/state.json b/eml_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e3b8c551daacd622e9565878409fd292d72a904a --- /dev/null +++ b/eml_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c714c9ca851d9e7f123a9fecf44bb151a468ef79d549744254b2681b60321d +size 247 diff --git a/emp_Cyrl/.gitattributes b/emp_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/emp_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/emp_Cyrl/data-00000-of-00001.arrow b/emp_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..32e7c27d56ec2af0890ae8ed5b834f9b90328ca2 --- /dev/null +++ b/emp_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b94024acca1e26bdf187978367c20d977ae1f4ccaece9403dd703fd0bc96e6b +size 5488 diff --git a/emp_Cyrl/dataset_info.json b/emp_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..97f1003522217986f066b1406283e92269ac41e3 --- /dev/null +++ b/emp_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964b82aa30ab3a284cbd24ddd44322a55fc012ab0a1ce5995589c33f1202e44d +size 1093 diff --git a/emp_Cyrl/state.json b/emp_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8c0ea259fde8faf1702ed7d0f3d65f820a7556aa --- /dev/null +++ b/emp_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c85130756d81ca4b0c9ac2962cc87c2348d9b19aea3a9e956f5c29529229b2 +size 247 diff --git a/emp_Latn/.gitattributes b/emp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/emp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/emp_Latn/data-00000-of-00001.arrow b/emp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3af21c5c0fc465235cd43062bccf2c275d3f8849 --- /dev/null +++ b/emp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce584a8bd1203cdf1c4def3d1c9241e4d9eba548c1e793e6ab10c084455885b6 +size 8160200 diff --git a/emp_Latn/dataset_info.json b/emp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e8ea3443df173ed16599d5e05d5323042a41d7cb --- /dev/null +++ b/emp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f54220e308a2d66e814c23c84ac51c6f9bdef9a5e9b44dccb13a552fd3de755 +size 1106 diff --git a/emp_Latn/state.json b/emp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f72497e56bfa4bcc1c5be509cb456fed33b11f92 --- /dev/null +++ b/emp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9408395ecba3a664b1ccfea14a540be19dbaea3e1d634de07053f5e1937b36d5 +size 247 diff --git a/enb_Latn/.gitattributes b/enb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/enb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/enb_Latn/data-00000-of-00001.arrow b/enb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5b9f4474fad83722a7fd4147793e044c1dacbc27 --- /dev/null +++ b/enb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84eeaf83d6ebf7bd98dd7d336fd95643ec1a5ddb0a13b5fd62dfce1c06c1ba6 +size 5832 diff --git a/enb_Latn/dataset_info.json b/enb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b1f7ff8379cba038c71657c7c9654dfb0c50c9eb --- /dev/null +++ b/enb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4953992795e1e0785bae43a2ac3f0aae98f490b6a881183c7eb7fc1fe7f8857f +size 1087 diff --git a/enb_Latn/state.json b/enb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ab4c69fba9de0bc5b939a0114f9e26e0eff81198 --- /dev/null +++ b/enb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d84c5597abc77222ce9b235d58e7895a5fa9408a5485453e69437f59894db1 +size 250 diff --git a/enc_Latn/.gitattributes b/enc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/enc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/enc_Latn/data-00000-of-00001.arrow b/enc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1079cff503bb7d8d5e82ab39d03e36b488c1eea1 --- /dev/null +++ b/enc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742e1f44cc1454b1ef4b9817e9b418efc2085aa9a74cd00f4e1e47fee7fd410 +size 1480 diff --git a/enc_Latn/dataset_info.json b/enc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..076b6958bbbf3c3218549a0332fcedbd1a135364 --- /dev/null +++ b/enc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7011bc4fd49e3e7f8047e34a477a9ed7a93d8e736e2bb4770ca456710a007e +size 1082 diff --git a/enc_Latn/state.json b/enc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bfdd4c4752575251608d14f1b8069c5b921f4882 --- /dev/null +++ b/enc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3515e764494a358355ccefddb2bab0e118f4dc791541c7d97c366bcb3bcf6a16 +size 247 diff --git a/eng_Latn/.gitattributes b/eng_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/eng_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/eng_Latn/data-00000-of-00038.arrow b/eng_Latn/data-00000-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c4995be0453000fa52e48e72d1331e7357b9ae67 --- /dev/null +++ b/eng_Latn/data-00000-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c923cfb7d1b3f40ddc9374df548c25caac8b2e95c60be5e857b34dab0fb476b5 +size 678009296 diff --git a/eng_Latn/data-00001-of-00038.arrow b/eng_Latn/data-00001-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..049a70a48f1da3a6745f2f71792e8c23efba1fdc --- /dev/null +++ b/eng_Latn/data-00001-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5201362371f4164feb78cdb09e8e654f39423b9259673f71bc345038599928 +size 376649616 diff --git a/eng_Latn/data-00002-of-00038.arrow b/eng_Latn/data-00002-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..85c26b2422aef6c8e0d4a461029f3eb3d3fb423a --- /dev/null +++ b/eng_Latn/data-00002-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da913b957fc4f7afcb851bd0381e3a0c146b8f7f419838a05b95a05aa44d632 +size 345760672 diff --git a/eng_Latn/data-00003-of-00038.arrow b/eng_Latn/data-00003-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7e9643391cc2aa472e9cf3191b5c741d45bfd603 --- /dev/null +++ b/eng_Latn/data-00003-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94eb014da69a492e0a58516fc841b3dd2ff756355bedf5ccbdeb9f3130f38c5c +size 343544912 diff --git a/eng_Latn/data-00004-of-00038.arrow b/eng_Latn/data-00004-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5f57c1729704b16f654c67259d6a5a535afc2d9d --- /dev/null +++ b/eng_Latn/data-00004-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c107392daf3fd870a5ed0b7698fcafe10819014d50c3e6295d6d2bf399d41c30 +size 365813344 diff --git a/eng_Latn/data-00005-of-00038.arrow b/eng_Latn/data-00005-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..17f497760e82abd42cf5b19f5ae5b0c0d130015f --- /dev/null +++ b/eng_Latn/data-00005-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9228d7a343a172ba6274a65e8ad6035a4b46893e9507ee2153474533df82c2f7 +size 479955800 diff --git a/eng_Latn/data-00006-of-00038.arrow b/eng_Latn/data-00006-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4bb63e107b1d2cadaf589f9086d2917f61381203 --- /dev/null +++ b/eng_Latn/data-00006-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483bb492393be73bed1e3f1b3652f0bc8b69b63303136839ba8fdd1c6ed3f1a1 +size 426514352 diff --git a/eng_Latn/data-00007-of-00038.arrow b/eng_Latn/data-00007-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a7bdbfb54944da9ebea86616e3139c98d4bd332c --- /dev/null +++ b/eng_Latn/data-00007-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6cf5b1c50ab1409e26e216263c45c2e96a2e8771cbad886d30081fede39a4b +size 368538912 diff --git a/eng_Latn/data-00008-of-00038.arrow b/eng_Latn/data-00008-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eb391854fa28f9761c25fb8f4eaa7de812673780 --- /dev/null +++ b/eng_Latn/data-00008-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33cb3c8616a075182df69ac12012b58d61f05b964b7bfef3802cf79e4459c3b +size 363906496 diff --git a/eng_Latn/data-00009-of-00038.arrow b/eng_Latn/data-00009-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..be20b34650b188080947f851bff049808c7cc10d --- /dev/null +++ b/eng_Latn/data-00009-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ad3d8dcb488540354f439ae1e37751dc2de1f7a4659198c77b026e012a1c57 +size 634197392 diff --git a/eng_Latn/data-00010-of-00038.arrow b/eng_Latn/data-00010-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..815a93dad68bc5ef596636ecfa5181d013127a8c --- /dev/null +++ b/eng_Latn/data-00010-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9100c14749d4baedd32641bbc4abaf0ce6834aa027b29fa9aa856fca9c27a9c +size 681966856 diff --git a/eng_Latn/data-00011-of-00038.arrow b/eng_Latn/data-00011-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9ece9a2f27c380f941fa72d8d71feb4101583985 --- /dev/null +++ b/eng_Latn/data-00011-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b2bf3d5821a2bd418e75a90d4dc17342966b28bb9f094520bbe4947cc51f6d +size 609768160 diff --git a/eng_Latn/data-00012-of-00038.arrow b/eng_Latn/data-00012-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..97e7cf44c333a19e5fe60895a8f4957307c66570 --- /dev/null +++ b/eng_Latn/data-00012-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91162f0628b679608531cf898446816d8d635e35f937fc1e6d0a4fe6935d685f +size 939700128 diff --git a/eng_Latn/data-00013-of-00038.arrow b/eng_Latn/data-00013-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f2c83d4e9ea59679d8a78ab1cdb209e46a9fe4fd --- /dev/null +++ b/eng_Latn/data-00013-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18235cd6f975dcb4c4c0966b381de4547722601ffaf12fff246de8c4686ed883 +size 583006176 diff --git a/eng_Latn/data-00014-of-00038.arrow b/eng_Latn/data-00014-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b1ae4af0397c31a9e95f08da44d761e8b1a886db --- /dev/null +++ b/eng_Latn/data-00014-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc296168fe2b7d61c2c3b180cdf82074bf29d94c7bf2a8eeae10c30789f306a9 +size 349838264 diff --git a/eng_Latn/data-00015-of-00038.arrow b/eng_Latn/data-00015-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0b2ca1a31db82f20ed05d375448ee91baff14a6f --- /dev/null +++ b/eng_Latn/data-00015-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49c51e4bd48ae7b425b45b94ea0c3c341ce38a5e4463ba29c49f5161cd527db +size 376520536 diff --git a/eng_Latn/data-00016-of-00038.arrow b/eng_Latn/data-00016-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e14bc49ca46193820ae6623d4b2f8d240744798a --- /dev/null +++ b/eng_Latn/data-00016-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033c2dce33f6b3769279d0447320353dd1031a0f78c52dbdf224d2c0d41b5fe5 +size 400944312 diff --git a/eng_Latn/data-00017-of-00038.arrow b/eng_Latn/data-00017-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..722e21ab8626f5e19c2e44a994bc5b77b27f31ab --- /dev/null +++ b/eng_Latn/data-00017-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207c6f07a1d89030337282ec8b331dada3b2462af9ed16cf641d4f42d00062aa +size 362956896 diff --git a/eng_Latn/data-00018-of-00038.arrow b/eng_Latn/data-00018-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c2e0d5d410bbe81ebe505ed9c44c0b4641ad3eb --- /dev/null +++ b/eng_Latn/data-00018-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b52cea33f433935acb451b395f0a31ad48a0ddc8cafe36752840152e686e4f +size 970234856 diff --git a/eng_Latn/data-00019-of-00038.arrow b/eng_Latn/data-00019-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d98d87fa6827a95eed4cf5e9006f82cc61f8003b --- /dev/null +++ b/eng_Latn/data-00019-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cda6d5bed8f84c848689c939e4d087a9c79adc3c23f87b8145b5932f68b089 +size 499048160 diff --git a/eng_Latn/data-00020-of-00038.arrow b/eng_Latn/data-00020-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc2a75292aba05220b2d3a9227230080f8a44fe1 --- /dev/null +++ b/eng_Latn/data-00020-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8fb0c3efb44525387db3590886a6df1d00abea069b126994891cab76e640da +size 427966656 diff --git a/eng_Latn/data-00021-of-00038.arrow b/eng_Latn/data-00021-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ece2977e8b62e0902f96b4f1ae98333e3af50dcd --- /dev/null +++ b/eng_Latn/data-00021-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecd075c820ac244494524060fb97cd4d9b63a2bc158e0ad22c75b262f4978e9 +size 352933576 diff --git a/eng_Latn/data-00022-of-00038.arrow b/eng_Latn/data-00022-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ac303790e61379ac15744b8a640849cb97c5127e --- /dev/null +++ b/eng_Latn/data-00022-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c920999c456a7535e240b1becb53fe113aef19b380218e4ff465398f14fa08a +size 538579904 diff --git a/eng_Latn/data-00023-of-00038.arrow b/eng_Latn/data-00023-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e33921f186bcf28cf8c43b5de7720d4926c34a74 --- /dev/null +++ b/eng_Latn/data-00023-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7433df33cdf7d630fbddf3e1059cf6f3c8c248201c2b896f9b919bf69c175e6c +size 991249216 diff --git a/eng_Latn/data-00024-of-00038.arrow b/eng_Latn/data-00024-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c25c010ffe34e8d197e9623a7218f9b50254184 --- /dev/null +++ b/eng_Latn/data-00024-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10df7b597961f9bd5482068f1cc432dc3ee1b7a2febc171a3636bce80022e62a +size 754019592 diff --git a/eng_Latn/data-00025-of-00038.arrow b/eng_Latn/data-00025-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ab5f3e0a207fc5980476a0d8c07d1613a9e7164f --- /dev/null +++ b/eng_Latn/data-00025-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdeea3166ff9bf3dbcb95c4530cc774ed10f51710376a78aa2f3625686cfcc99 +size 470675200 diff --git a/eng_Latn/data-00026-of-00038.arrow b/eng_Latn/data-00026-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9e85775982f24d4ccdcaf88902dd6d14bb4db497 --- /dev/null +++ b/eng_Latn/data-00026-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e347a9384fed3aa075147e4497166b134ca5b56200290e86e1df0391ddad22b +size 351472464 diff --git a/eng_Latn/data-00027-of-00038.arrow b/eng_Latn/data-00027-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ea7d9d6790e596eca01b05f6af3a4ab44cada80a --- /dev/null +++ b/eng_Latn/data-00027-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c76ec1c8ee5cce609f68e8fa9a34785e8bdb5bb1fe348c5f9d160012f3dfb7 +size 379734480 diff --git a/eng_Latn/data-00028-of-00038.arrow b/eng_Latn/data-00028-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..853cfab6220cc0180ab4a088381a4fd877be8842 --- /dev/null +++ b/eng_Latn/data-00028-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6aab07bf68c338f27c0d9057dd92aff2b11c7fdd445ccdb45a7195400bdda8c +size 419420680 diff --git a/eng_Latn/data-00029-of-00038.arrow b/eng_Latn/data-00029-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1f37e564426e9b15f67236f9b3473feb8c9a2cd2 --- /dev/null +++ b/eng_Latn/data-00029-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b1c283a507486f19f6629f3721eb3f251ce92b2f9b5bc3dcefe028f8e2698a +size 527565648 diff --git a/eng_Latn/data-00030-of-00038.arrow b/eng_Latn/data-00030-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..45833d7249f46336b22a579b2355f13067e117e3 --- /dev/null +++ b/eng_Latn/data-00030-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e125176933846938931efd432c73337ecfbb464a9449ecfc2becd97184d691 +size 493468064 diff --git a/eng_Latn/data-00031-of-00038.arrow b/eng_Latn/data-00031-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cfb88d487e93da2918eb527acc3237f37f4482e2 --- /dev/null +++ b/eng_Latn/data-00031-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636d0a643e20dc451d0cc97df505442e122e6ffa5c15216f6c3871cff674153a +size 538867056 diff --git a/eng_Latn/data-00032-of-00038.arrow b/eng_Latn/data-00032-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4a8e579af863cb23f1d2d2abc78ca2f8f9814506 --- /dev/null +++ b/eng_Latn/data-00032-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8775b8b7b49ed90f23ad9bc59e57b9bdda3b3179bcaaaafa68411e6fd9b06605 +size 669243928 diff --git a/eng_Latn/data-00033-of-00038.arrow b/eng_Latn/data-00033-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ec8f26ada18dcf1c4d247cfb85ebb10b0ba1d78 --- /dev/null +++ b/eng_Latn/data-00033-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de670815e215f42e58640dd824c3379277974f76b6027f1b0c757d022bfcfd32 +size 367142568 diff --git a/eng_Latn/data-00034-of-00038.arrow b/eng_Latn/data-00034-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a0b00cf2a8e56bf70c17307b73d9887fa2547632 --- /dev/null +++ b/eng_Latn/data-00034-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b64c8f3a17c7582199a50fbab698e643ca1674a47cd1626ba3570e035d267bf +size 441100248 diff --git a/eng_Latn/data-00035-of-00038.arrow b/eng_Latn/data-00035-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66705ef4c8981ed60677fa044ce53ffda279dae7 --- /dev/null +++ b/eng_Latn/data-00035-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc2163bf0b92f601fe966e0abc41d9acfa0d876e21d4d138d95b9098c0f4f75 +size 358191424 diff --git a/eng_Latn/data-00036-of-00038.arrow b/eng_Latn/data-00036-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5e89d0a1cf0e3cbd63bb1073fa96ca033b16e66 --- /dev/null +++ b/eng_Latn/data-00036-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a8046e63491ca8b308d198c5797629d1331856c72d32bb91c9ec7e0b49315a +size 348855976 diff --git a/eng_Latn/data-00037-of-00038.arrow b/eng_Latn/data-00037-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5d268fb0294ec946d721c6676044adf0545f1d37 --- /dev/null +++ b/eng_Latn/data-00037-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7674781f3aa6c05d23c1e27b4edc4b4194933be5c83ed78ad17652086f4100fc +size 344243592 diff --git a/eng_Latn/dataset_info.json b/eng_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ddf9f18a0d5b8873e9f95e708587aba1df922490 --- /dev/null +++ b/eng_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d53c1a3ce773975b4edf12436fb7688263d73e1a22edf88db38971a3159b3e +size 1886 diff --git a/eng_Latn/state.json b/eng_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4711a05d00309cfce16927e61562e66d6ccf7c85 --- /dev/null +++ b/eng_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c7b0742c5489b807218c2f182c7ab6c6b6d7f734f022c45a227c39e580c59d +size 2430 diff --git a/enq_Latn/.gitattributes b/enq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/enq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/enq_Latn/data-00000-of-00001.arrow b/enq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aac5f418cade4b86db5dc55931e62f17563a3630 --- /dev/null +++ b/enq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a865edf52176257e73c1de6c119a362895fc770a6bc6b0de00b32d639f0576 +size 4589496 diff --git a/enq_Latn/dataset_info.json b/enq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..47a2749178ba34a95e538945fd31ac93150cc648 --- /dev/null +++ b/enq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d38b478a471e6fcbb41bbbe98bf40cd56d8e58af73a1ea9d3f1fdb6729b05c9 +size 1104 diff --git a/enq_Latn/state.json b/enq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0078b6816c9dfc72aa9965567da120a2934b281f --- /dev/null +++ b/enq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ae5e93d2925b6801a8fda28a21c2f51542d67e692fea30a532d34daf0d5435 +size 247 diff --git a/epo_Latn/.gitattributes b/epo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/epo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/epo_Latn/data-00000-of-00012.arrow b/epo_Latn/data-00000-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7f8ba4648473f4d2b3b30c7de0bd2137f126be3b --- /dev/null +++ b/epo_Latn/data-00000-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305234a3726274c6a80930b79de2fe853d1c4dcec1027afa283ab9e04b50be1e +size 1234632736 diff --git a/epo_Latn/data-00001-of-00012.arrow b/epo_Latn/data-00001-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f9a23ec07c976bfa5479e2930595f6fb486c6b76 --- /dev/null +++ b/epo_Latn/data-00001-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09df65cdcdefa7a22969afc8e58f6966a29ec14a3f6b6790e5720b916bf9d166 +size 1937677568 diff --git a/epo_Latn/data-00002-of-00012.arrow b/epo_Latn/data-00002-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2000c7a70ea80fc38ad0c05154dfb886a09d2657 --- /dev/null +++ b/epo_Latn/data-00002-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a799563519e885e4aa94b73e008344f5465d3a1c5b26af3a45c45a221ab169a1 +size 1101265128 diff --git a/epo_Latn/data-00003-of-00012.arrow b/epo_Latn/data-00003-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..deab0dc1d30eb97618aacf68c3fb0a0f89dbd93e --- /dev/null +++ b/epo_Latn/data-00003-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daee7d16dd7dc340461e359e53f1cea0788469faff223e01f2425b02bc8f62d5 +size 480762176 diff --git a/epo_Latn/data-00004-of-00012.arrow b/epo_Latn/data-00004-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d0bf708fd83f274653630caf12b476e64dc9911d --- /dev/null +++ b/epo_Latn/data-00004-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ffe25397b57d9660a9da3443af8b5caee306f8d26cf7060d35b0bd28ae5e0e +size 105567184 diff --git a/epo_Latn/data-00005-of-00012.arrow b/epo_Latn/data-00005-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..462b58ac5a2921cb1409c8e1d90ff4a118f87e27 --- /dev/null +++ b/epo_Latn/data-00005-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d72f392ea915297a8c56f1444ff2bc00f9cb024b0eba15e5a87bd5ac3fb8fd +size 106057576 diff --git a/epo_Latn/data-00006-of-00012.arrow b/epo_Latn/data-00006-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..62190b88dacc2bc65c0908a22a4c3e72bcf8bd20 --- /dev/null +++ b/epo_Latn/data-00006-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38642f7e504b962f5d79f7e413e38ee06511409249be117653fee71601c7b7a +size 102709216 diff --git a/epo_Latn/data-00007-of-00012.arrow b/epo_Latn/data-00007-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..138f729c7f111fc5df575574471856e8c0923835 --- /dev/null +++ b/epo_Latn/data-00007-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b908beea1185a23f8ec7f7adab23aaf665152b3cb448b43888597ea047999e4c +size 103057840 diff --git a/epo_Latn/data-00008-of-00012.arrow b/epo_Latn/data-00008-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41271808c4adc737a6c4dd196996ae337c504727 --- /dev/null +++ b/epo_Latn/data-00008-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3aaf147679c568e60eb5e046318014216d68d84f5058161e71a12c8b63a1717 +size 101812032 diff --git a/epo_Latn/data-00009-of-00012.arrow b/epo_Latn/data-00009-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..88e1fdbd5fcd1d1b71a6f67ea6bba038a1faf5e9 --- /dev/null +++ b/epo_Latn/data-00009-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6717190bef837e98194afc3b060b0c806b66e695d5cc055754a496ad633451da +size 102353496 diff --git a/epo_Latn/data-00010-of-00012.arrow b/epo_Latn/data-00010-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c7c6dd587626cb2cf6f5d5b55688f2c88030d3b7 --- /dev/null +++ b/epo_Latn/data-00010-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cace90fe4e9962db3298efd99e89570eac838865b4d7676ce8ce6a87d86243 +size 100205720 diff --git a/epo_Latn/data-00011-of-00012.arrow b/epo_Latn/data-00011-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..301f230d58b4936be90f2e67529418176a9c1cfa --- /dev/null +++ b/epo_Latn/data-00011-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3591f8123acb54a48dae28f4792743b76c165aeca556ca4fc3e6b7cdb55cd1b9 +size 332551720 diff --git a/epo_Latn/dataset_info.json b/epo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..16f529450fa3c038baa75567d837d8012251d87c --- /dev/null +++ b/epo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ab970373232cd7c90384334ff2ba0de8349521bf0f76f549a18e79c978e80c +size 1489 diff --git a/epo_Latn/state.json b/epo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5998261e9d5d88e6232fa015ff896cffa9d2b7db --- /dev/null +++ b/epo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e11f85c7f16ebc85df4bcb3c1215338dcb4011efc213551b613607cf111a0e7 +size 896 diff --git a/est_Latn/.gitattributes b/est_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/est_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/est_Latn/data-00000-of-00013.arrow b/est_Latn/data-00000-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b6dc31d91334b5362380bde0e239e6392acc797b --- /dev/null +++ b/est_Latn/data-00000-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266c9d811875426d7508512ad8f67dd3b85f86ee0e08ccbb34445eea0fa7b336 +size 432159392 diff --git a/est_Latn/data-00001-of-00013.arrow b/est_Latn/data-00001-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d2ba6efa68a7b51c260eed9e6a1110a09307b81d --- /dev/null +++ b/est_Latn/data-00001-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add889e078cc439f9b897686605548d40ed06935376cde28de775815d061b60a +size 431948816 diff --git a/est_Latn/data-00002-of-00013.arrow b/est_Latn/data-00002-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c9863ba439bb1a9c4fc14c32e443f509457da0f6 --- /dev/null +++ b/est_Latn/data-00002-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0312bf0d2db8a5e10e7f8792707f1a4e017356aba0192dffa313ee890fb5518 +size 430829648 diff --git a/est_Latn/data-00003-of-00013.arrow b/est_Latn/data-00003-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42dbe3058158f5e23564da0ede04f7a438521938 --- /dev/null +++ b/est_Latn/data-00003-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035e3fad8f3ef55a85a35aea5c7efa3c2b8a86d7ae0049e8aca9f0897a7a4b46 +size 443959208 diff --git a/est_Latn/data-00004-of-00013.arrow b/est_Latn/data-00004-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5e6308d70a12f3d60305420e7e1c813dba50a85c --- /dev/null +++ b/est_Latn/data-00004-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d88ad9b06bc55adcaabe1c3d885b7487e55681fbb7c983aa4cae0e8dbc8fb74 +size 447674968 diff --git a/est_Latn/data-00005-of-00013.arrow b/est_Latn/data-00005-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eaeaa54d23eddf75d78901328f7b5e9bad7d6774 --- /dev/null +++ b/est_Latn/data-00005-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4e472362ef86e312ee0ceb186eff59a29dba71bbb3108642b235c6135842cc +size 442187920 diff --git a/est_Latn/data-00006-of-00013.arrow b/est_Latn/data-00006-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8382ec6667209827816230dd8fde75d768cd1374 --- /dev/null +++ b/est_Latn/data-00006-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e712ab69442d5b7a73facea8628c82e868ea8e0151c41f20a5cc055719be35 +size 430979040 diff --git a/est_Latn/data-00007-of-00013.arrow b/est_Latn/data-00007-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..93521c6a837390ac36b2f8c7a9f21a3b1003851b --- /dev/null +++ b/est_Latn/data-00007-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97691bc4a51424ce2b4c731c77aaaef07d0b47b745fa107fc2717848ee46eea9 +size 433056576 diff --git a/est_Latn/data-00008-of-00013.arrow b/est_Latn/data-00008-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..90213ca8adb7802761b6032ecd164d3270cc439b --- /dev/null +++ b/est_Latn/data-00008-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00d57063aa89b88a9f960b347ebbd79013df5acd574848b3db6a8bd6aba4898 +size 602594640 diff --git a/est_Latn/data-00009-of-00013.arrow b/est_Latn/data-00009-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e0105cd15716c1d58552ad39cd2558fd79dc5d0 --- /dev/null +++ b/est_Latn/data-00009-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba58442aa1784af90d98bf775484d2871e937ea8dc88e2762523056e87d05857 +size 424623200 diff --git a/est_Latn/data-00010-of-00013.arrow b/est_Latn/data-00010-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..953ff0e35c7eb9c739b52210b039b7a6612cb33f --- /dev/null +++ b/est_Latn/data-00010-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27351ddb2965bc77158f59fd6cbb4d1c3daa0ef18b0ee9bfb4fb3d4197b314ad +size 431880184 diff --git a/est_Latn/data-00011-of-00013.arrow b/est_Latn/data-00011-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..90e3a214a2d09fcffc3e1ffbfcf7b14a990f54f2 --- /dev/null +++ b/est_Latn/data-00011-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0da04b39c934b72c9bc9c50410e0859d3f221d1033f7e49e04df1c3fad5b806 +size 446749952 diff --git a/est_Latn/data-00012-of-00013.arrow b/est_Latn/data-00012-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5af8e8fbd7ce7ade295311149873a5dc2c709085 --- /dev/null +++ b/est_Latn/data-00012-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ff3de2829f25b3245601fa7d18c37ba7336653710d362eb26fa26dba36c809 +size 809043048 diff --git a/est_Latn/dataset_info.json b/est_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ee6d6d4f98989f99311ed8b5da7a5bb1ee04e260 --- /dev/null +++ b/est_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5832ed573ed97cece6f70e30ea89b202b806722851d0aaac97dc18ec550853 +size 2047 diff --git a/est_Latn/state.json b/est_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c620a64539f589812d5c784e2eb96105edf463d0 --- /dev/null +++ b/est_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9327e3ae522d1702caa42cd956768ad6f13ef552b2f2680107ac182da7727f8e +size 955 diff --git a/eus_Latn/.gitattributes b/eus_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/eus_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/eus_Latn/data-00000-of-00015.arrow b/eus_Latn/data-00000-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..caf47b573ac05a86a6c8847bcf2f9d539ed02366 --- /dev/null +++ b/eus_Latn/data-00000-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a09793df3c2c289a4f6050daad99f064440734233598f0b3433a46dc02e307 +size 145912440 diff --git a/eus_Latn/data-00001-of-00015.arrow b/eus_Latn/data-00001-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1a83a5cf404fea6edbb3864730694f39f44f28c9 --- /dev/null +++ b/eus_Latn/data-00001-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76df64a68b6f293ed755d2bc60918c824c02827b0c9580a7eeeb2d0ba706807f +size 147034640 diff --git a/eus_Latn/data-00002-of-00015.arrow b/eus_Latn/data-00002-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0bccc1a781d6982a2558a71d4a066c3a2ea758cb --- /dev/null +++ b/eus_Latn/data-00002-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756e1f8a9636aba4a6e8b638ef8d5ca1d897830b932860f196845822dabc3ec4 +size 147304920 diff --git a/eus_Latn/data-00003-of-00015.arrow b/eus_Latn/data-00003-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..03f427cf304edc9b0c783a19bb9af34887ef8ca4 --- /dev/null +++ b/eus_Latn/data-00003-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b849f7d9380e36647d6190e9cd7593bcf51986bb07b2a8f1ff3b2ae72fae8e +size 145965376 diff --git a/eus_Latn/data-00004-of-00015.arrow b/eus_Latn/data-00004-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ab800be6a0f1a898a62698b49e14cb973e57fc10 --- /dev/null +++ b/eus_Latn/data-00004-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edd2318a3bcc11ac2bdac8643f7d3084b035cc8547738a6a3948d3c8120a4ef +size 147961960 diff --git a/eus_Latn/data-00005-of-00015.arrow b/eus_Latn/data-00005-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1e39cf9ccb5ecbb1221a7f11d6f63f8c56840424 --- /dev/null +++ b/eus_Latn/data-00005-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486443b30f421fe9996c299849192950b8e859ead878daab689e5475a195aa70 +size 201912000 diff --git a/eus_Latn/data-00006-of-00015.arrow b/eus_Latn/data-00006-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9497ed7ccbe226efac53f3ad702e7a2fd950cf34 --- /dev/null +++ b/eus_Latn/data-00006-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7787313cc3c25c79bc3354af8fc796e339372b14e90a5d44a9f7a4aeee9c4d84 +size 1298098056 diff --git a/eus_Latn/data-00007-of-00015.arrow b/eus_Latn/data-00007-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ccf37e3a089f2cc5acf8a0e676acb9ef1c000f84 --- /dev/null +++ b/eus_Latn/data-00007-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e897f584d1642ba16807aaf5a9ab99035e90a21972889fb2880417fbdf70e86 +size 1286335384 diff --git a/eus_Latn/data-00008-of-00015.arrow b/eus_Latn/data-00008-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..28f585fd71d5194df92ef4fd23ea8c453363eef0 --- /dev/null +++ b/eus_Latn/data-00008-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106f824feee38cc6d0d263ac0f77da10422e8dcb73ed593e8d265d63b4c32ec4 +size 1638831792 diff --git a/eus_Latn/data-00009-of-00015.arrow b/eus_Latn/data-00009-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d15290b39851e8de03ecccff574bc99521e3bdda --- /dev/null +++ b/eus_Latn/data-00009-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984a7856b955db35e69c4d3deede6b4db824a97eab001f5739beb303d2fc292b +size 1153675944 diff --git a/eus_Latn/data-00010-of-00015.arrow b/eus_Latn/data-00010-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cf449f1f7abff3e5a9488e1ce7a84a6142d5ef5c --- /dev/null +++ b/eus_Latn/data-00010-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e73a70d76febaf0e77bb3250cd7e11cca22004804a757ab95a1bc48b9b1774 +size 143130344 diff --git a/eus_Latn/data-00011-of-00015.arrow b/eus_Latn/data-00011-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f4e08f04d18b36e72444cf98f6b7e412233c423b --- /dev/null +++ b/eus_Latn/data-00011-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb60cc31fe44eb4e46abf365c3a16820a2e0039105c8fc137af109003fde8c4 +size 144980808 diff --git a/eus_Latn/data-00012-of-00015.arrow b/eus_Latn/data-00012-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..16eedb6d9a5d6a2fccd2219a4df9abe3b049a340 --- /dev/null +++ b/eus_Latn/data-00012-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564742e0ff6076244a69d0491197f2e3588299cad4f606774d25e1d8142b75e0 +size 146712416 diff --git a/eus_Latn/data-00013-of-00015.arrow b/eus_Latn/data-00013-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a26a2e71677f8a4e38bb5eca3af9c7b0eee4b4e7 --- /dev/null +++ b/eus_Latn/data-00013-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7700f6a56f7d3e72a4920254b72e7121bc82b05a3049fca504021c25690370fe +size 145611864 diff --git a/eus_Latn/data-00014-of-00015.arrow b/eus_Latn/data-00014-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3b1b76c920af1b711a8eb96e125c8bf101629c8c --- /dev/null +++ b/eus_Latn/data-00014-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3cc6a61cbba01d4683f35079fd56cd53c99974b13242ded3568a3088d2dfcb +size 145954256 diff --git a/eus_Latn/dataset_info.json b/eus_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1fce39acd31f22b40ff22140b42049d8e440a3 --- /dev/null +++ b/eus_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f5ee882b83b23c6188a45ec984ccd417f7145457ee63f96b557eb89e98465e +size 1678 diff --git a/eus_Latn/state.json b/eus_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0627aa9c962c6b85b1cedbff9ee60e58d700ce4b --- /dev/null +++ b/eus_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5316f528836c746c7dc0dcbacb6119d7992b34224108cef93420e0fe306fa8 +size 1073 diff --git a/eve_Cyrl/.gitattributes b/eve_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/eve_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/eve_Cyrl/data-00000-of-00001.arrow b/eve_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8a2bb55babc67ef06c222d6bef75e521f135a438 --- /dev/null +++ b/eve_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65cb481eb2d357612a03a3dba3a156e99d5c7d810a8907fb7cb722bdaf858d8 +size 11552 diff --git a/eve_Cyrl/dataset_info.json b/eve_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..03de2b37998a796b6a3e941d27e0e551e08f1f53 --- /dev/null +++ b/eve_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5aa22eee68779d1d36a286fba5eca2a939e45170f5f61e5972fec7fb912eb8b +size 1093 diff --git a/eve_Cyrl/state.json b/eve_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3325b842b08d10109b3c77a8a498b6a4e32c6f8b --- /dev/null +++ b/eve_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7a2dfab5ed7f0c76155ce3c7950094913daf17a1e855cd5aaeb633c1ef145a +size 247 diff --git a/evn_Cyrl/.gitattributes b/evn_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/evn_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/evn_Cyrl/data-00000-of-00001.arrow b/evn_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..931de363535f5c89c63de1215930cc27e0a55079 --- /dev/null +++ b/evn_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd9539e32962ca3f518a2b6e9e6da0a9fbdbaad789f97deb14196fa3e2b14b0 +size 4474800 diff --git a/evn_Cyrl/dataset_info.json b/evn_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..530adf7f571e5dcde04f08c678dc9c4f05bacc5e --- /dev/null +++ b/evn_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25b21dcfb466d212361acac0e8fa4f03890bdb18f31f17e8666b7aea0d66431 +size 1107 diff --git a/evn_Cyrl/state.json b/evn_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e270e41a719343f7b9e94dc4d37ca21c9dcabaf8 --- /dev/null +++ b/evn_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2bdb5964279b0c89ae7b495a52c660be582d55f276a954402e5a9d77ad0f7d +size 247 diff --git a/ewe_Latn/.gitattributes b/ewe_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ewe_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ewe_Latn/data-00000-of-00001.arrow b/ewe_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..57e89d0cb86cce51ebe2b59326be1025445264f6 --- /dev/null +++ b/ewe_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a904ba7a61a37dcd7e4e5ba24bb2a56840c2294a2f86d61406eff5768b86a957 +size 41893264 diff --git a/ewe_Latn/dataset_info.json b/ewe_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e01d5d3baac0b4fc42dc86217172e4ec35fc75d9 --- /dev/null +++ b/ewe_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88496b488a3a6b0cbf2469702b0793b1999fa23d1b155bc565310a7032f893df +size 1111 diff --git a/ewe_Latn/state.json b/ewe_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..55cdefb98d8d0d556b9a126a861b508a3cc9a83a --- /dev/null +++ b/ewe_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa55093e7fabd45afc06b96c7de20d438bd9dfb01bfb45b0d91f53471845ab6b +size 247 diff --git a/ewo_Latn/.gitattributes b/ewo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ewo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ewo_Latn/data-00000-of-00001.arrow b/ewo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1937eba29f798c6254e78f4cc4c61df019a0cba6 --- /dev/null +++ b/ewo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce435c2b243f0f9145a6a40f23c7ca8d97d8f18bc9de54a80b23eb8af6804b17 +size 3944 diff --git a/ewo_Latn/dataset_info.json b/ewo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..24f1c136397b0f04ee55d1f1ea8f09983e77693c --- /dev/null +++ b/ewo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da02c3c77fdaa1829339006976d848cc266a2809b77b293800b2f68665e6b52f +size 1087 diff --git a/ewo_Latn/state.json b/ewo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4c7a9b1d26caf0b7518b67f522bac192f8a5b309 --- /dev/null +++ b/ewo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ca39ba172670630431d0d900a1b52ccdc0358b03fda3a6d591e7725ff6ccf2 +size 250 diff --git a/ext_Latn/.gitattributes b/ext_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ext_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ext_Latn/data-00000-of-00001.arrow b/ext_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b2491970c1cd94b85c91a1896a734be8af630424 --- /dev/null +++ b/ext_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61efc05d130da990c7b672d9a768c9767671ada5ccc2083eaa2cba37c577f1a +size 9325264 diff --git a/ext_Latn/dataset_info.json b/ext_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6f6bfc7191cdb46ceaa8ccd989caf330bc0efcb1 --- /dev/null +++ b/ext_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b927978c3d76506fc25fb8f8235272c042bd74407e6b52117e4d4e54a03fa1a +size 1111 diff --git a/ext_Latn/state.json b/ext_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ae7072deafa0f0af020a3644dd0cda4cd545f37c --- /dev/null +++ b/ext_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa3e8bd867543a3a6d184fb729a5c11287fbe580264fd66009d76b93af33774 +size 247 diff --git a/fao_Latn/.gitattributes b/fao_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fao_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fao_Latn/data-00000-of-00002.arrow b/fao_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..407f7702d47c0892ed6236f2f1ebef7d51e11cdc --- /dev/null +++ b/fao_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0ae094c248ad1af3de94245e30c36cedfee738b6d16138a00ddf218292b13b +size 216099000 diff --git a/fao_Latn/data-00001-of-00002.arrow b/fao_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6510b17d8530520aa6f66e18bbf450525ccf0a68 --- /dev/null +++ b/fao_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c641635459f8a7b1f95a454a0eee507724a10d93d7f7b0f5da8b8f48797bb72 +size 543645096 diff --git a/fao_Latn/dataset_info.json b/fao_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..49b8da29cad872f0e809b6d6a6cafb70aa6ce9c2 --- /dev/null +++ b/fao_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595dd84ca6c39cafac68275932962c22c8dcfb4df8b92c3e1efc33ee2ad10d36 +size 1185 diff --git a/fao_Latn/state.json b/fao_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ac99e217f053a683942a82c8084fc046f2b8a21e --- /dev/null +++ b/fao_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb2bd78bb90205d7115d1904ba1f7d99930858c277d4ee03e52f7603d60a05b +size 306 diff --git a/fas_Arab/.gitattributes b/fas_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fas_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fas_Arab/data-00000-of-00006.arrow b/fas_Arab/data-00000-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3008fa081a863618ac226e5be31435df127f7cc9 --- /dev/null +++ b/fas_Arab/data-00000-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec69ff8bf60fb931ac69f9119f4d7002b67cf0affc1f89a30e07676b76cb7a4 +size 227602336 diff --git a/fas_Arab/data-00001-of-00006.arrow b/fas_Arab/data-00001-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3720de7fc9c136a4dfe10465388ecfa2f273d175 --- /dev/null +++ b/fas_Arab/data-00001-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3432cbaaba45e7bd5de0655305b3577aafe06903e843e27dcb3426005da8e618 +size 222684624 diff --git a/fas_Arab/data-00002-of-00006.arrow b/fas_Arab/data-00002-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ea612a042ba1fb3791730add7656711a5e1b83fb --- /dev/null +++ b/fas_Arab/data-00002-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f9901e98d1564d4b1fc381cc800b0fd27c0ea7a1e815f1e25cc1333eb98625 +size 220837624 diff --git a/fas_Arab/data-00003-of-00006.arrow b/fas_Arab/data-00003-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..801f60761d686cea4e0a9321265a7f8d21828162 --- /dev/null +++ b/fas_Arab/data-00003-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25cb9298e0172d7c1f0792d20599eba7bc5e0fbc53325d037ae2c24007b0db1 +size 303332584 diff --git a/fas_Arab/data-00004-of-00006.arrow b/fas_Arab/data-00004-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..600e0c6c97d1062d68ea1cfff54f2a14da4bc2d7 --- /dev/null +++ b/fas_Arab/data-00004-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc20ca1a9c44f3b12ebea09af8455db85b7e8eb64ca68f26c048df6185f6af6 +size 1208416944 diff --git a/fas_Arab/data-00005-of-00006.arrow b/fas_Arab/data-00005-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5bd5fe47824344b1e0a05a2f8206a8a0ea9ae9c7 --- /dev/null +++ b/fas_Arab/data-00005-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adfff7147d242a460958b728648f55c87e5a303a6231e4cb6ffe3ea72b74487 +size 769588184 diff --git a/fas_Arab/dataset_info.json b/fas_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ced93f213b5ca7ee0cba3476434f151e00cac2d3 --- /dev/null +++ b/fas_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1747b74b040078f5d8e7f589ff7f011431652c97d394893001b2ccedf970ddf0 +size 1268 diff --git a/fas_Arab/state.json b/fas_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f0043d9ac66e418a1c799d647cbac504581772f3 --- /dev/null +++ b/fas_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4133987a816290c93c90021e1bf4e4d58bfb70b380abfc0cc3018b6ec635e877 +size 542 diff --git a/fat_Latn/.gitattributes b/fat_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fat_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fat_Latn/data-00000-of-00001.arrow b/fat_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3686c3aa2f157438728a60de5850c86a9c614619 --- /dev/null +++ b/fat_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8ecdc18b2f538ae2a27b82905494ab025b2c1bb3c03497d397b0817f955ef0 +size 1977072 diff --git a/fat_Latn/dataset_info.json b/fat_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dfbc57227b1aa15c2a4ea3a69f896c935186f7d4 --- /dev/null +++ b/fat_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45259f1cedf9fa794a80f499c3de1b4f98a108ada45df5fde0f86d2f6840ed45 +size 1105 diff --git a/fat_Latn/state.json b/fat_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b98db49038d0cb56c9039120d3c6f2fc2a2a235d --- /dev/null +++ b/fat_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520e5e8bba73c7815bbd0fef6e655462cfa15512a09f00eb9d50b31f54b82df2 +size 247 diff --git a/ffm_Latn/.gitattributes b/ffm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ffm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ffm_Latn/data-00000-of-00001.arrow b/ffm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d648fe1ee8275b9158783772f11cac7dcd93c7fd --- /dev/null +++ b/ffm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69790346394e06d6f667955e440498324b207f5d76269bde33224c6aaef37a21 +size 253048 diff --git a/ffm_Latn/dataset_info.json b/ffm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7ac7f1567374ab61d9481923cd59ec8d9987883f --- /dev/null +++ b/ffm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad9176810674a40ab3fcf1f7970b73ec65e65017e7aae36ae61d06dcb5d838a +size 1098 diff --git a/ffm_Latn/state.json b/ffm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..42758c9366eb9a231c16bee6d679ddfdb650528a --- /dev/null +++ b/ffm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b98ea2b51644d2045b7e4dde4a589a9ad64d9c130f16c40e88f53234aadc89 +size 247 diff --git a/fij_Latn/.gitattributes b/fij_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fij_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fij_Latn/data-00000-of-00001.arrow b/fij_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..20ec0c24ecdd20cb651c6c77d3054140d91bed76 --- /dev/null +++ b/fij_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb81477ae6c6a13b3996aab9df818e0408a8a82e93e316d7c0b66b1164b2971 +size 30310400 diff --git a/fij_Latn/dataset_info.json b/fij_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a7ee8b3cc4a994da5cafa64d0693fe5f865f144f --- /dev/null +++ b/fij_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24eef75fb53a68bd924d54f18567162acbc21b057c629102c402c506dde553f2 +size 1111 diff --git a/fij_Latn/state.json b/fij_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4a37053933c1ce9ace44e155c31ba36c48371c26 --- /dev/null +++ b/fij_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f478e616385c1639df49d80d9613a05778386a3e0baf510ee0fb6b252c49efb +size 247 diff --git a/fil_Latn/.gitattributes b/fil_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fil_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fil_Latn/data-00000-of-00030.arrow b/fil_Latn/data-00000-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..69b25193d99dc7fea5cc2b9f525062aa5618fd18 --- /dev/null +++ b/fil_Latn/data-00000-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff4fad501660539ea3a35acf23fb64e71e9e856d85a7257920f25682550f5b5 +size 286940544 diff --git a/fil_Latn/data-00001-of-00030.arrow b/fil_Latn/data-00001-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3de5d38c99a229d1812fbe57a246d2d178e1fa9f --- /dev/null +++ b/fil_Latn/data-00001-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2ffd79aed58e403cde9de83cdd3efdaf975f0a73217298ce0a126792096801 +size 286816688 diff --git a/fil_Latn/data-00002-of-00030.arrow b/fil_Latn/data-00002-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bd7112063696c3655f0ba9fb8936c7d5bc1e8840 --- /dev/null +++ b/fil_Latn/data-00002-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6de440bb819412ca21fe64149ad397eb608a46375384e8e9595ba9d16b1be02 +size 286285280 diff --git a/fil_Latn/data-00003-of-00030.arrow b/fil_Latn/data-00003-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1918795ac9607ddc762fe7472286969c16c0c778 --- /dev/null +++ b/fil_Latn/data-00003-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6def7ad823eb278783634f34ed1650a44dcb8acaa848376409252189114142 +size 286554752 diff --git a/fil_Latn/data-00004-of-00030.arrow b/fil_Latn/data-00004-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31cd339b953b92e9cac90b8fa0ef938cc8e5cece --- /dev/null +++ b/fil_Latn/data-00004-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb8fbaaaedd1962e7ee817b019b7e65e5bd47defce7bf1389da0794fa5f46ce +size 286563280 diff --git a/fil_Latn/data-00005-of-00030.arrow b/fil_Latn/data-00005-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c26dadc12c0efdfc11f3b846a2e537e027c3766 --- /dev/null +++ b/fil_Latn/data-00005-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fc5c31840cb3ebc8f120bf4470b14f529097e74f679e5b2e74cf835c9c9e5c +size 286631072 diff --git a/fil_Latn/data-00006-of-00030.arrow b/fil_Latn/data-00006-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ed470fbf27cc0e6bd5b6cd2bfafe7f19f1a0cc3 --- /dev/null +++ b/fil_Latn/data-00006-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc532f7af48689cfeff1054135698d25b432dc6bb7a2347c1310f903896a846 +size 286491936 diff --git a/fil_Latn/data-00007-of-00030.arrow b/fil_Latn/data-00007-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..55746e07502ef830d1dbb287bf2e6a595e414b08 --- /dev/null +++ b/fil_Latn/data-00007-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6076d8c847a48b26e54378a820168bd535325926f8aa2b52e485aa97b7d83512 +size 287147336 diff --git a/fil_Latn/data-00008-of-00030.arrow b/fil_Latn/data-00008-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..43705850e7d1314a683f6b0a213725a674045aad --- /dev/null +++ b/fil_Latn/data-00008-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86e459e0f2889b7b23b934db962f6910b8ae61812594a2b545b858df4cc5b22 +size 286438224 diff --git a/fil_Latn/data-00009-of-00030.arrow b/fil_Latn/data-00009-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..99c3e4bac94db3e9530810657e0e359513b94fb6 --- /dev/null +++ b/fil_Latn/data-00009-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5752bceeb230f52cecda81a241caa51ebd563e804097a272b671029eb8d7a791 +size 337967608 diff --git a/fil_Latn/data-00010-of-00030.arrow b/fil_Latn/data-00010-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1c7e44772c0346fd372c2835f88c2e11be2910d1 --- /dev/null +++ b/fil_Latn/data-00010-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247db97642e1f2358b53d3ab2844b880d089d25f11f789171fd7929eea248198 +size 2503866040 diff --git a/fil_Latn/data-00011-of-00030.arrow b/fil_Latn/data-00011-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31371721c27da7ba2a80034c7af7bdd5d200a789 --- /dev/null +++ b/fil_Latn/data-00011-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a2bd1efce3509cb51065903d881e84d0de5b2d53d2705fae4daff71abdc715 +size 289540936 diff --git a/fil_Latn/data-00012-of-00030.arrow b/fil_Latn/data-00012-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..12019801d172aeaed8362295f597dafaa8a481c6 --- /dev/null +++ b/fil_Latn/data-00012-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a31ac31fb4aa0fcd802570d0c1766d8bc234fdf6af3e409f66e368deb1aaae +size 288772920 diff --git a/fil_Latn/data-00013-of-00030.arrow b/fil_Latn/data-00013-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a4bcbe4a4be956ada0d3c4866b0e42419dba9cfe --- /dev/null +++ b/fil_Latn/data-00013-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5328e331a25d52e47c8b36178787eb78958540075598a0fae4eb795205c569d +size 286685984 diff --git a/fil_Latn/data-00014-of-00030.arrow b/fil_Latn/data-00014-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7ad25ee4c1f095246de1a8ff88ff2b22ea47ccdb --- /dev/null +++ b/fil_Latn/data-00014-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474fc91435b4f2c13827a5407eff3f3f6011456d7e6b5f03618760b0181064be +size 256213520 diff --git a/fil_Latn/data-00015-of-00030.arrow b/fil_Latn/data-00015-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8d35aa980c11e6e9c2216440ebaad2b2acda71a0 --- /dev/null +++ b/fil_Latn/data-00015-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5546cdf583730be0d085bc504f0355720f65c68bd5a00c2f8a85e860e46ac5a1 +size 255125672 diff --git a/fil_Latn/data-00016-of-00030.arrow b/fil_Latn/data-00016-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cc60698b646e8284fe3f014fe9d493b973086e89 --- /dev/null +++ b/fil_Latn/data-00016-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134726f688def04fa69c2f5fbb30219549ea7d7330af96e91980d4cc5bb6a37f +size 254537288 diff --git a/fil_Latn/data-00017-of-00030.arrow b/fil_Latn/data-00017-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f70f69caca2a7b9f1bb4deda74fb346f221965d2 --- /dev/null +++ b/fil_Latn/data-00017-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c414b91301ac1f81a1cc6cdb53de88a5fa2523a279284f081a64b6ae27ceecd4 +size 255963248 diff --git a/fil_Latn/data-00018-of-00030.arrow b/fil_Latn/data-00018-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..81b1e43ce20a3b68aaa0af94f0e6d1d9ea7a333e --- /dev/null +++ b/fil_Latn/data-00018-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e08afe9f69759e33b0ce9db47a55833e1c57b53de80e03ee970e45943aae6a +size 255971088 diff --git a/fil_Latn/data-00019-of-00030.arrow b/fil_Latn/data-00019-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..04bb36fc35863404d8ae84ff255cd6d00c69db74 --- /dev/null +++ b/fil_Latn/data-00019-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029963401c9bfe6b3146aee6b989aca1cc5e9d28bee388fddba7c90ca25d87b4 +size 3434292160 diff --git a/fil_Latn/data-00020-of-00030.arrow b/fil_Latn/data-00020-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95cdf698262afbc4b929f6bee616b133c6832ebd --- /dev/null +++ b/fil_Latn/data-00020-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d79bf20593581afaec2b58703c19547e0cc08ff6cc47c6ae816ebee081996ed +size 588495888 diff --git a/fil_Latn/data-00021-of-00030.arrow b/fil_Latn/data-00021-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fae5c1ade503c3d01ed9f0714d8d0eaec211e065 --- /dev/null +++ b/fil_Latn/data-00021-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfdbf34241a0b8dd03dd2e86340f589d06d9845b66219f7b02445e2a99b34ae +size 292078312 diff --git a/fil_Latn/data-00022-of-00030.arrow b/fil_Latn/data-00022-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..15943c4d653f332ec87e2101117ea6e237b02cc5 --- /dev/null +++ b/fil_Latn/data-00022-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2d51114cd6e2f72364156afd125d425c7976a5f5d0bb386971a96d5a121499 +size 291707856 diff --git a/fil_Latn/data-00023-of-00030.arrow b/fil_Latn/data-00023-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..65ea67cb38b56e89ea58823c7f4a5c4b6e7f191d --- /dev/null +++ b/fil_Latn/data-00023-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dccb56b55c0cde6216db79bc25a45f1b666fea5eb428a0f7f1e8afb8d150f74 +size 292403944 diff --git a/fil_Latn/data-00024-of-00030.arrow b/fil_Latn/data-00024-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..28259475ddaf3c1edc04fe54bfb0d7b95c2fa9e5 --- /dev/null +++ b/fil_Latn/data-00024-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a874ebd25c7b62ccb525e1574276532f5caa148207616ff77ca436a0ea6aee +size 1197021576 diff --git a/fil_Latn/data-00025-of-00030.arrow b/fil_Latn/data-00025-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6e0ba45120f76975a8ae7931d80a9a862069e873 --- /dev/null +++ b/fil_Latn/data-00025-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a15e441755928361470b703b735bc364449e950c0bcadf7264a13393b99194 +size 259189960 diff --git a/fil_Latn/data-00026-of-00030.arrow b/fil_Latn/data-00026-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ff152ff58b9b5b4455fad3bdf31e34a55ae14530 --- /dev/null +++ b/fil_Latn/data-00026-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93796127a955b66a4857a3429d9d927bbd052b8f9edcb824e8efbe02bec3472 +size 259186608 diff --git a/fil_Latn/data-00027-of-00030.arrow b/fil_Latn/data-00027-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8d4019fc2a90485b3e73f582751c0a85ac95fe95 --- /dev/null +++ b/fil_Latn/data-00027-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466518571456cf038b19a1723a6e75458bd083975f867395277dc46a5ca83fd3 +size 259285344 diff --git a/fil_Latn/data-00028-of-00030.arrow b/fil_Latn/data-00028-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a633f2325b9cf735e2ce469c7d87ff139c02371a --- /dev/null +++ b/fil_Latn/data-00028-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3e695e8cf473b0d9e5485dec4b713fabf4818fbccf6550d0c83b7d273bb49b +size 259851928 diff --git a/fil_Latn/data-00029-of-00030.arrow b/fil_Latn/data-00029-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a358bad3243a1cc9fa8237644ad36dcecbc22df2 --- /dev/null +++ b/fil_Latn/data-00029-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec67e1c0489250c02c2d951cad550b8e76f85faa0a2d1d6422301db8ca10136 +size 258811992 diff --git a/fil_Latn/dataset_info.json b/fil_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3746b2d9174bcda65b08caac1fabedce38a2c415 --- /dev/null +++ b/fil_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7279c5f7c529e46c0f77179146c03cd3a6c20afe0b85e572eb1b7f91df900a7 +size 2710 diff --git a/fil_Latn/state.json b/fil_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d36d105e28ad52c02e3fe1f92377e312ff39c422 --- /dev/null +++ b/fil_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2785221391c24b2e78d2108b7a71b74d05cc08d1278545423067fc2a1f67a353 +size 1958 diff --git a/fin_Latn/.gitattributes b/fin_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fin_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fin_Latn/data-00000-of-00003.arrow b/fin_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dd87cca54f859a362a7ebc6ba333391b1a2df60e --- /dev/null +++ b/fin_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9268d5fdc04c747682e5000ce4e1dd7803cc752652852dd5b89e9fd32b223364 +size 590472160 diff --git a/fin_Latn/data-00001-of-00003.arrow b/fin_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0bdc16b66e17962b717b2de1c7f785d505e2e1eb --- /dev/null +++ b/fin_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d829eb48b21dda56b04a7ae00ff49d3f385c9636b8a8456b5fcf192ddbb6824c +size 388767240 diff --git a/fin_Latn/data-00002-of-00003.arrow b/fin_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1cfe86a9b5c361f2cc80ec56aba084a3d525aa9e --- /dev/null +++ b/fin_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d5b48dbe41c0c894898e7d28eb358a432d8b1bfcf08213a255e788aa507f48 +size 338031776 diff --git a/fin_Latn/dataset_info.json b/fin_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d6de88daa61ecb8512a0f5665767ee8024825507 --- /dev/null +++ b/fin_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bbd0efd9c2575a12699189ca4c4f31e005f4217a41202bc5be254958a45a2d +size 1203 diff --git a/fin_Latn/state.json b/fin_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b210a7622a32302fdf15682a645a9618a9443310 --- /dev/null +++ b/fin_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0912b0ae93adbd65581cd438d708f21417652faab08fc12abe45c84521fb9e +size 365 diff --git a/fip_Latn/.gitattributes b/fip_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fip_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fip_Latn/data-00000-of-00001.arrow b/fip_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e989afdfa658bf82ec990154c8e2834bfa1a3ae3 --- /dev/null +++ b/fip_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd3ef4d1fddc7564ca1a15a6dde87a6be105e3b9668b684d2de39c22a531c6f +size 6655648 diff --git a/fip_Latn/dataset_info.json b/fip_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8696fa6a1e2c18face5a7b7185fe0bba82f351fa --- /dev/null +++ b/fip_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3eb97b515ded842c44b4c3d0d03dafd3af2e9bd21b3ecaa29afca7b9cecb923 +size 1105 diff --git a/fip_Latn/state.json b/fip_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..62c7475d19b32135180eddbb441cb00c0973aeb0 --- /dev/null +++ b/fip_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5908b5e09604ff4a28c416ed341d7ed8813db312d20111e375020da03c49fe6b +size 247 diff --git a/fiu_Cyrl/.gitattributes b/fiu_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fiu_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fiu_Cyrl/data-00000-of-00001.arrow b/fiu_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cbd612117611c9007046a5535aa8eb3d1edbb23a --- /dev/null +++ b/fiu_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2398a9d069daca1429c386c267867ff089a8531908442c6cf5d967116799ea +size 1728 diff --git a/fiu_Cyrl/dataset_info.json b/fiu_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..50019c5d137ceef388a983b79c7fac23c6d0c726 --- /dev/null +++ b/fiu_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165741ab225f99247fc2e7e751daca7df020eac01b1be7068fba7d2e1f8c3c19 +size 1082 diff --git a/fiu_Cyrl/state.json b/fiu_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cf6d1951c2a4c4be20cdf787f1bf5fa492afa31f --- /dev/null +++ b/fiu_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb0f2dd7100afd446f4d91da7d1e652beef52f1f5757cbe267cb16c8a09b495 +size 250 diff --git a/fiu_Latn/.gitattributes b/fiu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fiu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fiu_Latn/data-00000-of-00001.arrow b/fiu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..434b70698db09b237bd23e6fc53535ec45c6ba98 --- /dev/null +++ b/fiu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b5a4c86c404d79f6615966eef203ce0784172aacd4ff5ea85349f9dae28812 +size 4197736 diff --git a/fiu_Latn/dataset_info.json b/fiu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c76dedca5a7f1a06a85e05a2e03cee06dab7567f --- /dev/null +++ b/fiu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a10cbb58c0e18625da9b17d6196c3fba2b98df912ead169aa148f7da6725961 +size 1105 diff --git a/fiu_Latn/state.json b/fiu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ea7e0d13ed7c4fea45a3dd9da61d7a6b96e74b13 --- /dev/null +++ b/fiu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d27f1bffb54f43617e3897489c63bca74ab7d0f82935123d00b6c5bf461411 +size 247 diff --git a/fli_Latn/.gitattributes b/fli_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fli_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fli_Latn/data-00000-of-00001.arrow b/fli_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a9d55d224343bdf42a5d0f9929c77c4b87b2277c --- /dev/null +++ b/fli_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8119f7b47c2ff8612ad6d4495776d6c81917808f1d389f37f1b6700f55597f71 +size 8552 diff --git a/fli_Latn/dataset_info.json b/fli_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..92d0b65989148793183de1d0cf8b3f5e251c2578 --- /dev/null +++ b/fli_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700c569e995536b7c2773e30a661debcb09fc71b57e743dfa7eed85213833a95 +size 1088 diff --git a/fli_Latn/state.json b/fli_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f3b0a668adb341e2a3cad1ddf2ce5dc2eed163fa --- /dev/null +++ b/fli_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519b89684911e7bfd3f3ddb837aa8f41ad8fe9832da68c2f620a975adc398b26 +size 247 diff --git a/fon_Latn/.gitattributes b/fon_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fon_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fon_Latn/data-00000-of-00001.arrow b/fon_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d713ad3a46cfcd5f2835d10c6650fa1d68c91de5 --- /dev/null +++ b/fon_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533794a84256c05e2c732de694e6801cc770f40b726317137d8823baf76c5b97 +size 15462952 diff --git a/fon_Latn/dataset_info.json b/fon_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..af2dec38a27cdcc2a8ac393a36cbc16c041275f7 --- /dev/null +++ b/fon_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59996aac8249ce5c478ec071620053d69263b1539d2412b742588e3db4ca002 +size 1111 diff --git a/fon_Latn/state.json b/fon_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..55e64cdf95716fe0931a6e494d31d45571b47cb1 --- /dev/null +++ b/fon_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6031a34aa5fe68a4884043fe353bd9351132744904f06389a71bf8b52261932 +size 247 diff --git a/fra_Latn/.gitattributes b/fra_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fra_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fra_Latn/data-00000-of-00015.arrow b/fra_Latn/data-00000-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..048d3933c14253a180d3f7f76699f56f3af6ba03 --- /dev/null +++ b/fra_Latn/data-00000-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bbc3f335a08ecb2d8924f433070af6c767cbff348d0047a2ed28304e55b48d +size 455609496 diff --git a/fra_Latn/data-00001-of-00015.arrow b/fra_Latn/data-00001-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6fcf90a687074832afa4bce459eb1566e89dd058 --- /dev/null +++ b/fra_Latn/data-00001-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc103595c0212fa0de2bdddbf3f69eade92970e263b907e1b345302bd31a1745 +size 386884160 diff --git a/fra_Latn/data-00002-of-00015.arrow b/fra_Latn/data-00002-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2f5e45079df9cf3265cb11c53b0a5f2daa2a59ce --- /dev/null +++ b/fra_Latn/data-00002-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaabeba4908f7e65301cda6d688412e5ae5f74da45068c53e6dc8807e389234c +size 422635480 diff --git a/fra_Latn/data-00003-of-00015.arrow b/fra_Latn/data-00003-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9e239c30a7d8332d87cce6ff59ef13ae203b7ee2 --- /dev/null +++ b/fra_Latn/data-00003-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2170d2e92d26d99292b84ba5ad06dd5774b43559b5bf2d8f55ea2f7f363e595 +size 457093312 diff --git a/fra_Latn/data-00004-of-00015.arrow b/fra_Latn/data-00004-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ab724479a9bec360345f79abab0d95fb2035d5ab --- /dev/null +++ b/fra_Latn/data-00004-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d692281b784a7f1ba1826f4e0a4fcb96fe5b727774eb480698110290a35c86 +size 437620152 diff --git a/fra_Latn/data-00005-of-00015.arrow b/fra_Latn/data-00005-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..72536c98845696fc94085cdc85bf5bca9d1fc51e --- /dev/null +++ b/fra_Latn/data-00005-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06ae7b8d505e50106ba9447923b46c94e61c0bc6a266d24f161f46fe4a0b1ac +size 418828688 diff --git a/fra_Latn/data-00006-of-00015.arrow b/fra_Latn/data-00006-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fea56b71ab88712bc17ddd27b36589bc223455c1 --- /dev/null +++ b/fra_Latn/data-00006-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a873f1b4db859c47a41507022e0e3ed6e19184e12b7361d109a8887b9ea9121d +size 1190224672 diff --git a/fra_Latn/data-00007-of-00015.arrow b/fra_Latn/data-00007-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8d513f51e4af9ad1571441086315934677d7e35f --- /dev/null +++ b/fra_Latn/data-00007-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa57bf3d8e88bf57e39c48752437bd54e1a8eaa176c6a96acf68d161a83199b +size 472146224 diff --git a/fra_Latn/data-00008-of-00015.arrow b/fra_Latn/data-00008-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5a23442880e35234e1c624b7db4037c66b56ecc9 --- /dev/null +++ b/fra_Latn/data-00008-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf60496ff02386a76533236c9decb487cd6ad24a613eb1c87f7bf6531d27a6f8 +size 378458504 diff --git a/fra_Latn/data-00009-of-00015.arrow b/fra_Latn/data-00009-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0661658a1f9de5ecfd8f3d48d5f82c8c7de2f812 --- /dev/null +++ b/fra_Latn/data-00009-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f254e9fa41746236fcaf1c3f9e466c70bf6b0048767ded1917d828d9db6e395 +size 579521112 diff --git a/fra_Latn/data-00010-of-00015.arrow b/fra_Latn/data-00010-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cfaaac791f31bcbdfec8d2f4906c1b42503f342b --- /dev/null +++ b/fra_Latn/data-00010-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938305060a9bece2ce6b9b43bf7954444edc4d76ae0d9c35dc11fdda54a2bda5 +size 558975552 diff --git a/fra_Latn/data-00011-of-00015.arrow b/fra_Latn/data-00011-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..761ddf7f16a52a6a7c4a2a2f2ce90c41c7889e38 --- /dev/null +++ b/fra_Latn/data-00011-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c020edd5b71b03dc2b9781dded34bbe3c15b3eedcf68b832cd55b5658cd3d42 +size 393978744 diff --git a/fra_Latn/data-00012-of-00015.arrow b/fra_Latn/data-00012-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7be8002e4ccebdda8c9131401c587f5eb36afbf4 --- /dev/null +++ b/fra_Latn/data-00012-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58b78f3eff6d00ebc1461f83fb90073b6086a3913d38f3e1a70ef65e7bcc293 +size 408090776 diff --git a/fra_Latn/data-00013-of-00015.arrow b/fra_Latn/data-00013-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5747348640bbb791afd07165380af23366fcc0b1 --- /dev/null +++ b/fra_Latn/data-00013-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4c488c90219dab9c31f073b702a2629ac6c14382463cec5ca7db254c5d1878 +size 353690352 diff --git a/fra_Latn/data-00014-of-00015.arrow b/fra_Latn/data-00014-of-00015.arrow new file mode 100644 index 0000000000000000000000000000000000000000..726978876b9c108f1ee361f70c96e9e5758e5c9c --- /dev/null +++ b/fra_Latn/data-00014-of-00015.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3ea628c3b73f3a55edf4dd96d49fbd1136fdd8a248555fa92cb768adf5454f +size 351418864 diff --git a/fra_Latn/dataset_info.json b/fra_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..53bc9b19632e751d8e8fdd2662c7837d78d9066c --- /dev/null +++ b/fra_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa3654a644aa5f7254771ea3cef0acf1e198675509e4b34aa21e666f8c470d9 +size 1426 diff --git a/fra_Latn/state.json b/fra_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8053557115b844dc83ee9a283026eb189fee0edb --- /dev/null +++ b/fra_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0788897ace992bdfb98b5372141bc659a4f7cf681e502012472152431567b4df +size 1073 diff --git a/frp_Latn/.gitattributes b/frp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/frp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/frp_Latn/data-00000-of-00001.arrow b/frp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..22c942f49708de9c8694e833110b47c1baabb671 --- /dev/null +++ b/frp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787c3305a8d5fe0ba2ffae968f9cdc9479275ce0066b28dd3cdf30afcf79e861 +size 4394968 diff --git a/frp_Latn/dataset_info.json b/frp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7abc13113da75e4db7f3806473aad04211b2d8f8 --- /dev/null +++ b/frp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c72799ade5be49d8eec83adf205832c6bef23f1a4eb2b064acef744e44010a +size 1106 diff --git a/frp_Latn/state.json b/frp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..78350f5a0bcd543d2d3becbc52f40f2fb4595903 --- /dev/null +++ b/frp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad2054cdefa992bab0fbe3b7b1e70ab5e7ed5b8c1d9bf8f6a43b0f211046739 +size 247 diff --git a/frr_Latn/.gitattributes b/frr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/frr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/frr_Latn/data-00000-of-00001.arrow b/frr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..00f75e1c3ffdf1be99f2a1aeaca1c97b9f62e1b9 --- /dev/null +++ b/frr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de25b184cb938a694536cca233035e90aa0c0ccad11a6d7fef768b07dcb38b6 +size 16838104 diff --git a/frr_Latn/dataset_info.json b/frr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..76bc9142fbe4ed5d84930bd45d9fcc30221f7710 --- /dev/null +++ b/frr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf574b1a4c485030dee760de54c70354dc426d74bcbbb52ef6bc3021f22dfbcd +size 1111 diff --git a/frr_Latn/state.json b/frr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e7d58d4dd4d364cbe2a9aa8cba23c4d785b07552 --- /dev/null +++ b/frr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74e623b7e8e6f7f715e98b6c94fcbf15dcf9d96105c7c35058e7d7a4f25dd9a +size 247 diff --git a/fry_Latn/.gitattributes b/fry_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fry_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fry_Latn/data-00000-of-00003.arrow b/fry_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..84952035a737ffe563e613a7b1d54c8d8e555c29 --- /dev/null +++ b/fry_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f80a614fc2f6fe008860da858801d291c2054e013ec725a62f8b7e869cd8336 +size 434857512 diff --git a/fry_Latn/data-00001-of-00003.arrow b/fry_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bd3c59a123fa40055b3acf4f4cd4ed740dce2fe0 --- /dev/null +++ b/fry_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73959e6d0858174557d40fb04776e001d2b0232e3724265f57de0d7f6bccea5 +size 432105952 diff --git a/fry_Latn/data-00002-of-00003.arrow b/fry_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4d715cf1eb00b1c90a56d455eee2a9df1238270a --- /dev/null +++ b/fry_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74495a03913d59f5c8548776dfaa410b4ab6b5329e329497f34e452ff6b7b255 +size 632508504 diff --git a/fry_Latn/dataset_info.json b/fry_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1381865417fb32e3c95c9bcc65c9196b361e8a16 --- /dev/null +++ b/fry_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da67ac7251cc87c89d18d3f3d7704a908c160b7fae61615eb9f15a6bb62be5bb +size 1267 diff --git a/fry_Latn/state.json b/fry_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..666c5de1dbf69da19da9b5accf2bf75d353255c3 --- /dev/null +++ b/fry_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8234971771d8fa28222e838f0cd5135795f2c77dad45b813398995afb6fc8b +size 365 diff --git a/fub_Latn/.gitattributes b/fub_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fub_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fub_Latn/data-00000-of-00001.arrow b/fub_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..983e0255b73dc5579d28ca699bebbb0c4c39a30b --- /dev/null +++ b/fub_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18449bbcc0cf41898c5df598e06f59648114a5a7c12f4d280ad32b34dab3b10b +size 4320 diff --git a/fub_Latn/dataset_info.json b/fub_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c0e61e95e383962143494fbbd9ee74901a870879 --- /dev/null +++ b/fub_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7140d09407d85a7e1089bf06529757527e6dd8253bd433d4078c59b34c462549 +size 1092 diff --git a/fub_Latn/state.json b/fub_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..10e64938a3af9f9f1146d66596dc9f5b008a09d1 --- /dev/null +++ b/fub_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c155d917654a2d09105a55509e190ff72c9903e4f412db8aa536a6747020c94f +size 247 diff --git a/fuh_Latn/.gitattributes b/fuh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fuh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fuh_Latn/data-00000-of-00001.arrow b/fuh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b10d93c98ce549afaccc88a4ecde349654d9b8e6 --- /dev/null +++ b/fuh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edd963b3713f45113da7c9e9ed787aa3e1f47319e3aaa402fabca9692ba61a5 +size 6440 diff --git a/fuh_Latn/dataset_info.json b/fuh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..655c2a2419c4e4fe4fb403d7eb1c26b5272c768c --- /dev/null +++ b/fuh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aa1e493dac732e73521538c74ec0370b2d431ce4103c12e03f75337ab51039 +size 1088 diff --git a/fuh_Latn/state.json b/fuh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4634ab8caddf4096944d13fc89f43bb85e66a9c9 --- /dev/null +++ b/fuh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c2c82fdbbb774c769d20a8f4d1f90ed24903bf49df0092e21e9d91339e63f1 +size 247 diff --git a/ful_Latn/.gitattributes b/ful_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ful_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ful_Latn/data-00000-of-00001.arrow b/ful_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aa5b67aa13f03fd6a41a7142d8748387f464ce0d --- /dev/null +++ b/ful_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8814c5de5c90acdd1a64165cb08b54b6f859fa5ef7d3dffecf2f7475366500f9 +size 12443280 diff --git a/ful_Latn/dataset_info.json b/ful_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d08cb90ec21af9e8df272a5402a74efaf12073b5 --- /dev/null +++ b/ful_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1a91a6c0ba9b0fa6144a4c7d10d80b90f9f040d28187632f5c24868f5e2623 +size 1112 diff --git a/ful_Latn/state.json b/ful_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..96c86cb0314e4bfa7cfd5b6e1f21b61edf03e73d --- /dev/null +++ b/ful_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9752b68b4cfc7babd4774b7649cc985896a47b1040f7fac52a717a82578151 +size 247 diff --git a/fur_Latn/.gitattributes b/fur_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/fur_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/fur_Latn/data-00000-of-00001.arrow b/fur_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..842173382adf89b581d16db4f77955c67228084a --- /dev/null +++ b/fur_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fb783df3b2abf036006a5310b45a00e9e26fff5266e27047963f627f366054 +size 8498120 diff --git a/fur_Latn/dataset_info.json b/fur_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bc10bc96947ffedfdc7d0a26480889b1319ee7e5 --- /dev/null +++ b/fur_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6948192cfcad834b4fd15b532a119df0b65c0e8f0fd67ec4f8a7c3c627022178 +size 1109 diff --git a/fur_Latn/state.json b/fur_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4c2ba5353043660c0d49e05843750abf477e01d2 --- /dev/null +++ b/fur_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee91ea52857155211a6dababb9de6441f89ad6ccab9db1dae6ede8ff91eb271b +size 247 diff --git a/gag_Cyrl/.gitattributes b/gag_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gag_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gag_Cyrl/data-00000-of-00001.arrow b/gag_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..11b71d0c8d0fc47445d637022db783af3a885d0a --- /dev/null +++ b/gag_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c419991a382268d9940a567d98db131840b4956d325404eb5933e3251ff9b72c +size 20704 diff --git a/gag_Cyrl/dataset_info.json b/gag_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..47465dc60b4cf59ad4eb77b97104470c184c40a8 --- /dev/null +++ b/gag_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3837d746a3c08fb70cfd52bbbeca63fc3c4519541354977cae295296e90fad +size 1092 diff --git a/gag_Cyrl/state.json b/gag_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..db309e872960d5746f331e4df17f621666b5ff71 --- /dev/null +++ b/gag_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abfcf366e1ba6a741fdee1d1d089992b4193234c36c2413cc6044209c694bd2 +size 247 diff --git a/gag_Latn/.gitattributes b/gag_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gag_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gag_Latn/data-00000-of-00001.arrow b/gag_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c6991fa8d0371d1b4480901f9b998ac41e9ca9a --- /dev/null +++ b/gag_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c155592efb8426c36c3872126ed0c4a8b64501977180a61f579dceda634e47b8 +size 7592856 diff --git a/gag_Latn/dataset_info.json b/gag_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f55f10042437a96381f315feb0a23fd77e653659 --- /dev/null +++ b/gag_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50d4038485464a61af5c5b97fcf6fd25d4c218956b23848d7ab50f0fc8299b4 +size 1106 diff --git a/gag_Latn/state.json b/gag_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..014c1e696b349a4bf15e0f5d8aa07f8f96bcb969 --- /dev/null +++ b/gag_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61866b09363c975fe62061d63cd68485c8880987cb64f0af358e9359ec583c45 +size 247 diff --git a/gal_Latn/.gitattributes b/gal_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gal_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gal_Latn/data-00000-of-00001.arrow b/gal_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e3832de868b5a6c77caecaac168ae06effcfabf8 --- /dev/null +++ b/gal_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7e7909bab48642a9a74e8f3b8997f56a4fabec9fa3c35a13f058604b11e5ea +size 5024 diff --git a/gal_Latn/dataset_info.json b/gal_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..811b3bfa42e2a5320dfd656d93ea2db54692326b --- /dev/null +++ b/gal_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b27ef20d138ab66f05bddf02da54ff52012b5fabff2799a59790d525693684b +size 1089 diff --git a/gal_Latn/state.json b/gal_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..330fdc4ca61e576a939ae9f774dec128b3117819 --- /dev/null +++ b/gal_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0970352fee6c6c03503567b0c4ad9a87246424d62efe4b68d190bc1fc675fa20 +size 247 diff --git a/gan_Hani/.gitattributes b/gan_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gan_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gan_Hani/data-00000-of-00001.arrow b/gan_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f021e12e66e0ca6169ae68c6136e38fd7a9f226e --- /dev/null +++ b/gan_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8f3256e625b22b15ac752c69e7eb8030bc94d3fbed4ea125d2a67a8d873ca4 +size 1129240 diff --git a/gan_Hani/dataset_info.json b/gan_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..40b02d3f762e2a5a03e15989472bec2aff5e3ff2 --- /dev/null +++ b/gan_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9bf6806e00aefb3e4bd84f3b63f15e52e44be76a2e3581d2d71f89894ad4be +size 1105 diff --git a/gan_Hani/state.json b/gan_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..57196cf3fcf5af03f199a0ce7c5a4367de3ffe57 --- /dev/null +++ b/gan_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676dffd13203849507f2ddc4beee157d4b524653e57d4a931208fda302c82785 +size 247 diff --git a/gan_Latn/.gitattributes b/gan_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gan_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gan_Latn/data-00000-of-00001.arrow b/gan_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..30a4c61a7431c6ba07d3212417fe57105b3e8ef6 --- /dev/null +++ b/gan_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee3da296746bf2bccfba404504bc1491eded25feda98cdc89498e6bf523b194 +size 98992 diff --git a/gan_Latn/dataset_info.json b/gan_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cbe5d6418f91abb30cde8b16661111fa58967ed1 --- /dev/null +++ b/gan_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad6448039f9e6f090810876239be89e84f1eb6a4483ccee303bb28ba2f64f12 +size 1099 diff --git a/gan_Latn/state.json b/gan_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..264fe5860ce9f638594c7fbe45e8d61cc44d7deb --- /dev/null +++ b/gan_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14342355f1b4d4576fa1f42b9496aacdbe3851d54b622e4c5d5735dbb7616a53 +size 247 diff --git a/gbj_Orya/.gitattributes b/gbj_Orya/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gbj_Orya/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gbj_Orya/data-00000-of-00001.arrow b/gbj_Orya/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e4d5dbd52c2c484a91db74b764ea1785d4e7962b --- /dev/null +++ b/gbj_Orya/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859fb3b3c35e2d4f29d92f3329af855b006f959161247b6c3b87970ad6485cf4 +size 9952 diff --git a/gbj_Orya/dataset_info.json b/gbj_Orya/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f301716df88350530ae838a2e3d32c9fb77420a8 --- /dev/null +++ b/gbj_Orya/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157bfbb76acf62a6cfd6a91b5e98ed291a01d9a57c1f54a1d3d1d4f3db2e9b34 +size 1088 diff --git a/gbj_Orya/state.json b/gbj_Orya/state.json new file mode 100644 index 0000000000000000000000000000000000000000..97fe46d5cb4abc6aefeda646bba1d1a1ced2976d --- /dev/null +++ b/gbj_Orya/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e3b42e2e0014942240145021af9f05b0c4b61ffb1851136a2d6ae29f6977ce +size 250 diff --git a/gbm_Deva/.gitattributes b/gbm_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gbm_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gbm_Deva/data-00000-of-00001.arrow b/gbm_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d8cedd5b52fe35f5f9467f08b340ed558b193c6b --- /dev/null +++ b/gbm_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7d8ca7f914dce40f72e138d485dbbd83a2d0f2ae94d23cc33be41a00f86867 +size 1090776 diff --git a/gbm_Deva/dataset_info.json b/gbm_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd84b579412ef50e3d6364fe081ad6aa38358c1b --- /dev/null +++ b/gbm_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c50b218b3e5187ab3ba559a230e23ae690f7b4597029ffe25ed68f3c4b74de +size 1104 diff --git a/gbm_Deva/state.json b/gbm_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6a5b667449f6181bbae5cbcd141cb7ff685d47f6 --- /dev/null +++ b/gbm_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1116d0c48e106e7a2383ca171bb62ad0bfb10792bd4707871228aee9264b8ad1 +size 247 diff --git a/gcr_Latn/.gitattributes b/gcr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gcr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gcr_Latn/data-00000-of-00001.arrow b/gcr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a372b3d36718efaa03f836512fa7d09d19eca205 --- /dev/null +++ b/gcr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f15b450ba432abd9eb99e18d7ae306dae41d3a21ff773d3b21605f77438a0c +size 2387008 diff --git a/gcr_Latn/dataset_info.json b/gcr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..87cc48b03eef1ac6eba95aa45d070131669f822f --- /dev/null +++ b/gcr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd6ff988136677b507b4a9f3e7013ea245ed220a1058096922ee6bc0746bdea +size 1105 diff --git a/gcr_Latn/state.json b/gcr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..41e95bea5f152fa7435fe3cb1a3bbe7d60eaf04e --- /dev/null +++ b/gcr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944705db30abb3d6bb0d2f06b7e745ab46b11dcf16728259e8f5ad9f127de86d +size 247 diff --git a/gla_Latn/.gitattributes b/gla_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gla_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gla_Latn/data-00000-of-00002.arrow b/gla_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d6f807039e83592929bc77fef3f50e888dd2f3cc --- /dev/null +++ b/gla_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1d5441eece895e8aecf9f86e4df0c50a820f72cff34e5f74cfb842c8db83dc +size 128785760 diff --git a/gla_Latn/data-00001-of-00002.arrow b/gla_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4d777ec30da813b804d7616ace291d8b43527868 --- /dev/null +++ b/gla_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb8550ea07698fb35e5e67676b0e2452d836f16739909a12ceb9588fc6e10e8 +size 773890928 diff --git a/gla_Latn/dataset_info.json b/gla_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dfb98a4f2820b4e40088f98646290b85262a0deb --- /dev/null +++ b/gla_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588cd27c103d368dbd6c39a6b3149ab6dc67256289d0e5c473b8c8a329c06cf7 +size 1220 diff --git a/gla_Latn/state.json b/gla_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f32d1102f83103dcfd4620cc7eb2c810c345b59f --- /dev/null +++ b/gla_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd03880efb093eed174d0a78e493887eddec24aaa8f0fd36d76514aaa4cf62ea +size 306 diff --git a/gld_Cyrl/.gitattributes b/gld_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gld_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gld_Cyrl/data-00000-of-00001.arrow b/gld_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e834cc0bb9fa1e748f1f5f3486ffcfdaabfce18c --- /dev/null +++ b/gld_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219baa0f784cb92a209f6a8a0cc187b629d28a3d5e54ffbb4400493b9fa0cead +size 137440 diff --git a/gld_Cyrl/dataset_info.json b/gld_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5b886fdaa91ac0185fb3c131b67042ea104c107e --- /dev/null +++ b/gld_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999d4db931dc5afaad1bc89ab3f85b3aa814ea0c6ab72b3e0f2f136be26df585 +size 1105 diff --git a/gld_Cyrl/state.json b/gld_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6a3829703789efc68444ef106937ea52f5fccf43 --- /dev/null +++ b/gld_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a978d8437e7dc78d409d76394a8de02dd8910912a0b5fbd8c392cf36ba3d7bb +size 247 diff --git a/gle_Latn/.gitattributes b/gle_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gle_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gle_Latn/data-00000-of-00009.arrow b/gle_Latn/data-00000-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41acf3c7bbff364c15c8c96b60167f53e4bbd19c --- /dev/null +++ b/gle_Latn/data-00000-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3679e66b422660ad0d6f8d33e1389df02300186e1464894981bc01d89d85c8f +size 1554184624 diff --git a/gle_Latn/data-00001-of-00009.arrow b/gle_Latn/data-00001-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..92ea69eed70b7b7e5ee61da12ed565c02cb1153f --- /dev/null +++ b/gle_Latn/data-00001-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f002d1f05e66270f013e9662477a9d6865f9ae24db79417698cf19a564cf78c7 +size 1703251240 diff --git a/gle_Latn/data-00002-of-00009.arrow b/gle_Latn/data-00002-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..af874442ba8bef55b436f2c87ffbfed77496f332 --- /dev/null +++ b/gle_Latn/data-00002-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00ba67735c11b78bfb54be5618baacc92e031214827d3383d86f69e403cbab7 +size 159051040 diff --git a/gle_Latn/data-00003-of-00009.arrow b/gle_Latn/data-00003-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f443eaf791471c756f2192d3b21ffe37f742c8d1 --- /dev/null +++ b/gle_Latn/data-00003-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c57defd2102f92105298b720da63ad1b08bedfb5178b56d2f7e723b9fcd618 +size 158712112 diff --git a/gle_Latn/data-00004-of-00009.arrow b/gle_Latn/data-00004-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7874fcc31da2fa762cc2b6162cfdbb86ac62918b --- /dev/null +++ b/gle_Latn/data-00004-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a077af39c8ba9ae015aabdd8e61d82c02a06332a896b339f8009a0c57e03165 +size 159068928 diff --git a/gle_Latn/data-00005-of-00009.arrow b/gle_Latn/data-00005-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..522b5ea558068b7883ed5cf46c0c856736c796bf --- /dev/null +++ b/gle_Latn/data-00005-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a79ab6b675dcc8ff794702037f5b2a090d8da5f660372640f63f9bfec43475 +size 233845760 diff --git a/gle_Latn/data-00006-of-00009.arrow b/gle_Latn/data-00006-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0b51620b8e0e4f838d633037f96527e84c61974a --- /dev/null +++ b/gle_Latn/data-00006-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1aa74abdc051972523879f22eecd6d4454917c18784841f7c6469ff6355b5b +size 129191016 diff --git a/gle_Latn/data-00007-of-00009.arrow b/gle_Latn/data-00007-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..93d19d18c015c958fe65737a2f46c0b783927597 --- /dev/null +++ b/gle_Latn/data-00007-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c4471e0dcd45df3758cd7c07e9abfd7210f09eb30e414dd8b784a499712f00 +size 127151136 diff --git a/gle_Latn/data-00008-of-00009.arrow b/gle_Latn/data-00008-of-00009.arrow new file mode 100644 index 0000000000000000000000000000000000000000..97ae6e85e15ec32ed179ca0ff6b2d2418357c5ba --- /dev/null +++ b/gle_Latn/data-00008-of-00009.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cfbfc63b4fca09d9356e28aa2ec62a8a7aa60c3ad1aeebe5c9552ece0077e2 +size 130203296 diff --git a/gle_Latn/dataset_info.json b/gle_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6bb733ec97f3b68b2bccf0263d6ca9458e6f2e6e --- /dev/null +++ b/gle_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a33752286978c9686497792f0593a3b6c093bdbd133e5671864d0455c8d6c4 +size 1394 diff --git a/gle_Latn/state.json b/gle_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e2d19a3d105399952f666ab251556bac59601851 --- /dev/null +++ b/gle_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac3565865fbea7323dfcbb5457236ded588946f8df99108e0743e77781d3fcf +size 719 diff --git a/glg_Latn/.gitattributes b/glg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/glg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/glg_Latn/data-00000-of-00027.arrow b/glg_Latn/data-00000-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..78f3b21885a8936a9307e3bf44279db3b51f2c84 --- /dev/null +++ b/glg_Latn/data-00000-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba979d3cef46f2fa04786fa32348280f1975d4a2ecf2be9cf44c74b9733c1a1 +size 1403510872 diff --git a/glg_Latn/data-00001-of-00027.arrow b/glg_Latn/data-00001-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2e0c3aa0451d275dbb842663c75a1dc2b999422c --- /dev/null +++ b/glg_Latn/data-00001-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa127641cbd1ea2e2478713839ace7e2d23d7d939cd9d8845313a54467030d6b +size 869402240 diff --git a/glg_Latn/data-00002-of-00027.arrow b/glg_Latn/data-00002-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c5e8d740abd1d2b1dea9a072111a3fb9523f0670 --- /dev/null +++ b/glg_Latn/data-00002-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a73c378a0c0e5469982fb94753de5fbd9bbd12db890a7accd616276aed5986 +size 1579948504 diff --git a/glg_Latn/data-00003-of-00027.arrow b/glg_Latn/data-00003-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..be77e383b50e0c39aea1fb5225d37f9b1e741a7c --- /dev/null +++ b/glg_Latn/data-00003-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f482a91deb3f705072c01224b53fd4789b5c8872871be6bb143cae05fb1990b3 +size 1157770840 diff --git a/glg_Latn/data-00004-of-00027.arrow b/glg_Latn/data-00004-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..54ac019823b6335ffd976fdbfc13a50390b65a84 --- /dev/null +++ b/glg_Latn/data-00004-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd294784d5280226cfbdf0e65ccf48a45837edc7190b024e478edaca571bee9 +size 1006292200 diff --git a/glg_Latn/data-00005-of-00027.arrow b/glg_Latn/data-00005-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a18e89790d492dbdc96c048f95a2dbf0210be28a --- /dev/null +++ b/glg_Latn/data-00005-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8a86277493c3719b4cdb2cd880f43a74c58ea288be2673d27e17ebb97c6736 +size 987737664 diff --git a/glg_Latn/data-00006-of-00027.arrow b/glg_Latn/data-00006-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0aa11a6b4ff20cfb1aa93f58fa391245a3942d9e --- /dev/null +++ b/glg_Latn/data-00006-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755458e34248213cb060673755acbd99d07aafaec62bf6d5d8c25962d1dfc2db +size 842012224 diff --git a/glg_Latn/data-00007-of-00027.arrow b/glg_Latn/data-00007-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4410b778d17074ab9260f9396c8b4d03fa3ed827 --- /dev/null +++ b/glg_Latn/data-00007-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5e241a817ae6354a0c5b9a6d0e86fb8d6d239c79d1902ddd80585562eca139 +size 159948512 diff --git a/glg_Latn/data-00008-of-00027.arrow b/glg_Latn/data-00008-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..67e6e0352724a06347a359dceb200d717dc59498 --- /dev/null +++ b/glg_Latn/data-00008-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e812ab945b5f5a25bd0475e4737a6ce5340358d4b4d34c01fc39bd655e6d01 +size 162758312 diff --git a/glg_Latn/data-00009-of-00027.arrow b/glg_Latn/data-00009-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1dde8389e629012d88a40671f28629337cf0ff7b --- /dev/null +++ b/glg_Latn/data-00009-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7bac2d1985c43545f54d6cd193b3adae1a5a1c39a3f16281d56dd15b52c112 +size 164223448 diff --git a/glg_Latn/data-00010-of-00027.arrow b/glg_Latn/data-00010-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e8d7d1880e0f8212298a69b6fd5705bfeb372e1d --- /dev/null +++ b/glg_Latn/data-00010-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb64fd8a8fa0170560351a3acc8ecaaeafcad8c66fa81ea7fc547debc57a9af +size 163225384 diff --git a/glg_Latn/data-00011-of-00027.arrow b/glg_Latn/data-00011-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7f0fe7c2364bc2885e113577b8f061491a750930 --- /dev/null +++ b/glg_Latn/data-00011-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4094cf50fdc13bfd168f44224823f466887341dfca10c92220119841f78a9c10 +size 163391464 diff --git a/glg_Latn/data-00012-of-00027.arrow b/glg_Latn/data-00012-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..37ba911ce0cb96148cd59688eb7c9185ef7e7ab0 --- /dev/null +++ b/glg_Latn/data-00012-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2992fbd69a76c9ce4bb317ee50d2af694de965a7fd6aa5d89ef0b7f1b95cb62b +size 164042208 diff --git a/glg_Latn/data-00013-of-00027.arrow b/glg_Latn/data-00013-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee491cdcac40212743827f01c5dce8896b76ed9a --- /dev/null +++ b/glg_Latn/data-00013-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58eda3fa2e32145f595a65347ac1ce3619c8f7e5badcf24020570214244ce5cf +size 163152328 diff --git a/glg_Latn/data-00014-of-00027.arrow b/glg_Latn/data-00014-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..764ba56766cce40fcfde87dac203ef2890ce1f1b --- /dev/null +++ b/glg_Latn/data-00014-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c50b4f368ae89e785017c8ef9b9bbc894a65ec5f21e1cadefc3233de160e91 +size 163247528 diff --git a/glg_Latn/data-00015-of-00027.arrow b/glg_Latn/data-00015-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8960f181e5558bd43bea2e489c7da97cabcf3d20 --- /dev/null +++ b/glg_Latn/data-00015-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fce572cac7bace4236127617e783c8cdcecb99e29c8d94d59d5bac9b750505a +size 163623496 diff --git a/glg_Latn/data-00016-of-00027.arrow b/glg_Latn/data-00016-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9486b0aa0127cc3ba1217725543f40b83dcc1d22 --- /dev/null +++ b/glg_Latn/data-00016-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c896ecc7bb55df3e057fee54fc221d2d6cd283c64327fe01fbe82dcbad0696 +size 163588224 diff --git a/glg_Latn/data-00017-of-00027.arrow b/glg_Latn/data-00017-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7efe2e349f96d18f8843926ee541747066042217 --- /dev/null +++ b/glg_Latn/data-00017-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546888bbf20a6675862bff7c0e13a8345547528a7978a2cc28aa4f8aeb63ab10 +size 164475056 diff --git a/glg_Latn/data-00018-of-00027.arrow b/glg_Latn/data-00018-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e5fea47ecb0f74ea56f0c76db8add2e25080d564 --- /dev/null +++ b/glg_Latn/data-00018-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a4115e41f144f062ffcc86c9d80a897a15125660465a059d6083a07c9ce3aa +size 163672032 diff --git a/glg_Latn/data-00019-of-00027.arrow b/glg_Latn/data-00019-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bae3ec96816d469441ea1277fc86d3d3e8334b14 --- /dev/null +++ b/glg_Latn/data-00019-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62cf2f5569afde87e39913c82d82cb6baa61ee9bbdcf9a0088543d5df9b7926 +size 163676656 diff --git a/glg_Latn/data-00020-of-00027.arrow b/glg_Latn/data-00020-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..48b2f678e68fc79fbe1bf8053b92dcfbcf57ae92 --- /dev/null +++ b/glg_Latn/data-00020-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afa3b44438414ecc1026b9495ee57067ec3fc8a48f5456285c6e077609a65cb +size 164065144 diff --git a/glg_Latn/data-00021-of-00027.arrow b/glg_Latn/data-00021-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..255a8ad0328b1340a3bcf9c9ee9e1df1a5659882 --- /dev/null +++ b/glg_Latn/data-00021-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11042d02a7400bbad11e5df8fac9a2542ec6471f5069716f9017f43f79ea1eee +size 644810000 diff --git a/glg_Latn/data-00022-of-00027.arrow b/glg_Latn/data-00022-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4e48c36c533d495361c85bda99a289c66d916c50 --- /dev/null +++ b/glg_Latn/data-00022-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d8ce8ab4fa422b9b3f7c747579e7cd5f068863c181d1d3f566f7855cfebf2a +size 1015199568 diff --git a/glg_Latn/data-00023-of-00027.arrow b/glg_Latn/data-00023-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..00198be6f3ef57b5e1574be8aa64f215c296ac50 --- /dev/null +++ b/glg_Latn/data-00023-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278112e528c48376682b075209dad948766ac924a172ed2acfab4ff286e89c5b +size 991826528 diff --git a/glg_Latn/data-00024-of-00027.arrow b/glg_Latn/data-00024-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..48bf10a9c645dd7ffbed48e471121953dd2df216 --- /dev/null +++ b/glg_Latn/data-00024-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93537a97b2b9de69ff6a16b9bae152516f0bf05eb6e6a5d08f0725fa054e42ed +size 172256112 diff --git a/glg_Latn/data-00025-of-00027.arrow b/glg_Latn/data-00025-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bc92a474507fe06bc0da2c9d2388db2ce43b7d85 --- /dev/null +++ b/glg_Latn/data-00025-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a166acb2072aa6bfa08111225b3643688142f923d5cb94877f4d695afb6be14 +size 172064904 diff --git a/glg_Latn/data-00026-of-00027.arrow b/glg_Latn/data-00026-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c8ad706d4ccd4006c3543d606fcd7dfe32eba15e --- /dev/null +++ b/glg_Latn/data-00026-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c552b66bc89f2750383245f73194328e403c6304c686d191e514d5cb5ba5f0 +size 217964528 diff --git a/glg_Latn/dataset_info.json b/glg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..46bf682832d24f2e7590b742330e72b82e29a1e4 --- /dev/null +++ b/glg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95954ea313ac2f23f4da7539998dba37fe543dc4a1430a7c99d04756f2cd2987 +size 2079 diff --git a/glg_Latn/state.json b/glg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..23d41a711d93821b17703b393590fdbc4efdb6d1 --- /dev/null +++ b/glg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec63e3c91fc2ac61197f47386004367e7bbf57fa1e765327558612a63e8b4385 +size 1781 diff --git a/glk_Arab/.gitattributes b/glk_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/glk_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/glk_Arab/data-00000-of-00001.arrow b/glk_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3b837e15f71e4b1908b173a8c62dac262df9707c --- /dev/null +++ b/glk_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278837bfcf12e12808100cb0347f454ba88bb2a8b4a0362f27d154d64a117077 +size 187783736 diff --git a/glk_Arab/dataset_info.json b/glk_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..39239a7aa43a16728ffc0d75bf4c55b69c49df7f --- /dev/null +++ b/glk_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f079e683b7bcd2cf3a6836be1a57fee65db9378e335eaf101fb49599c1c6423 +size 1118 diff --git a/glk_Arab/state.json b/glk_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8dacf19b11db892f67c7cc225b227bc2d43ebfb7 --- /dev/null +++ b/glk_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f58e94ebb72c8517900d1116175c87d22a07e2e13fb3d49182bbd3bd13c9f55 +size 247 diff --git a/glv_Latn/.gitattributes b/glv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/glv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/glv_Latn/data-00000-of-00001.arrow b/glv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e7abe5de115fffd7d8f5b2c2aa83f90805a15603 --- /dev/null +++ b/glv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c840f8ac74fc6b488cb7580946b53dc562851a96201b61236a18b36b0ab7714 +size 17590224 diff --git a/glv_Latn/dataset_info.json b/glv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5e6a8fbb4ecebc27a855d8a9c070ca5a23b18273 --- /dev/null +++ b/glv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce158dc31f8c39531667d26feff95f7d9f6380233d6a7905357edf5cba0b084a +size 1111 diff --git a/glv_Latn/state.json b/glv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..407f94881b30b1ba84a51f5f87a59bcf259b9c1f --- /dev/null +++ b/glv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb39d9da58e3b7d6cf85f21385339189387fa3ad30bb7e83906c60ce04289ce +size 247 diff --git a/gof_Latn/.gitattributes b/gof_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gof_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gof_Latn/data-00000-of-00001.arrow b/gof_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2f6c2d56b9e18cb354d7d98ac47c46f057d12461 --- /dev/null +++ b/gof_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a618bf3b6f2fb68f36c43c8eae6d7f3384cf38a4512b080546e6966eb7117c34 +size 513256 diff --git a/gof_Latn/dataset_info.json b/gof_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1a662672aa81c9f2783f2d0157398cacf65d4285 --- /dev/null +++ b/gof_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f683e068599022c7099274f2b1c6a6158957b82b8e1eafeb9f286103820f8a +size 1099 diff --git a/gof_Latn/state.json b/gof_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d5d3f06ac806865fdb3507a1b38da3816ab07ff8 --- /dev/null +++ b/gof_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129e9ad37b91f7b6a66c53a7fdd73adc9e395ef8805270e9cad5b3959d67393a +size 247 diff --git a/gom_Deva/.gitattributes b/gom_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gom_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gom_Deva/data-00000-of-00001.arrow b/gom_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..145a2e8ca3808a09133d8ba5cb09ce787e920e86 --- /dev/null +++ b/gom_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ea1fd4c043a80f843857f4cebd4006709c223fc13783e47eeaa418455ab9bb +size 24590416 diff --git a/gom_Deva/dataset_info.json b/gom_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7d4b2f57c657356cc1a9e84abff314bcceb98f08 --- /dev/null +++ b/gom_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6daf2065b45da867c4501c7d12b48825b7af364e9c2ffb1c1c88dd6bebefd5e4 +size 1112 diff --git a/gom_Deva/state.json b/gom_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f3df6d9ef5d38805f863a00bcdcc12ad4347a937 --- /dev/null +++ b/gom_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998490fa808a4170043036d3350092f0acd5b9d90c7950aa190a1d9d47dd45d8 +size 247 diff --git a/gom_Latn/.gitattributes b/gom_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gom_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gom_Latn/data-00000-of-00001.arrow b/gom_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fdfb6490cd54d77c84b053c0d9f808d1b1b67f43 --- /dev/null +++ b/gom_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d1d5dc1115163ce256de75954478364f55861b2eec8fdf4ff99e3b4878c143 +size 21531040 diff --git a/gom_Latn/dataset_info.json b/gom_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a28f4e89589c584513be788b4005d7038113e8df --- /dev/null +++ b/gom_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687ae5092223ca4ae0620b6e719cb0daa3e5f56f68a0f7897198ec8c6971bb58 +size 1111 diff --git a/gom_Latn/state.json b/gom_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1ec84209fda6fef214d1f552cbffabac3c6efcf1 --- /dev/null +++ b/gom_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5026f6444df0f1e5fde218d40167f7bd8a0d73ff674f63cbe0ecba932d0649bb +size 247 diff --git a/gor_Latn/.gitattributes b/gor_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gor_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gor_Latn/data-00000-of-00001.arrow b/gor_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c89d93d1847460415603522069b28ff5b1fd7c8a --- /dev/null +++ b/gor_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac0ec4c06cc7b681f7f2d77257d4f78697c82ab2dfb411298e13c16d33b720a +size 5966872 diff --git a/gor_Latn/dataset_info.json b/gor_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c167c62046924f2b98273958b04aa35d760cad11 --- /dev/null +++ b/gor_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8300c6f9aeea1d9916167c7fce67ec1fbfa5ae4df0f805dcf0992dfb054e53 +size 1111 diff --git a/gor_Latn/state.json b/gor_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..47e2076a0610be6dadf36028fadc43888da4b663 --- /dev/null +++ b/gor_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16353df4ba71ac70dd819a7901574d82ecae224baae5d4cc719b31599e545b80 +size 247 diff --git a/got_Goth/.gitattributes b/got_Goth/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/got_Goth/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/got_Goth/data-00000-of-00001.arrow b/got_Goth/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..63b3d7192ba185769f817e8e001edc072ddb7855 --- /dev/null +++ b/got_Goth/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef686fbe4c2fd0b79c9b48fc8d769c8e116acd17488c4d90199a6fad6b15a653 +size 1056112 diff --git a/got_Goth/dataset_info.json b/got_Goth/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..05e5c8c7e628bd8f9eeaaf2944571323b8d138a3 --- /dev/null +++ b/got_Goth/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff457e3a7f7f87cb5ddb3f431a9cb59a2a585249abc95d380cc878c30093ef5 +size 1104 diff --git a/got_Goth/state.json b/got_Goth/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a53e9596f45c39dc5b4a667c0c61d19371efad9e --- /dev/null +++ b/got_Goth/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b25bcd13fa33f1eaa53d3cdbb1e008c67d76658908a590002915eadab06e9f4 +size 247 diff --git a/got_Latn/.gitattributes b/got_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/got_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/got_Latn/data-00000-of-00001.arrow b/got_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6da68abcb1776e686b1f1a5968f49016b5fa6cf7 --- /dev/null +++ b/got_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2eeccc55487be18cf81de038c82b8504eeb9b846ba62c5f45f1a9398989f23 +size 269944 diff --git a/got_Latn/dataset_info.json b/got_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a2990eadd6edfc63490e6273c067883ef54f9345 --- /dev/null +++ b/got_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b475a48f7bd3f7e60066b6da790108900292569bf2938249e8ecbb3174b402d +size 1098 diff --git a/got_Latn/state.json b/got_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bdfaf8afee75047389bba074beb793c6a8a0bc71 --- /dev/null +++ b/got_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8778272fe980a1be67a5142b96033467eb04d8dfa367932bb7775be51b1294 +size 247 diff --git a/gou_Latn/.gitattributes b/gou_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gou_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gou_Latn/data-00000-of-00001.arrow b/gou_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..59abae677e90e71fac0cb52a14d2646750c75681 --- /dev/null +++ b/gou_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507e5dfb33c90f4fa91da0d9cb34aa98196691125994a39f0923b89f0d6649f8 +size 5352 diff --git a/gou_Latn/dataset_info.json b/gou_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3f70278be68a3092fb156e7820bee5cf67ca743b --- /dev/null +++ b/gou_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06af3ff97a5d2a91e5eed5070cfd001263c5a8e458d2642dac5ccfd5dc4473d6 +size 1087 diff --git a/gou_Latn/state.json b/gou_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e756c397906b58ae3627c196cf9025cb7681bc77 --- /dev/null +++ b/gou_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2480bf8fc3146eeee9e0ed32aed094ccc6611f9ffbeefc56883ed164661146 +size 250 diff --git a/gpe_Latn/.gitattributes b/gpe_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gpe_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gpe_Latn/data-00000-of-00001.arrow b/gpe_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..072cb49eb64f7af266f4a0d725d0017a0af2e004 --- /dev/null +++ b/gpe_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44d0fbe8e399d4f3db4f50efe02d5e29266f6522fb8dcb715a49a6b44353b99 +size 2014744 diff --git a/gpe_Latn/dataset_info.json b/gpe_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ec1546037c73a4930e82bdfa62ecdb280b723a61 --- /dev/null +++ b/gpe_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69feb503207e642b54d64f972f5f8579030d65639b978f5acd5ed7f6964ee459 +size 1105 diff --git a/gpe_Latn/state.json b/gpe_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fa7b8299819220b3d37d358a560cfabc21d34ce1 --- /dev/null +++ b/gpe_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d6e9160f8f9a59483e938a6724d3c5114142a6be5c5cd9d79e90d6cc2c550b +size 247 diff --git a/grc_Grek/.gitattributes b/grc_Grek/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/grc_Grek/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/grc_Grek/data-00000-of-00002.arrow b/grc_Grek/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..40dd9bab74f691a87fc061c21d7e7763b5f130e0 --- /dev/null +++ b/grc_Grek/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d589c18e87be908653cd7adbdb2f27a00a35065d57a5822e0dd6fbe081185cc5 +size 261287384 diff --git a/grc_Grek/data-00001-of-00002.arrow b/grc_Grek/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fc9e5773e069f0fae8a9f088c23e3a1c3b4136fc --- /dev/null +++ b/grc_Grek/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd461fd12628c400ff7fd8f28929cf067b8ef8c849a99005f8a8ef29b5f0d0c0 +size 499344432 diff --git a/grc_Grek/dataset_info.json b/grc_Grek/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..10d06c0320420f9e8a2025064e55dc138646b492 --- /dev/null +++ b/grc_Grek/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1aa229b5cb3b247e663f2591db58f255a7b8565af147106a37af7d3d01b6e61 +size 1180 diff --git a/grc_Grek/state.json b/grc_Grek/state.json new file mode 100644 index 0000000000000000000000000000000000000000..aef19c9c32040b0dd84870859be0b611b171404b --- /dev/null +++ b/grc_Grek/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead5130139acbbb898f6c821d1bd270c70f23ad811f17d6b3517a8eb7b97c0ab +size 306 diff --git a/grn_Latn/.gitattributes b/grn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/grn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/grn_Latn/data-00000-of-00001.arrow b/grn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a11e8e4ece5dfdb53955fc3ddacbfc53f1cba98a --- /dev/null +++ b/grn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1996a277bd613d014dc5b44e90e2a1835b022fa8d45061a4c21d26b7b878216 +size 42158744 diff --git a/grn_Latn/dataset_info.json b/grn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..17bf8a1983c4976cabd379e2ef33e6b60119154b --- /dev/null +++ b/grn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860d1cb6e3b713b3e663808967c11652a690c8e432a21c7868cd15e38691064b +size 1113 diff --git a/grn_Latn/state.json b/grn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..298eede57a8662cd7f3de61bec413384ac4b8f4f --- /dev/null +++ b/grn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9866ed91ae37ea265c92c2e7585a1eb229848013b6318ebd5dd79451d11eb5d +size 247 diff --git a/gsw_Latn/.gitattributes b/gsw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gsw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gsw_Latn/data-00000-of-00001.arrow b/gsw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bae951d8bc85c55f98b3d8b6db1c9e8f6a5d9fef --- /dev/null +++ b/gsw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806c3d16f59278ed6e62ebf7aedc1feb72f3c79318e5f628cfaa0dabc59d1dc7 +size 169458744 diff --git a/gsw_Latn/dataset_info.json b/gsw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8e9738cedaed730d18dbe8f8f04fa9f6cddfddbc --- /dev/null +++ b/gsw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd57c9833c0ea1cb58013949f7374a0d0ed77f6ba82f4408ff1fcc24ba662e0b +size 1117 diff --git a/gsw_Latn/state.json b/gsw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f31382511f26ff2fbd9e25105ac86480f0fd9aaa --- /dev/null +++ b/gsw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be5cdf0c7fd41f5d670e4940abb39f2c0db82d7674b4347a9e71ae0552b28f8 +size 247 diff --git a/gub_Latn/.gitattributes b/gub_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gub_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gub_Latn/data-00000-of-00001.arrow b/gub_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6a997626658d59a6571296e1fee04e2d9f31e9c9 --- /dev/null +++ b/gub_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da241bad5a6ccbaff700260972e652fe6aecfc68d71ca30e6857c1f62a7166f +size 1664192 diff --git a/gub_Latn/dataset_info.json b/gub_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b85541ec6f79c33f59262ab60a9d2ad76a0614d8 --- /dev/null +++ b/gub_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc3379f758ad685898bf66a8fecd34af5861863e43c671df0fbf2e4ffe7d6f5 +size 1104 diff --git a/gub_Latn/state.json b/gub_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..42781c9131f16038f1735af75b1e49794d424093 --- /dev/null +++ b/gub_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c407c1b2254d014e676ea86ad8177aef55c3acf32c7bafd81e1c9bf89ef806da +size 247 diff --git a/guc_Latn/.gitattributes b/guc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/guc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/guc_Latn/data-00000-of-00001.arrow b/guc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b42ac37df573bf9b50dace01eb844c485461419 --- /dev/null +++ b/guc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b82ac3830af04603e94494c15b6f8b58e1f17e632eddf84ee2db3701ad1537a +size 5032624 diff --git a/guc_Latn/dataset_info.json b/guc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..08593a0243e71062be9416ed637c743a3177f0f1 --- /dev/null +++ b/guc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3645d699d08cc89a1ed5a1b931d788fd18a1cd5c36aff2e0458ca264a17062 +size 1106 diff --git a/guc_Latn/state.json b/guc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dc9ff2c58e1059142fa315b62dcd0347bce84013 --- /dev/null +++ b/guc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63c1b6887e60b7fcf167f4ee9af0720547ef8d2f3ed581b0d5c4afc915f5b16 +size 247 diff --git a/gug_Latn/.gitattributes b/gug_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gug_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gug_Latn/data-00000-of-00001.arrow b/gug_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a674b1b9f63b7b390644185d4b5e77086d6cd96c --- /dev/null +++ b/gug_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b4dd649b64bec1c2922d46805bf7ecb38aae150679462aa0dc41893a52ac40 +size 1350672 diff --git a/gug_Latn/dataset_info.json b/gug_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dabbeb4e4bdc0f58f4b1308d902e5be59df6abbe --- /dev/null +++ b/gug_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de80d2e33691fc0f43bdf7913d6fc5e8a1258917493c53f90de1c626c4da632c +size 1105 diff --git a/gug_Latn/state.json b/gug_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dad733e605ede6d2b4e7cbb3dacf769504022d37 --- /dev/null +++ b/gug_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944e50a0b88838f28cdf0d1ef02c50488d2e921d980b1c6b76f1d01527509217 +size 247 diff --git a/guh_Latn/.gitattributes b/guh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/guh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/guh_Latn/data-00000-of-00001.arrow b/guh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..57daa17c475f2419a892cfa30d0637e5373d8aa1 --- /dev/null +++ b/guh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990ed63a0ba563345a4874f33764e189282f18570f77baf5b206e8286056c8fc +size 3134832 diff --git a/guh_Latn/dataset_info.json b/guh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..350f9308a14ef929a61d825b028a909705711c5b --- /dev/null +++ b/guh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d9da9eef88f6a42d618779ee6d4779a20527ce2ad696dea43185bc045ad05d +size 1104 diff --git a/guh_Latn/state.json b/guh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4e2a1382ebfe4b400d17935d616c0993ded6d88e --- /dev/null +++ b/guh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07671a720435d1fe5024ce6db7191f38ffcafa6a98a940135dd5f131a0b481ef +size 247 diff --git a/gui_Latn/.gitattributes b/gui_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gui_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gui_Latn/data-00000-of-00001.arrow b/gui_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..18835e0ba144d2d2a45d1ce2d9ffee5bf30b88d9 --- /dev/null +++ b/gui_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d247de5d77ba1b4e17ec9ad9985c3506d4784d9d19a4b547d0dd8f1ed92b6a0b +size 2134768 diff --git a/gui_Latn/dataset_info.json b/gui_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2ff464fdb953da4ceb63a7a9ecb866978322786a --- /dev/null +++ b/gui_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7ca6b06544ad78c54db76b1ab1cce8e934f127001eaf216f783d30c00481cb +size 1104 diff --git a/gui_Latn/state.json b/gui_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7f2a5ad11fd1822df95fa73a977155b060a83f23 --- /dev/null +++ b/gui_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ddddb04d8db9f9a911de69dacb65a743fd695c508be66c4274528238ca0701b +size 247 diff --git a/guj_Deva/.gitattributes b/guj_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/guj_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/guj_Deva/data-00000-of-00001.arrow b/guj_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3d21a370875db1be746b7a72a980d20e1c1a833b --- /dev/null +++ b/guj_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fa3a2f5e128641b162ffbf351ed3f8d97105df2dd582c9eb2d910a6fcfd172 +size 19100688 diff --git a/guj_Deva/dataset_info.json b/guj_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0ba78c8eca2e2b8596e6fcb925c5f9dd8183d088 --- /dev/null +++ b/guj_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c28af39d5924422d0a4d528b35d1b3a8cbcda0ea4946e848cdeaedfba46912 +size 1111 diff --git a/guj_Deva/state.json b/guj_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..82fe34a3cc6b28a8d320e416f416159c6d3ca705 --- /dev/null +++ b/guj_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3de364c6b9f62f443eb1e3ff17b4acba52306bf0696b3e195686f4e0ac9d551 +size 247 diff --git a/guj_Gujr/.gitattributes b/guj_Gujr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/guj_Gujr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/guj_Gujr/data-00000-of-00057.arrow b/guj_Gujr/data-00000-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..24bb63c8d92fbd2ca26e8c186fab707a1a610850 --- /dev/null +++ b/guj_Gujr/data-00000-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f6b677fbd56d402aeba1ca984bc0b53e24127e2d01856bb6d0ec7f8c0ef7c2 +size 243160448 diff --git a/guj_Gujr/data-00001-of-00057.arrow b/guj_Gujr/data-00001-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31e45dfc4a1c619fc7fa59b91fce54967b1bd6e9 --- /dev/null +++ b/guj_Gujr/data-00001-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78ddef3efd5bdef287fd78474bd42cf3a25452e7dbab4afe92ea085cca043dd +size 243660120 diff --git a/guj_Gujr/data-00002-of-00057.arrow b/guj_Gujr/data-00002-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4618f2bb2a4339e6761b8b7d373b85bf2d014ac8 --- /dev/null +++ b/guj_Gujr/data-00002-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ba3e8c6ae37937c0457994c194bfea5ea94c6a5e7f9e29df899ff171f1a04b +size 244225160 diff --git a/guj_Gujr/data-00003-of-00057.arrow b/guj_Gujr/data-00003-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a8d6dcc0c983ce97679a10d8426acaf28de58801 --- /dev/null +++ b/guj_Gujr/data-00003-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad0e75ea1628bbdd091817577617450361bbf8195454797a01ec82f63d9d4e3 +size 244483776 diff --git a/guj_Gujr/data-00004-of-00057.arrow b/guj_Gujr/data-00004-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2cfa193a02cf0329543b63f2d1e437865be980ff --- /dev/null +++ b/guj_Gujr/data-00004-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252c2730cc849d04c0d0813cffc181634817d27f77e3d11d8dcac7f1f54ed117 +size 244330096 diff --git a/guj_Gujr/data-00005-of-00057.arrow b/guj_Gujr/data-00005-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cf3dcd0f2e52cb62bf1dc6d6849369d1f736ab85 --- /dev/null +++ b/guj_Gujr/data-00005-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538696e5111f2fe97d20dfdc8bad8273dd059354f6333fc3ae839e2207624483 +size 2501670152 diff --git a/guj_Gujr/data-00006-of-00057.arrow b/guj_Gujr/data-00006-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3dae361e8b89ec070db6a69e61c56df92c3e0239 --- /dev/null +++ b/guj_Gujr/data-00006-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33770e2f3ac621e4a69c457b17d8cd90e340f91b49474929f9dabe2d17f977a2 +size 244309200 diff --git a/guj_Gujr/data-00007-of-00057.arrow b/guj_Gujr/data-00007-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4bee4d80666b8b200c6e58e98d50ccfda4ed229e --- /dev/null +++ b/guj_Gujr/data-00007-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64b7a159825f9654a17cf0da6a983efbd64a9b38caefda0b10722986ef6c318 +size 244782792 diff --git a/guj_Gujr/data-00008-of-00057.arrow b/guj_Gujr/data-00008-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d8541ce5328ae56b28fdaf1a0572c7a0c0d084c --- /dev/null +++ b/guj_Gujr/data-00008-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bb64d609c800d87e773e06e22d329ce6d87b764be75a4d281efe7d68d30f02 +size 244179128 diff --git a/guj_Gujr/data-00009-of-00057.arrow b/guj_Gujr/data-00009-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8e4671a66f4c069a41ca24d109f858657027c696 --- /dev/null +++ b/guj_Gujr/data-00009-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43d23eac24c10b6613513ad75252943709c55f95e9d52a63d7455997a65d4db +size 244569768 diff --git a/guj_Gujr/data-00010-of-00057.arrow b/guj_Gujr/data-00010-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9053e6e6bc165a6833e82016019e7ecfdded87ed --- /dev/null +++ b/guj_Gujr/data-00010-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3a390023b51a65d7c16446e8b1021e166d2dec2f46fda1074bd8a5f8ef1cae +size 244785376 diff --git a/guj_Gujr/data-00011-of-00057.arrow b/guj_Gujr/data-00011-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ca3361a3805c29262c68e7b2a5a998e52bc58b89 --- /dev/null +++ b/guj_Gujr/data-00011-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507854ec71d71a2d0eb34ecc85865719f7727e39816e99a3c0472f3af72cc6c9 +size 245108464 diff --git a/guj_Gujr/data-00012-of-00057.arrow b/guj_Gujr/data-00012-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7926e43191fcd40aaa3c3d8dd0252498799350cb --- /dev/null +++ b/guj_Gujr/data-00012-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ea8987a18e4c2add4e7d3621c1bef8e36d219b67fd39481b4b20ed71e6c79e +size 245165888 diff --git a/guj_Gujr/data-00013-of-00057.arrow b/guj_Gujr/data-00013-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4a0a1e50d0aa4200f589da991b883c98cb8f2e8e --- /dev/null +++ b/guj_Gujr/data-00013-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6d4c73a159f1a712c35f6ed0d025bfbf638427223649d4027002d34f8be764 +size 244811368 diff --git a/guj_Gujr/data-00014-of-00057.arrow b/guj_Gujr/data-00014-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c4bda33fc60fe45e9f0614e7221f89951d74c2a4 --- /dev/null +++ b/guj_Gujr/data-00014-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f42b384892b0cf9644a38d228d54ac25a9dc10f3619ad8911c146125582bdce +size 244400920 diff --git a/guj_Gujr/data-00015-of-00057.arrow b/guj_Gujr/data-00015-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..98b6008d5b60a58e1a3cc1cd6a43b11ff0b34c95 --- /dev/null +++ b/guj_Gujr/data-00015-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c2fadc92d5c8a854affcfda7a9f43cbff2afae67a2f4443969eed4423f8cb6 +size 244849376 diff --git a/guj_Gujr/data-00016-of-00057.arrow b/guj_Gujr/data-00016-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f960ff75fca8cda93ed47fb7191b9932fe1af2e1 --- /dev/null +++ b/guj_Gujr/data-00016-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d795f8aa2919c2c7eebef5c35e4dbda98ef74f77c8885235a2703f5394f31f +size 244862984 diff --git a/guj_Gujr/data-00017-of-00057.arrow b/guj_Gujr/data-00017-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f07f5e0f49e2320e56432f816aa9d27f16f751e --- /dev/null +++ b/guj_Gujr/data-00017-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b54b03dfc633d7c463aa84558e839b298a693be58bb37a9b5683178db6190a +size 245500216 diff --git a/guj_Gujr/data-00018-of-00057.arrow b/guj_Gujr/data-00018-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..438929e190229bff87871b7db8b65543bd580da4 --- /dev/null +++ b/guj_Gujr/data-00018-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5dbadf3f8cd83f69fb037bc6bbedb1ba5a4d90f495594680505f4c8da1b3aa +size 244903768 diff --git a/guj_Gujr/data-00019-of-00057.arrow b/guj_Gujr/data-00019-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1681be906cbe7ddefc4b80addc765946f618fd2 --- /dev/null +++ b/guj_Gujr/data-00019-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abfcc2a9418990f6cd3f842fb17ac935dcc3899a06f5b8735c704c41359138e +size 244890736 diff --git a/guj_Gujr/data-00020-of-00057.arrow b/guj_Gujr/data-00020-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3cd888b10496a00ffb7a6211c16da0bb5ff2e70b --- /dev/null +++ b/guj_Gujr/data-00020-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d31a7a5b1932b2f1fd677123f0c9581a8f1a07d17be9ad262278f93c183bc8c +size 245636928 diff --git a/guj_Gujr/data-00021-of-00057.arrow b/guj_Gujr/data-00021-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..05c93ece28d71de4c21ebce3d02a41d11875a55b --- /dev/null +++ b/guj_Gujr/data-00021-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318f8913a9ad6fb79a73e9540729338de43f97a48561ccaa95573adec164f311 +size 245010368 diff --git a/guj_Gujr/data-00022-of-00057.arrow b/guj_Gujr/data-00022-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..083523d05bd1e29172b871ec8a3cb511a6c0413d --- /dev/null +++ b/guj_Gujr/data-00022-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde24acfea8aba39c5baccce749e8338c1d7f19c88cde8756dba6e23f151203b +size 245233664 diff --git a/guj_Gujr/data-00023-of-00057.arrow b/guj_Gujr/data-00023-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5a1824697399f90f1829f0038e3ab61e287c81ed --- /dev/null +++ b/guj_Gujr/data-00023-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f3ca8cc5284a32000b79ddbeda393c7f12812ee0aa698c3c43fd5d7e1f77a1 +size 245441320 diff --git a/guj_Gujr/data-00024-of-00057.arrow b/guj_Gujr/data-00024-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3201afdffdbd572fc96f593b23f53e1cac2a98d7 --- /dev/null +++ b/guj_Gujr/data-00024-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f8c3e5c4bec62f821cbe34432a08aef7be6fed1f98eacde70880c9254d2fef +size 244966104 diff --git a/guj_Gujr/data-00025-of-00057.arrow b/guj_Gujr/data-00025-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..30fc77f67a8e00bf5d58b19a24ad7a1ab84eb8eb --- /dev/null +++ b/guj_Gujr/data-00025-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b149f349fda0f54e8ece22e5a202c7b2f16e430f381601c30674c8654148b299 +size 245296432 diff --git a/guj_Gujr/data-00026-of-00057.arrow b/guj_Gujr/data-00026-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..024329b41399608cf7b92788b6e052709c8cccdc --- /dev/null +++ b/guj_Gujr/data-00026-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeb42c2835b055d889c49b4a0a2c544137f77387f2fbc8cc84ca7f87f8fb16b +size 245544592 diff --git a/guj_Gujr/data-00027-of-00057.arrow b/guj_Gujr/data-00027-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e93848fdb5b4738316da60492b773e00157f9949 --- /dev/null +++ b/guj_Gujr/data-00027-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e713f5b67d37ba5397fe7724438ff09bac7f3caba308ec95cf78a87c0b242f +size 245658704 diff --git a/guj_Gujr/data-00028-of-00057.arrow b/guj_Gujr/data-00028-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b3624336626282f686bea909a0018a1d448a42ef --- /dev/null +++ b/guj_Gujr/data-00028-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0160ce6bc65f6e3bf15bf6340ce87ddb1e8eff2ab439b1b73cecb5619338b8d +size 245667856 diff --git a/guj_Gujr/data-00029-of-00057.arrow b/guj_Gujr/data-00029-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ed966b650a558d06fec8ce3e75f1f4fb5cdc7c29 --- /dev/null +++ b/guj_Gujr/data-00029-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1016d76c1cc7da7b2c5eb895fd7e73225b78bde4e30eca4db337c268d2d09547 +size 245651392 diff --git a/guj_Gujr/data-00030-of-00057.arrow b/guj_Gujr/data-00030-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..53b959f526f81c85890099dca4cc43a34c68d8da --- /dev/null +++ b/guj_Gujr/data-00030-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcc9bdb9c4f2a1cda0666ae8c2b9aa448e73f84dc453b86093a0ac072c0baab +size 244651472 diff --git a/guj_Gujr/data-00031-of-00057.arrow b/guj_Gujr/data-00031-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..368b4075a3ddbca9e4366f48bb95b1e867f53024 --- /dev/null +++ b/guj_Gujr/data-00031-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8614b7040733442a7e452888e5b913d81ec67661bc75bd0eec2761f0b01f5d06 +size 245805128 diff --git a/guj_Gujr/data-00032-of-00057.arrow b/guj_Gujr/data-00032-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b37dadf65d1b8981613be84f393af948a024e98a --- /dev/null +++ b/guj_Gujr/data-00032-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93948f70a42a1064db0a62f7787d4d1a22f30d8e831b031af17b969ee8413769 +size 245487552 diff --git a/guj_Gujr/data-00033-of-00057.arrow b/guj_Gujr/data-00033-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10900885b5261bc2eb329ef9541a7ce2b63e68d9 --- /dev/null +++ b/guj_Gujr/data-00033-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372eaa6059e44efe9aa8fd9c9aed6dc7987277bbcb16c4cb1ab2199cbf581fbb +size 245376888 diff --git a/guj_Gujr/data-00034-of-00057.arrow b/guj_Gujr/data-00034-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c54d235b2eb04f1eee162cce2ac07a9339808168 --- /dev/null +++ b/guj_Gujr/data-00034-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85eb31848aeb0ee5d14bd68026bd574777003fe9dfa1d2ba620ff3c6706f9026 +size 246189288 diff --git a/guj_Gujr/data-00035-of-00057.arrow b/guj_Gujr/data-00035-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c928d6272790b3ca97ec02489f3c4973f59822a --- /dev/null +++ b/guj_Gujr/data-00035-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e271f426d4472735c5fb775dd4ed79a951d37219bf0fe0a90bf9587a3aab0f +size 246033240 diff --git a/guj_Gujr/data-00036-of-00057.arrow b/guj_Gujr/data-00036-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2ee7b9dafbb049e1e0d285654e924f56b13e89a4 --- /dev/null +++ b/guj_Gujr/data-00036-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb3d01bb57cc50a0fb0b4d4f35519816ae75e169345f6c0c7a4ef5e53bef7b3 +size 245818160 diff --git a/guj_Gujr/data-00037-of-00057.arrow b/guj_Gujr/data-00037-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b9d8df014167c90cddfea2cabb4f202034367ed --- /dev/null +++ b/guj_Gujr/data-00037-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b47fd458b5105fa136fd7ef747f74ffb39dfd72c0a6ae30ab9c8a99e41bec5 +size 245799392 diff --git a/guj_Gujr/data-00038-of-00057.arrow b/guj_Gujr/data-00038-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5c96cf92638d148eb4edcd11bb66f257b3264837 --- /dev/null +++ b/guj_Gujr/data-00038-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a436035cee7e0d4d98c6a11550302e84ce9cba09a6b8a65463e2930925f9ed96 +size 245577448 diff --git a/guj_Gujr/data-00039-of-00057.arrow b/guj_Gujr/data-00039-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5c4e0a270e70dfe972aaad64b0de5e62da7b1854 --- /dev/null +++ b/guj_Gujr/data-00039-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b555dea1750b8000411f5bdf3fcc6d422ad2f1e1e1390f750331ecef7baf46d6 +size 246184384 diff --git a/guj_Gujr/data-00040-of-00057.arrow b/guj_Gujr/data-00040-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9d303a0e99f8234577e0f323f17a4ffd68e4f7a5 --- /dev/null +++ b/guj_Gujr/data-00040-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f3d9ba20b68b43e68b873861b322960829e67a436f5fd2aa999f9eb0b71bec +size 245753728 diff --git a/guj_Gujr/data-00041-of-00057.arrow b/guj_Gujr/data-00041-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d1761c037361fe886b2a300d225fbbcd52770b0c --- /dev/null +++ b/guj_Gujr/data-00041-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a1c72a53e8661c37522ef16a997f7ae09e58f48906cd1c691bd946fd60eead +size 246039952 diff --git a/guj_Gujr/data-00042-of-00057.arrow b/guj_Gujr/data-00042-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f073fb9d5979a1291365d4f6c071883d2ffa24f6 --- /dev/null +++ b/guj_Gujr/data-00042-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323450ba4913c1317c641bdfd4cdeab4a03099dc6cb4fc1eca8d677bc691405f +size 246075400 diff --git a/guj_Gujr/data-00043-of-00057.arrow b/guj_Gujr/data-00043-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9fd2dffcd7b39d5c1a9927866d6d9482419836bb --- /dev/null +++ b/guj_Gujr/data-00043-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368041cefa3a44448e04a593b8e904017e94e7b244577283132a708869279c31 +size 245684272 diff --git a/guj_Gujr/data-00044-of-00057.arrow b/guj_Gujr/data-00044-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fa88582361bf227b3f799b9edcb5eac68b9b8fff --- /dev/null +++ b/guj_Gujr/data-00044-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79317bb0014531e4a93c53c7ce05014975d5b55fee1ab2da65e4bbf2d1e3bb52 +size 246181224 diff --git a/guj_Gujr/data-00045-of-00057.arrow b/guj_Gujr/data-00045-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cbb7412fa582619dbda40956027d4f9fb83f83e0 --- /dev/null +++ b/guj_Gujr/data-00045-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f35ab86a1b44e92b1210cf76591f7f7e72ca99052b9cceaca53ba7133514ad +size 246432104 diff --git a/guj_Gujr/data-00046-of-00057.arrow b/guj_Gujr/data-00046-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..36e0dc5e760a7471e7c7727be4923602f69c4de8 --- /dev/null +++ b/guj_Gujr/data-00046-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e775b1344f51bfe89b43f79dd439a158366dab41a665d75d7aee1607f818bd4e +size 246174552 diff --git a/guj_Gujr/data-00047-of-00057.arrow b/guj_Gujr/data-00047-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2cd57e6ac4d99752e2dea83a1b93fbcb83d50b5d --- /dev/null +++ b/guj_Gujr/data-00047-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04627a91b7241b4586d546442db4e65ae70bb88d802e3724faa407099c547f88 +size 246136520 diff --git a/guj_Gujr/data-00048-of-00057.arrow b/guj_Gujr/data-00048-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bc0b5c15244b4b075b214bb4137c447c2fd17536 --- /dev/null +++ b/guj_Gujr/data-00048-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc895a0928743bc7631ec583ab6d4dd6f8a608563807c294affca0f3a07328e9 +size 245770968 diff --git a/guj_Gujr/data-00049-of-00057.arrow b/guj_Gujr/data-00049-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d8cafd5392dae55c36cb818faa560a793c645c66 --- /dev/null +++ b/guj_Gujr/data-00049-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f54a5e8a240e8b0739ed0d989b282d578d944b92351a447257643392edf7e23 +size 247043200 diff --git a/guj_Gujr/data-00050-of-00057.arrow b/guj_Gujr/data-00050-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f85c1f23b24d8c7f7a7b922c3b14f634306e4239 --- /dev/null +++ b/guj_Gujr/data-00050-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa195d0303b6c8a9f39a5088a0a31aa5f9b9b2dbc8e022af9b84d46879d141d +size 3613203112 diff --git a/guj_Gujr/data-00051-of-00057.arrow b/guj_Gujr/data-00051-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0af0ba72a2595170a0ad6b479633ca5e936ee3f1 --- /dev/null +++ b/guj_Gujr/data-00051-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e239cb05d1ab40a7e724d262cf77c2af42b048a3c8bd90c4af1d283eaab079e +size 2993596728 diff --git a/guj_Gujr/data-00052-of-00057.arrow b/guj_Gujr/data-00052-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f3c40092266e4504320ab5994662a05366999360 --- /dev/null +++ b/guj_Gujr/data-00052-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013307ff52fe23bd3f5decd676f5085e90579bb9a733bf8d71afd0153b623a8f +size 333409936 diff --git a/guj_Gujr/data-00053-of-00057.arrow b/guj_Gujr/data-00053-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6b85190fda0fb569dadb1cd677bd56e842e3e15e --- /dev/null +++ b/guj_Gujr/data-00053-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5ab2503b8fd4d7f9385a45eb0b853af2224861ebafa8e654dcc5a663c3af73 +size 331767744 diff --git a/guj_Gujr/data-00054-of-00057.arrow b/guj_Gujr/data-00054-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..151d3c8782fa77ac01dc2fd27f986ff5f533ed66 --- /dev/null +++ b/guj_Gujr/data-00054-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cedd4271cabaa5485ae1e4a8ce2bb736a72633cd94493466fb03820894726b +size 333361304 diff --git a/guj_Gujr/data-00055-of-00057.arrow b/guj_Gujr/data-00055-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ba16fe185d92aa87c3f791eb6d6c197f844f40b8 --- /dev/null +++ b/guj_Gujr/data-00055-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3365194b60bcf15c26ce51fb6044a43f4de468dd6bb003d66c5644d22a1c680f +size 332135744 diff --git a/guj_Gujr/data-00056-of-00057.arrow b/guj_Gujr/data-00056-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..605e39289941dfe5fc715dad218b11b0f3a9690f --- /dev/null +++ b/guj_Gujr/data-00056-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ba5fb6566387f9de1050c52ec8a1b2988ed76b738f315302ed2d861359fc6d +size 5660025824 diff --git a/guj_Gujr/dataset_info.json b/guj_Gujr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0d8510f2982b526db4051d199f4ef4d8e622b723 --- /dev/null +++ b/guj_Gujr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bce836f859179814c1cc64a17c3ab416d7b15f58ee4215a9de409dc95a47b2 +size 3252 diff --git a/guj_Gujr/state.json b/guj_Gujr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a63789d62e0927dfc4ef4163f7fa02ebe62d36bf --- /dev/null +++ b/guj_Gujr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fe11e21b39925358c4e8f16f6690a8457be107614ff16f6c0e5ba407397603 +size 3551 diff --git a/gur_Latn/.gitattributes b/gur_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gur_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gur_Latn/data-00000-of-00001.arrow b/gur_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..905545846dfb52eae0435a89621a96264057645a --- /dev/null +++ b/gur_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3747a18f83962570cd8f314d584c9437f26269bc463a09525579cfb9d25aacc +size 1833384 diff --git a/gur_Latn/dataset_info.json b/gur_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7c5ff907a8e1f4e56201904b94ef4d3b52541899 --- /dev/null +++ b/gur_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ee817f299f357a79fb72ba06051a4a7975fba64ddea34673c4df361df651fc +size 1105 diff --git a/gur_Latn/state.json b/gur_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..eeca9511fa96676e9b2b9f6f191b96695b869c91 --- /dev/null +++ b/gur_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4b6ca2a87c713f49c4d91f6fb8456b4d9ed6043a16c41a5d988f24c4b6923d +size 247 diff --git a/guw_Latn/.gitattributes b/guw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/guw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/guw_Latn/data-00000-of-00001.arrow b/guw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aabeea7facbb6fefff32470ec0a1a259a527e5b4 --- /dev/null +++ b/guw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8fbc0392a2b5b3f51745363ca5de746781c42b3c6a6e2238092a3a38d5fead +size 1928816 diff --git a/guw_Latn/dataset_info.json b/guw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d798ab63a24960dfab0516e6b7f7fd67b7e7d211 --- /dev/null +++ b/guw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776379bd758db3e9aea2379fb2e5a34d50dfea940c48e679aa854edb62e7e82c +size 1105 diff --git a/guw_Latn/state.json b/guw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..83950c928f16f9bed492be3b6ee856e427e7b055 --- /dev/null +++ b/guw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da109799e8796205f38ca0dea79ce3eb5032c62ecd283c426bb843d813950ee +size 247 diff --git a/gvl_Latn/.gitattributes b/gvl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gvl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gvl_Latn/data-00000-of-00001.arrow b/gvl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..819596fa2fb87304ebe9cef7d4e3e7b7ceeb2c4a --- /dev/null +++ b/gvl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf096611b8e285e9b7d817a8f45ec05460f82c5434a1eb0fe774dd17c5d60b90 +size 895872 diff --git a/gvl_Latn/dataset_info.json b/gvl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6188f64c55e0cd5b9f3f38fb6b28845c3bc7cfb8 --- /dev/null +++ b/gvl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6888aa2733b99437e360f0b115a7199a464a5ba8a3dbdd6f3c033f56e9c5c348 +size 1100 diff --git a/gvl_Latn/state.json b/gvl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..782f059008dbe423227111844f4553e3923af09f --- /dev/null +++ b/gvl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14253253824f38252212b63d13e8d9a03f707a15f9b95b32c38df610244e143 +size 247 diff --git a/gwc_Arab/.gitattributes b/gwc_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gwc_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gwc_Arab/data-00000-of-00001.arrow b/gwc_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc0c812241298d776a92977c3b5791f82d7dee22 --- /dev/null +++ b/gwc_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59270524a55874d2c31153e9699449a4f34ec6b9f176e00b970f59e04fb20587 +size 20112 diff --git a/gwc_Arab/dataset_info.json b/gwc_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b5df75f04c0d4621974bf4ba10c5e4cd675ea2b4 --- /dev/null +++ b/gwc_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4a8262930b18f4554071252e52362f5f51e022448ba2cd4aea40b553c0a746 +size 1093 diff --git a/gwc_Arab/state.json b/gwc_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..88855c7ff701bbda7fba9f11b05eea4b8cd4d84f --- /dev/null +++ b/gwc_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff2b373c30bccc2f8fba7d312a9daa549a4e878cb049ad79dc3bbde3035a3ab +size 247 diff --git a/gym_Latn/.gitattributes b/gym_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/gym_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/gym_Latn/data-00000-of-00001.arrow b/gym_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ad639fec42af75a05e868d0bb2fd1a940f9a7d50 --- /dev/null +++ b/gym_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a73fe110fa8f829d9a47b27c343433bdf03d7fd1c6325b394f2f832f6ecf71 +size 9760952 diff --git a/gym_Latn/dataset_info.json b/gym_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d6dd93cbd70b5a1305f703eb6dfb41fffdf9c080 --- /dev/null +++ b/gym_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9142ee542b6176eeb44513f4ed7078683c91115949fd5a6541866081d8aa48 +size 1110 diff --git a/gym_Latn/state.json b/gym_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..24d35ce6540c260f17d4df026f8797ba33e239e2 --- /dev/null +++ b/gym_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233124885c847bfcac88ff578ec314c78c067e4d6123f950bfcecbda54d6fe4a +size 247 diff --git a/hak_Hani/.gitattributes b/hak_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hak_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hak_Hani/data-00000-of-00001.arrow b/hak_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fa804d0b1df90b13df26b7899fa6aff17e5f1a5a --- /dev/null +++ b/hak_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c236ff8a50bbd8ffb8eed8133a4082fa82b604e8a32791dba4b94a6517d2a73 +size 246608 diff --git a/hak_Hani/dataset_info.json b/hak_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2bd8cdcd1b15417ce90c04c0cee619d6ca72ef01 --- /dev/null +++ b/hak_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b15b520ebe9b92816545afa31ed67f25c88afa54310ed40a09354be4d9c746a +size 1099 diff --git a/hak_Hani/state.json b/hak_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..57520eda3e67db8e9e7d3e2e0c01d381cd2eac66 --- /dev/null +++ b/hak_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc65c169668816878946bd62b5e94bc0bc63bf0e88a8034f220e87ac8f7bc96 +size 247 diff --git a/hak_Latn/.gitattributes b/hak_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hak_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hak_Latn/data-00000-of-00001.arrow b/hak_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..14b168ee2205f1169080182694fef73882ba73ee --- /dev/null +++ b/hak_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6acd4688d27d0e955c360dfe899581d4e1a7092c0124770498ca32e6d9a138 +size 2915720 diff --git a/hak_Latn/dataset_info.json b/hak_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..773cee273c37ab0f093eaf8393637c639cc531e6 --- /dev/null +++ b/hak_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c654f4a7996d5f6d78c17db9dc5279e349b0704ec8886dc66baab8481c3b8e +size 1105 diff --git a/hak_Latn/state.json b/hak_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..58305739c25008987592cf72e55ab245a89a2abe --- /dev/null +++ b/hak_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167a9a87feb64924eaf14e558ceec7ab1a9d6ddd3e10bbf7df61632f1baae002 +size 247 diff --git a/hao_Latn/.gitattributes b/hao_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hao_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hao_Latn/data-00000-of-00001.arrow b/hao_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..90aa0f9fda309eec0895f7c9cf84d038465944ee --- /dev/null +++ b/hao_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00f3c844bdc67c0d80bcaa99f3813feab4836b0271299e1f2211402a086a2a6 +size 2512 diff --git a/hao_Latn/dataset_info.json b/hao_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c79c9ad59aa98e01dd505f4ec474c6aeb9338067 --- /dev/null +++ b/hao_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5089a6315108feb5f7a951784076507f4b4e0461836604bd82c1cf4359315d2 +size 1087 diff --git a/hao_Latn/state.json b/hao_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e72cddc69896a3a4a0bcf6746d449bf38401cdb0 --- /dev/null +++ b/hao_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ea20707c419960fc1f363126a87c01d1508ccb6aa0e45cbe6ad2d8e642fabf +size 247 diff --git a/hat_Latn/.gitattributes b/hat_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hat_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hat_Latn/data-00000-of-00003.arrow b/hat_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..82181000b4cdf05dba8ab4d0478faa71e7fff9cd --- /dev/null +++ b/hat_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63302bb7e1d14278a9da19dbe26d837dec7113e9ee682048fd9bc5ce42a135b1 +size 192493192 diff --git a/hat_Latn/data-00001-of-00003.arrow b/hat_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5adcb583093ce57b5087010a8c6d11039252ddc3 --- /dev/null +++ b/hat_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c39530f7aa9fa62469d8bc304e39c414a3d7965f3eefec0c97d04188653997b +size 191833104 diff --git a/hat_Latn/data-00002-of-00003.arrow b/hat_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c2bcd2ec6143d56680ea3bb85cb1da74e1c887d8 --- /dev/null +++ b/hat_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a90547412fc0df867255d9ca87f28be15b2bf57a98afe16c1fcecc9e37402a4 +size 902147128 diff --git a/hat_Latn/dataset_info.json b/hat_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2c1e33caac4693e18e616febb698c91a76766c69 --- /dev/null +++ b/hat_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d63f94453c3d1aef036ec1960cd87bd09875de3009abd600660afba46973c8b +size 1221 diff --git a/hat_Latn/state.json b/hat_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..01d4f0b6311c3e43badcca5f212905787ad140df --- /dev/null +++ b/hat_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d68bbd71f18c45ecf48ceace3686ae24f9b6cd96cbcebed5ca1df854fb9b2c +size 365 diff --git a/hau_Arab/.gitattributes b/hau_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hau_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hau_Arab/data-00000-of-00001.arrow b/hau_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..008a4f8e81ee8db4f0639913d1c60a16a4b3c718 --- /dev/null +++ b/hau_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b8bdd1b10632079bd8d724365c7cc6101ea7a8fbe428ad1158216b5aa2d3a2 +size 1702968 diff --git a/hau_Arab/dataset_info.json b/hau_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c1e0ef71ba3b880090b99d4c4019dbde6299a628 --- /dev/null +++ b/hau_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5386a89f0332c8bcc3a53c992af426e2fa18317ee8904e158a55bd44dfcaf5e +size 1105 diff --git a/hau_Arab/state.json b/hau_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3b07960d125136721bb4f7a53f77cade3d31e7b5 --- /dev/null +++ b/hau_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612f7a3184b6a47dffbcfddb609543c73f0d7f46e0ca23b28e1f582b8b1f08e1 +size 247 diff --git a/hau_Latn/.gitattributes b/hau_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hau_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hau_Latn/data-00000-of-00004.arrow b/hau_Latn/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..58413a99cd58154feb6bf0c7c7c2bb1c04ed39a6 --- /dev/null +++ b/hau_Latn/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e919dc47dc16b34964c0fc5be25ecb5502ddf213c7d5c6d384726a00b6fce5 +size 868161712 diff --git a/hau_Latn/data-00001-of-00004.arrow b/hau_Latn/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5aa47d808fed0cb34781de6e9bf858e5c0c661f4 --- /dev/null +++ b/hau_Latn/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb99310120d657985720a3a492982a480ec5d53768783b5c74ceb3feea4c682b +size 219091496 diff --git a/hau_Latn/data-00002-of-00004.arrow b/hau_Latn/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5633d27fd72602d56b8eb0c2e8a7f583a338c9cf --- /dev/null +++ b/hau_Latn/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50659a34d366c1187d097b8472b0d1ec29c18c8c7e14e7d246f882817f24c16a +size 219093968 diff --git a/hau_Latn/data-00003-of-00004.arrow b/hau_Latn/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7272a7aa92da4ed141058affca0d0a36346875ce --- /dev/null +++ b/hau_Latn/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c490998208d69dfa949eb36ba41f2f9a783f7ef4031a0a5732e5d89f524f4dd7 +size 521590552 diff --git a/hau_Latn/dataset_info.json b/hau_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd9729fa866cad59c48a91ce1249410adcb3a6f8 --- /dev/null +++ b/hau_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267e36d7b5a8855138c0048b0548551c68538c558fbd4b7f54d804b2947a1ecf +size 1256 diff --git a/hau_Latn/state.json b/hau_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..158be066478860bc66731b018ea01cb7bdca8fbb --- /dev/null +++ b/hau_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea57bd62c6c0389221d866cebee5e88f481258f2905444ab71645ffcf1c3feb5 +size 424 diff --git a/haw_Latn/.gitattributes b/haw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/haw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/haw_Latn/data-00000-of-00002.arrow b/haw_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fedf4dbc491e3cad3e47f2900510cbe120c1513a --- /dev/null +++ b/haw_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6da3ca8ddbf580cb147bca9563ed165c0ddd7418db7c8c09304b0d5893c460e +size 372465016 diff --git a/haw_Latn/data-00001-of-00002.arrow b/haw_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6a0a3aa5caea7d8e1ae675f2fbcfd1a3a21912f0 --- /dev/null +++ b/haw_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbe2c6cd9e987079515a4a7593a160a1dfa7970af2febc1aed51da420f0e357 +size 197425968 diff --git a/haw_Latn/dataset_info.json b/haw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d0e9701eb2ffe9f2a6eb24373e99b8682ffc2c1a --- /dev/null +++ b/haw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df2e454255b48dc5c02ef31d1c628d1ca2688f2b21d441c2938222d2a781a7e +size 1184 diff --git a/haw_Latn/state.json b/haw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d12942766f931faffef6d588ab0a08b15b1a6160 --- /dev/null +++ b/haw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40135211564a17ad9e67074a8f6f4a98eb1d001142014281602e0acd067281b1 +size 306 diff --git a/hbb_Latn/.gitattributes b/hbb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hbb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hbb_Latn/data-00000-of-00001.arrow b/hbb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..87e54b4a9080be0fb53627eae8f85b1b9c710114 --- /dev/null +++ b/hbb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f33c2c3d1114d763b712ed5104945453df61f6207a514537e9ff3a0f86feb6d +size 68760 diff --git a/hbb_Latn/dataset_info.json b/hbb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0c8b37f95745dd17519eff3d9e0e1c020e550824 --- /dev/null +++ b/hbb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f48a0a2feb0a5c7df1bd6576856372cd82780d143410a0599408c6ad060e60 +size 1094 diff --git a/hbb_Latn/state.json b/hbb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b9c6baabd95014e245380a8cf1fdd0bd826c76cd --- /dev/null +++ b/hbb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d2f37c1b6170e000f89f629d43d8344a60320a29f381631d7a52dcc302a8e0 +size 247 diff --git a/hbs_Cyrl/.gitattributes b/hbs_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hbs_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hbs_Cyrl/data-00000-of-00004.arrow b/hbs_Cyrl/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..64432f9747cbb7252b650ce9ebf908def5b43044 --- /dev/null +++ b/hbs_Cyrl/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e726811652c7cebb763e421682d299d789397d9e89196f35114a0b502003cc +size 468062720 diff --git a/hbs_Cyrl/data-00001-of-00004.arrow b/hbs_Cyrl/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..deab2709e1a15335337a13bd73b211520e1aa1a5 --- /dev/null +++ b/hbs_Cyrl/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce19bee143a8b7f2fe2cc175a04660f514c308d992116005120946f86c275ddd +size 467723896 diff --git a/hbs_Cyrl/data-00002-of-00004.arrow b/hbs_Cyrl/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2a0a19070f1e8a542f4d9cc715b1103ab8a31b44 --- /dev/null +++ b/hbs_Cyrl/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5ab43c9cc5d40ef4932590a5d82ea23f6d014284cc69851967e9516d822dd2 +size 467886752 diff --git a/hbs_Cyrl/data-00003-of-00004.arrow b/hbs_Cyrl/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2cde1b0352a8e4775518bc0d01a74912314ea13e --- /dev/null +++ b/hbs_Cyrl/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a49ff3049d3c321e491d4ed2cd312f1fb34f57e2f37c4d754bf5e15df008c1 +size 467596912 diff --git a/hbs_Cyrl/dataset_info.json b/hbs_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bc2056c71ebd9d15002b8658c99841fa1376f2b7 --- /dev/null +++ b/hbs_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15221ea5a0352432fdd1025ea53af4b0049fc516800c06c101c01d2c98b2af8 +size 1239 diff --git a/hbs_Cyrl/state.json b/hbs_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2b242395eefb568ff46ba5ab1a247c4c8d56bfa4 --- /dev/null +++ b/hbs_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515119597d7884799700a27df30591b45d65d1b88699c95db62b10ea4d304543 +size 424 diff --git a/hbs_Latn/.gitattributes b/hbs_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hbs_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hbs_Latn/data-00000-of-00028.arrow b/hbs_Latn/data-00000-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5d6223a75da4042631f8ea473170684ab919a20f --- /dev/null +++ b/hbs_Latn/data-00000-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b2035d74bc63783792a0bf785300f3ae0e5e020e46d2fb09002384b41fd1b6 +size 493462096 diff --git a/hbs_Latn/data-00001-of-00028.arrow b/hbs_Latn/data-00001-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6da2f7c0bf822a713d385cba8dad3201e9a2fcb --- /dev/null +++ b/hbs_Latn/data-00001-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f7ec32deee7ace1bd58861e511d653bd3ad7a1d189206575cde49d68878974 +size 493370448 diff --git a/hbs_Latn/data-00002-of-00028.arrow b/hbs_Latn/data-00002-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7bc84b2abcadbc0dab9415152b9015befac172cf --- /dev/null +++ b/hbs_Latn/data-00002-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5318292fc6beea14b9fd7f8e0b69b52e0c605838ebff24e76ebdd0d31ab68c +size 493421584 diff --git a/hbs_Latn/data-00003-of-00028.arrow b/hbs_Latn/data-00003-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f3f4098b8a796e00c5cf3ca1033c139690a96342 --- /dev/null +++ b/hbs_Latn/data-00003-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb532d0948d1d86113a3bdbd2d6d40a28e075c27623bfa93578557686c07a30 +size 493849496 diff --git a/hbs_Latn/data-00004-of-00028.arrow b/hbs_Latn/data-00004-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2903ac25dc1e08d2a7a06b4781ff2c12155bbf78 --- /dev/null +++ b/hbs_Latn/data-00004-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951e5492c828dab59e35438f7117bae1e8faca7737aace69eb333b1317243c4d +size 493559928 diff --git a/hbs_Latn/data-00005-of-00028.arrow b/hbs_Latn/data-00005-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..467b3ae8b37638e08e5c21ece72eed6d68dea02d --- /dev/null +++ b/hbs_Latn/data-00005-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a030d1a91732404634b4d1e281df61afb4fa13f507b8a0c9970bf168ea1de0ff +size 493252648 diff --git a/hbs_Latn/data-00006-of-00028.arrow b/hbs_Latn/data-00006-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..45ef6a86d8889882e9d12da3626b4942acf1bbbf --- /dev/null +++ b/hbs_Latn/data-00006-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6b8c3ba229ce36309c304923ec00d02b290858a2c0ad2c29d7e34d0d92d477 +size 493595768 diff --git a/hbs_Latn/data-00007-of-00028.arrow b/hbs_Latn/data-00007-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..74bd3173b35cf8a21476876221caa1823ed7e11d --- /dev/null +++ b/hbs_Latn/data-00007-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21657bfdeacfec1f1a84b6d13ad19bf66358e76b49e9949360669919a46b60d9 +size 493818216 diff --git a/hbs_Latn/data-00008-of-00028.arrow b/hbs_Latn/data-00008-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7e81b396a78a575bbb9caa3cceeea72eac8ac1dd --- /dev/null +++ b/hbs_Latn/data-00008-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa23c95e1ce0a4ec5d6dc96df46c5bf55358ffccb603851a75c18af4d8bd6fef +size 493965544 diff --git a/hbs_Latn/data-00009-of-00028.arrow b/hbs_Latn/data-00009-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d09cf46739ea979382b79c37db0324f4d83b50ea --- /dev/null +++ b/hbs_Latn/data-00009-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764d7563308b18cfbcabc1907ce245d1956cc3f27fd57d227dbffd5ece65cb36 +size 493416616 diff --git a/hbs_Latn/data-00010-of-00028.arrow b/hbs_Latn/data-00010-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eecb0bc57215a34af83d01b65297bd34ecbb6d10 --- /dev/null +++ b/hbs_Latn/data-00010-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a027c25423cdfb0bce0eda8f042080bac7068b8be7912b5524a3187d5f5c506f +size 493761504 diff --git a/hbs_Latn/data-00011-of-00028.arrow b/hbs_Latn/data-00011-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7b5d9434cf43faa735238f97ae7980d157d8658b --- /dev/null +++ b/hbs_Latn/data-00011-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df462e619d1370d4be105cdc334ddec806009cd1574f4fec92e148a7c2e6db2 +size 493628352 diff --git a/hbs_Latn/data-00012-of-00028.arrow b/hbs_Latn/data-00012-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b852d77511184fdfea164b216ada00a886728d4e --- /dev/null +++ b/hbs_Latn/data-00012-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00f23f8e46cdcd5d73f80491b8f92685d6bf0b7df52a334fe138ece98477a92 +size 494286896 diff --git a/hbs_Latn/data-00013-of-00028.arrow b/hbs_Latn/data-00013-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4429435904be13b11a59774d2c31309e71bb8bcf --- /dev/null +++ b/hbs_Latn/data-00013-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23122164fcd7f8892e662d7fb0d696ee13b312c74dd24e9a6c9526702e43cd2 +size 493638808 diff --git a/hbs_Latn/data-00014-of-00028.arrow b/hbs_Latn/data-00014-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2561d741551d39846b542d9d6755f9f2a266d7a7 --- /dev/null +++ b/hbs_Latn/data-00014-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8354144bf91847fe62f72e56bb7e5d5a2af9a1cd62eb405e9142fcd47822452c +size 493593840 diff --git a/hbs_Latn/data-00015-of-00028.arrow b/hbs_Latn/data-00015-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..26ddf54a0c3b51c4beed9ea8e9478395e2bf0da7 --- /dev/null +++ b/hbs_Latn/data-00015-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d7155c31a29a0df74c301b60dfa3b628c3cd0c9eaedb53033453b766df766a +size 493353552 diff --git a/hbs_Latn/data-00016-of-00028.arrow b/hbs_Latn/data-00016-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..94338a71daa5e7c0ae2573a59ee9cbe3d24d1a0d --- /dev/null +++ b/hbs_Latn/data-00016-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34eeb717504130300c62772c9b1d39913bf81b3618e30b6d12a3ee8904ea7886 +size 494034440 diff --git a/hbs_Latn/data-00017-of-00028.arrow b/hbs_Latn/data-00017-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9c6be4cd364495b8e6b2ef2c8cb205b8b7929c8f --- /dev/null +++ b/hbs_Latn/data-00017-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dd47347bc99f246abfcd9655fadcc26852567f7ca1f72f97e763712ae43cc6 +size 493889336 diff --git a/hbs_Latn/data-00018-of-00028.arrow b/hbs_Latn/data-00018-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8476809a383b9d0be192fb327405b5c6a484b19d --- /dev/null +++ b/hbs_Latn/data-00018-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316e8360d5079d378892b166b5c33ece7538b4a25fe74ce185bdd6f80f565314 +size 493895120 diff --git a/hbs_Latn/data-00019-of-00028.arrow b/hbs_Latn/data-00019-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..85fdd85a7e470cae3580a80706c358d5ed3af0e6 --- /dev/null +++ b/hbs_Latn/data-00019-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418b97bb07c505ba66ae5fe36cd533c66745a5bed844ecc2dd12b3a24b624d37 +size 494427456 diff --git a/hbs_Latn/data-00020-of-00028.arrow b/hbs_Latn/data-00020-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fb443d8848c3b7d7a75ad29a40f1f5374586fbbc --- /dev/null +++ b/hbs_Latn/data-00020-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f536d563cb408ca148c3604ccd336a2836c2ab01e52c72c6b2798e9d34c8095 +size 494120064 diff --git a/hbs_Latn/data-00021-of-00028.arrow b/hbs_Latn/data-00021-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fb9b209e14b8b5912cf69bcb1e205a8b6a71b61b --- /dev/null +++ b/hbs_Latn/data-00021-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8856f68c33805954d7981acd30d9cbf945d85f36d7a35c18c64a3d03d290fed +size 493906176 diff --git a/hbs_Latn/data-00022-of-00028.arrow b/hbs_Latn/data-00022-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e55c25bd3152391548bfee5d013bb1d91e5693c3 --- /dev/null +++ b/hbs_Latn/data-00022-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf94aa5343990c89bccc54d21fae3b69c5aead64d7aa87c5f4c3e4f96a9b8984 +size 493813432 diff --git a/hbs_Latn/data-00023-of-00028.arrow b/hbs_Latn/data-00023-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2e7f8c8d5d32cdd472953e88e0320779616c6973 --- /dev/null +++ b/hbs_Latn/data-00023-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ec8953c050dc850926079e783e393234237d666c4dc6939cdfbd4831b3d551 +size 493702296 diff --git a/hbs_Latn/data-00024-of-00028.arrow b/hbs_Latn/data-00024-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e6b7c391199a4be2ad1340ca31296aaa128e2672 --- /dev/null +++ b/hbs_Latn/data-00024-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a061d8ab32a6865b8712893d85b5769f1a60072c3034a1718b8e7bd669b2f7 +size 494026568 diff --git a/hbs_Latn/data-00025-of-00028.arrow b/hbs_Latn/data-00025-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ea24f822634015f57ae59c9439ec74cfabbd06f --- /dev/null +++ b/hbs_Latn/data-00025-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cab90840072feb75f53f4f4a7f2535666d16da44cc289056e3195d45f85db6 +size 493769432 diff --git a/hbs_Latn/data-00026-of-00028.arrow b/hbs_Latn/data-00026-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ecf2879e42da67874c639cd1e187ce0a63d9ee02 --- /dev/null +++ b/hbs_Latn/data-00026-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23715a66f75597163a714f9ea24088e1b83ab885a7f68b4ebab3d40369b8b17 +size 493909448 diff --git a/hbs_Latn/data-00027-of-00028.arrow b/hbs_Latn/data-00027-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..74df5e1597add817981b80cd2dec4593458eca5d --- /dev/null +++ b/hbs_Latn/data-00027-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2895ea8b4001db39904eb4fe2443960143a949c98c06ee340dd808979b4e82db +size 494147384 diff --git a/hbs_Latn/dataset_info.json b/hbs_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f9f46fb45fd085dbdde9691e7ee5272c6b30ff75 --- /dev/null +++ b/hbs_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b953771f1ed80524796dc0f28d44f0e8fd5ba0ef283ca04ca5c9fff8564fdd8c +size 2556 diff --git a/hbs_Latn/state.json b/hbs_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f08abf045ea7e6e0d40b2506c8a22d01a7fd9364 --- /dev/null +++ b/hbs_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba95d01dbc369754a456509b4177bbc2b8ff652ec3d00b5135c372ed414fe46c +size 1840 diff --git a/heb_Hebr/.gitattributes b/heb_Hebr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/heb_Hebr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/heb_Hebr/data-00000-of-00007.arrow b/heb_Hebr/data-00000-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8b77eeca824cd8cd11c0a8da412038279d6efb55 --- /dev/null +++ b/heb_Hebr/data-00000-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0cb4ce7cb732889fac7f31e89f968a4b35afee665fc24fae26c7449360b79c +size 463021832 diff --git a/heb_Hebr/data-00001-of-00007.arrow b/heb_Hebr/data-00001-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..68e47b8980ae0ff9e8a773668073d67dbf11d86e --- /dev/null +++ b/heb_Hebr/data-00001-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a1273ec44377e6b68b7824de2d619671e0fef5a12f9d11ccf2e6db737993cb +size 525968944 diff --git a/heb_Hebr/data-00002-of-00007.arrow b/heb_Hebr/data-00002-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5355ee4bc17e7759b27a7d55633cc2f692f035df --- /dev/null +++ b/heb_Hebr/data-00002-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e12e5891a5ed77d4e4ff7e5162fdce9ce065a83c0362e24ecf3a7230514e4b +size 408941928 diff --git a/heb_Hebr/data-00003-of-00007.arrow b/heb_Hebr/data-00003-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a045eb220c0139f0612ebf950da65f9f4e9f0dff --- /dev/null +++ b/heb_Hebr/data-00003-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9d6440b29ff5ead31124a334fd8dd4e981e9b819e3872c8a778f63a89a9df3 +size 327373616 diff --git a/heb_Hebr/data-00004-of-00007.arrow b/heb_Hebr/data-00004-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0764717ff6917652f43822343809043fb5c9532e --- /dev/null +++ b/heb_Hebr/data-00004-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed60bd8ed17c781a5762a93cc8b48e9524736a5c45c1d92bb3198ffd372fabf +size 604754328 diff --git a/heb_Hebr/data-00005-of-00007.arrow b/heb_Hebr/data-00005-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9c97826eef092fb4ad4a9209ea4fdf0cdbdea3b8 --- /dev/null +++ b/heb_Hebr/data-00005-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d14a241eb9312713f4cb5840a5bad73b8b7d42c608e5a571a3ae14669c36b98 +size 668077048 diff --git a/heb_Hebr/data-00006-of-00007.arrow b/heb_Hebr/data-00006-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1469a9cbc2910c128df7227fa17ee5245e9c35ae --- /dev/null +++ b/heb_Hebr/data-00006-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f429712ec2cf67ba52cd32031de7715f8e2abdf3f8a5d350d3e41407096ac7e5 +size 314969544 diff --git a/heb_Hebr/dataset_info.json b/heb_Hebr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..66b758cb084a8ed9fab65727d470f0c217feb34d --- /dev/null +++ b/heb_Hebr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c1f3e251e0fbbe1a28d274528879fb05d3d96ff6692ed0f98c0c447ad710f9 +size 1260 diff --git a/heb_Hebr/state.json b/heb_Hebr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4a6e90ebf3c6bd065cd159024e3ec350536b1920 --- /dev/null +++ b/heb_Hebr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c6a9b2d3c82936bc0677f25121c4a88be2b814269fa35ea253d5af102d71e1 +size 601 diff --git a/hif_Latn/.gitattributes b/hif_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hif_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hif_Latn/data-00000-of-00001.arrow b/hif_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..282f9e372ec32091605e82349e8d786eea0d4fce --- /dev/null +++ b/hif_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95d07a2455d071577421a85df636be2522a1c1d913f5a839c0b1c9a762ba57e +size 78460848 diff --git a/hif_Latn/dataset_info.json b/hif_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5d3e216c9adaa84b6313fdf282cb21df1369ae62 --- /dev/null +++ b/hif_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9802ef71547433408015a663b8d32020e0cef0f79986abc7243860b175162243 +size 1115 diff --git a/hif_Latn/state.json b/hif_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a00fb76161e87f828b1b77f9ac8602f2e379fb71 --- /dev/null +++ b/hif_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2c12cace9fcc7d9af52ab00675081b264a9303fc0dff18c25785c419cab380 +size 247 diff --git a/hig_Latn/.gitattributes b/hig_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hig_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hig_Latn/data-00000-of-00001.arrow b/hig_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..05b5daae3ccae65fcf3cc23aca17c2ffc0bc6b23 --- /dev/null +++ b/hig_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc808f2908888e30212fbfc9677481c47e79ab3777c12a1e0bed7af8b22ec89d +size 8104 diff --git a/hig_Latn/dataset_info.json b/hig_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d851ee81c3566f970115b8a8454367982dc7d094 --- /dev/null +++ b/hig_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920fab0dc8536702c4a0b59e2f74496be14c14a2207448a5bf231db69280f479 +size 1088 diff --git a/hig_Latn/state.json b/hig_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7a3000eaa2e45d271e36fc6110d0caf5fdabfde8 --- /dev/null +++ b/hig_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0566b88c39cdde2a5ef897fdd1ee41514d1d1a238bc4b23bdca305a1d4fc10d2 +size 247 diff --git a/hil_Latn/.gitattributes b/hil_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hil_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hil_Latn/data-00000-of-00001.arrow b/hil_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cd7014bd5ad8277957f49fd267d84c3333219d41 --- /dev/null +++ b/hil_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc944a2f5a77852ee3733b57835b9a84c5bee0f76088062571ee748e1720fe9f +size 56888728 diff --git a/hil_Latn/dataset_info.json b/hil_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dffd356a17722253aba34030f700ec976ed4af1c --- /dev/null +++ b/hil_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5a44d1b489c20dcf9aeb381bac8988facacaf6c4557016104f292a7737a93c +size 1112 diff --git a/hil_Latn/state.json b/hil_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a1cdae808621dab4f5613007e92e64e2eaa262e7 --- /dev/null +++ b/hil_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4606cbd598e25d34072f8e11b90b7190a1ff6d9bac6cdf2ca6dd3a84be8cab62 +size 247 diff --git a/hin_Deva/.gitattributes b/hin_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hin_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hin_Deva/data-00000-of-00003.arrow b/hin_Deva/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..34d9c4cf92d2510e45c2c8ce23207ea05fb16aef --- /dev/null +++ b/hin_Deva/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4067f5445435103d46d889d943930f2691a5a9446bdee2db7f3c95534352ca +size 343886992 diff --git a/hin_Deva/data-00001-of-00003.arrow b/hin_Deva/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f15d081821746fc5e83d04964ef58c01b890a896 --- /dev/null +++ b/hin_Deva/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec2be2d0a91085cb8778921ee287a68c0585ab754d9fcc90a17539f7ac7c9bc +size 167512064 diff --git a/hin_Deva/data-00002-of-00003.arrow b/hin_Deva/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e6d4d810033cbcda585b64e8ad501c99cc30fa6e --- /dev/null +++ b/hin_Deva/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907f2f17b5ad37adf27559538d0afaad0c0ffbd3fe39be5b04e79a577cd77e9f +size 603887696 diff --git a/hin_Deva/dataset_info.json b/hin_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1f4f6c7504c04ef518ac0ebb20e8e7640acda83b --- /dev/null +++ b/hin_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9482d5f468a255a86beb0f4798db0269ef67155111669157bf1c7dd5010eb33 +size 1220 diff --git a/hin_Deva/state.json b/hin_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b65932270493bf28d9065dc96aef532ca403079c --- /dev/null +++ b/hin_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9786f5b7ed22d8f4a95c9a759a0cbc144e7a28ba67643f856bb00e428126b4fc +size 365 diff --git a/hin_Latn/.gitattributes b/hin_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hin_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hin_Latn/data-00000-of-00001.arrow b/hin_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f17e88576183d0ac2df0e366b5510b22e63b0dcc --- /dev/null +++ b/hin_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b6b461ca0619133244dd03f429df186bd170163d1d3f5d4d1105ff50a2d3e0 +size 568776 diff --git a/hin_Latn/dataset_info.json b/hin_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ff29150f872c9accad2eeec71ec3308a8ae42d9f --- /dev/null +++ b/hin_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3474576c11ebb17dc6565d1dc03701720d0ce8579ac999671f363ca5de78a3 +size 1412 diff --git a/hin_Latn/state.json b/hin_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8c389c1e7edb63e2b9d5770b22d3c43bac423519 --- /dev/null +++ b/hin_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca539b47bd45e27213d28504c6f24cc105c54ae149ccd0820ad609a10f85972 +size 247 diff --git a/hla_Latn/.gitattributes b/hla_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hla_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hla_Latn/data-00000-of-00001.arrow b/hla_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..54691e5d14d28d00fcc25b5af18d6e9cf1278591 --- /dev/null +++ b/hla_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6718e0d92c72bf5c15b86d7beaa562c93ad3c1d3d2d2d076912439d4329443b +size 3408 diff --git a/hla_Latn/dataset_info.json b/hla_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..484ead88996980e7211f907c6a1cbeb94705e52d --- /dev/null +++ b/hla_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27736296b2d71149ed03a09c90b6afef253d449f6544da1a067363eee367f22e +size 1087 diff --git a/hla_Latn/state.json b/hla_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ecbe9e814c81524faf3ffc053dc163c24e10cc04 --- /dev/null +++ b/hla_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc83e95a29dffa438bdbc82975d83c83819880ef60bc095d2397b707c3d812d +size 250 diff --git a/hmn_Latn/.gitattributes b/hmn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hmn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hmn_Latn/data-00000-of-00003.arrow b/hmn_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e229e0913c24fea022ea93928bdc82c529c8df99 --- /dev/null +++ b/hmn_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bc2d9fb94ded7d38231f81a0c22fac22aa6611aa99cc7379b9358289324b8c +size 771138496 diff --git a/hmn_Latn/data-00001-of-00003.arrow b/hmn_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ebf49d4e6cf6c896cd848247a0337b0ed9448a58 --- /dev/null +++ b/hmn_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2963026aec3de0fc1f20fc9c4fb3f50e8e2de39e26e99ba1ebaef2f808fc7501 +size 124274712 diff --git a/hmn_Latn/data-00002-of-00003.arrow b/hmn_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e6585d81d701d79b2a4aa921dbe558aa77a3826e --- /dev/null +++ b/hmn_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5b9f2d5b3b20e672d2a6de0d906680d40ab707307bfdc64e1af68a181d4472 +size 162473360 diff --git a/hmn_Latn/dataset_info.json b/hmn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6d51bb234a9a13593adcfedc0341fa3b8d02a676 --- /dev/null +++ b/hmn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36163380b9a4305761d4d598de6708cf093de4aeebff4e62975f0dee68d2c568 +size 1220 diff --git a/hmn_Latn/state.json b/hmn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..710ee00ea118d3506ac554ccb08029e614bf4210 --- /dev/null +++ b/hmn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba6e00de3582a47b23b9f47d01ad65ea0fd0aacd88460eaea1100a1c1295e3c +size 365 diff --git a/hmo_Latn/.gitattributes b/hmo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hmo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hmo_Latn/data-00000-of-00001.arrow b/hmo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..00f5a37afdda85b30077e5e54811c74ac53ace89 --- /dev/null +++ b/hmo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad4ebad7c121045a4fea787242215ab43a6c577bdaf836e6f76289676b8422b +size 13570552 diff --git a/hmo_Latn/dataset_info.json b/hmo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0d1ada721aa5ad4f89a5d72132f2cc5fb9a64983 --- /dev/null +++ b/hmo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37efd0d99cb6205466bfd37216192ea8cbfa550b1fb10e28d014af768745f481 +size 1111 diff --git a/hmo_Latn/state.json b/hmo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f652acf237d2e2c3c9807e47c8efd963cbec055b --- /dev/null +++ b/hmo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c2a11a20ad0fa73e025c5b790d0870cd0603bb0830a4e68898e119105c20c2 +size 247 diff --git a/hna_Latn/.gitattributes b/hna_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hna_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hna_Latn/data-00000-of-00001.arrow b/hna_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..98e7046735b4749793a8c6fb2682f6cea77fb797 --- /dev/null +++ b/hna_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f847c3df91da7ea8c6118ba49218f8721d5e1a66f95a21781a1c3123fab329 +size 3760 diff --git a/hna_Latn/dataset_info.json b/hna_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1684c17df5eb91cab3bd6cb13c404ed9a73503a9 --- /dev/null +++ b/hna_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0a16a640eaf9361c7dce6c52eca295d116d2ae6c731e26f493c5418d576b74 +size 1087 diff --git a/hna_Latn/state.json b/hna_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3aba54f74d389d0cfabf3b6adf59c6397d03b4f9 --- /dev/null +++ b/hna_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d95cf7c9fa751a7f25ea7fcfc89495d9c9ec527603e83d12997b436197b6703 +size 250 diff --git a/hne_Deva/.gitattributes b/hne_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hne_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hne_Deva/data-00000-of-00001.arrow b/hne_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f9be5a5bb0e21c98dc63276cc48529633e781b03 --- /dev/null +++ b/hne_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bbe3ffadbba974aeec5e81f735fac0ab414b5091dde94d792c395e2abf3183 +size 3044424 diff --git a/hne_Deva/dataset_info.json b/hne_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9e84e605b730ddc060fffa98eec06cff5e5cb18d --- /dev/null +++ b/hne_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d0ec2c6bf012c855ef557f91a70f6e67d4a8c2ab2ddfeff81cad64c43d56d7 +size 1105 diff --git a/hne_Deva/state.json b/hne_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ac58a1d6040c9c2367521b9b2252fe487e174c11 --- /dev/null +++ b/hne_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb25ecb7c23e79e229483b23b4b4d1c43c2de1833847075e645c1fc1c1808b3 +size 247 diff --git a/hnj_Latn/.gitattributes b/hnj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hnj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hnj_Latn/data-00000-of-00001.arrow b/hnj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f5ce5e7b5a7b5c9d2035e269be5cb5dedf89f45c --- /dev/null +++ b/hnj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c3f9e98fc4d75ac98f623d8e3470ce3be2938351983a45b8241a67fab04c13 +size 16520 diff --git a/hnj_Latn/dataset_info.json b/hnj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3dca98eb2db42d2f042897b02cf6e596f6ae6a90 --- /dev/null +++ b/hnj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcba49839ba6bdd4287d8275ba58e7a066f3d05a68e441f24d99914ae7c4abe0 +size 1093 diff --git a/hnj_Latn/state.json b/hnj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7da6c90de0c748fb239e282915ff08b6af841f5b --- /dev/null +++ b/hnj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f2e5793f365a5969f45a749580daa4b717dcf5fbcb75affe80a5119a79458e +size 247 diff --git a/hre_Latn/.gitattributes b/hre_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hre_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hre_Latn/data-00000-of-00001.arrow b/hre_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5456f724d71bdee7ca2cc8515121137c67df6703 --- /dev/null +++ b/hre_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778b3db615f10a7b5e2beb7b17767905d40d91028fc6bc2d6ed9013ddfdc3725 +size 8768 diff --git a/hre_Latn/dataset_info.json b/hre_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5a9975980f89f9d5755b9326b1e240d323f180eb --- /dev/null +++ b/hre_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d12701ffb3009f9b78c84f395f967a66bc806a7341b41b2982587535ccc255 +size 1088 diff --git a/hre_Latn/state.json b/hre_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b2ca9ed9de0a21bb447a68ff3cd7da285e8e456d --- /dev/null +++ b/hre_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a98dba46761f2fb0984a24f6cae56031c6c412afe27a484b9e05559452e9cd4 +size 250 diff --git a/hro_Latn/.gitattributes b/hro_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hro_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hro_Latn/data-00000-of-00001.arrow b/hro_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8c613ae8f5238f00d5c25b350aa668e2636c23f5 --- /dev/null +++ b/hro_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdd1b15c54b02539a23a1d5dce2e8698c67190b21f15ef8d32617a1ef054e28 +size 16448 diff --git a/hro_Latn/dataset_info.json b/hro_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..db43281ec36a2c0288d37fb8d7ca19e92b72f2ca --- /dev/null +++ b/hro_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd87ab9b5623f5ffa179fd60116907b2ec9cf248375bc1110482f169cf4f36e9 +size 1092 diff --git a/hro_Latn/state.json b/hro_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2b2e75ccf315e03b2d778b5299e9e809f926589d --- /dev/null +++ b/hro_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80eaae663fae0f2cbb775ba9b253fcd03dbefcad9b3522ea2a4331a14a127bc3 +size 247 diff --git a/hrv_Latn/.gitattributes b/hrv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hrv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hrv_Latn/data-00000-of-00002.arrow b/hrv_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ecf249e50f18a0f348398397052e6a9b8af38c31 --- /dev/null +++ b/hrv_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75357c8c34bfa83585ed41cb1494c87f5f2ac56d2084ac0bdf419fef2a25fae9 +size 207207016 diff --git a/hrv_Latn/data-00001-of-00002.arrow b/hrv_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..731628ce6cfc46d416c2551d32bbf74a922d2c60 --- /dev/null +++ b/hrv_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369254812a4e6e67cab8337cf13800e95df914fac1f3c642237e2e4276044808 +size 481149368 diff --git a/hrv_Latn/dataset_info.json b/hrv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9ff32abae700b75e17319602648fceccde10f510 --- /dev/null +++ b/hrv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f56db0ac8b1626d7d94c9022acde6936ce14f318ad82043b99705529d2d395 +size 1183 diff --git a/hrv_Latn/state.json b/hrv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..43932ad5a541252486db11485d4b6343e90619ec --- /dev/null +++ b/hrv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41bd9c30cdc6a27d42848568e1999f840c8902951f6089f46024044cb2adb8d +size 306 diff --git a/hsb_Latn/.gitattributes b/hsb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hsb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hsb_Latn/data-00000-of-00001.arrow b/hsb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c46b645f4bbbaaf291b2adc1aaf22611e484584c --- /dev/null +++ b/hsb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb337291385de954c7b21e718a535354651bab071b37e7cde8e788ab80889b1 +size 29424208 diff --git a/hsb_Latn/dataset_info.json b/hsb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..20bca5f48290e563371950b46803ad515ad5ac37 --- /dev/null +++ b/hsb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c14b17f0fd853daa4e7bbe56423f63b8431c9cac0f04bb187e79d0276edeb9 +size 1112 diff --git a/hsb_Latn/state.json b/hsb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5cda85fa5d1ed62574fcf1c154f10fee2c219ecb --- /dev/null +++ b/hsb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b3996de5a0ab0466adfc15a122c027c8addce615246a0301ff87b4f6eaeb81 +size 247 diff --git a/hui_Latn/.gitattributes b/hui_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hui_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hui_Latn/data-00000-of-00001.arrow b/hui_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..085775ae059e6a23f96f58c45a35f4a8deb5bd9e --- /dev/null +++ b/hui_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b28e473e67729d900136762de4c65387ece1976907ed141e3d8103ee942202 +size 18725072 diff --git a/hui_Latn/dataset_info.json b/hui_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9b68a31029f8b9a83149c720e69f51fe1a60f574 --- /dev/null +++ b/hui_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914ad237f56907bcf0184ba52874a6b2f78754dba3e0edcd060b94fe2c5765c5 +size 1111 diff --git a/hui_Latn/state.json b/hui_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cd5f13b8c836ca1f1b024158a8751ca69b6c3091 --- /dev/null +++ b/hui_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c9042c22742fc856cd125f6cb396edec93aa1f845c727211d7680a3fd5a1fd +size 247 diff --git a/hun_Latn/.gitattributes b/hun_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hun_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hun_Latn/data-00000-of-00004.arrow b/hun_Latn/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95413fcde19a0bcb0b2332ead996c45b6a136409 --- /dev/null +++ b/hun_Latn/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155e4f702d3ab6cc216fc33ec7214bc724567cb5712f5faa47dfc4bf372753ca +size 347391096 diff --git a/hun_Latn/data-00001-of-00004.arrow b/hun_Latn/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..33df785dda7be52478ba28875cb4ae1aca375f6c --- /dev/null +++ b/hun_Latn/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b00faf5cacf8f4b96b9fa04aca7a5696875e57320e1e0f2ebfdebff012d2cf4 +size 574742424 diff --git a/hun_Latn/data-00002-of-00004.arrow b/hun_Latn/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4bf2ee8644b428aae0d8971c37dd62d51c7b910e --- /dev/null +++ b/hun_Latn/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f15aeeedc2639a4bd473ce9fdda86012a914914b9742a65e37bb740c10a0ca +size 341207080 diff --git a/hun_Latn/data-00003-of-00004.arrow b/hun_Latn/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2a552be918465515bf9cd8e4a374336db9e00644 --- /dev/null +++ b/hun_Latn/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9ef5fd6bcc5db2acd505cc0a2ed04e1e38966d027e1b89d0fe7861e2cbc887 +size 388131336 diff --git a/hun_Latn/dataset_info.json b/hun_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5ce3fb7951a89763748be7e9a130f9212af5d855 --- /dev/null +++ b/hun_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690c8014fd1bacec434ac0fb4a48cd27b69aecd48f133b9c9cdf35523f9e244b +size 1234 diff --git a/hun_Latn/state.json b/hun_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fc037401b4544812dcb08283c85559c82798cc3e --- /dev/null +++ b/hun_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1896154684abffe4f32182232927989846844fa5ca569f205ceaa7afbaffe6 +size 424 diff --git a/hus_Latn/.gitattributes b/hus_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hus_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hus_Latn/data-00000-of-00001.arrow b/hus_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..06cbf0257fe62945f68559cd371382cfba20ac8f --- /dev/null +++ b/hus_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4173d591c7660d5ad8b09e9a6926fbf52663f2ef124554adbe45c4c5f210b09f +size 6821680 diff --git a/hus_Latn/dataset_info.json b/hus_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a756d5f25e4e57631a0c80a1336ea1e6bb6d8bf9 --- /dev/null +++ b/hus_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb8084b9d70d3233eb3a4b2137acd6cbf248be419727611429885023708fe69 +size 1107 diff --git a/hus_Latn/state.json b/hus_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1ae15811ca9d5114dc08e4bc6213f5488883df61 --- /dev/null +++ b/hus_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07276d9796fe7f80749075b48e3f5cb34796ccf98644ffae2fe669ff68ce1b0 +size 247 diff --git a/hvn_Latn/.gitattributes b/hvn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hvn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hvn_Latn/data-00000-of-00001.arrow b/hvn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41bb30ed751032857249cd58d19f9ddfde996cb5 --- /dev/null +++ b/hvn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d34b897307f81d79491e971d7b987cad3041153d710bc6561fe0e904d4a7992 +size 1280112 diff --git a/hvn_Latn/dataset_info.json b/hvn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..99131a7cadf035d51130c26bddbdfa8d9a032972 --- /dev/null +++ b/hvn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3eb4d2fb8c94233a6de79b2215e331da77198f16631b17a7d00aa23a8b9447 +size 1104 diff --git a/hvn_Latn/state.json b/hvn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..322a2e2ff717eafb1cf356770407b3873e5d3052 --- /dev/null +++ b/hvn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c63d4372a1b366a0d064941efe7cda689ab0b5ea452d2a505635763ff5f2b2 +size 247 diff --git a/hye_Armn/.gitattributes b/hye_Armn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hye_Armn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hye_Armn/data-00000-of-00042.arrow b/hye_Armn/data-00000-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b8b9e7b8e7c7f135197c9709a1e8d8907dc9a1ee --- /dev/null +++ b/hye_Armn/data-00000-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3f1176eb35b5cf6f310aba455a212202ef335d99cef268894511ce2388efaa +size 147792312 diff --git a/hye_Armn/data-00001-of-00042.arrow b/hye_Armn/data-00001-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1aaba99980b05fe987cf771cf16106341d1d20e2 --- /dev/null +++ b/hye_Armn/data-00001-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1669189d902166ad4677976c0ec1768e226026015c724b4bf715d84446ecb22 +size 148254208 diff --git a/hye_Armn/data-00002-of-00042.arrow b/hye_Armn/data-00002-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b3ef8e2c8c6f895c846aaaf978b0a0481b116aa6 --- /dev/null +++ b/hye_Armn/data-00002-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20342b0f685591ea2aa41cc851041124bd7d739727a42603d218e11e30a123dd +size 150132184 diff --git a/hye_Armn/data-00003-of-00042.arrow b/hye_Armn/data-00003-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..72e1ece0e89818df556929ea5bd02a8b18e62bbd --- /dev/null +++ b/hye_Armn/data-00003-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd79c9e5fb9325dc3cab3acf92f4f7f347544db76d5287bb4b257b53ebde3b3 +size 148786760 diff --git a/hye_Armn/data-00004-of-00042.arrow b/hye_Armn/data-00004-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e325fc06cb23593cdcdc9ce79f46b21acba2afe4 --- /dev/null +++ b/hye_Armn/data-00004-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c577c443bf10d6e4556b015583aae68c1e1c2d43ff47cae85aa0351b7e8dcd9 +size 149183912 diff --git a/hye_Armn/data-00005-of-00042.arrow b/hye_Armn/data-00005-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..025cdb7b4846bfd93423287e4c95784c79d24251 --- /dev/null +++ b/hye_Armn/data-00005-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3ca603b07b519a86b2f2332237581bfa9a0c55167c70a4547de321087daf21 +size 147865248 diff --git a/hye_Armn/data-00006-of-00042.arrow b/hye_Armn/data-00006-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e9f406fbcad475aafa615b60386a1d9a56644a6b --- /dev/null +++ b/hye_Armn/data-00006-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb12beba875bce01acecfc0f9eb810197d69a345fe8fbab4ef82e72d21ad154d +size 148874632 diff --git a/hye_Armn/data-00007-of-00042.arrow b/hye_Armn/data-00007-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..54d69dce16ef65213418d95f4201d785f9239ad5 --- /dev/null +++ b/hye_Armn/data-00007-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924ffb2e98c34e115335e9518aab804408fae59110c6bbc114fe5357146d706b +size 1146325408 diff --git a/hye_Armn/data-00008-of-00042.arrow b/hye_Armn/data-00008-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..04034491d8f0fb59dbb062906a98749916c345e3 --- /dev/null +++ b/hye_Armn/data-00008-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40617077aedd63196a62bbc901e051e28c456fd8d1028aad24a779acf2d6d1b +size 223576664 diff --git a/hye_Armn/data-00009-of-00042.arrow b/hye_Armn/data-00009-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb803c4f87806383a8c3d0535f59ac70dc42441f --- /dev/null +++ b/hye_Armn/data-00009-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7072b68b99ec568406736fdeeb97ae61b154774b6d8287384dc6f527d2f59870 +size 142529944 diff --git a/hye_Armn/data-00010-of-00042.arrow b/hye_Armn/data-00010-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6fb638c2d864e86fcda2d0354d9896ec160e019f --- /dev/null +++ b/hye_Armn/data-00010-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce3084db80ca51f46e779fa289494d9e90c2bd585e872338789350a9de3463c +size 140959560 diff --git a/hye_Armn/data-00011-of-00042.arrow b/hye_Armn/data-00011-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e8575b1741300652b7fe5a4539ad97aa57f7b041 --- /dev/null +++ b/hye_Armn/data-00011-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa46ebf6b263aacba424e339991b3a2ce89f1f3c98162d0bad6414f92c37f586 +size 141725448 diff --git a/hye_Armn/data-00012-of-00042.arrow b/hye_Armn/data-00012-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..57eabb1576444f186c4cefdf0f32cd2aa36a04c1 --- /dev/null +++ b/hye_Armn/data-00012-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91b4f6b0d581628bc55a7938c3acb72bd4b4e030004752007ba9a8cf13df125 +size 142577448 diff --git a/hye_Armn/data-00013-of-00042.arrow b/hye_Armn/data-00013-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f0e0dbaf0e7f610ed94b7d414971bd50bd1cd76f --- /dev/null +++ b/hye_Armn/data-00013-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4a7fa0bd30248e083fb8411859a05645aaed9745dcb5872f4056ad13e063e9 +size 142103128 diff --git a/hye_Armn/data-00014-of-00042.arrow b/hye_Armn/data-00014-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..767f936e4d74c4294f6955331403c52fd359cf39 --- /dev/null +++ b/hye_Armn/data-00014-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36920b2d10e9e14935d8c2a113a2170c5d621fa9f49915363b4f957c82049846 +size 143158928 diff --git a/hye_Armn/data-00015-of-00042.arrow b/hye_Armn/data-00015-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a01b67540b23e92776cf978f911cd94dae9cd7c9 --- /dev/null +++ b/hye_Armn/data-00015-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d88d123fae7cf0e214b3db5fcac9050d759aa8e1c511b4c3e458e434d67b1e +size 142078680 diff --git a/hye_Armn/data-00016-of-00042.arrow b/hye_Armn/data-00016-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c6ca831ed531b474c2b8c2267727600f5d41ca10 --- /dev/null +++ b/hye_Armn/data-00016-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0a38c7fe0d7bacc3c875e03db076528d32fcb69486f53b99ac5f300ae9ed02 +size 140882632 diff --git a/hye_Armn/data-00017-of-00042.arrow b/hye_Armn/data-00017-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..533919d4ad61601534ec7822b7b3af3794ee5f76 --- /dev/null +++ b/hye_Armn/data-00017-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa27f22b39cd063ab591dfca0991427a7b58b40d2ff811cc47b42ab541798ce +size 142872408 diff --git a/hye_Armn/data-00018-of-00042.arrow b/hye_Armn/data-00018-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..223361e8db7c69521c0b53e5465eca3bb9b45fd2 --- /dev/null +++ b/hye_Armn/data-00018-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72c5ef2ded3ff5fcd42c3421bd10caf4550c0a8c44747624c38e2ca6daf02ce +size 144102768 diff --git a/hye_Armn/data-00019-of-00042.arrow b/hye_Armn/data-00019-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..946016e10a4f567e58c84754d80c63f930120436 --- /dev/null +++ b/hye_Armn/data-00019-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f575cacf3b4655e0fb0980d32469b7b79c0014e5251377c7a1198be7be6e10 +size 142192928 diff --git a/hye_Armn/data-00020-of-00042.arrow b/hye_Armn/data-00020-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6ec9c673a1e787ff2c1e30419222682768bbdbc --- /dev/null +++ b/hye_Armn/data-00020-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94eed17052aa3288a1c5fcaebd36620c8ef90e481438f55903ef5629b7ecb06e +size 262216856 diff --git a/hye_Armn/data-00021-of-00042.arrow b/hye_Armn/data-00021-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c0ad246235dd6a86ce026789f8f2b748b01c8631 --- /dev/null +++ b/hye_Armn/data-00021-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d04a94d3d8965da8990ff21f97db120fabb8ad6e4229f0d59323c0885a08044 +size 1419591920 diff --git a/hye_Armn/data-00022-of-00042.arrow b/hye_Armn/data-00022-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5b9276c0a65cb6043f33fcc01393c9af00aeeb70 --- /dev/null +++ b/hye_Armn/data-00022-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edcd713f9bb48b90a3b1f5da0732d5330e8dc257cc32eb857855f35f3a7329c0 +size 1573496024 diff --git a/hye_Armn/data-00023-of-00042.arrow b/hye_Armn/data-00023-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8d4a015d93523547e394a45cbba2498ef5cd59db --- /dev/null +++ b/hye_Armn/data-00023-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249ae617c1d83fbaba0359f0f64ae7f1e416142f3d927b7b45c9a099f163e183 +size 1404740168 diff --git a/hye_Armn/data-00024-of-00042.arrow b/hye_Armn/data-00024-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e2b8bc1d3d8808ea6d76224b8543a162645457be --- /dev/null +++ b/hye_Armn/data-00024-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b329cc264c45508882f10b63f9ae244338a701f78469c863ab62757dbf5652c2 +size 1386185712 diff --git a/hye_Armn/data-00025-of-00042.arrow b/hye_Armn/data-00025-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5eacbb7fc27909c0e3e6e860586c89f67b357514 --- /dev/null +++ b/hye_Armn/data-00025-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6fc201aad964db0387a8193cef24f59bcd12b0dc5a3a3c194498e25fe56395 +size 964901832 diff --git a/hye_Armn/data-00026-of-00042.arrow b/hye_Armn/data-00026-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dccf011be5aaf9075b3fdf919be9b5f2fe05a6c3 --- /dev/null +++ b/hye_Armn/data-00026-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5822280ed36fd1156be79642e9aeb7eebf31597d989d48924c57324f992b3d +size 1324017200 diff --git a/hye_Armn/data-00027-of-00042.arrow b/hye_Armn/data-00027-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d11fff648b4ec45a8b8de6e87e288172f2447784 --- /dev/null +++ b/hye_Armn/data-00027-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be315620e8dd3a0cb0e687a3d74b50ebcd6bd9a6bad098701dbf1db7ff6ff29f +size 1413732656 diff --git a/hye_Armn/data-00028-of-00042.arrow b/hye_Armn/data-00028-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..250e3bb61d5d3e3e24997afb4e893d066b429d01 --- /dev/null +++ b/hye_Armn/data-00028-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d805dce6d110b6c2b5ec4a35f511454a36ee74f2a756ecb79062c993cc20d2 +size 657858136 diff --git a/hye_Armn/data-00029-of-00042.arrow b/hye_Armn/data-00029-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..48e2c2642d512a7f52b3848f0093a19255ecb8d1 --- /dev/null +++ b/hye_Armn/data-00029-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99326f980f9b359b5f002990edb0a7a1180c660f196038e853aeeb099108b258 +size 222095744 diff --git a/hye_Armn/data-00030-of-00042.arrow b/hye_Armn/data-00030-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..99515e36f3435d1ffb8f3c7ed92b775f5e1fd88d --- /dev/null +++ b/hye_Armn/data-00030-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d57a5a288397d74bb5290d19c65028f2e3f7cebb9a3f14f2a4466c19729506 +size 1375965792 diff --git a/hye_Armn/data-00031-of-00042.arrow b/hye_Armn/data-00031-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..045ce6c8a6cba6477ad1c1dcd61ff1f97ce09b27 --- /dev/null +++ b/hye_Armn/data-00031-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65369c67c16137391937dfbabd556adfea2c23e0366fdc1ffc13f6d738dfc92d +size 1377289880 diff --git a/hye_Armn/data-00032-of-00042.arrow b/hye_Armn/data-00032-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..43c1855b8b511073cacb1d1fa2905b1b6443fa9e --- /dev/null +++ b/hye_Armn/data-00032-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b6833fb4b570382481d0de4b57e7f215bb504a84b39d90918c011d01a092e5 +size 1364162008 diff --git a/hye_Armn/data-00033-of-00042.arrow b/hye_Armn/data-00033-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e69d6daa59de1180029314c304130c880ee33ffa --- /dev/null +++ b/hye_Armn/data-00033-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6a89b53a82e4dc814a8495d8fd08b76d5f3a18966fd9bedf6f24b065bf46f3 +size 710968816 diff --git a/hye_Armn/data-00034-of-00042.arrow b/hye_Armn/data-00034-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d3115af8769879d610f14dd470824f9de54e49e3 --- /dev/null +++ b/hye_Armn/data-00034-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ec094782a50b1a8b76d05df926e57a39e24251d920ee9e3a40044990979542 +size 140592552 diff --git a/hye_Armn/data-00035-of-00042.arrow b/hye_Armn/data-00035-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0610ee62aa6e2d4c47bb5b8f4bfc0c0cafef2192 --- /dev/null +++ b/hye_Armn/data-00035-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d095fa39bc2c357f3fce7a50521e7c60376647a96509f1d5a9a967ac123a75a7 +size 139127880 diff --git a/hye_Armn/data-00036-of-00042.arrow b/hye_Armn/data-00036-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..74422bdae69ade5233533575f3aa7715b1ca425b --- /dev/null +++ b/hye_Armn/data-00036-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03e3376d1ec761c5dc955fc4e38bc237b9a6831d94b76f731cae48199c145b1 +size 142025608 diff --git a/hye_Armn/data-00037-of-00042.arrow b/hye_Armn/data-00037-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e917b84e4372ee7885aafe5c959c11d3339de780 --- /dev/null +++ b/hye_Armn/data-00037-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e547cf7f8f593ec753b8f50b169385a5600351bfa4d6b408a9f605347678c35a +size 144882160 diff --git a/hye_Armn/data-00038-of-00042.arrow b/hye_Armn/data-00038-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..91a428a74af3d472a9f385190e1c79006b95882e --- /dev/null +++ b/hye_Armn/data-00038-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63830f2e8bc6c74702b88cceb009c4d46955b55f71f144444b654bedbefa209a +size 143547680 diff --git a/hye_Armn/data-00039-of-00042.arrow b/hye_Armn/data-00039-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..284f89336a7e956ce4a64deb223a583224e67e0d --- /dev/null +++ b/hye_Armn/data-00039-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b150755b373dc765f54bbfcad2f637324481465bb945b9e32c33d01cb62adb9 +size 142053544 diff --git a/hye_Armn/data-00040-of-00042.arrow b/hye_Armn/data-00040-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..96014e97d708022885c6645bf06415ea97d677ff --- /dev/null +++ b/hye_Armn/data-00040-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83f463ce62bbc8a9fc4eeb9b8c02fd2ab641bc973818f5c976bfa805789f0d7 +size 143517120 diff --git a/hye_Armn/data-00041-of-00042.arrow b/hye_Armn/data-00041-of-00042.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fe552e46c4ac4ee18bc6e9ec1a78d1981faf31b2 --- /dev/null +++ b/hye_Armn/data-00041-of-00042.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadebdbfd1604dbd8d0cca1fe017ad9b605c5bec039bd8362d3259da29e4a699 +size 142248208 diff --git a/hye_Armn/dataset_info.json b/hye_Armn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9fcba714fa0a6d0955f1d5dd261f640d7538e998 --- /dev/null +++ b/hye_Armn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a3db0bc0290a5c84a24351d21812ece51708f1a1947d91435e5703b6c42dcf +size 2307 diff --git a/hye_Armn/state.json b/hye_Armn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..90d2e9493c4d248e6a81db7d7a1553c4f6a4b8be --- /dev/null +++ b/hye_Armn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fc741c26e4700736a60d7c87678091e57ce202694ff972290ead77661c2093 +size 2666 diff --git a/hyw_Armn/.gitattributes b/hyw_Armn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/hyw_Armn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/hyw_Armn/data-00000-of-00001.arrow b/hyw_Armn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dd0e99ed08114ecbb1fddce74edc231e9bb96a42 --- /dev/null +++ b/hyw_Armn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de7002bdf497675b9c4145e35af623cc6c9d92a9272b1a169ca94adc601662e +size 59307080 diff --git a/hyw_Armn/dataset_info.json b/hyw_Armn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ce098eaa866eafe30c7cab2932857a733370c89c --- /dev/null +++ b/hyw_Armn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1fc4651c6b014eed6e4d48a78d58d3f890f541cab0b2e8794d8a05bd735a03 +size 1112 diff --git a/hyw_Armn/state.json b/hyw_Armn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0c4b69c94010d2d2d15fb2033a305b2bf786fa46 --- /dev/null +++ b/hyw_Armn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f2e7f6f9b0d4b83a4aea9bf3b222e6b0b364ca311f4be8c648ffbbf46df07e +size 247 diff --git a/iba_Latn/.gitattributes b/iba_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/iba_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/iba_Latn/data-00000-of-00001.arrow b/iba_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aa2de24847ec2df7cbe4bab1e2bacd1596bb938d --- /dev/null +++ b/iba_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2753aca67f5dba25f8ce68d3b2d2a96ffc4bb9de8d72452f82d14037616bc6 +size 30958504 diff --git a/iba_Latn/dataset_info.json b/iba_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f8843cef4f1b072b8ad13bc26570ff4d659b8ce5 --- /dev/null +++ b/iba_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad4a51d162bd7af821d644a8dd61e993141aea84a022895176bb9b1e647aac3 +size 1110 diff --git a/iba_Latn/state.json b/iba_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8d69daceb2f57957c35e30a78e18170d538787b7 --- /dev/null +++ b/iba_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3289696d95b35fec14420f4be656fdc5cca4a92ffd86da83e480fad400ffa2f +size 247 diff --git a/ibb_Latn/.gitattributes b/ibb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ibb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ibb_Latn/data-00000-of-00001.arrow b/ibb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8db8fa95c77228b0f6d8be8d6a97c41eac05d2ea --- /dev/null +++ b/ibb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fbc45070d5130f38ffc1fbe3bb69e7a9cb658fcaeefb8c3b4a13dbe66315bf +size 5176224 diff --git a/ibb_Latn/dataset_info.json b/ibb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7d98047b5ee55993f162d52dff9a18ce8dd98246 --- /dev/null +++ b/ibb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84065c2c8e6199f6c4cb99c95eb8c76ce97787038544ec5c1a0fcc4a4b21b8f1 +size 1105 diff --git a/ibb_Latn/state.json b/ibb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..82e807fe32d30257f31d6b295f8ba62766936cf6 --- /dev/null +++ b/ibb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af38e712e4b6be7182ac5d9ea153b0b1a0f2c79396679f45f76d65df5bcee029 +size 247 diff --git a/ibo_Latn/.gitattributes b/ibo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ibo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ibo_Latn/data-00000-of-00002.arrow b/ibo_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6aeb29d9e4b3b17e6e4c05d01b0b989106b85f24 --- /dev/null +++ b/ibo_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28adf975a2d9773d84964ff414535546f85b48653b6d1abc22d4f0d3267f85b9 +size 440221624 diff --git a/ibo_Latn/data-00001-of-00002.arrow b/ibo_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..44a25a2d7f8e480e9f86cd9ae3d79cd62c2b2bf0 --- /dev/null +++ b/ibo_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639265b8862dee5431d85151d4815454c38b5cb7d259b658f4bfbd0cb94b6fe4 +size 355984776 diff --git a/ibo_Latn/dataset_info.json b/ibo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e42b235271a344eb9e2fc66ff7dd501d5f234818 --- /dev/null +++ b/ibo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7be6fc3af9e6e5748da978fef855f3f21313f238aedd06d33435ef48ed13ca +size 1204 diff --git a/ibo_Latn/state.json b/ibo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9962ba5083a58dfcfd5cdc3adbef96b42fd20632 --- /dev/null +++ b/ibo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ccfd8f2c191581faf619f1bdac3f8617419f2829fc3008e34a3728d6c55232 +size 306 diff --git a/ido_Latn/.gitattributes b/ido_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ido_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ido_Latn/data-00000-of-00001.arrow b/ido_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ddf3e107c8166575ee6010c49b629c5e105b046 --- /dev/null +++ b/ido_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389505d1517ceaf5dd8c36d9f87284269af9da8e8de5ac1ae2dda714a1e3a925 +size 74587312 diff --git a/ido_Latn/dataset_info.json b/ido_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..51e3b1ea7409c15263a3cacf98036a31f65ea116 --- /dev/null +++ b/ido_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d509049bbdc49ff41de33e20c358686f7048642aff19bda80b1ebf4ca4d1166b +size 1115 diff --git a/ido_Latn/state.json b/ido_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d96a8b02334055696b218179f42f28f3e884d75e --- /dev/null +++ b/ido_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53f8e073edec59f558310e821a167f2db1fc4f39cbede43b679a591c174971d +size 247 diff --git a/idt_Latn/.gitattributes b/idt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/idt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/idt_Latn/data-00000-of-00001.arrow b/idt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e10ab9401bf72e3474bc5935b8d5dc5ff1240b66 --- /dev/null +++ b/idt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176664fcb8e2409f5f1345245c7e21da88c2dfc41ef693aabd2a0e3c25fc5f2e +size 4352 diff --git a/idt_Latn/dataset_info.json b/idt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd2ed78f1e482748e02bd508b26336d838c6aaaf --- /dev/null +++ b/idt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a2b8e5c9ef5bb817ce4f78ac6b2ab0b1999d35c86a0919b16e72aaa0dd3823 +size 1087 diff --git a/idt_Latn/state.json b/idt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5dc6b33025008e9fd982c009988aca7913fad619 --- /dev/null +++ b/idt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057fc73d7237946eb2738be3f6c26ccfb4c8e87119b2201017ae714a319484ca +size 247 diff --git a/ify_Latn/.gitattributes b/ify_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ify_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ify_Latn/data-00000-of-00001.arrow b/ify_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a252c44946104f477029f0f74815d451928c784e --- /dev/null +++ b/ify_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2cc11a01d1dc92188b1cf97901c17131d43d752e124bfee868a721227de9b2 +size 338784 diff --git a/ify_Latn/dataset_info.json b/ify_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..357038ceb26f6c88062582cb7745df176eff1035 --- /dev/null +++ b/ify_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c98c51f7acdf9dd81c367f02af0f36174471b79fafa5d864be06c11ebcb32ce +size 1098 diff --git a/ify_Latn/state.json b/ify_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1720f923333d714005957cf5dd06433b520c8475 --- /dev/null +++ b/ify_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7fb6db5962bb3ca75010f361e15f52bd185d559274b02b37bfd56441adb288 +size 247 diff --git a/ikk_Latn/.gitattributes b/ikk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ikk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ikk_Latn/data-00000-of-00001.arrow b/ikk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..373929906f4b0a9b1baf9b09b2b7f98fd1fa2462 --- /dev/null +++ b/ikk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e02cdc11ce5732cb0b9a11b2fc63b7f1d911e60c8cf369d5a901e1ca08769dd +size 1728264 diff --git a/ikk_Latn/dataset_info.json b/ikk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f079a0109ed3b49f4c85946a8276f9aec0e04c80 --- /dev/null +++ b/ikk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2248f7d39455a0a7db631581b7374352801c34407b9206bc7b7e486bf5a6b902 +size 1105 diff --git a/ikk_Latn/state.json b/ikk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e0642cd616e3cd423038d203a203437ebb34fa11 --- /dev/null +++ b/ikk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851f59ca40892ae80be80debec85ad2e87b57e8766ad94170b3b3e079a53377a +size 247 diff --git a/iku_Cans/.gitattributes b/iku_Cans/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/iku_Cans/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/iku_Cans/data-00000-of-00001.arrow b/iku_Cans/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cb038bfa99733a1c3e437e15e49a2de309edf3b6 --- /dev/null +++ b/iku_Cans/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b98e6d02fcecc30cab0be7afee2b1edfffb12426dd543e774e698060ef34fb +size 22032176 diff --git a/iku_Cans/dataset_info.json b/iku_Cans/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0e28c6bc0559aa22da4ade7b9c920cfd0db3c595 --- /dev/null +++ b/iku_Cans/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bffdc3b8598eb2bb8b614e71a4c5fd95faf4932d5d6a60047392f5eb656eb8a +size 1110 diff --git a/iku_Cans/state.json b/iku_Cans/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a19031c518061b28ddeb3c6d0df121af2346dd47 --- /dev/null +++ b/iku_Cans/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed4a186cbcf70f029a0215a3170e3666de17f573a43be5b0b595facedcccdd6 +size 247 diff --git a/ile_Latn/.gitattributes b/ile_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ile_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ile_Latn/data-00000-of-00001.arrow b/ile_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..25ab52c6d9281af6c8d245f0f1c23db9a68f564d --- /dev/null +++ b/ile_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3fb10e5c3ce08620b47e8bb875dd3cf372afa8a2b2cf07bd5a513f0a8e4794 +size 9203944 diff --git a/ile_Latn/dataset_info.json b/ile_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1ff0c259e86c4886993637ff3fc170a9209c4ffd --- /dev/null +++ b/ile_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1da2e10fa5b50e7a29f08fb6d290a6e01036dfb7c55ef33826c84ac89473f4a +size 1111 diff --git a/ile_Latn/state.json b/ile_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0aead9f6f267a3a6306a4d67d2f8a3e810eb75fc --- /dev/null +++ b/ile_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b9c5c7674414650a9384d4bd7139d11d90ee0fab0dcde9c1478d9674cf2c00 +size 247 diff --git a/ilo_Latn/.gitattributes b/ilo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ilo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ilo_Latn/data-00000-of-00001.arrow b/ilo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6cbc3768b29a213060f0a47d26e8de60b64476c1 --- /dev/null +++ b/ilo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c1df8987901958a800cd6809a6c9cd356fac79c0048d4b1d7114240fd8f76a +size 89538424 diff --git a/ilo_Latn/dataset_info.json b/ilo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9b520bda7c28040667906a4edca91be8c90bb7b7 --- /dev/null +++ b/ilo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc6e917680c6c156933d0e2ccd3c9d8a81bde9a9ad811edf07c1ac126ba5ef5 +size 1115 diff --git a/ilo_Latn/state.json b/ilo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..418af80258d95849b0cf774f90f0c7609cd975c1 --- /dev/null +++ b/ilo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d51e6fd3ce28139f69f8e9395cfde3ddb3624b19595c3fd75613295800c61e4 +size 247 diff --git a/ina_Latn/.gitattributes b/ina_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ina_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ina_Latn/data-00000-of-00001.arrow b/ina_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d72b68096e1e8384d129ae28e1112900b713ca23 --- /dev/null +++ b/ina_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cd1afa64853c3c08f00301c51239d870cd2bd29b4a12c1d6dcd4861a54f216 +size 49026464 diff --git a/ina_Latn/dataset_info.json b/ina_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b65c4a72fed20cb2a73daa04294ba0e278a8a8ad --- /dev/null +++ b/ina_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9285b98317dbd681b0c4cea4c22fa2efcf602cef5b13a10e51891b167cf4fc5b +size 1113 diff --git a/ina_Latn/state.json b/ina_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d7420e41d75d1ce90fe8704ff8092cba0824e6e8 --- /dev/null +++ b/ina_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dff25baf577e03df7d256a2999e5f56e6bf7d5448583723dfe93c8e10efc440 +size 247 diff --git a/inb_Latn/.gitattributes b/inb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/inb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/inb_Latn/data-00000-of-00001.arrow b/inb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a32c594ccc913f1736ec73782c61067c0188b3ab --- /dev/null +++ b/inb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc26cc721a7d2c8f0c57741258b55f4709a258b8dfc25d8a087ed567b699647 +size 1898040 diff --git a/inb_Latn/dataset_info.json b/inb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b8e0b32ed759b95adeb42a46fa0dbdec36570c33 --- /dev/null +++ b/inb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cb7ef29eac75924ab2a32726face198879697e3dadade7463f5b2168e98e50 +size 1104 diff --git a/inb_Latn/state.json b/inb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e8ea23e97f30734cd5e553e3aec5a9f3c3488fc8 --- /dev/null +++ b/inb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc73b128f67d1bf98ef1cf5a4c517df48034b173f5ba863e7be90a00c8127275 +size 247 diff --git a/ind_Latn/.gitattributes b/ind_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ind_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ind_Latn/data-00000-of-00035.arrow b/ind_Latn/data-00000-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bde3332610af8c5809c42b433af62b6c80f51c33 --- /dev/null +++ b/ind_Latn/data-00000-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdf533e084d78baba4cf25e7fa1c6898a5eda315565da9121f38001a27fa7fe +size 662483272 diff --git a/ind_Latn/data-00001-of-00035.arrow b/ind_Latn/data-00001-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ab2421cedaa276620918823ffd0cbd8a8b8331c5 --- /dev/null +++ b/ind_Latn/data-00001-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2b9db9e11d8e4294716a0f053137ac783f250d46b66e0c08b098fd23a7d3f6 +size 451952808 diff --git a/ind_Latn/data-00002-of-00035.arrow b/ind_Latn/data-00002-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cdc0abf0ad726af360e2f06f12a0e5dab7ea6aa2 --- /dev/null +++ b/ind_Latn/data-00002-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584bbdf37215302ed113c575af109fc7027ab0b8cc8ac0390fe2f2fcb208ec47 +size 451451552 diff --git a/ind_Latn/data-00003-of-00035.arrow b/ind_Latn/data-00003-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1f0cfd754c1a7d1a1d29c91c4ac081b6a4f45eba --- /dev/null +++ b/ind_Latn/data-00003-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebeb1afac1d21b39df4bf1dba2f4628f5f2d429134cb173c03e2e290385d1ee +size 454844488 diff --git a/ind_Latn/data-00004-of-00035.arrow b/ind_Latn/data-00004-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c0fc66f8f6412f3d7675e592a1632d7ecd3d9ff --- /dev/null +++ b/ind_Latn/data-00004-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07898b487c064d9664001428b22e130e6570ac878afb2354bdaee15214643fd4 +size 457074192 diff --git a/ind_Latn/data-00005-of-00035.arrow b/ind_Latn/data-00005-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..188fe25a9fcce7af55aeedccaf77dd70c39a6416 --- /dev/null +++ b/ind_Latn/data-00005-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9761ae7c87a151a99364cd635be1ebbd9fc99c4b8996281395a30b487114b54e +size 448332752 diff --git a/ind_Latn/data-00006-of-00035.arrow b/ind_Latn/data-00006-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2fcd6030aa3cddb354ca904002134a4c678de250 --- /dev/null +++ b/ind_Latn/data-00006-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1033f181ddecf742465c7372b06f56768787f489c4bb88b7f53a33d28b57ede +size 454183272 diff --git a/ind_Latn/data-00007-of-00035.arrow b/ind_Latn/data-00007-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..68cd8ad8d5dca1a35ee9e14a37b8362d9d94033f --- /dev/null +++ b/ind_Latn/data-00007-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8a04d43a18751f67b0065706e34b54553a8182dd671313f324d00a401331b5 +size 453401680 diff --git a/ind_Latn/data-00008-of-00035.arrow b/ind_Latn/data-00008-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95ea32515008e2e326aaf7a77681a47e1c4b9610 --- /dev/null +++ b/ind_Latn/data-00008-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957d88398fb0d1ff1c7acc73a725f04415428ce5538873794dc519608f3512ac +size 448506696 diff --git a/ind_Latn/data-00009-of-00035.arrow b/ind_Latn/data-00009-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5276f726e5c9b114e48f3ef076a2b58797e4ed3d --- /dev/null +++ b/ind_Latn/data-00009-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df91152e55242a1b65f0c500a7309b41c1b70189f08572942ddf1e5237d9d8c +size 456192760 diff --git a/ind_Latn/data-00010-of-00035.arrow b/ind_Latn/data-00010-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..74066f505bce5ad89774444f2682f6527c8bd46b --- /dev/null +++ b/ind_Latn/data-00010-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dcc83ccb496ae21da120f5e78cde646fcde7404626b542f08fe7f4ce39c057 +size 451412096 diff --git a/ind_Latn/data-00011-of-00035.arrow b/ind_Latn/data-00011-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c571324bced175109db5ee67962ff4ac85be3c7 --- /dev/null +++ b/ind_Latn/data-00011-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ab595cece2b6e7faefec0866a3102ab583c1485c1a4f82b6f52a35c7d5ddb4 +size 452381760 diff --git a/ind_Latn/data-00012-of-00035.arrow b/ind_Latn/data-00012-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..af5f74420997359a3e34fefaf29e1635dd478d7d --- /dev/null +++ b/ind_Latn/data-00012-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1030fd5187a6236d4555160db22bed40266160e6d3b01f2da503378ca7aaae7b +size 447889440 diff --git a/ind_Latn/data-00013-of-00035.arrow b/ind_Latn/data-00013-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9893e56a662aa24c93945dbe3e4e779ed29e9cd1 --- /dev/null +++ b/ind_Latn/data-00013-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d9d8f90105b6ead62c98b88d74d815a3e9ffe281b882080e6f1f22b4d6a90c +size 456038280 diff --git a/ind_Latn/data-00014-of-00035.arrow b/ind_Latn/data-00014-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..827eb92302e56787cae09e3ad3b3d008d8fa14e0 --- /dev/null +++ b/ind_Latn/data-00014-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4b7c2c32e0347b69f6711e605870cc8695103524a528f7e5f296cfd82a8d59 +size 453185456 diff --git a/ind_Latn/data-00015-of-00035.arrow b/ind_Latn/data-00015-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..63795065971abccfa4929c56d4f786c578f2fe9b --- /dev/null +++ b/ind_Latn/data-00015-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b68562885ef6f04afab57ea7da89bc91424c6eca7cf26e64684e2a072ce7490 +size 459936328 diff --git a/ind_Latn/data-00016-of-00035.arrow b/ind_Latn/data-00016-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aad3b53f8218a4b1886b180c58dd52a8cbc31611 --- /dev/null +++ b/ind_Latn/data-00016-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67980f45e46ee9492d9b9e6b5da3a2b59180f59e6b13ca339ff1a900cb36580b +size 459449088 diff --git a/ind_Latn/data-00017-of-00035.arrow b/ind_Latn/data-00017-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b4783330a71afcddd609410873356eef13d321c4 --- /dev/null +++ b/ind_Latn/data-00017-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79284e216a13e2163653fa0a1a122e5aa264b46b5036d7b719d3d9b3f08a710a +size 455269032 diff --git a/ind_Latn/data-00018-of-00035.arrow b/ind_Latn/data-00018-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6dac77769afae025fc8eafe35bd9d1c901f3b4a1 --- /dev/null +++ b/ind_Latn/data-00018-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc6829b2df7085db5a023492187f098d651f3fd1fc73696bc77027a2bff2507 +size 453907808 diff --git a/ind_Latn/data-00019-of-00035.arrow b/ind_Latn/data-00019-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0510a2fd45cd7c408090b2c48ca830062074fb52 --- /dev/null +++ b/ind_Latn/data-00019-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0486b0ce86fdfcc3012aac1d53d475c3b63b59b08f905b798b3eade3ebbf9755 +size 452253448 diff --git a/ind_Latn/data-00020-of-00035.arrow b/ind_Latn/data-00020-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..960640d234c6194a28c4f729022c96c051d8beed --- /dev/null +++ b/ind_Latn/data-00020-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07459285bed237a1b144cc68c7785fffc394643772256eda1fc2fdf41f876c8 +size 458688320 diff --git a/ind_Latn/data-00021-of-00035.arrow b/ind_Latn/data-00021-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da71b9d7314f7bdc34968310666130293340797f --- /dev/null +++ b/ind_Latn/data-00021-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde9c5539ae714414d9b53b20f9222947111d0fe71cd5c9fbab53aea93bcfe76 +size 451408696 diff --git a/ind_Latn/data-00022-of-00035.arrow b/ind_Latn/data-00022-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..862751ffa72b0a48c4a03b33ecea7fd2d7555969 --- /dev/null +++ b/ind_Latn/data-00022-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0ab6140f087df063b4c40da257c397ada2eff85246c482f7a4c0e29350fe2a +size 816833840 diff --git a/ind_Latn/data-00023-of-00035.arrow b/ind_Latn/data-00023-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cbf0e2403afe344c0f39a739405797f66d13b691 --- /dev/null +++ b/ind_Latn/data-00023-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791b839a08075c12dd42841124bc844a64237c1a4fec10531438685ea37172c2 +size 914522088 diff --git a/ind_Latn/data-00024-of-00035.arrow b/ind_Latn/data-00024-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..64f04c027819a4bafe13d4a8b1e624dab3b21541 --- /dev/null +++ b/ind_Latn/data-00024-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6cb06fc44048da15db24097c582f6836cd6bef8efb03a5451fc78ada08e667 +size 453594344 diff --git a/ind_Latn/data-00025-of-00035.arrow b/ind_Latn/data-00025-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3f6d4659303730506ee25e1fb4cb0ff02d988113 --- /dev/null +++ b/ind_Latn/data-00025-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3a228db73e20d3a55d216938fdabf60ac8028be8591af4cf44b2505c46b282 +size 454724280 diff --git a/ind_Latn/data-00026-of-00035.arrow b/ind_Latn/data-00026-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1af6d9d0bae79a3a8e335b6d85fafb047ea2e12f --- /dev/null +++ b/ind_Latn/data-00026-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e3e9e70325bc5ee0ccffde40335f3b3e7d30ca1edd89b2c0322f88071cf232 +size 452227160 diff --git a/ind_Latn/data-00027-of-00035.arrow b/ind_Latn/data-00027-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..46fb8e0b8a24096ae45b49eabbdf14429576d931 --- /dev/null +++ b/ind_Latn/data-00027-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d50b24df7819e2385423a0d0830579a93d337d8b56aa3d8665ef92374a838d5 +size 625064704 diff --git a/ind_Latn/data-00028-of-00035.arrow b/ind_Latn/data-00028-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1d3cd7b37bb14eb092ac60bb06c53ee8319482e --- /dev/null +++ b/ind_Latn/data-00028-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ef1f1d7df94f58fedef9f63f3c3a81ccef834f47932e59227decbd9c3a6244 +size 459738640 diff --git a/ind_Latn/data-00029-of-00035.arrow b/ind_Latn/data-00029-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66bbccce01823580d1cb5328ca3b1b6e547f8938 --- /dev/null +++ b/ind_Latn/data-00029-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1246a834435cb5806d2d6a275d1c3a881096b37a699315122cd3c2634f2d70a +size 451146672 diff --git a/ind_Latn/data-00030-of-00035.arrow b/ind_Latn/data-00030-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..09b89c23df59703f9ebebefbbda1b5da95e63fe1 --- /dev/null +++ b/ind_Latn/data-00030-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a213ad70c0c5ad104115ab7db4eb96324aec7550894185e82df454a2c6086c5b +size 448404968 diff --git a/ind_Latn/data-00031-of-00035.arrow b/ind_Latn/data-00031-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a27a995e9b2ecf08e2e10cb97898d134044c49ca --- /dev/null +++ b/ind_Latn/data-00031-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c470e777f156a3877eac673e7f4eee28189ab502266c5c2d59f815912b75bd1e +size 461831360 diff --git a/ind_Latn/data-00032-of-00035.arrow b/ind_Latn/data-00032-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ae16f514d5eb47ec0a6d86f145752dc2950af64 --- /dev/null +++ b/ind_Latn/data-00032-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb08dac5038158213fb6ba55d8a77abfeeaba792a1c59507cc8553535ca14a8 +size 450744864 diff --git a/ind_Latn/data-00033-of-00035.arrow b/ind_Latn/data-00033-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e802eabc8c37e2e06ee8defac367d80d9954a5f5 --- /dev/null +++ b/ind_Latn/data-00033-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908da2a10f5a689055572f429837e4f4444b8f2010fd0b93c26de2490cfc8467 +size 463133368 diff --git a/ind_Latn/data-00034-of-00035.arrow b/ind_Latn/data-00034-of-00035.arrow new file mode 100644 index 0000000000000000000000000000000000000000..881e03b4de4b9aa10f5cc609749b0cb06a5ad5f1 --- /dev/null +++ b/ind_Latn/data-00034-of-00035.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b91b3c79f863268aaf8cb1f2f6a5cb90c13c5dc35a00f1d55e6ecea66100b4f +size 458996040 diff --git a/ind_Latn/dataset_info.json b/ind_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e3bd341dcaf2de0a1f7c09592ec9b5d226151373 --- /dev/null +++ b/ind_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c1f816dc1af0239f73348326b4543f57703778c7e20b93cb44276342e42f74 +size 7563 diff --git a/ind_Latn/state.json b/ind_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e1ec3a46f1fb04c8547655336419156313669b71 --- /dev/null +++ b/ind_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bedb2c7a1cd2734a91daf861ed9b34f52fe8e443202f4280281d569efc93a7 +size 2253 diff --git a/inh_Cyrl/.gitattributes b/inh_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/inh_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/inh_Cyrl/data-00000-of-00001.arrow b/inh_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..feb9ec7142b5478b6a992eba847d47951b26eb18 --- /dev/null +++ b/inh_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc936659312216b1ed782c6fcad426d9acc3c01916c76d3826b2305a2ef5b34 +size 13469184 diff --git a/inh_Cyrl/dataset_info.json b/inh_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1c36a14bf9a105d98fdb74ba1ae8cd274d38bb23 --- /dev/null +++ b/inh_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d967af62c4a4d4a768988d6d5bd4e925d1af164a495bbb2c436b4234e8f3461c +size 1111 diff --git a/inh_Cyrl/state.json b/inh_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..20abf1eee9bdeda32124f520a0278d51f52558a6 --- /dev/null +++ b/inh_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadbc0923e3a427dd9512c412c6ba2f01777f7c3f18e0a676f02f30e19e192df +size 247 diff --git a/inh_Latn/.gitattributes b/inh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/inh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/inh_Latn/data-00000-of-00001.arrow b/inh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e4f7d3cd39c13d30d079da2969ce42df92b15513 --- /dev/null +++ b/inh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd4c0e7e13e6c4de044952d92588d592df0f61a4a6a5b3622b14ec9acdb68d7 +size 22624 diff --git a/inh_Latn/dataset_info.json b/inh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..28d4575aa4a17afa2afa0a65ee1750c04fcbcbdc --- /dev/null +++ b/inh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd152d06c02f6eedec5b3b02a9ab0b3ec51645ff80646620c9df1f2cfcd3622 +size 1095 diff --git a/inh_Latn/state.json b/inh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a8c95e5639d7624e3b6fe57c34405d5db3a75f1c --- /dev/null +++ b/inh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc29b06b1d3db2705915178ac2f9462dbbce6e7a76e3dfea4715e26ffbb03635 +size 247 diff --git a/ino_Latn/.gitattributes b/ino_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ino_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ino_Latn/data-00000-of-00001.arrow b/ino_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c07d0943f96515f2cc10a44738bd2a944f6b6d53 --- /dev/null +++ b/ino_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077d44f3c6d135d2d250a9fcffbada3fbc6971a38b8c7e5c36d9a4f3bb4a8883 +size 2712 diff --git a/ino_Latn/dataset_info.json b/ino_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e7966a22bb7b43a13a36ba497f6f0d2b09acf1e2 --- /dev/null +++ b/ino_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576edace0ebb5fea384e8ccac5b3c38a7c3084054ede8cd5abeb44b18e9f86df +size 1087 diff --git a/ino_Latn/state.json b/ino_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..abddab6e68f963288c7f695f886a0bb5a0eae4ad --- /dev/null +++ b/ino_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf6c11ec8b48e3803c4f3a6c34f8a762fcb0497321fae606bba55602b504b1d +size 250 diff --git a/ipk_Latn/.gitattributes b/ipk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ipk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ipk_Latn/data-00000-of-00001.arrow b/ipk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cffe136e988095165025fa89dff5ff73991c40b1 --- /dev/null +++ b/ipk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bbfa906a9ac029a934ba44282b5e596e8134b07c261f925d2f392a3ebd89e3 +size 140560 diff --git a/ipk_Latn/dataset_info.json b/ipk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9786f6552350a0b203ec575b32a14dc4f2d98f9a --- /dev/null +++ b/ipk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f527e0e43e9710b54782df26a1cd73006cb3ab5034bedaabb63dfffe4fbd08a +size 1099 diff --git a/ipk_Latn/state.json b/ipk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3671a921dfc6a6cf41766a3bcbb83faeb015421d --- /dev/null +++ b/ipk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1877268bd304f3a4ee3848b495b6437de153f260f24b652b164ddc4e8f0a47 +size 247 diff --git a/isl_Latn/.gitattributes b/isl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/isl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/isl_Latn/data-00000-of-00028.arrow b/isl_Latn/data-00000-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ea348bda47044f9272e1e6603b65292469b29aa9 --- /dev/null +++ b/isl_Latn/data-00000-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41de0276db6e92c0004b83422cbb0ef18f79009be6ce372c3b9916b1e953ecd9 +size 151953936 diff --git a/isl_Latn/data-00001-of-00028.arrow b/isl_Latn/data-00001-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6bbc939d025d8b1202cd4abbc9832c1ec723c91b --- /dev/null +++ b/isl_Latn/data-00001-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aace85ce4fbe6c56918bd062970a830539ce82db693a1aac7c1372c338179ad7 +size 406055992 diff --git a/isl_Latn/data-00002-of-00028.arrow b/isl_Latn/data-00002-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..434c47d0a8977bf0c6907921ff580b8b9ccd4634 --- /dev/null +++ b/isl_Latn/data-00002-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74500019668acaa985df361c5719305c81377192e86a2a7affa4169c157b337 +size 2101021920 diff --git a/isl_Latn/data-00003-of-00028.arrow b/isl_Latn/data-00003-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb5bdefa72a03dea4f8175fd7bd969764e8e1410 --- /dev/null +++ b/isl_Latn/data-00003-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a3509e9af1b03230f4896ae6a988ab6156ac6bc07f1adbdd57488d9b409892 +size 1779782840 diff --git a/isl_Latn/data-00004-of-00028.arrow b/isl_Latn/data-00004-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1fbb65f2fe62dfd1a00b04f2698811c237b3af7f --- /dev/null +++ b/isl_Latn/data-00004-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311d6f3a75e50d0fab28b97e71f3523a5e44983ba60bca7c5d9086d84f0e8552 +size 1485857616 diff --git a/isl_Latn/data-00005-of-00028.arrow b/isl_Latn/data-00005-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e82491a26af68b016b7bf433c00f23e675074fb1 --- /dev/null +++ b/isl_Latn/data-00005-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cecb347a2f46160dbe8175d886c253c68964504d3d936ae4ba668d02c1719e +size 166678640 diff --git a/isl_Latn/data-00006-of-00028.arrow b/isl_Latn/data-00006-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2dd48cff44abd07090a2dd0895c98236db4d474e --- /dev/null +++ b/isl_Latn/data-00006-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8cbffc8355ff46744fec8c77ce9a8fe33761bd4921f9ecdeb58059ce9c8651 +size 164748176 diff --git a/isl_Latn/data-00007-of-00028.arrow b/isl_Latn/data-00007-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..58937037b1dd88fef35e781b131527093499b4c7 --- /dev/null +++ b/isl_Latn/data-00007-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f0ee46c82a06c499d9b88ee8b6ac2fa1f34cb1ffb205b5d947e4db30793943 +size 1799011800 diff --git a/isl_Latn/data-00008-of-00028.arrow b/isl_Latn/data-00008-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..57d7f29607657bd9af8ae07b1116d9d2339cbe96 --- /dev/null +++ b/isl_Latn/data-00008-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d48a944022bb34b66fe88e9b9afb36ff041a335305b474878fa8279220fce46 +size 159321128 diff --git a/isl_Latn/data-00009-of-00028.arrow b/isl_Latn/data-00009-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..251fe2e531599fd64229a73b5bbae6d0b0188446 --- /dev/null +++ b/isl_Latn/data-00009-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fa2549e1d67540857fa5d3e503652a84993d5c06b6656bac587dffda325a22 +size 159181104 diff --git a/isl_Latn/data-00010-of-00028.arrow b/isl_Latn/data-00010-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..84ce3c401580226e83a52fcb928e1826cafe75ec --- /dev/null +++ b/isl_Latn/data-00010-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb801c39c25b320f3b0bad66467f3ddaa248b2f811fdf764a7c0c3476c21998 +size 159548744 diff --git a/isl_Latn/data-00011-of-00028.arrow b/isl_Latn/data-00011-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7030114e2888b4b82ec4aa4427d54b1aabd55a39 --- /dev/null +++ b/isl_Latn/data-00011-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a587f9b0913c1e1e266cc6997bdc9eb48c4fb5f1d41384c048fc1c74016a56 +size 160026672 diff --git a/isl_Latn/data-00012-of-00028.arrow b/isl_Latn/data-00012-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..35196ba84f7d77e5e223742672a8db2342b40526 --- /dev/null +++ b/isl_Latn/data-00012-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0960612b36d30c57c33be8700bc99528ad4995200701716db41fea45e83ded81 +size 165207264 diff --git a/isl_Latn/data-00013-of-00028.arrow b/isl_Latn/data-00013-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..76a7a146540743793bd5b415348160d0c3025aea --- /dev/null +++ b/isl_Latn/data-00013-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deac8bc587894d94d2d9624cd3264ccb7847a708cca4ce09fca2bd423fae5cd0 +size 169098920 diff --git a/isl_Latn/data-00014-of-00028.arrow b/isl_Latn/data-00014-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ca430b75c8530ef82ec312a1b2aab4e04375447b --- /dev/null +++ b/isl_Latn/data-00014-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a70dd7af21aa8ca6262d53a0905ed2d155b6de1369e7c1cebf733e4888e382 +size 169078568 diff --git a/isl_Latn/data-00015-of-00028.arrow b/isl_Latn/data-00015-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8675c5de58147e384068ed5fccfa1987ca9fba0f --- /dev/null +++ b/isl_Latn/data-00015-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417fc899bd129c9d7dceecb00cf05c91ed82366f06c2bddcf8ff16699fb2594a +size 168568416 diff --git a/isl_Latn/data-00016-of-00028.arrow b/isl_Latn/data-00016-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ff675661e4bc4953afd623fb2c0b55d554c8c19 --- /dev/null +++ b/isl_Latn/data-00016-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f82f58cb2b106d02463a72fb221d0ccae895865c42443d29b6e249bd1f3650f +size 167602736 diff --git a/isl_Latn/data-00017-of-00028.arrow b/isl_Latn/data-00017-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10b1c192341d624cd677ec159aa5bcf4f33730cb --- /dev/null +++ b/isl_Latn/data-00017-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111d414b05c8cb149dc0566bd7137e226433dfdcd8f188781ecba6c08c56c5db +size 167209704 diff --git a/isl_Latn/data-00018-of-00028.arrow b/isl_Latn/data-00018-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..de6216fcb6575130a22d7250ee18cf15d7d5e2dc --- /dev/null +++ b/isl_Latn/data-00018-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75140938511e0be680302eeb8d752c0126bdf870d6f15dbf81bea1ebca79fab3 +size 168247000 diff --git a/isl_Latn/data-00019-of-00028.arrow b/isl_Latn/data-00019-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f616f4196b07c08d72bf541466fc9af5df85380b --- /dev/null +++ b/isl_Latn/data-00019-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fae514f73bb79ede2d1958d5ca1ca2cad7e5db668dbcdd669f9c0015e74d77c +size 819474704 diff --git a/isl_Latn/data-00020-of-00028.arrow b/isl_Latn/data-00020-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ccd2e30438e1a81a7ba18eed4e0f6f69ec140225 --- /dev/null +++ b/isl_Latn/data-00020-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7dfe4486d1f076e162fb7fa00336782fba51c9229791eee149a3f33aec8b71 +size 1694015352 diff --git a/isl_Latn/data-00021-of-00028.arrow b/isl_Latn/data-00021-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..576b9c299674b908e6e4d5a7bb8fe17ab92bdf02 --- /dev/null +++ b/isl_Latn/data-00021-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434a4d11daca8c2cbc7c573c4f1374ae68529b81dbcc170bf762328b891bda31 +size 164863400 diff --git a/isl_Latn/data-00022-of-00028.arrow b/isl_Latn/data-00022-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1800a2a4d90a235a9bbc2ca0116f77cacf5e514d --- /dev/null +++ b/isl_Latn/data-00022-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4221e1ff01a7478361fec44c52f1566a92bb9d6c3580c7a87d437ba7a013d1a3 +size 165098184 diff --git a/isl_Latn/data-00023-of-00028.arrow b/isl_Latn/data-00023-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6b85a7c723b84c18ac6c9da4f23bac8001db9158 --- /dev/null +++ b/isl_Latn/data-00023-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d32052ae6f172115fd473c97efca471d16f766999b8303190f9eb59b4b0238 +size 165933712 diff --git a/isl_Latn/data-00024-of-00028.arrow b/isl_Latn/data-00024-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f58cdfa43816a2e3064e62286b01f66e9d1074a8 --- /dev/null +++ b/isl_Latn/data-00024-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b28cc31867279397f9f50d69a36893a417538ab580fbc7a80789814e20b9d49 +size 167757552 diff --git a/isl_Latn/data-00025-of-00028.arrow b/isl_Latn/data-00025-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b3f00063283f0997172d3b19c9386150d3634f2 --- /dev/null +++ b/isl_Latn/data-00025-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e75b44e049d05d0a8b971990729711d10b33721efc1ace30588680622d1a9a3 +size 166502584 diff --git a/isl_Latn/data-00026-of-00028.arrow b/isl_Latn/data-00026-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..74ffb3f9e9ed1dc644673a566f77407f9f91c8a9 --- /dev/null +++ b/isl_Latn/data-00026-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1a9014977ad6bbf2b5935a958d6dcb3e77c31247705900854795543104ed26 +size 167767256 diff --git a/isl_Latn/data-00027-of-00028.arrow b/isl_Latn/data-00027-of-00028.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c905ad2a95bbd9c557a1a1fed93769d03b39f4c3 --- /dev/null +++ b/isl_Latn/data-00027-of-00028.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2735c44f40f8aaa48305f0dce0c1d1187731a318ea6d643024a7f10eb436866 +size 167355792 diff --git a/isl_Latn/dataset_info.json b/isl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fdc7a9fd1ab7a7b288b1135946424cd8b998f440 --- /dev/null +++ b/isl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65f9a603544cd25a3745ade7090f3c1042c59adfb501591b976175c3dcb78e4 +size 2226 diff --git a/isl_Latn/state.json b/isl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..84bce1cbbf3ac72739f3b293240d1a4e79f9c7a3 --- /dev/null +++ b/isl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9f4f09603e548b7207ca68dfdc1a73ee1a42b6712183cdc46e10130f691821 +size 1840 diff --git a/iso_Latn/.gitattributes b/iso_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/iso_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/iso_Latn/data-00000-of-00001.arrow b/iso_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6e6821bbd597b51d2aa3ddb865b88182ac5379a9 --- /dev/null +++ b/iso_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5d2ed0b5b1e2dcda8d9b5c5b0110be652cf4df9ad82af3f33cac7821d87bea +size 16348520 diff --git a/iso_Latn/dataset_info.json b/iso_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d4dce891568d42b5cb85dd9ab1d7fd493359497e --- /dev/null +++ b/iso_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa074f93fc058e79c6c95eab12bc7532022c73db11692d7130d27bd22fb3bef4 +size 1110 diff --git a/iso_Latn/state.json b/iso_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f442bf3da2ed63c8dba92dafad915cbad2800c57 --- /dev/null +++ b/iso_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c14a3c5a71332b1eb2aa0b51bc9bb0bb96024b3cb89e68c91b157d8b3976e1 +size 247 diff --git a/isu_Latn/.gitattributes b/isu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/isu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/isu_Latn/data-00000-of-00001.arrow b/isu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c47ff602611cd3943ab190cc81e2199346ccd2a --- /dev/null +++ b/isu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca487c8a199cfeeb3727d37428c4de03cef19afaf99687a153c0b9c6eb32c5d +size 5968 diff --git a/isu_Latn/dataset_info.json b/isu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..52e510f39281c81fd0a0657a4eb5305a6adbfdcf --- /dev/null +++ b/isu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9770b4f7b0615172004439d16ba6d75181a38666151f4731daa90c559f633a +size 1087 diff --git a/isu_Latn/state.json b/isu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..697795db9296115a7098df1cd60e573c09d2ddfd --- /dev/null +++ b/isu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04f784cbcb9b08650e46c6ad751674e6f9ad76f039bb97f55a5b781970b4432 +size 250 diff --git a/ita_Latn/.gitattributes b/ita_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ita_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ita_Latn/data-00000-of-00011.arrow b/ita_Latn/data-00000-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b22b885c77be22ff2dbf002aca253ea3e072b9df --- /dev/null +++ b/ita_Latn/data-00000-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4741ec2551d5f21a9769faf48936303b0c226874513699831f02f3ded8ecbfce +size 446041352 diff --git a/ita_Latn/data-00001-of-00011.arrow b/ita_Latn/data-00001-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a6420ef392e616c96adf1e6e6cc0b10c89fd0c55 --- /dev/null +++ b/ita_Latn/data-00001-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c8747b5950f94fbe33fb15659a96ff5c2de7609dd70b4340ebfb37b24baf33 +size 888606960 diff --git a/ita_Latn/data-00002-of-00011.arrow b/ita_Latn/data-00002-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8628cf26053cccaac3166975cc51739e16b6a3af --- /dev/null +++ b/ita_Latn/data-00002-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722677d212600a5608b4e6f0a34919f83f2949e7f959e6be316c96792b9c10a8 +size 357370272 diff --git a/ita_Latn/data-00003-of-00011.arrow b/ita_Latn/data-00003-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..63a8205e7297be28b00f67c9e528214f434c3982 --- /dev/null +++ b/ita_Latn/data-00003-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d1ce4c288e738b94756c557f810566e5596a4d7d3e4ab13394c8ef93e21338 +size 371256528 diff --git a/ita_Latn/data-00004-of-00011.arrow b/ita_Latn/data-00004-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..29ef98fd67dc542e5469f703409745fdf7c6557a --- /dev/null +++ b/ita_Latn/data-00004-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e2aac8ddcac7cd99e5f1d2e818a7d16d1a151743cbbaa3d8b0d09b9eacc12f +size 471687768 diff --git a/ita_Latn/data-00005-of-00011.arrow b/ita_Latn/data-00005-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f9b5602868259c8fa0db48dd022b21a7392aa621 --- /dev/null +++ b/ita_Latn/data-00005-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0ab814eb374a2b39fe47cf17e411f9129b2ab5a60e833dd7a246812917912a +size 438432904 diff --git a/ita_Latn/data-00006-of-00011.arrow b/ita_Latn/data-00006-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..adb64e1b1406017ac6c668063590745d5cf6b054 --- /dev/null +++ b/ita_Latn/data-00006-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b6da4b8811d482d480f83522127e1b4e166c3e3e278c10cd6f44419d46c5ef +size 541739056 diff --git a/ita_Latn/data-00007-of-00011.arrow b/ita_Latn/data-00007-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..673988a531aebb8b810d3e5a446a09043d975178 --- /dev/null +++ b/ita_Latn/data-00007-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40d03aac31a930a7fa81cceb1c362f464444ffe7992de5d4addd835a4624e63 +size 583366064 diff --git a/ita_Latn/data-00008-of-00011.arrow b/ita_Latn/data-00008-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2e9e2cc16406bfd6bfe3a4034e12706cd4815afa --- /dev/null +++ b/ita_Latn/data-00008-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15c9e03bd8d5974202aa67acf35b236751d9e942de9399f8fd3869edf57ce68 +size 375597920 diff --git a/ita_Latn/data-00009-of-00011.arrow b/ita_Latn/data-00009-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e666be50c174130855ba6567f0562fddab327fdf --- /dev/null +++ b/ita_Latn/data-00009-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc14345376981a8eb12f741ca9cac975e0f5941a7b9ef98aff237c2e7e0f1f6 +size 373533056 diff --git a/ita_Latn/data-00010-of-00011.arrow b/ita_Latn/data-00010-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..db3dc8fe865cc56b28a6fe25af3498b124512717 --- /dev/null +++ b/ita_Latn/data-00010-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4e7f72d8734680f74d349e59cc828ce6ac0f9871db79d74ae8f907b47d2fba +size 388663768 diff --git a/ita_Latn/dataset_info.json b/ita_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..eff2b95df05df73120d6d05d844818ea8ae3e834 --- /dev/null +++ b/ita_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd6eddcd4483f4fc46349ad1eed6d3f0aa9cc2011d7e9e8f1c4c2af3d71cabe +size 1333 diff --git a/ita_Latn/state.json b/ita_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7853e20c6ae655b63fe94ed5515ea9cc29182c35 --- /dev/null +++ b/ita_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b414fb1e069f334cc80767fb15549f24262a8855f567ba75d6b3723c5cfabaee +size 837 diff --git a/ium_Latn/.gitattributes b/ium_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ium_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ium_Latn/data-00000-of-00001.arrow b/ium_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4ff3376dff152e333ee20122d5ed405c3af24edd --- /dev/null +++ b/ium_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afcbac4bcc8836842e5f35b248bdc7acdb1049036286e3ad36e87450adda7f6 +size 7525672 diff --git a/ium_Latn/dataset_info.json b/ium_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ef47bd64377cf3992f481d29040fcb9fd4988465 --- /dev/null +++ b/ium_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e7dd167022381e2858d6965595659fdf5010bc1ea2f485ea0ec2ecbd83b196 +size 1106 diff --git a/ium_Latn/state.json b/ium_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2b4640133de164ec43fb5218fbff4a87db56e2c7 --- /dev/null +++ b/ium_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ed4938ac6275b2e159e7ce19ca7696a1310a87a8785fad1769d905b8e045ce +size 247 diff --git a/ixl_Latn/.gitattributes b/ixl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ixl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ixl_Latn/data-00000-of-00001.arrow b/ixl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2eab2a4b8c684462001a684eb41471b50c4366ac --- /dev/null +++ b/ixl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebb86eca63a911937ac355ced043a720407ef4e20b64882575b41535a1e9849 +size 5373944 diff --git a/ixl_Latn/dataset_info.json b/ixl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f778da3ba9253821be9a691658b76e1c53348b16 --- /dev/null +++ b/ixl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e0ddd355547027690ba84e136f32db19b5cc42fb5149406be9fe13c9809552 +size 1107 diff --git a/ixl_Latn/state.json b/ixl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..017a776ec37e0fefb567dfdc3f205bd37ed61ffe --- /dev/null +++ b/ixl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8b88417c61b59f0eb31998147ad7788ac4fdd2c4b454f6ba6296b92a4bbf2a +size 247 diff --git a/izz_Latn/.gitattributes b/izz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/izz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/izz_Latn/data-00000-of-00001.arrow b/izz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3294bdbb154d027895bc77d9f5e243acea98474b --- /dev/null +++ b/izz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068ba0a2d7c531b108cf54270c521b3b970f6877f22ecb8a36ad9a8cf532ceb2 +size 1280624 diff --git a/izz_Latn/dataset_info.json b/izz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..285d4a1168fb3162b1a8b2dc1d0a31c7b7b46973 --- /dev/null +++ b/izz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeba2ab59b2b7554831f401009fdd020d683b4f5d6d1174c65a0806882b264a1 +size 1104 diff --git a/izz_Latn/state.json b/izz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1f2c1019f4cb5392f0c0ad492bcd373e0851a6f9 --- /dev/null +++ b/izz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2fb5a6fcd3d03087d768734e176010c0278c53a1e8edf9f12f48a02d55e4ab +size 247 diff --git a/jac_Latn/.gitattributes b/jac_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jac_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jac_Latn/data-00000-of-00001.arrow b/jac_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..619c1ccd1b4d99ff3e14de7a900b81dd81111ab7 --- /dev/null +++ b/jac_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeeb5927321fe98d99546f457d75a924491ec2f98a9a40a348ad47249b28d1e6 +size 1875744 diff --git a/jac_Latn/dataset_info.json b/jac_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c512274120553b1f8a9387d7dddd416c68189b69 --- /dev/null +++ b/jac_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e14489fc156cd26318480e5ef3465a2b0ce17b8296a54c3f88db11c5fea943 +size 1104 diff --git a/jac_Latn/state.json b/jac_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7d28b0e544bdf558a75bd3da8e50c93caaae9ca0 --- /dev/null +++ b/jac_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9270b4fc9ac4e144c7af0db36206c85ba79beae62b97c86cebfc7b443692ed67 +size 247 diff --git a/jam_Latn/.gitattributes b/jam_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jam_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jam_Latn/data-00000-of-00001.arrow b/jam_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9372e4ae1fb443526db84254e2b89f327cca0d76 --- /dev/null +++ b/jam_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3952c777a87cdfc42ff8579fa35e24df204a50ccdbfdd05e01910bdcbf78c7 +size 3140288 diff --git a/jam_Latn/dataset_info.json b/jam_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2c06a47f21d82b859bc315ebb58560ae8f88448a --- /dev/null +++ b/jam_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1ecaf5840a6843bffaff0782b05ac9e5ffbf44d28db28b9d7f51580671dacc +size 1105 diff --git a/jam_Latn/state.json b/jam_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e05181a6ac359128aa621e98ad707645d0d656d6 --- /dev/null +++ b/jam_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3fef38b1964cf56575315c284f35407e049f980148d7ae670634fa379a6890 +size 247 diff --git a/jav_Latn/.gitattributes b/jav_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jav_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jav_Latn/data-00000-of-00003.arrow b/jav_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d3ba114efd0894d47f3b4e7903430959b3fb2141 --- /dev/null +++ b/jav_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc880be94e0b0bf8fd884124677ed563efb96477aa6e70356cb6e02565b8bac4 +size 679123080 diff --git a/jav_Latn/data-00001-of-00003.arrow b/jav_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..20009c26fd42aa8a9c99dd9ca4aaa1f0d58ce160 --- /dev/null +++ b/jav_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4350e2fc29ca20f44d61eeb4cdf7a52f6de17778e7a090d0318328ec341b64 +size 103645240 diff --git a/jav_Latn/data-00002-of-00003.arrow b/jav_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..528ae79b33711bf47925918df7375fff814327f8 --- /dev/null +++ b/jav_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca287fd91d6f54fc8ee0a83e99b5fb00487172665077292dc1e45f4811caa7cf +size 346875896 diff --git a/jav_Latn/dataset_info.json b/jav_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9723ad3e70b378f3db3a2947f766ec105db5d393 --- /dev/null +++ b/jav_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f29ce9d56f02d4c52d235d5423d57f82d36f67b6fef80d20ac38b5dcf36ad41 +size 1221 diff --git a/jav_Latn/state.json b/jav_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c751f808f57ae6756e3585a44f529d1d7a624f9c --- /dev/null +++ b/jav_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b12615f500e8203f38d4b00ac2bea554f6705c331868c3f12af8d416ad2511f +size 365 diff --git a/jbo_Latn/.gitattributes b/jbo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jbo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jbo_Latn/data-00000-of-00001.arrow b/jbo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e35f86ca990d15266aa9b910c31d1ea95af30454 --- /dev/null +++ b/jbo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b59ca8381211b8bdd3e7efbf127cf33e95699f421c8e8eb3948b3b531ede4ae +size 5049856 diff --git a/jbo_Latn/dataset_info.json b/jbo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6cf6d99354924329023c1ac14c03a8bcefed0aea --- /dev/null +++ b/jbo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301ae20b5263a136e06ca303f683cb8c0940958e1a5c83d2f87204c5d6ca1f60 +size 1107 diff --git a/jbo_Latn/state.json b/jbo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..303672c9d6a30bfc17b30466df240eb2420c1283 --- /dev/null +++ b/jbo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6af714fedc2db8f24d60788f8ec1de0d9eb545d01993928775aeff21161959c +size 247 diff --git a/jgo_Latn/.gitattributes b/jgo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jgo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jgo_Latn/data-00000-of-00001.arrow b/jgo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7968cbac59d279520fa6505e53385455d144754f --- /dev/null +++ b/jgo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b53adb162056469006a98e799653bc134f64da3ae02127a5ed45cf3b73887f6 +size 4088 diff --git a/jgo_Latn/dataset_info.json b/jgo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ce693c96e96cf236b55938bad3bdd6b636e306c1 --- /dev/null +++ b/jgo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1943ec5fa418430a4e567f51fd4d5d7e37b0e79b31db38bdea879a7cee7859e5 +size 1087 diff --git a/jgo_Latn/state.json b/jgo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..54d8548160887c9b1ac308608603ef3bdb82a191 --- /dev/null +++ b/jgo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685c7c56796105514636f5ab49085e5db003e053f2f2033b260c3e38c6b7ae94 +size 250 diff --git a/jiv_Latn/.gitattributes b/jiv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jiv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jiv_Latn/data-00000-of-00001.arrow b/jiv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5abb68814a7a33ccfae01e3c41442518fe0f3387 --- /dev/null +++ b/jiv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac1e7143232faec370b5d86637208f6a2de3bafdfc875c0d2ca20c47ec80fe2 +size 3623992 diff --git a/jiv_Latn/dataset_info.json b/jiv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ae6c4eba8df9abc5630530d31ac2b1ee1275159a --- /dev/null +++ b/jiv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943bacd639b4f9b65407a6cb2b945a6cb4050d5d709af96944aeace4fcb82173 +size 1104 diff --git a/jiv_Latn/state.json b/jiv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1f0407f8c0d730d2b5d169066fa896a885f9c70b --- /dev/null +++ b/jiv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d43c71abad36f77b73b5aa10a617c0e78528cea02cbdacc5f6f90f10a2a80f +size 247 diff --git a/jmx_Latn/.gitattributes b/jmx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jmx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jmx_Latn/data-00000-of-00001.arrow b/jmx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..76f879edbb23a1cbd3a65a647dc091dd63d76779 --- /dev/null +++ b/jmx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4081524be4e58b8ecb4114486fcaea14552d51e3ce6abffc3fd9236f2fdd92 +size 23912 diff --git a/jmx_Latn/dataset_info.json b/jmx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8afce58df9cf286f90fa4153f868058c6490d482 --- /dev/null +++ b/jmx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758343871058f002e0f827e6cc4e15d427dc9ba6404ef98fbd91ae955451620e +size 1093 diff --git a/jmx_Latn/state.json b/jmx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2964547ee4f0d9ad8d350c4257d5a19973a405c7 --- /dev/null +++ b/jmx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d306f6282d317b9438ce98e80776b2a5dd83a49a6d0554a97767af13b01e252a +size 247 diff --git a/jpn_Jpan/.gitattributes b/jpn_Jpan/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..1e0f4db0c11bb4b389dbc84a9cfb73eac6d0e887 --- /dev/null +++ b/jpn_Jpan/.gitattributes @@ -0,0 +1 @@ +* filter=lfs diff=lfs merge=lfs -text diff --git a/jpn_Jpan/data-00000-of-00016.arrow b/jpn_Jpan/data-00000-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..220eb984d1dc29f92de90fbfad69c299d3d3925b --- /dev/null +++ b/jpn_Jpan/data-00000-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40ca1100b9f3746fd3f09d60278b715b39ec807a00286338997e5a657955a70 +size 206147896 diff --git a/jpn_Jpan/data-00001-of-00016.arrow b/jpn_Jpan/data-00001-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..847c41e362327c99b168c54a5cc34d89a9b0228a --- /dev/null +++ b/jpn_Jpan/data-00001-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec3b40eb9b52496804265c172cc82600afaec35d7133e787ffcd3a65fa4204c +size 449974376 diff --git a/jpn_Jpan/data-00002-of-00016.arrow b/jpn_Jpan/data-00002-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aec835cb31c3bac83142704151f461b7bb5f4b16 --- /dev/null +++ b/jpn_Jpan/data-00002-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb888464e29db56481f9c85f1513fde1d2c793023576571656a7ee2a630182b +size 675036272 diff --git a/jpn_Jpan/data-00003-of-00016.arrow b/jpn_Jpan/data-00003-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5213f9813b054ae4ac101fd7414386159b3756b5 --- /dev/null +++ b/jpn_Jpan/data-00003-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8b19a07a92ae943c7ed372d473afbf4c43250e17457698fe4f3c577ab32b12 +size 886245512 diff --git a/jpn_Jpan/data-00004-of-00016.arrow b/jpn_Jpan/data-00004-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8392a6da0090f789b28b14c2300d3eb0f1357d77 --- /dev/null +++ b/jpn_Jpan/data-00004-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d92646c340a855194cc8d6e40263374e6e0db83972e9ea11643aa7de9941c8 +size 430611464 diff --git a/jpn_Jpan/data-00005-of-00016.arrow b/jpn_Jpan/data-00005-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b329acb13674507cfbe5d731da82c1e1eba157d2 --- /dev/null +++ b/jpn_Jpan/data-00005-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d2c965278f036ca5aa802ffe0f0aae36bf97d1a1664782570e1be126784131 +size 416544552 diff --git a/jpn_Jpan/data-00006-of-00016.arrow b/jpn_Jpan/data-00006-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6b0b4a12e46b6b2d8054e6fd56847135dd9df892 --- /dev/null +++ b/jpn_Jpan/data-00006-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b5af496f400eefd6cd9ff52846f6b0aedd811ff43d7f27843a2acc2a007709 +size 504006256 diff --git a/jpn_Jpan/data-00007-of-00016.arrow b/jpn_Jpan/data-00007-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e0277b3b2c670312ea627663b5729afcc5a02c11 --- /dev/null +++ b/jpn_Jpan/data-00007-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18333a52908e8c8573e616524b5107944bbb1f77b2f81c67232f07a26de72e8e +size 462026408 diff --git a/jpn_Jpan/data-00008-of-00016.arrow b/jpn_Jpan/data-00008-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..304ce8b2c21c9ec6bdb99698d900925ce3361d4d --- /dev/null +++ b/jpn_Jpan/data-00008-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d5b6e5662c7e0995f945f1a11a2f5700b9e2f1b4f146ad11fba40408477f6b +size 447252576 diff --git a/jpn_Jpan/data-00009-of-00016.arrow b/jpn_Jpan/data-00009-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a58989fd7ef52534182942571b3011fb087b1744 --- /dev/null +++ b/jpn_Jpan/data-00009-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355453a0ea69af742035aac1ba0582c92f769afa3c375a55cd3f43b1ee3da0ce +size 559722440 diff --git a/jpn_Jpan/data-00010-of-00016.arrow b/jpn_Jpan/data-00010-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5d4917521aa53a8c1adacfe28adcd480e4ec7de --- /dev/null +++ b/jpn_Jpan/data-00010-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95fd2a6c3bfb9643cf467097953b12ca7506513e5e8d34638825553880537ea +size 1237062296 diff --git a/jpn_Jpan/data-00011-of-00016.arrow b/jpn_Jpan/data-00011-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c3406a79b3ecd445c9f8b72e8258c62fce4aba9c --- /dev/null +++ b/jpn_Jpan/data-00011-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb569947d262db543a7d59c1ec317ac14aec3cf04f9db333995ef8c70c12e6e0 +size 537051432 diff --git a/jpn_Jpan/data-00012-of-00016.arrow b/jpn_Jpan/data-00012-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f8eb9d3412179541e474a2be26ed07d9aac904c --- /dev/null +++ b/jpn_Jpan/data-00012-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacc9682c206004e17d4cf398e954cbc10765155a03f8eed91794e9219d9d5a8 +size 146178376 diff --git a/jpn_Jpan/data-00013-of-00016.arrow b/jpn_Jpan/data-00013-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1e40eb35ff0b08479c166bcb575ce9deeb276c4a --- /dev/null +++ b/jpn_Jpan/data-00013-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238189f9e8bab1c16e5177f1d56ec6dff0e8c1e2ed2a22ea62316c6c1ce38f5a +size 179373144 diff --git a/jpn_Jpan/data-00014-of-00016.arrow b/jpn_Jpan/data-00014-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a26dd6171492fb96bf4f9f756fb5a974862d903e --- /dev/null +++ b/jpn_Jpan/data-00014-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2665dde5b1a0937badbd38a90b586ccaaf9d2b1c47c0129f3a5debc450b13633 +size 180439264 diff --git a/jpn_Jpan/data-00015-of-00016.arrow b/jpn_Jpan/data-00015-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b3de3b30adc6938cfa51ae12b0629deb8c80a3a0 --- /dev/null +++ b/jpn_Jpan/data-00015-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88521c84ba4fd05695e61b39460687847abfbb22a655973c3d1d3b1e399bef50 +size 223255768 diff --git a/jpn_Jpan/dataset_info.json b/jpn_Jpan/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4a89cab30a4f5af8ee96eea0a67b7b5c6bbf4f1b --- /dev/null +++ b/jpn_Jpan/dataset_info.json @@ -0,0 +1,77 @@ +{ + "builder_name": "json", + "citation": "", + "config_name": "default", + "dataset_name": "json", + "dataset_size": 8566291280, + "description": "", + "download_checksums": { + "/scratch/project_462000506/extract_jsonl/jpn_Japn/jpn_Japn_part_0.jsonl": { + "num_bytes": 8793311836, + "checksum": null + } + }, + "download_size": 8793311836, + "features": { + "url": { + "dtype": "string", + "_type": "Value" + }, + "collection": { + "dtype": "string", + "_type": "Value" + }, + "source": { + "dtype": "string", + "_type": "Value" + }, + "original_code": { + "dtype": "string", + "_type": "Value" + }, + "text": { + "dtype": "string", + "_type": "Value" + }, + "__index__": { + "dtype": "int64", + "_type": "Value" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 17359603116, + "splits": { + "train": { + "name": "train", + "num_bytes": 8566291280, + "num_examples": 2324748, + "shard_lengths": [ + 430959, + 110881, + 86844, + 88699, + 48981, + 146685, + 126148, + 109301, + 135385, + 140761, + 92436, + 48445, + 46205, + 64016, + 182297, + 237700, + 229005 + ], + "dataset_name": "json" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/jpn_Jpan/state.json b/jpn_Jpan/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2ff87405785214b6cd7b02a13b7823fd3912a5d4 --- /dev/null +++ b/jpn_Jpan/state.json @@ -0,0 +1,58 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00016.arrow" + }, + { + "filename": "data-00001-of-00016.arrow" + }, + { + "filename": "data-00002-of-00016.arrow" + }, + { + "filename": "data-00003-of-00016.arrow" + }, + { + "filename": "data-00004-of-00016.arrow" + }, + { + "filename": "data-00005-of-00016.arrow" + }, + { + "filename": "data-00006-of-00016.arrow" + }, + { + "filename": "data-00007-of-00016.arrow" + }, + { + "filename": "data-00008-of-00016.arrow" + }, + { + "filename": "data-00009-of-00016.arrow" + }, + { + "filename": "data-00010-of-00016.arrow" + }, + { + "filename": "data-00011-of-00016.arrow" + }, + { + "filename": "data-00012-of-00016.arrow" + }, + { + "filename": "data-00013-of-00016.arrow" + }, + { + "filename": "data-00014-of-00016.arrow" + }, + { + "filename": "data-00015-of-00016.arrow" + } + ], + "_fingerprint": "9218351dbf04fd51", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": null +} \ No newline at end of file diff --git a/jra_Khmr/.gitattributes b/jra_Khmr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jra_Khmr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jra_Khmr/data-00000-of-00001.arrow b/jra_Khmr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f61a4ff9ca37cb41b52ea4c7b34485286bfc776 --- /dev/null +++ b/jra_Khmr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966fbcbea73469fe007d8449a645795899a0ad3439f08c45de87dccefbafb1f4 +size 4920 diff --git a/jra_Khmr/dataset_info.json b/jra_Khmr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6123dc4f8d6c0aac740b2f7a027075945fe2155e --- /dev/null +++ b/jra_Khmr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa126e73918d44a7319d915367e574eff00d1f96b0204d7fede59a4b00a15ce2 +size 1087 diff --git a/jra_Khmr/state.json b/jra_Khmr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e61ce90ac12ec0a7d0c10b66bb9343cf767e4c39 --- /dev/null +++ b/jra_Khmr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af7cfc1b9d04b36e55b46f8ae5952033989f2ce466135841c497be00bc65f02 +size 247 diff --git a/jra_Latn/.gitattributes b/jra_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jra_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jra_Latn/data-00000-of-00001.arrow b/jra_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0e62503ca9fdd154b6527a28007cd8c571862807 --- /dev/null +++ b/jra_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790aff141239fa4bfb6030e4ae1c7658ecdab400cd0838fee4b6032383364965 +size 137952 diff --git a/jra_Latn/dataset_info.json b/jra_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b20365e96f14745019da87fca2714ee18b2af694 --- /dev/null +++ b/jra_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f08b77d3e6639525cb81cf7b06ff5a5fc0811abc6e9e2d34b1e81e399c2b0e +size 1099 diff --git a/jra_Latn/state.json b/jra_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f766875e536609be8fabfb94b71790fbbfdbd9fb --- /dev/null +++ b/jra_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5cfb0d252efb6a930c7e7beac13d5766eb7a03d0d1cd5b41949eed809c3389 +size 247 diff --git a/jvn_Latn/.gitattributes b/jvn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/jvn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/jvn_Latn/data-00000-of-00001.arrow b/jvn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a8b881f9e3d3371450092acac6c45bedc264f2f7 --- /dev/null +++ b/jvn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094911cbf89fdcf13f1b9c1d54c5bc8e973bf9e5a3bcc0b6acbfcff5352127b8 +size 1187880 diff --git a/jvn_Latn/dataset_info.json b/jvn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..310f849b49491b3572dc882e3938b4e1af9b6587 --- /dev/null +++ b/jvn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f16768b493f2f67420093570150cec465780f5bfca8e6dc0fc7e63b22f13a4e +size 1104 diff --git a/jvn_Latn/state.json b/jvn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..03c05b798d581a5938608edeeee0906718e9ea57 --- /dev/null +++ b/jvn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ec433ef41dd8186bfe17a6b98ec7204a8a3d73dc8f78aa2cdf53446eaf29be +size 247 diff --git a/kaa_Cyrl/.gitattributes b/kaa_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kaa_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kaa_Cyrl/data-00000-of-00008.arrow b/kaa_Cyrl/data-00000-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e0a41f5a93f9307698085abe87cdc6a17e7a23de --- /dev/null +++ b/kaa_Cyrl/data-00000-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c2993c9e810233407c4d66a66c4607d4c5ffc1dc699ae2f1957b5b96eb2334 +size 219110016 diff --git a/kaa_Cyrl/data-00001-of-00008.arrow b/kaa_Cyrl/data-00001-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..daa01957682758ed603a77e5223463c529ddde09 --- /dev/null +++ b/kaa_Cyrl/data-00001-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb57782fe39f34d5694a8e3055185350140c7f74333271b0c3a4887da79ae20d +size 523936904 diff --git a/kaa_Cyrl/data-00002-of-00008.arrow b/kaa_Cyrl/data-00002-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..73f7dca30222b072bcb22d2e51c36105ec75de9d --- /dev/null +++ b/kaa_Cyrl/data-00002-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8da323fdc50aa6394cad5d102b196113514fa750e850041083e4da9af07f283 +size 534216608 diff --git a/kaa_Cyrl/data-00003-of-00008.arrow b/kaa_Cyrl/data-00003-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ddb77da4de1ca700404a1edd11111790f74ed4f6 --- /dev/null +++ b/kaa_Cyrl/data-00003-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81baccb29203ac9dd41ecd0d8411149f0a45caf36515203dcc366069ef537204 +size 532718336 diff --git a/kaa_Cyrl/data-00004-of-00008.arrow b/kaa_Cyrl/data-00004-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d48646b0fbd64d543c1dcfce89fb949a64934668 --- /dev/null +++ b/kaa_Cyrl/data-00004-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a514d56703cb092649305e43903fe647967c0d14e9ec4f240041f43eadca557 +size 527312496 diff --git a/kaa_Cyrl/data-00005-of-00008.arrow b/kaa_Cyrl/data-00005-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f9ddfd70d830a07ad9328718a8302ab0ef4113f1 --- /dev/null +++ b/kaa_Cyrl/data-00005-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25df72c2bd224b31673e2a9333f7132b55fa918a6ec311323349ab2e9590704 +size 528828632 diff --git a/kaa_Cyrl/data-00006-of-00008.arrow b/kaa_Cyrl/data-00006-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..29a61db00b0931e17ad9e9c469e4eaa2f9f5bb44 --- /dev/null +++ b/kaa_Cyrl/data-00006-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef25b46f57f310ef80874229c618004e4127eb92f296b55b6ceb30df4933555 +size 529610176 diff --git a/kaa_Cyrl/data-00007-of-00008.arrow b/kaa_Cyrl/data-00007-of-00008.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e130defe656367931a42e8d057d59725164d0443 --- /dev/null +++ b/kaa_Cyrl/data-00007-of-00008.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d608e098edf1337dd26500c9f57a4ac7ff3447cec39b437f41b725400717fde +size 531204816 diff --git a/kaa_Cyrl/dataset_info.json b/kaa_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2160fb530fe9eda384ab884541c5a41be6c9789d --- /dev/null +++ b/kaa_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84835ca031e98b242c8aad2185b2be828e352796c02236b8a83f034632bedeb4 +size 1276 diff --git a/kaa_Cyrl/state.json b/kaa_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2a3d71e8630baf01c508e37733cbfbfff0eaa636 --- /dev/null +++ b/kaa_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fe92741b486b90bc113fee6ba8b686fbaabbe42d2dcb4718b72ebf0048b2d1 +size 660 diff --git a/kaa_Latn/.gitattributes b/kaa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kaa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kaa_Latn/data-00000-of-00001.arrow b/kaa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..594ada2aba0ec68063f1d6f97f2ecb7daad7ba5e --- /dev/null +++ b/kaa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f57466dedaa22366e7067dacfbd0960c5aa58fca1b29dd71803d7ad48e0f1b +size 249544208 diff --git a/kaa_Latn/dataset_info.json b/kaa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f2ccdc946fcd5c80d1bab8898409911386666283 --- /dev/null +++ b/kaa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c80e615373a890faa21d202470bc50f46ad9bffd4caa95f5c5b8888577bfad0 +size 1116 diff --git a/kaa_Latn/state.json b/kaa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ff1818dc70be8c010ca6347ec011fcb495a759c8 --- /dev/null +++ b/kaa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859d6f84a37d58d806cf77ec6de409b8c6403a0b85ef678076ac910181434345 +size 247 diff --git a/kab_Latn/.gitattributes b/kab_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kab_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kab_Latn/data-00000-of-00001.arrow b/kab_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f51d8da800dfe9284eeab51364d4636b40d87676 --- /dev/null +++ b/kab_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb2e74ee5d696483b3086c59a5e0b0460282c8b8845ef22ebc8d1fbb9b3d874 +size 8401088 diff --git a/kab_Latn/dataset_info.json b/kab_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e44b767caca38e8a3db5498b0585181e61e1ca2f --- /dev/null +++ b/kab_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8b211a3e56c25a421583f11f66d1e341c0526afa683bb48ffc137313ca5d8b +size 1109 diff --git a/kab_Latn/state.json b/kab_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..294be49f24e8a361785d1d8c0d70211793889bd0 --- /dev/null +++ b/kab_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d04090d70ee55957f71466897a46d562a6cb0f1ab4ce1d3fad75519e890870c +size 247 diff --git a/kac_Latn/.gitattributes b/kac_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kac_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kac_Latn/data-00000-of-00001.arrow b/kac_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b2de8fb3f6af6180ff548d45c9e398ff6e96c8fb --- /dev/null +++ b/kac_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32eb807c133fda02fe20bd264cf39a03a74c001e35f8cca9094d1c5fbd66e9a9 +size 13737408 diff --git a/kac_Latn/dataset_info.json b/kac_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..88905ec203a6468317fcfaf228ab684f9b4c5498 --- /dev/null +++ b/kac_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90c1951d3631c45561c144b949c612802b6b47a7224aa163b92ea748ab06b66 +size 1110 diff --git a/kac_Latn/state.json b/kac_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..035b904d67811def34abeb30a9cabb9672f4955e --- /dev/null +++ b/kac_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372ac77e55968ecb89cb383c9b5b1f45e29318b4b32aa64194805631e4fcf1aa +size 247 diff --git a/kak_Latn/.gitattributes b/kak_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kak_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kak_Latn/data-00000-of-00001.arrow b/kak_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee4a4e4cdd3d2d9e9dec0c23cb2f386a11a1a991 --- /dev/null +++ b/kak_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2aba1b41c253cb0018ee8259b2d1603c1aceeb7d36504b41b9dec0fbdfceb85 +size 71208 diff --git a/kak_Latn/dataset_info.json b/kak_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..826d771e794b25cdcfefa104f3a63b95bf9e1a63 --- /dev/null +++ b/kak_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee16ab519efa12180b96b251b0c4e11df2a1357f3953a8b7fbf682adc742e2b1 +size 1095 diff --git a/kak_Latn/state.json b/kak_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d0e33c61aed61b76b8c874d8f10cefcf7e211db2 --- /dev/null +++ b/kak_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e76e187bf53e6a1c94e466ae8ab6ff6b69de56c264244135cd8cebc8f943d19 +size 247 diff --git a/kal_Latn/.gitattributes b/kal_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kal_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kal_Latn/data-00000-of-00001.arrow b/kal_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b4e7482c97916ad0e10d8b62e56c1aa1e8f0cb4a --- /dev/null +++ b/kal_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc1bb2c5a38e81de245dc36937e726826136ad7aa0826218befa23b7857e5f +size 322005544 diff --git a/kal_Latn/dataset_info.json b/kal_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..045be61254d10351cdd19d8fa89c5531e0d4c4f7 --- /dev/null +++ b/kal_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebf230a5341cce2ca4c64287cdb26a340f83b76cf6c2c8856e0dc3695ec3190 +size 1117 diff --git a/kal_Latn/state.json b/kal_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bc2b5459490565dc376942fe7efbdb26708ed2b9 --- /dev/null +++ b/kal_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadb36e16d4b5124f0bf22513c5c249bfeefbc398a268425867aad639b1fc9af +size 247 diff --git a/kam_Latn/.gitattributes b/kam_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kam_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kam_Latn/data-00000-of-00001.arrow b/kam_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7ded4c71159ef318f2473dc3367ce1dde47d4d0e --- /dev/null +++ b/kam_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59331f84308be25d86b554e9f50f3ac127662811081685f60a4793e80f96b6d +size 9328 diff --git a/kam_Latn/dataset_info.json b/kam_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cd77866e20a709f93f515f5de02dc0a20b7118fb --- /dev/null +++ b/kam_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffe82ed526e6c67f059fb2681630fbc73ff4091c655cdc984b0fb67fe3cae62 +size 1089 diff --git a/kam_Latn/state.json b/kam_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..98fbb4954e3694b3103919a01c487a2aee5fdbd4 --- /dev/null +++ b/kam_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98ef6dca748b27efff9b3a24e9d72a0b8bb8b1f851d2d440ef183db51482b70 +size 247 diff --git a/kan_Knda/.gitattributes b/kan_Knda/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kan_Knda/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kan_Knda/data-00000-of-00061.arrow b/kan_Knda/data-00000-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..767ddd968ad9e2e342fd60974594897cd9c04543 --- /dev/null +++ b/kan_Knda/data-00000-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45701a8a37fc39dcb50852bda946e68c30f9329ae01d83d5bb36613561fd288b +size 198067632 diff --git a/kan_Knda/data-00001-of-00061.arrow b/kan_Knda/data-00001-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..25041be637e2adff2559fd8efd3f3f90d4387ad7 --- /dev/null +++ b/kan_Knda/data-00001-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a85da62ef99d3dd6f94c9fbaf0fa2e9d9b05c28593f4f7d165460a3ece9e93 +size 198038656 diff --git a/kan_Knda/data-00002-of-00061.arrow b/kan_Knda/data-00002-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..585c285afbb472e82fba32567dc567e9be48c7f7 --- /dev/null +++ b/kan_Knda/data-00002-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b079b758e8a723a9bca12df9620d94bb1c707ee9ac0a17140822e54b23ad771 +size 198043688 diff --git a/kan_Knda/data-00003-of-00061.arrow b/kan_Knda/data-00003-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e15a7b4524ab443a10624e635e20bf0475a212c3 --- /dev/null +++ b/kan_Knda/data-00003-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fdc992b782bb2e2f776b6c189b3113c532a5633cfccfa3b919255afc5b20fa +size 197712608 diff --git a/kan_Knda/data-00004-of-00061.arrow b/kan_Knda/data-00004-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2d77a11cbe022ee4ecb8065de0c7fdf52909a7d7 --- /dev/null +++ b/kan_Knda/data-00004-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e447b3d0d0e6b321b64f85490354b842d53a793e5c4bf344c7fa96839fd76cc +size 198041880 diff --git a/kan_Knda/data-00005-of-00061.arrow b/kan_Knda/data-00005-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a9442a0ce31e9984a96268dd5b0da9ead075bc0c --- /dev/null +++ b/kan_Knda/data-00005-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3a4e2c5e046127872983cabd211601da2becf68f9b2a7c224ef689ff3e1252 +size 197716656 diff --git a/kan_Knda/data-00006-of-00061.arrow b/kan_Knda/data-00006-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..79c58ff05b54009b41cb3233ade9f1a39f34e1ee --- /dev/null +++ b/kan_Knda/data-00006-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32cfca410a38b1df84f50d181a5654b6d9f6e7475f7ad4e8c5a8b399f5dcac8 +size 198075960 diff --git a/kan_Knda/data-00007-of-00061.arrow b/kan_Knda/data-00007-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31abed6f02fe7ecbfa03d5e42a2bf62c72c7e617 --- /dev/null +++ b/kan_Knda/data-00007-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716b109983253cf9063eb1e2efb67e6847b106c4fe1f7453dc149f6b00dc8e05 +size 197957360 diff --git a/kan_Knda/data-00008-of-00061.arrow b/kan_Knda/data-00008-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9017566a333b9bef5d8e08a3f085d94234317323 --- /dev/null +++ b/kan_Knda/data-00008-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40953691fc4bff57d4292d78b4a9e6241b8a90cb71dbb83dd04e6fae34692de4 +size 197838376 diff --git a/kan_Knda/data-00009-of-00061.arrow b/kan_Knda/data-00009-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..70e368d99d33069a1702051a12e35e3946191c25 --- /dev/null +++ b/kan_Knda/data-00009-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b169a25be86ce51ce142193b0f73391dd19d2fe8de08bd8718766f58347d1f +size 197976360 diff --git a/kan_Knda/data-00010-of-00061.arrow b/kan_Knda/data-00010-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7a2d4223a6801af98db987d383ed8f3a7b28e072 --- /dev/null +++ b/kan_Knda/data-00010-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a604f9f5272863da35be762aa32c1e07ae36ab895325ab94c53bfa66ecf62eb +size 197995424 diff --git a/kan_Knda/data-00011-of-00061.arrow b/kan_Knda/data-00011-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9bb9df6941342ba2fbce5486437e5d7a09e267c9 --- /dev/null +++ b/kan_Knda/data-00011-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38afd76dd3db17580f14b75330fe5299b349cfb7661c00414fba9c75ca5eee4 +size 198282456 diff --git a/kan_Knda/data-00012-of-00061.arrow b/kan_Knda/data-00012-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0005524fcd02aa478a5a821b050bd000bb060ec6 --- /dev/null +++ b/kan_Knda/data-00012-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2311584f6214b9fb5ad72c2c24a28ae4d533954a6c12615b8e45cbefe6959fa3 +size 198063872 diff --git a/kan_Knda/data-00013-of-00061.arrow b/kan_Knda/data-00013-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fe7b5ae079c16ea1aa1a0ced9656a7c6f939953e --- /dev/null +++ b/kan_Knda/data-00013-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23b617eb3d1c2aba1e2ae97dd6f8e21a2bdfb67a33216984b6dc92c1efca786 +size 198077432 diff --git a/kan_Knda/data-00014-of-00061.arrow b/kan_Knda/data-00014-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..345f789df55d6c31a4c37a67ee58ff17a0793039 --- /dev/null +++ b/kan_Knda/data-00014-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225fa4b9cb63540c0daee1017b259d003315c03b5f1842cf782901d07becdc75 +size 198111712 diff --git a/kan_Knda/data-00015-of-00061.arrow b/kan_Knda/data-00015-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8e62ea293b70ba3132d26a6b38b7673bb4a57503 --- /dev/null +++ b/kan_Knda/data-00015-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292963a7ae74170a86914fecfad8673de60378cf753b8bfb49b3932667016664 +size 198282144 diff --git a/kan_Knda/data-00016-of-00061.arrow b/kan_Knda/data-00016-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eeea4b70bcb0a34944ceda37547378606129a42d --- /dev/null +++ b/kan_Knda/data-00016-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bda8240a783ad6f95f625947e59e9810de658399c62b37ae177dcd8bea3086d +size 198354880 diff --git a/kan_Knda/data-00017-of-00061.arrow b/kan_Knda/data-00017-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..156b9c006376600114c6e98f256f13e731405720 --- /dev/null +++ b/kan_Knda/data-00017-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5e88b3d12518606d7a33fb799d14b71a86b1454e23f88dfdf23a4d5bc99fca +size 1050601080 diff --git a/kan_Knda/data-00018-of-00061.arrow b/kan_Knda/data-00018-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..12b156f68800407581abda9178fadb3770bb31cf --- /dev/null +++ b/kan_Knda/data-00018-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bfe5d10ae138c0d55713054e415b1758baa20d69b547b423b21d3dee9e3b49 +size 353448992 diff --git a/kan_Knda/data-00019-of-00061.arrow b/kan_Knda/data-00019-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..24f92f3c68d6e4fa8abf026f06a7465af97acc14 --- /dev/null +++ b/kan_Knda/data-00019-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b9d2e47af10ee1b9be3a4c1ddb2b32be268ddc94d29cc24832122649702af0 +size 299175304 diff --git a/kan_Knda/data-00020-of-00061.arrow b/kan_Knda/data-00020-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c56cf2645d6d843b0c4dcf83fe88432d1642d936 --- /dev/null +++ b/kan_Knda/data-00020-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3cc28b53312c491c8280f0770fe9c6727beb1b5c967f0c11bb531501389687 +size 201273056 diff --git a/kan_Knda/data-00021-of-00061.arrow b/kan_Knda/data-00021-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..76ff17b45b0b0b9c5d5b2f82c60ca51d5cc99284 --- /dev/null +++ b/kan_Knda/data-00021-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad128012506613748da5deaedc386ca779a1ddd1842f3a46dc68782c209cab2 +size 201221584 diff --git a/kan_Knda/data-00022-of-00061.arrow b/kan_Knda/data-00022-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..02b784e285525998b1b74ae4edadaf277519bb5c --- /dev/null +++ b/kan_Knda/data-00022-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076a0723b210654e42c3e6993ac3751865b348b4f1c6ec5bcb22705cdfa7ed40 +size 201386592 diff --git a/kan_Knda/data-00023-of-00061.arrow b/kan_Knda/data-00023-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a3e2e226c0364b433777f073d17d6951769958d4 --- /dev/null +++ b/kan_Knda/data-00023-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f54591a656083416038c11b80ae15774463ecb24e22eea71807aac18f4ce15 +size 201526896 diff --git a/kan_Knda/data-00024-of-00061.arrow b/kan_Knda/data-00024-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f322cc394ceb778d12e5ee312af7fb4f6b9b4e0b --- /dev/null +++ b/kan_Knda/data-00024-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b4502fb8d30f4da65224e0dd9d6ce6aa30055b66ac81e9fbeb8424ad8be5da +size 201267072 diff --git a/kan_Knda/data-00025-of-00061.arrow b/kan_Knda/data-00025-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d05d7160b45694d0b6968bccb51f8733bf72dc55 --- /dev/null +++ b/kan_Knda/data-00025-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f67d8f5caeea518f07b6ca46dbd9e74e6d874a98eacf3b5b2b097f4dd1c4ae +size 201593816 diff --git a/kan_Knda/data-00026-of-00061.arrow b/kan_Knda/data-00026-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..45a35386ca3f8c74cb4640fc590df265a44d57a6 --- /dev/null +++ b/kan_Knda/data-00026-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4e58112e2cfdd7b320193adbff2da1cbec897e9e5f937451b3a8925468ace1 +size 201290832 diff --git a/kan_Knda/data-00027-of-00061.arrow b/kan_Knda/data-00027-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a11713cac5cb0495d417ffcc7e2acee35a2d80ca --- /dev/null +++ b/kan_Knda/data-00027-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a973a27b55cca72a028ab27ed8a47ac18d1f141c7a66476ed9eb6f6e5f86648 +size 201752792 diff --git a/kan_Knda/data-00028-of-00061.arrow b/kan_Knda/data-00028-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2f4ab718598650351a3d0f0b1d4421d05fcad683 --- /dev/null +++ b/kan_Knda/data-00028-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b08419e6b973fde923fffdad931eba9c4b97e50a37c3720c4b585ffabca2ac1 +size 201289272 diff --git a/kan_Knda/data-00029-of-00061.arrow b/kan_Knda/data-00029-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aaae61a9f51a14650df335562a7e494d9698e254 --- /dev/null +++ b/kan_Knda/data-00029-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfde2c8fbd4f180c035e3fec1e78821842d21bea54fdb6e2dcb2f985e8688f3 +size 201622928 diff --git a/kan_Knda/data-00030-of-00061.arrow b/kan_Knda/data-00030-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..06d2b344741e01b399b7b0ab0a82051bca6e39cd --- /dev/null +++ b/kan_Knda/data-00030-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d1ce533bb9fb051a942060d6e89a69c7255acf50d595ec0d1a5470868e3158 +size 201342648 diff --git a/kan_Knda/data-00031-of-00061.arrow b/kan_Knda/data-00031-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a91208563cf0eadcc866ae550c76357c6446b626 --- /dev/null +++ b/kan_Knda/data-00031-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb87e553bde235cad053e82c3f882604136392d587a13023877e6a83c364050 +size 249930776 diff --git a/kan_Knda/data-00032-of-00061.arrow b/kan_Knda/data-00032-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c358d36cc70592749240aff753f6db4d6d42b592 --- /dev/null +++ b/kan_Knda/data-00032-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7e5658611d0983578b35957b39f605f0e5d659e37f075b4e7e17364191e5f6 +size 353377384 diff --git a/kan_Knda/data-00033-of-00061.arrow b/kan_Knda/data-00033-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..38721530fd1529d6a2b83da6267564e1afe2a601 --- /dev/null +++ b/kan_Knda/data-00033-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbc9a7ffd33194ef622ffdcc0158f4305aef83b472a9af42b6194ee853de249 +size 353998544 diff --git a/kan_Knda/data-00034-of-00061.arrow b/kan_Knda/data-00034-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f820b012c5eada2d8d23ac051804c8c16c78f6f8 --- /dev/null +++ b/kan_Knda/data-00034-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397f7d975a9ed622fa9aff80a7193f54b46ef3ded81e78432f4a56d29de226e9 +size 353830104 diff --git a/kan_Knda/data-00035-of-00061.arrow b/kan_Knda/data-00035-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..962c36648a66b86ed024d40f0fc1562af6efba3e --- /dev/null +++ b/kan_Knda/data-00035-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213231fa7134838e58735b260f02eecbe6929451a8d9ae82ae0e4c9bbe1540fb +size 2016222056 diff --git a/kan_Knda/data-00036-of-00061.arrow b/kan_Knda/data-00036-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..71b5ff9af65d83ebd05473b6bef1200f6e52952b --- /dev/null +++ b/kan_Knda/data-00036-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e759e0cc01e565f41a64b66abfffddcdc4e4869d830743b27c45c56ff0c1950 +size 3191769256 diff --git a/kan_Knda/data-00037-of-00061.arrow b/kan_Knda/data-00037-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..72e174838393b79e433eafc3e9d01fffb441cb7f --- /dev/null +++ b/kan_Knda/data-00037-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f08c4d3715ab5f227dc0e953263def3e35db4ed5b9066994efa94be1fb0938a +size 3684575456 diff --git a/kan_Knda/data-00038-of-00061.arrow b/kan_Knda/data-00038-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5f2c2b58f7b3b46a48b5ae41cceb6554d5fb4b93 --- /dev/null +++ b/kan_Knda/data-00038-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6b68cb76e64253ef2d086ae3b9bb570cc61e685ec2061b800080207e382db4 +size 3585422576 diff --git a/kan_Knda/data-00039-of-00061.arrow b/kan_Knda/data-00039-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..93ef9a056c4e7d31a8ac89405af4a7ac55569842 --- /dev/null +++ b/kan_Knda/data-00039-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73ccee4f7192faf52a2d4a5936c21d90793b23da1aab48360a5af4ce6709f8d +size 4949231104 diff --git a/kan_Knda/data-00040-of-00061.arrow b/kan_Knda/data-00040-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..640e6849767c96a80689cb1ed4689fa71093663e --- /dev/null +++ b/kan_Knda/data-00040-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acf77cbeefc4db63494492f4f5b29172e9de07e23fc6232fc7974620a8630de +size 330619936 diff --git a/kan_Knda/data-00041-of-00061.arrow b/kan_Knda/data-00041-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9771e9441c09ff843a7a8cafcde325985c0ed4e5 --- /dev/null +++ b/kan_Knda/data-00041-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52cbda4dc1219e55c3264b2da5dc9a4b04f377621526bed3d04960c832421f7 +size 206680672 diff --git a/kan_Knda/data-00042-of-00061.arrow b/kan_Knda/data-00042-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b027a800cde18e55385692343d41bb39185132d --- /dev/null +++ b/kan_Knda/data-00042-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c0cbaa5710f618d9137e8c1dd928a9e882fe5b140d00b82616f1820acfed47 +size 206827064 diff --git a/kan_Knda/data-00043-of-00061.arrow b/kan_Knda/data-00043-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..94c6104a5d63a8014bb44e0309d00fa43aa49be1 --- /dev/null +++ b/kan_Knda/data-00043-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15524396838b589e4cba747fb8c69436cd8cc3b055a957dcf1d948466316ba6f +size 206738248 diff --git a/kan_Knda/data-00044-of-00061.arrow b/kan_Knda/data-00044-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb6cfd04405fe7a7d0ed9841ddd94b556b09a25c --- /dev/null +++ b/kan_Knda/data-00044-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff516517e4265c34744631e30b469c605a53ef3d74577ca6c7dd6d9b1bf875e +size 207013848 diff --git a/kan_Knda/data-00045-of-00061.arrow b/kan_Knda/data-00045-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..32bb7dd90c8ccbb826635f2cc50d3d3e477e13f6 --- /dev/null +++ b/kan_Knda/data-00045-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df25bffb589dc04ce06aec2d38be95ae91322369424b322fa67865edd49115a8 +size 207094328 diff --git a/kan_Knda/data-00046-of-00061.arrow b/kan_Knda/data-00046-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..599da94c79039df9749aa2472f3c8e9b985b06f3 --- /dev/null +++ b/kan_Knda/data-00046-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac9089f9f3ae3f2ba848054b7366c2fd9a83ff76c05b9de7706ff73292cc075 +size 206859432 diff --git a/kan_Knda/data-00047-of-00061.arrow b/kan_Knda/data-00047-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..797cf21c85f59e1614b0ac058d848a562467abe5 --- /dev/null +++ b/kan_Knda/data-00047-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e6b2425f1b22c49122e465aec41365eda6432931c54f8f0b75c8285dacc959 +size 206394264 diff --git a/kan_Knda/data-00048-of-00061.arrow b/kan_Knda/data-00048-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1d0a4b9023618afe1f1ef75c782f752c1ffe8d32 --- /dev/null +++ b/kan_Knda/data-00048-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bffaf18261b260df15b1704af29ae7726ad851eca38c4192ab429ee9dad3f34 +size 206588832 diff --git a/kan_Knda/data-00049-of-00061.arrow b/kan_Knda/data-00049-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..70b3f98de206706f65a4be6429ffc15238f43da3 --- /dev/null +++ b/kan_Knda/data-00049-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31ebb7e2e573f287af10fa1270570653eaed6960ec7d0786739b5e2f57de0e7 +size 206942168 diff --git a/kan_Knda/data-00050-of-00061.arrow b/kan_Knda/data-00050-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bbbee04b3f9b8a016e2984177b574b0b8c091ead --- /dev/null +++ b/kan_Knda/data-00050-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ab61829bad4835cb961748aff1c1015431f66200b4dccb52008440dd2b2ff5 +size 206560664 diff --git a/kan_Knda/data-00051-of-00061.arrow b/kan_Knda/data-00051-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ff74153dff4add12f855e7d6b766fecc852e8ea0 --- /dev/null +++ b/kan_Knda/data-00051-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13352621696a70df468fe64ad8d3d99819be1436ab64bc886ccab7bea21ba608 +size 206509224 diff --git a/kan_Knda/data-00052-of-00061.arrow b/kan_Knda/data-00052-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b05600d10326c561361f8a9ee36eac42a64c283 --- /dev/null +++ b/kan_Knda/data-00052-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6faa0cbc69c3b7365d1e29664af9cf9608410832a351b577c7656997055145 +size 206566680 diff --git a/kan_Knda/data-00053-of-00061.arrow b/kan_Knda/data-00053-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e16bca289ad3e112b545dd0b4158b81ac86f2611 --- /dev/null +++ b/kan_Knda/data-00053-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b0e3c0adcfe395194bec3224f1648694a4681210374a0ac424f3e5825aab6e +size 206638080 diff --git a/kan_Knda/data-00054-of-00061.arrow b/kan_Knda/data-00054-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8cf156b937b7189ad0ce972e28cee199a9fd8763 --- /dev/null +++ b/kan_Knda/data-00054-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f25206bb6a59e31f5fb4f3f26bba94bf2c2cda1a9166eb518fc5a918e7ec90 +size 207019824 diff --git a/kan_Knda/data-00055-of-00061.arrow b/kan_Knda/data-00055-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42b9a2a7ba4287d117d765c9144b19a76d09550f --- /dev/null +++ b/kan_Knda/data-00055-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f47b024797d4deb4449cf6ae49fbdb1fee1c3154f282617b6f016453aa2c62e +size 206692712 diff --git a/kan_Knda/data-00056-of-00061.arrow b/kan_Knda/data-00056-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..47a4f67ba84fc312e0648f691946e65aac2c161a --- /dev/null +++ b/kan_Knda/data-00056-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a213e7d58fcc1fb7a18e4af5affdce98fbed0b167c387f8147ea8568b4bc1d9 +size 206920168 diff --git a/kan_Knda/data-00057-of-00061.arrow b/kan_Knda/data-00057-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e141ad2c6d0d97d36578af4da6f1e78be8a7b3f2 --- /dev/null +++ b/kan_Knda/data-00057-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95125e0bd8a660e54479e87a6ae2356b9c69eed534fd3f4992994483842138c2 +size 206704456 diff --git a/kan_Knda/data-00058-of-00061.arrow b/kan_Knda/data-00058-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b88ee05d2a9be7a2a6bf8d3c8e1da46754459958 --- /dev/null +++ b/kan_Knda/data-00058-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180fe64d30a9155ea08c89c5cdfa2f90f05e2074ec5b1d0cb97dfb9fc16cd656 +size 207046096 diff --git a/kan_Knda/data-00059-of-00061.arrow b/kan_Knda/data-00059-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a3dd72e0e0d87eb70e96df086443251dd612f872 --- /dev/null +++ b/kan_Knda/data-00059-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90d946e6d33e13733ab78849ecf175edc87be02a154632f5f57fbd81b3e3b67 +size 206716792 diff --git a/kan_Knda/data-00060-of-00061.arrow b/kan_Knda/data-00060-of-00061.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8db9160e8099eb784abd8bd0ceebbd2d8f26a727 --- /dev/null +++ b/kan_Knda/data-00060-of-00061.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896060065298e3d18194555c691c8d770e3baa7f20253c35645e1bbd2b9ab0d8 +size 207013952 diff --git a/kan_Knda/dataset_info.json b/kan_Knda/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b0a5f88cc5208e3dfa6a74513c7c99f08d77f4fe --- /dev/null +++ b/kan_Knda/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cc9f09533e99ca53f0dcf130872b964f507623cf089a10206c7232e84aeaf2 +size 3451 diff --git a/kan_Knda/state.json b/kan_Knda/state.json new file mode 100644 index 0000000000000000000000000000000000000000..79bb33018f9fb76ffc23aa011cd2f19a55d0a040 --- /dev/null +++ b/kan_Knda/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd12cd2fc35b1b3e5715e5ea19d4ca03c168130bc7c1f9e7c78832aac546d03b +size 3787 diff --git a/kas_Arab/.gitattributes b/kas_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kas_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kas_Arab/data-00000-of-00001.arrow b/kas_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7ca1789e21ed62e81724855daab93e8816bf2ca1 --- /dev/null +++ b/kas_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d483118929b8dc25d8ff54d9dd3bb296df023398c112705c6c7a4bb8864a7d +size 1881528 diff --git a/kas_Arab/dataset_info.json b/kas_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f46b70f911e0e48d21ccfcded4f1eaa31dace81a --- /dev/null +++ b/kas_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afad09d995aef2fd7aea79603fba70b045b2eaef246f01a30441cda848a15349 +size 1105 diff --git a/kas_Arab/state.json b/kas_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1070d04517cd9829faf455a01963f800ad09910f --- /dev/null +++ b/kas_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab74d1534f67260694ee3af9cc23b547da5f60564784c605876c90ae349fa4cd +size 247 diff --git a/kas_Cyrl/.gitattributes b/kas_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kas_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kas_Cyrl/data-00000-of-00001.arrow b/kas_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..741f9d45a6aa73371922602ec4c97d529bcee96a --- /dev/null +++ b/kas_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c1420a1a0e4e6bde4c03abc4b0e41963380a10f393f9c9ee7a61e067cccc26 +size 186072 diff --git a/kas_Cyrl/dataset_info.json b/kas_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f0964546ad8c202a83d4facaa4e095d72ff9e6b4 --- /dev/null +++ b/kas_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8a941887344f9339446eeeb73a32e9e8b8e4acf38c39de07b221a3a43c4990 +size 1099 diff --git a/kas_Cyrl/state.json b/kas_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9127d067101e80663e5b7335940f98166fa7bded --- /dev/null +++ b/kas_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f55aa0b3b2e4a529e5b0be2982c1142a52d1834b55d0bcdbff0e8e760caa401 +size 247 diff --git a/kat_Geor/.gitattributes b/kat_Geor/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kat_Geor/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kat_Geor/data-00000-of-00067.arrow b/kat_Geor/data-00000-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4560eff1be694709e38de0339d5c2abb5f7f507a --- /dev/null +++ b/kat_Geor/data-00000-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb3e16af8f45e1acd014e94b8eb441a67a1cdcb95f4101d67b73b83726d9878 +size 145604456 diff --git a/kat_Geor/data-00001-of-00067.arrow b/kat_Geor/data-00001-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0cc5f46e0ded51106b34091d3c2df120712bdd16 --- /dev/null +++ b/kat_Geor/data-00001-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b783ce18d9bf8c55202848b5b999027d02e9db7038eb94e78058060fbadca177 +size 146253320 diff --git a/kat_Geor/data-00002-of-00067.arrow b/kat_Geor/data-00002-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..61c34d713c6d86c5a8c2c4aff1f2b81de3f7dd95 --- /dev/null +++ b/kat_Geor/data-00002-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2641813a73287bdd41cbf7ea1877de8f80da050a4a651bdda89e4b033d49a17a +size 144663368 diff --git a/kat_Geor/data-00003-of-00067.arrow b/kat_Geor/data-00003-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d6a821aa34ec2e4bb8af23342ee32f2ac5b60d66 --- /dev/null +++ b/kat_Geor/data-00003-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175902bb4961be63471311d042d7f25c28a87493591d512d44452dedf625151b +size 145250920 diff --git a/kat_Geor/data-00004-of-00067.arrow b/kat_Geor/data-00004-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1741637faea244a55d3e7469ba30949835d942b6 --- /dev/null +++ b/kat_Geor/data-00004-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516b03c4a1acb5de7c96d3e4c5c29afc34dbd0ac5246b17645edb2b207f18aa4 +size 143404576 diff --git a/kat_Geor/data-00005-of-00067.arrow b/kat_Geor/data-00005-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ec7c4b3697346d6f6c3f8aa20221c790966bb68 --- /dev/null +++ b/kat_Geor/data-00005-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ab7f08efdc12cc5b0ce008be382d51c80e0338c52a1cf6760758af0736b5d0 +size 144955792 diff --git a/kat_Geor/data-00006-of-00067.arrow b/kat_Geor/data-00006-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4e42648337077e12168a8ad4b61a2c33b15f3ed7 --- /dev/null +++ b/kat_Geor/data-00006-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfaf05a8c683b0f9fb71d427aa0055899798e170d2de9cba8a88d1cbe006b8b6 +size 144096440 diff --git a/kat_Geor/data-00007-of-00067.arrow b/kat_Geor/data-00007-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..02b9632ce9f3ec027637c06698106f1635a27894 --- /dev/null +++ b/kat_Geor/data-00007-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d23395faf6ce3fbdaeaeb15031c78b9306af189a62591a69430eab08337a219 +size 143290392 diff --git a/kat_Geor/data-00008-of-00067.arrow b/kat_Geor/data-00008-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..79caeed1497ea38f63550b09c0df032270737347 --- /dev/null +++ b/kat_Geor/data-00008-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8aecb798cadf1bb96b3cf16eb33c323315e74924283bc85744553716fa943e5 +size 144096120 diff --git a/kat_Geor/data-00009-of-00067.arrow b/kat_Geor/data-00009-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a2ea15e08416539422ee95a158ba7791a5d005ad --- /dev/null +++ b/kat_Geor/data-00009-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d15eb29aa5a587392d57cf51a994a1e210d81e542b875a6a0c392985151c1e0 +size 145491048 diff --git a/kat_Geor/data-00010-of-00067.arrow b/kat_Geor/data-00010-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4653f436588742f441863ebbdf2bfffca9bd4d98 --- /dev/null +++ b/kat_Geor/data-00010-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e642add1ed719d2f2d1e501adbde722df1900b9624ed636707794f790fb570 +size 144329544 diff --git a/kat_Geor/data-00011-of-00067.arrow b/kat_Geor/data-00011-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..50e037aeeff1b6c70841c8aa467ffe5ff3f18064 --- /dev/null +++ b/kat_Geor/data-00011-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bda9fb7a374c29d0daa30d7af5c23ff6847e4e83340f74d2295ad97c80bf54 +size 146677808 diff --git a/kat_Geor/data-00012-of-00067.arrow b/kat_Geor/data-00012-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..660b69ba80c08848cbd014e7af52e531f0c742aa --- /dev/null +++ b/kat_Geor/data-00012-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa866a4f1ffa1424dfc5465eb7070cd3fd05b00f6bd1b5d814ed603a1e6bef3 +size 145336608 diff --git a/kat_Geor/data-00013-of-00067.arrow b/kat_Geor/data-00013-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cb1e2741928c321b752d16b725d4fd97550848b2 --- /dev/null +++ b/kat_Geor/data-00013-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb5a75c708a9ebb9518a91210f018b359346f86de13aad2184d3db5805399ee +size 144089432 diff --git a/kat_Geor/data-00014-of-00067.arrow b/kat_Geor/data-00014-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..875514c109a123d34597e8df201f6f978d74c019 --- /dev/null +++ b/kat_Geor/data-00014-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c50fce1956753ad0f2b81af44960f29858e08ce779f17c950b16fe7d1b82797 +size 145990848 diff --git a/kat_Geor/data-00015-of-00067.arrow b/kat_Geor/data-00015-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..47d19b3a31c6076c4691038e1d37952084ce37ff --- /dev/null +++ b/kat_Geor/data-00015-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2859514dd67e7091d7334827004976a4626fb02f4a8279d0864987bbf559c4d1 +size 1188236192 diff --git a/kat_Geor/data-00016-of-00067.arrow b/kat_Geor/data-00016-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7cd8180f3aa99340facce4b468bd30bb5fea171a --- /dev/null +++ b/kat_Geor/data-00016-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3267d87da3ba6c3490aa5e68d1f08f1047fa1db78b865a1d88672a0e35d5fbd3 +size 1190987528 diff --git a/kat_Geor/data-00017-of-00067.arrow b/kat_Geor/data-00017-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3eb275e4155e74d9902a362ce766d8ff6b895b93 --- /dev/null +++ b/kat_Geor/data-00017-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991debfe7363a6b121a2745a2c50ebc7311d536d6e0646cdc3cb6dadcb67ac25 +size 141945176 diff --git a/kat_Geor/data-00018-of-00067.arrow b/kat_Geor/data-00018-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..036bd3a7c097d50a1ed15f7d150d6040be47d0e8 --- /dev/null +++ b/kat_Geor/data-00018-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9b2b877f759a44a056581209d08578fe2ea459607764cf42de7a77ece91d55 +size 143280528 diff --git a/kat_Geor/data-00019-of-00067.arrow b/kat_Geor/data-00019-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fe4d2f54e910b7334ceee8be015140d357d57a91 --- /dev/null +++ b/kat_Geor/data-00019-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602dc481c4845b2ff281ee83a066da9028444711e6cb2e6a57dfa8e54f421b81 +size 143084848 diff --git a/kat_Geor/data-00020-of-00067.arrow b/kat_Geor/data-00020-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ddd3dc30fc413ad78d8d8d8c821ad512406225bf --- /dev/null +++ b/kat_Geor/data-00020-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61142ac65ab99931ccce606e5a94c0108536d73b379ad5802912fb3909ebdc2 +size 139801696 diff --git a/kat_Geor/data-00021-of-00067.arrow b/kat_Geor/data-00021-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..68b9fda1ba94a244c642e5374311df119af691c0 --- /dev/null +++ b/kat_Geor/data-00021-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb444432f79036bba0bdbb22626d64bc10ffb6136479a28e1be35751c6b9343 +size 140617576 diff --git a/kat_Geor/data-00022-of-00067.arrow b/kat_Geor/data-00022-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d908bff8c3f37fb3b3c6c800eedaf34d714c942f --- /dev/null +++ b/kat_Geor/data-00022-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cee0e171a0055798242c8f4611257271a289e1705502a9fe19d4917d90c2c9 +size 140067680 diff --git a/kat_Geor/data-00023-of-00067.arrow b/kat_Geor/data-00023-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9b1fd3e8bb162cae14b45cf00bd98cb37a238770 --- /dev/null +++ b/kat_Geor/data-00023-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b306b8ccaaef21f4d034c019c2cee64a463c40a218783ec09a3dc687cc39044 +size 140432592 diff --git a/kat_Geor/data-00024-of-00067.arrow b/kat_Geor/data-00024-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a513fca7008783750633cc9dd47b5e5376a6cf5a --- /dev/null +++ b/kat_Geor/data-00024-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0592effc66655d020e0b8a6b8423890448ecf6f3171b74216a9b6f5830991f3a +size 140344800 diff --git a/kat_Geor/data-00025-of-00067.arrow b/kat_Geor/data-00025-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a67c7d8f662a2d208d281ca1ccba11349ce31214 --- /dev/null +++ b/kat_Geor/data-00025-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e26bc91a73f298176de232a2fb096273a747672590d196def5c87d72987d0d +size 141935184 diff --git a/kat_Geor/data-00026-of-00067.arrow b/kat_Geor/data-00026-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7b813bcb2b86abd94938db4445fa9bf49ae25434 --- /dev/null +++ b/kat_Geor/data-00026-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14775d9fdc37ad0b83963ef29d0d9934183c291a105f556da8a5328fad5dcab0 +size 143029432 diff --git a/kat_Geor/data-00027-of-00067.arrow b/kat_Geor/data-00027-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5ec84ba0d6c2252ceefdb9905d84d1c8a5678e28 --- /dev/null +++ b/kat_Geor/data-00027-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43a2bd97f6d801af3c7e1d9ea366cb4ce8b9b1f01db24d5b377203ad734e07c +size 145276288 diff --git a/kat_Geor/data-00028-of-00067.arrow b/kat_Geor/data-00028-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7f0d82b06746e7dce7a12cf04463bb0977714ca9 --- /dev/null +++ b/kat_Geor/data-00028-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbeade33dea4489d3f70d5c909f1382ce3e7812770698b6a20c4ede98b5c848d +size 144490328 diff --git a/kat_Geor/data-00029-of-00067.arrow b/kat_Geor/data-00029-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8853c08e100f1ad3e85ef7dd7e89b8e669f937e4 --- /dev/null +++ b/kat_Geor/data-00029-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db50102a835eac0e25f397fdc6bfbe2e94bff11e256e73df4f7dd8f868e30d8 +size 143429856 diff --git a/kat_Geor/data-00030-of-00067.arrow b/kat_Geor/data-00030-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..55749e55bf97b1acb6282c6056150704d1135957 --- /dev/null +++ b/kat_Geor/data-00030-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e871c9f0754300e4090b262874f29dde714585171881165f8f416ecd963f6cd3 +size 145875712 diff --git a/kat_Geor/data-00031-of-00067.arrow b/kat_Geor/data-00031-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4ece2e9e9d4c1d5ad87216f3c657346b18ce33d3 --- /dev/null +++ b/kat_Geor/data-00031-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c64790c08e730cbf576085c18e53b2526ee6e5b0f91537229094b260d399ac +size 142535216 diff --git a/kat_Geor/data-00032-of-00067.arrow b/kat_Geor/data-00032-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2a236bacae32736ef83dcd322e0e63a2ffb0e058 --- /dev/null +++ b/kat_Geor/data-00032-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb8be8d179d15752f42d0047c1e942342288ddddfc6eeb45369c145d1301a8b +size 143266776 diff --git a/kat_Geor/data-00033-of-00067.arrow b/kat_Geor/data-00033-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..904be1d95a8a5ba35fccea5d218fb234bd59c976 --- /dev/null +++ b/kat_Geor/data-00033-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc607f054758a5f60abd8882efd363187fc3803803b258915f4c9c20ec26ce8 +size 141778176 diff --git a/kat_Geor/data-00034-of-00067.arrow b/kat_Geor/data-00034-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..02b2e23223d54dc331f544a95a87d22b74d238b4 --- /dev/null +++ b/kat_Geor/data-00034-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdfa8fe50563054aadb083aa39acf835ca62ce286804629e2b9bbb1e78ac2b1 +size 1013436168 diff --git a/kat_Geor/data-00035-of-00067.arrow b/kat_Geor/data-00035-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aa95f25495a23d45c70191e830f531e656722516 --- /dev/null +++ b/kat_Geor/data-00035-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a5736e5485b8a754fd7512ea3b304937d0b11a5566f4c2b495401f262f3a58 +size 1172192936 diff --git a/kat_Geor/data-00036-of-00067.arrow b/kat_Geor/data-00036-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a515498c3d7798258efc20eb8b01ab938bd214fd --- /dev/null +++ b/kat_Geor/data-00036-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce84153468fe2a057ca3dcb05e53677ddfae3b21e975bd282b0801718adf413 +size 1778675248 diff --git a/kat_Geor/data-00037-of-00067.arrow b/kat_Geor/data-00037-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..57522d3536c28bd4e2e6e0fea269c16bff5c29cf --- /dev/null +++ b/kat_Geor/data-00037-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58f56eb70ef415554f79bfef6f83ecd2e369cb695b41ec66fdcff9acfa0f1d4 +size 1942255104 diff --git a/kat_Geor/data-00038-of-00067.arrow b/kat_Geor/data-00038-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6b4d17a716dd6c16ca3a50e97e50f3340feb01fe --- /dev/null +++ b/kat_Geor/data-00038-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3012db94440599f5bb62a496f7b22986f85bf033cd87929b076106b7c2aca8 +size 1959015232 diff --git a/kat_Geor/data-00039-of-00067.arrow b/kat_Geor/data-00039-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..deb64cedc201ef5634d0e6f96bd421f11ecfc6ee --- /dev/null +++ b/kat_Geor/data-00039-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f10b25633d0526d2e869bd9c5a83f470843a27dcf73ca5ec82e523a59929000 +size 1939258360 diff --git a/kat_Geor/data-00040-of-00067.arrow b/kat_Geor/data-00040-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3b9070cb403a869727380bac077a0a758a70e44e --- /dev/null +++ b/kat_Geor/data-00040-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecfcfc10ad0bd7fb7f98bfc1042c25d02aef82e1b9f6b3af021522e8b90cc13 +size 1141040784 diff --git a/kat_Geor/data-00041-of-00067.arrow b/kat_Geor/data-00041-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9d4330bd57adad647eb7df81dcb391bfa05372fc --- /dev/null +++ b/kat_Geor/data-00041-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399f8dba1aff60431364973f8c9604120f339e4fa0b39424658bf63725638dde +size 141283816 diff --git a/kat_Geor/data-00042-of-00067.arrow b/kat_Geor/data-00042-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b700c2e9cb02c3d8be2d44b9340949c18ab0b35c --- /dev/null +++ b/kat_Geor/data-00042-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa506f4489d3ef2c8bc7ca5f899440259e57054d7445f89465206c36663318f0 +size 140232360 diff --git a/kat_Geor/data-00043-of-00067.arrow b/kat_Geor/data-00043-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cd3deea06d567384e28e27ba170c3902acc81f5d --- /dev/null +++ b/kat_Geor/data-00043-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638832cab2fee7538894443824213ad9d3318e71b70a933562d273017fa15a38 +size 141078072 diff --git a/kat_Geor/data-00044-of-00067.arrow b/kat_Geor/data-00044-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c3361b5745c5f9e83b649713452b578ad91f9e1d --- /dev/null +++ b/kat_Geor/data-00044-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cafa75e14f7b23b3091fe37ec2f8575ae3720ee1471fdc90e3ca1751c3e2c87 +size 140714184 diff --git a/kat_Geor/data-00045-of-00067.arrow b/kat_Geor/data-00045-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bd26db834576e053dd645bebb9159b0cc927f006 --- /dev/null +++ b/kat_Geor/data-00045-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa89f35bf590c0eb403cf4b1dade283d94556ee341bf4a1ec2975a8c6988bbd +size 140155280 diff --git a/kat_Geor/data-00046-of-00067.arrow b/kat_Geor/data-00046-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..de319a4f27d7add7e464aa1137862f6aad67408f --- /dev/null +++ b/kat_Geor/data-00046-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b128d3616d6973bbbb5f97440e7f77eebed12992c71392184bb654b362a01d2 +size 143661384 diff --git a/kat_Geor/data-00047-of-00067.arrow b/kat_Geor/data-00047-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c201186fcf8c7a72ee3a210f0d3188b049f7f30a --- /dev/null +++ b/kat_Geor/data-00047-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3b197cf9010e30069fbf0dabaed5cefbc01966dd3c554803cb45dd55d260ae +size 143772824 diff --git a/kat_Geor/data-00048-of-00067.arrow b/kat_Geor/data-00048-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9d5663d6daae3218200fbac50020fddc1111a98a --- /dev/null +++ b/kat_Geor/data-00048-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffc974e3b3ad9d4d9d57c5acb9214ca9c9e30fcd02374771ee63b378d64d4d5 +size 144907272 diff --git a/kat_Geor/data-00049-of-00067.arrow b/kat_Geor/data-00049-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..96ea60533867cbff17fc7c83bcfda14ba4cbca8c --- /dev/null +++ b/kat_Geor/data-00049-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359e510f2151446dd3676bd6991688be716ad7f0cf274c7d2d95ffa80f730383 +size 143838816 diff --git a/kat_Geor/data-00050-of-00067.arrow b/kat_Geor/data-00050-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..14d6a46c67e3e94c018d430722d1af04b2e66f7b --- /dev/null +++ b/kat_Geor/data-00050-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9250f557e54300d23102b878c5249ef911db52eb30ea346f9499797dab994bd1 +size 140202600 diff --git a/kat_Geor/data-00051-of-00067.arrow b/kat_Geor/data-00051-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7e50d5416fcc6c3a1c6c520df6b02db40606d08 --- /dev/null +++ b/kat_Geor/data-00051-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62c735f802425bf476893b5579ba4aeba5c572ebb1be0c7bf4fad1c8014b1bc +size 143353696 diff --git a/kat_Geor/data-00052-of-00067.arrow b/kat_Geor/data-00052-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bbb9066db691ffbddee5e419a0fabf126d373957 --- /dev/null +++ b/kat_Geor/data-00052-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99c10af7595036a0604b7471a30ca1ab18e9a2f054c691e4d3ee18446fa1070 +size 139936488 diff --git a/kat_Geor/data-00053-of-00067.arrow b/kat_Geor/data-00053-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9081a81858bd5244ce3d53c4f4d0f13994cdb424 --- /dev/null +++ b/kat_Geor/data-00053-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182d50c75adb88838e9aa9e7cd2f54ffbbbc5adf564cccf591263728b241a82f +size 141375632 diff --git a/kat_Geor/data-00054-of-00067.arrow b/kat_Geor/data-00054-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d427b051f9255684afc95e4f7c4937897b7c4fb7 --- /dev/null +++ b/kat_Geor/data-00054-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222b3386e27cc1541d2215118c70e33bdd80bb28d5ff53b2512a117ebae69ac0 +size 143697304 diff --git a/kat_Geor/data-00055-of-00067.arrow b/kat_Geor/data-00055-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1217ce2a07b4adec0cd1d4def188754cb2b846c --- /dev/null +++ b/kat_Geor/data-00055-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac05043d51fdae9769a65157b181e507ffc7bb5c9e84aafe52a6beb7393f324 +size 140300664 diff --git a/kat_Geor/data-00056-of-00067.arrow b/kat_Geor/data-00056-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..13c6ce417b799851e577cfc100d173ba72b297a4 --- /dev/null +++ b/kat_Geor/data-00056-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e7d497c6e6ce621e7ad2f8e03feb4bce8f4144b788331b4c0c3486db2754c9 +size 753002424 diff --git a/kat_Geor/data-00057-of-00067.arrow b/kat_Geor/data-00057-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..706c80d8f3bca64893855d8bc01383d159a430fb --- /dev/null +++ b/kat_Geor/data-00057-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfa5ab7b231b740ff746ee13781b56f4ca84fc8bb9e51ef299251464ff5ff29 +size 1423916984 diff --git a/kat_Geor/data-00058-of-00067.arrow b/kat_Geor/data-00058-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d951390ff3b03debbc773b5605619ac4c5fceca7 --- /dev/null +++ b/kat_Geor/data-00058-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde90c611a4d5a176628add7fc05074c67d3db8b5c77df0685194e72f62b1fac +size 209062960 diff --git a/kat_Geor/data-00059-of-00067.arrow b/kat_Geor/data-00059-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a11ca63c03b6a6b99ae7a163fe16e7f9d597679c --- /dev/null +++ b/kat_Geor/data-00059-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f344a243aa12b9a99417d09ae05e5ed45a4d89d9acf69319a6461032c8aa13 +size 204581576 diff --git a/kat_Geor/data-00060-of-00067.arrow b/kat_Geor/data-00060-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da206892ae0eeec35c1458b566a826e9d10b5a33 --- /dev/null +++ b/kat_Geor/data-00060-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e257b249681c50884c542ba7a13025fa9a6aa6eca366330aedf360f7b4a8881b +size 1459434104 diff --git a/kat_Geor/data-00061-of-00067.arrow b/kat_Geor/data-00061-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b26ddbd8c8e338b7b69af3e0b0ef7e9110e8e2f --- /dev/null +++ b/kat_Geor/data-00061-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c248eba7d0ed6aaef896fa1e949fe54d4464f4532f2f90655f1def1235176f +size 1254821224 diff --git a/kat_Geor/data-00062-of-00067.arrow b/kat_Geor/data-00062-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cd7af432077918f5189374329eef4b8e6e5ca5cb --- /dev/null +++ b/kat_Geor/data-00062-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c39ebd4bbf7cec2de06de408b8b54ef6c6ecaa5e12b95a3b0cdb70c73d9f1f +size 1512016608 diff --git a/kat_Geor/data-00063-of-00067.arrow b/kat_Geor/data-00063-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8a4bc26bc977b50f4d110ddd107af6206d3b366d --- /dev/null +++ b/kat_Geor/data-00063-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58500697926ed03681763db8bb3920e602b1ac248459b4091be3888c284502b +size 1592004912 diff --git a/kat_Geor/data-00064-of-00067.arrow b/kat_Geor/data-00064-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a77f77e0828d05f1e5b7b5afc37593a90a67da61 --- /dev/null +++ b/kat_Geor/data-00064-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f714b40f68e1ba80deda8f46c6f036dd248ab981b18c33b0230b663acd4462 +size 1549693120 diff --git a/kat_Geor/data-00065-of-00067.arrow b/kat_Geor/data-00065-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ba84049d1ed3961920a6cee36eb65a3caf9f4060 --- /dev/null +++ b/kat_Geor/data-00065-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571ef7046e8d4021fdeb4f51e3227ac3308fe61436f3a9a612ef5bf95e3d3883 +size 1518794736 diff --git a/kat_Geor/data-00066-of-00067.arrow b/kat_Geor/data-00066-of-00067.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9bdaae577ef9c20ac95f9bb47f68f6dc5c4af46b --- /dev/null +++ b/kat_Geor/data-00066-of-00067.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed9344694d095ceda9db81633ac13024ddad468931ef941f693d5e870818153 +size 1550149424 diff --git a/kat_Geor/dataset_info.json b/kat_Geor/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..86e0e26980cd92d44f7133c675babe25e5f6c098 --- /dev/null +++ b/kat_Geor/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d8469c61946df476b5d2b3d6f4f213ef821f05ef4cb91533c3809db70d13ee +size 2943 diff --git a/kat_Geor/state.json b/kat_Geor/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2ac7c50bd162ecfd298593fad00b94509733a3c4 --- /dev/null +++ b/kat_Geor/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482071e30ad5bd41d01af8581d29d6a0e4504c28090ef9af7174fa881a884739 +size 4141 diff --git a/kat_Latn/.gitattributes b/kat_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kat_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kat_Latn/data-00000-of-00001.arrow b/kat_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..be04c17de7004ed6e1510cb67164073f617c6ab4 --- /dev/null +++ b/kat_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a3b264cf4e0436520f59ffabc413769185092cf3988f168953851721e76202 +size 399911064 diff --git a/kat_Latn/dataset_info.json b/kat_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f3035696c79e6a4b8cdbaa4a6789f2066d455a89 --- /dev/null +++ b/kat_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f079aa02d8e1d3159bf184dfb1447bc6f009b63d1f9982a75e2034a4612d78 +size 1184 diff --git a/kat_Latn/state.json b/kat_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d20b597b0dd17da8f6f929e247d8df2a5e340799 --- /dev/null +++ b/kat_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd1a63063f72d17fd08ccee7cffea65bf2f7e5879aebaf4ca379034313ea27d +size 247 diff --git a/kau_Latn/.gitattributes b/kau_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kau_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kau_Latn/data-00000-of-00001.arrow b/kau_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42db6156771837813e70ee8f17d5c93b949fb316 --- /dev/null +++ b/kau_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6655c1a870ab03641bbe122549767e737ace50dfcb6ff86dc63c346a0f3a02 +size 99240 diff --git a/kau_Latn/dataset_info.json b/kau_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b1b16840a173a161160fc5ef3d070d645747c9f4 --- /dev/null +++ b/kau_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291a16e6f059a95c27319e5747749642fbc7ab901319b41daca382caf6b8296b +size 1096 diff --git a/kau_Latn/state.json b/kau_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2223c7ca57aaae359d366da64233930559413f54 --- /dev/null +++ b/kau_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8fe31f9f8a69b2a31c51865c1b11f0486f831116619d6907398d1c665b1287 +size 247 diff --git a/kaz_Cyrl/.gitattributes b/kaz_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kaz_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kaz_Cyrl/data-00000-of-00057.arrow b/kaz_Cyrl/data-00000-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4e7a6b4dfbe44a3bf7cca135214549060caa59fd --- /dev/null +++ b/kaz_Cyrl/data-00000-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d0ec6c8474b14d820a6104a7df78996974ff4f4aabfb8d2514b0989d852642 +size 156679808 diff --git a/kaz_Cyrl/data-00001-of-00057.arrow b/kaz_Cyrl/data-00001-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..df55e417db9905cc6888fc115357100e269ae197 --- /dev/null +++ b/kaz_Cyrl/data-00001-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fae63e1fb84e33250626962189ef6332b4e3ca0241ad97ff3b51efa30b0b889 +size 155189560 diff --git a/kaz_Cyrl/data-00002-of-00057.arrow b/kaz_Cyrl/data-00002-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a750c1ef73ee5fcd887feb478c5f40de4f40e3a6 --- /dev/null +++ b/kaz_Cyrl/data-00002-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f60a47ac7b47c85791d2d7fa1750389da7584096e5c0a45100a8e67dcfe105 +size 154625904 diff --git a/kaz_Cyrl/data-00003-of-00057.arrow b/kaz_Cyrl/data-00003-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b0e3bb64b2ae34e1a903e6b1e6b059688722b6f --- /dev/null +++ b/kaz_Cyrl/data-00003-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330b597a4179eef33a2d5c449e18b91a453d5dccdf3e9e6a8afe78bd2489e5c5 +size 153716360 diff --git a/kaz_Cyrl/data-00004-of-00057.arrow b/kaz_Cyrl/data-00004-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6d67f0c1c0b22de8c13a99d50b120227a779bc2 --- /dev/null +++ b/kaz_Cyrl/data-00004-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ed51cdb2766d10482fc5722dd74f239e62873a9e8a23cb88d4ecb46620a233 +size 155880264 diff --git a/kaz_Cyrl/data-00005-of-00057.arrow b/kaz_Cyrl/data-00005-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..37d1bc47786de56d3368ba6aae31f6deca737204 --- /dev/null +++ b/kaz_Cyrl/data-00005-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc87715d7612928514196f5b11c730818ea578a2861a861a99b805aea097fa99 +size 1477889616 diff --git a/kaz_Cyrl/data-00006-of-00057.arrow b/kaz_Cyrl/data-00006-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e5c1a8987e145dedc9a090a32fb9a4d564e75dc4 --- /dev/null +++ b/kaz_Cyrl/data-00006-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3747d5eca216597b86dce01d5620b5f5cfd22fdf86a10faba2ed566fd67c88d0 +size 2149533000 diff --git a/kaz_Cyrl/data-00007-of-00057.arrow b/kaz_Cyrl/data-00007-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b8cd2e831bb433c80d051bbb4505e5e78745bff0 --- /dev/null +++ b/kaz_Cyrl/data-00007-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7e1c92136da557f0234bd48b4da2d0cbae1949f58b0e415080f45739876548 +size 1548128872 diff --git a/kaz_Cyrl/data-00008-of-00057.arrow b/kaz_Cyrl/data-00008-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..372f5c270d19b3b2cae9568e54e84b3f0ddc6b1b --- /dev/null +++ b/kaz_Cyrl/data-00008-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715d7a7df485dc819d4702670cf83bd6a3d051f663d0d8a32728467a5f06eca0 +size 619138752 diff --git a/kaz_Cyrl/data-00009-of-00057.arrow b/kaz_Cyrl/data-00009-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6867b5ea3597ff33d4df3f685dfb917e18837428 --- /dev/null +++ b/kaz_Cyrl/data-00009-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3940a497ea105c474d93a1d2aa37aa2f7cee65bf06d365f0d14490ff630d7d9 +size 148298488 diff --git a/kaz_Cyrl/data-00010-of-00057.arrow b/kaz_Cyrl/data-00010-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7f27eb8d93ac922087436cced8b1dcce29447e83 --- /dev/null +++ b/kaz_Cyrl/data-00010-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5813dd996965665dcea1014e75ac1a6a24dcb230432c7e3f2d430d9d95009bdb +size 147403280 diff --git a/kaz_Cyrl/data-00011-of-00057.arrow b/kaz_Cyrl/data-00011-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b4b6129be33b9afb08cccbe64196e29a64c1532 --- /dev/null +++ b/kaz_Cyrl/data-00011-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bebf46c25d9715eeb37960f07403657a2be7d277c0c91df3c513271584c705 +size 149761744 diff --git a/kaz_Cyrl/data-00012-of-00057.arrow b/kaz_Cyrl/data-00012-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..78f74ef90ef0d4c73aafcfb690c0cc9422237d96 --- /dev/null +++ b/kaz_Cyrl/data-00012-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0d9bb24206b57e3a20450e58f1cf43ec6551587c523d22fde8913d380cebc1 +size 152932504 diff --git a/kaz_Cyrl/data-00013-of-00057.arrow b/kaz_Cyrl/data-00013-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b57e522c44bfbc2da00c9cb73f37dfbad23b4988 --- /dev/null +++ b/kaz_Cyrl/data-00013-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1ea83f4ae5d4580ab54233c3c52e1e2342ac51bc4d90d60f6388c778c34426 +size 156192568 diff --git a/kaz_Cyrl/data-00014-of-00057.arrow b/kaz_Cyrl/data-00014-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..575c0c9bdcba4c31cee6f85e4fae0e721970348c --- /dev/null +++ b/kaz_Cyrl/data-00014-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f13a4bcae274449c2c5130a317fdc1b4c9c36c55288444d239146a0ef7004e +size 156354688 diff --git a/kaz_Cyrl/data-00015-of-00057.arrow b/kaz_Cyrl/data-00015-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3dceaee2e213d621af019db8d013bf36195a006d --- /dev/null +++ b/kaz_Cyrl/data-00015-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c2d323b72a50f4808da83350d63087a9a09f7189b17a11f327db0d73de881d +size 150184072 diff --git a/kaz_Cyrl/data-00016-of-00057.arrow b/kaz_Cyrl/data-00016-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3784e062ced3db5450ea8d6a6b81ce13c7651cf2 --- /dev/null +++ b/kaz_Cyrl/data-00016-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af0bfa2aa912d74b2531fc6f0ac671dbe6ceb26119d814f353aa13150868aca +size 150788416 diff --git a/kaz_Cyrl/data-00017-of-00057.arrow b/kaz_Cyrl/data-00017-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..806bd53357833dc868327134ef766eb1681ae61b --- /dev/null +++ b/kaz_Cyrl/data-00017-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a1a237aaa257a25920768f87e1dfccd6f21d284d88992859613fc3c62e6cb5 +size 148112304 diff --git a/kaz_Cyrl/data-00018-of-00057.arrow b/kaz_Cyrl/data-00018-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c76f015b0c5eff8fae54831808eccdd7d769353 --- /dev/null +++ b/kaz_Cyrl/data-00018-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf64c295096f0483d2a3bd9764c03e2a5daaca381645d5653c188394759ece17 +size 147848408 diff --git a/kaz_Cyrl/data-00019-of-00057.arrow b/kaz_Cyrl/data-00019-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..51c97df9fc307e9680abf695a39325b2b10557a5 --- /dev/null +++ b/kaz_Cyrl/data-00019-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc72cb849b65e3aa65bc5ef578b32ffb29dd1553b6e5b9a34edf74f771892355 +size 149213904 diff --git a/kaz_Cyrl/data-00020-of-00057.arrow b/kaz_Cyrl/data-00020-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..54cffd974825d5e8ce57bc9edd679769c7ad6070 --- /dev/null +++ b/kaz_Cyrl/data-00020-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a2c149b8507fd41db3a3681f0ab9a625611b8935d4bf8401ea70c45d386ae2 +size 149700192 diff --git a/kaz_Cyrl/data-00021-of-00057.arrow b/kaz_Cyrl/data-00021-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f870c673bed623b2faa58682d416b0f3bf884aab --- /dev/null +++ b/kaz_Cyrl/data-00021-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a317f835da54926c866713eb6f0bf68f314ec551476142bc0caa521033634a8 +size 149676408 diff --git a/kaz_Cyrl/data-00022-of-00057.arrow b/kaz_Cyrl/data-00022-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f2a9b26bf48b2f16aa183effc7ee07f2db8b01ab --- /dev/null +++ b/kaz_Cyrl/data-00022-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3147f99c995edb86d3f40b4d84a9c39799291ddbc3bfa6f7112844b39b35c15 +size 135030464 diff --git a/kaz_Cyrl/data-00023-of-00057.arrow b/kaz_Cyrl/data-00023-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..409b0f1cc932f6a247018ab506b6b73429a171b1 --- /dev/null +++ b/kaz_Cyrl/data-00023-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192bf2906e32cafc75b819a0fe622ccabe01faaa5f4be67834ea2a4aa43575b7 +size 130759080 diff --git a/kaz_Cyrl/data-00024-of-00057.arrow b/kaz_Cyrl/data-00024-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..544b834bbe5059d637ade9607cc4ccd144004c1a --- /dev/null +++ b/kaz_Cyrl/data-00024-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cca6fcab6e40db0c28f16a2fee9f2fe112c78f13f4418a7a5b7bef55999c750 +size 130657128 diff --git a/kaz_Cyrl/data-00025-of-00057.arrow b/kaz_Cyrl/data-00025-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7552c379c1836dc9cc157a9800e723c62abd1d9d --- /dev/null +++ b/kaz_Cyrl/data-00025-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c119accbbee6f554376cba35e31197ac4d6fae353997fced091f2d2deb95f2 +size 130939256 diff --git a/kaz_Cyrl/data-00026-of-00057.arrow b/kaz_Cyrl/data-00026-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7a5b2fd71eea51eca7f06fe84205852f6e983d60 --- /dev/null +++ b/kaz_Cyrl/data-00026-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f3b1023034fc0ef4ba79d31a5441588b1bf1dbff14f54230d497e864a711c8 +size 131122880 diff --git a/kaz_Cyrl/data-00027-of-00057.arrow b/kaz_Cyrl/data-00027-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ba0881efd83017a6140440d5d3a33803c958ff7c --- /dev/null +++ b/kaz_Cyrl/data-00027-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573b34340891e5f466d5fd8d2a2b5db171fff77206630200e5ea4b37e0802f95 +size 130514800 diff --git a/kaz_Cyrl/data-00028-of-00057.arrow b/kaz_Cyrl/data-00028-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b00c8147356a0213e3c40ef983d1069b4755074 --- /dev/null +++ b/kaz_Cyrl/data-00028-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63703e8f352deac511d129d7b902eab549c7c40daaf83aaba3651e6f513d2137 +size 1942493352 diff --git a/kaz_Cyrl/data-00029-of-00057.arrow b/kaz_Cyrl/data-00029-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f9459007885e3b29bb45eb48424a2dc72605df61 --- /dev/null +++ b/kaz_Cyrl/data-00029-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbf2cc254b334f524458970ffcf1a30929397a92c34342c2a3620b2af5d8c7b +size 2222701296 diff --git a/kaz_Cyrl/data-00030-of-00057.arrow b/kaz_Cyrl/data-00030-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0d16ee0e51691223da547928d0624efdc45fb493 --- /dev/null +++ b/kaz_Cyrl/data-00030-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842819724ce7ae886270942ba6ea7265ec714adaa8d36b6b649b1716f981e06c +size 2200694192 diff --git a/kaz_Cyrl/data-00031-of-00057.arrow b/kaz_Cyrl/data-00031-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..569d33a3f322f7c6710848d544c2ff0afb7252d4 --- /dev/null +++ b/kaz_Cyrl/data-00031-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ea85ba4bbfed669a7f4fd629a188375e0c24d689424bf1ae068d381c63d4c7 +size 2189920800 diff --git a/kaz_Cyrl/data-00032-of-00057.arrow b/kaz_Cyrl/data-00032-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c98fc2c4fe84119c867b9929614c69ebc348c8b9 --- /dev/null +++ b/kaz_Cyrl/data-00032-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996c67bc84816fd2c341456b3ed9517e9c3b2ad3808214dd3c3202c2a2bee88c +size 1498897080 diff --git a/kaz_Cyrl/data-00033-of-00057.arrow b/kaz_Cyrl/data-00033-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..217c55082649f12dcb6edc7517578c570d10d8e9 --- /dev/null +++ b/kaz_Cyrl/data-00033-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db809b401add24cfc8712341f7ca670fe9acfb50af481004719e0c3a4cb44ee +size 1526263136 diff --git a/kaz_Cyrl/data-00034-of-00057.arrow b/kaz_Cyrl/data-00034-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..997ae1b8b73a17e67cf04b147db7046c2da680ed --- /dev/null +++ b/kaz_Cyrl/data-00034-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857f6a3a624e214d36bedb2c608c97925ba2ee3781b9b27a236577c798d75b1a +size 2187781568 diff --git a/kaz_Cyrl/data-00035-of-00057.arrow b/kaz_Cyrl/data-00035-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a178cdaad2be3daeec778dda16ff7573c0dde38d --- /dev/null +++ b/kaz_Cyrl/data-00035-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7738fb60b6c1dc9580a650e139d82c3231ba0544fcd08833871bcd4a2cb0000c +size 2123788008 diff --git a/kaz_Cyrl/data-00036-of-00057.arrow b/kaz_Cyrl/data-00036-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eeea0721be18de9d2e0aa941a5268ed8181f0777 --- /dev/null +++ b/kaz_Cyrl/data-00036-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c237f037a87bb230196e3fb64cbe53e134a8d2d2f9c120e23c10c2938c464ccf +size 140595472 diff --git a/kaz_Cyrl/data-00037-of-00057.arrow b/kaz_Cyrl/data-00037-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3a2695311d0e3a659bb1997c3345dcc5b4ed4d03 --- /dev/null +++ b/kaz_Cyrl/data-00037-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fca119a37dfa186c592436a1e65ea87b02a7ded7253a8ac1dab7992d501a291 +size 146044112 diff --git a/kaz_Cyrl/data-00038-of-00057.arrow b/kaz_Cyrl/data-00038-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7f94133dfff1d28a75a97b80ad2cf87eb0a1be56 --- /dev/null +++ b/kaz_Cyrl/data-00038-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec82768ee7b3004629b5e049df7154697b22a320f464bee4cc69f187f4d0a9f +size 149781576 diff --git a/kaz_Cyrl/data-00039-of-00057.arrow b/kaz_Cyrl/data-00039-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a7ed893ed0c7b15a83870fe3d91a0ddacc3e64c4 --- /dev/null +++ b/kaz_Cyrl/data-00039-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1509d2e187c1e3a71a4241ed4cee9a6ca11838eedba72a37cfc8169c588b705 +size 145012168 diff --git a/kaz_Cyrl/data-00040-of-00057.arrow b/kaz_Cyrl/data-00040-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..761e31bd870da463f86b8d7d4161388581b9c115 --- /dev/null +++ b/kaz_Cyrl/data-00040-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f579f243b03ffc3adc642a78498e4a3e0acc903f137053b607ece40320528a8 +size 131711232 diff --git a/kaz_Cyrl/data-00041-of-00057.arrow b/kaz_Cyrl/data-00041-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5fb850e97d2baa1b16082287d5b81b6f5da178ce --- /dev/null +++ b/kaz_Cyrl/data-00041-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a3cfd5e12488876e0868e3422095ef47999da967f9fe3a69aca75da478c8fb +size 131065208 diff --git a/kaz_Cyrl/data-00042-of-00057.arrow b/kaz_Cyrl/data-00042-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1351547a8adf4b35400ab50dcee7631e675646c9 --- /dev/null +++ b/kaz_Cyrl/data-00042-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd4cc4c0302bf8d223b04b386df6e0606455f253fa6d4653745a35460af2de0 +size 131371904 diff --git a/kaz_Cyrl/data-00043-of-00057.arrow b/kaz_Cyrl/data-00043-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a51eb912757985f044fb66417f03343960e12e4e --- /dev/null +++ b/kaz_Cyrl/data-00043-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161e5504a29aeb6b47bc0577f052ca9ae07f4d008a292662763a5e49bf0cbd4c +size 132062600 diff --git a/kaz_Cyrl/data-00044-of-00057.arrow b/kaz_Cyrl/data-00044-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..71a17200c2777e8b65beffb523ce9793e880d2e8 --- /dev/null +++ b/kaz_Cyrl/data-00044-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5ba8b48f6e4bc3240587070930009a1d8c6de8e605de5911c3a698b2f88f92 +size 131441688 diff --git a/kaz_Cyrl/data-00045-of-00057.arrow b/kaz_Cyrl/data-00045-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..33ed789ae8b99314a864de5c5ce97a1c3778379d --- /dev/null +++ b/kaz_Cyrl/data-00045-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de0b802b176a147ddc0c5b094bec76957aa6026fa8a916b5cd46658481c094b +size 131439472 diff --git a/kaz_Cyrl/data-00046-of-00057.arrow b/kaz_Cyrl/data-00046-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..608205a4be00a0eb9f537e0127e9466e67148203 --- /dev/null +++ b/kaz_Cyrl/data-00046-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d1ae58c4344d7b47111e1d67427bfebeebacaad74ea92548f6271486334a31 +size 131115264 diff --git a/kaz_Cyrl/data-00047-of-00057.arrow b/kaz_Cyrl/data-00047-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..043e98ef20fa4cd3b4545154115564b2a237ff2c --- /dev/null +++ b/kaz_Cyrl/data-00047-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb843782eb2a633fff6ec81d962389bfb83bc99b46a9fb6348acf1b8cd5c7ec8 +size 131106128 diff --git a/kaz_Cyrl/data-00048-of-00057.arrow b/kaz_Cyrl/data-00048-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8c7cdc97d576fc5f94c46c8cb1ea594750086594 --- /dev/null +++ b/kaz_Cyrl/data-00048-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f427e248f5fb8aec6d69663bf128cc1871b8cbd44219f48a95e7807838f38a +size 132189464 diff --git a/kaz_Cyrl/data-00049-of-00057.arrow b/kaz_Cyrl/data-00049-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..057daa01837f5d6bd020e2b0304edd7dbb6530b7 --- /dev/null +++ b/kaz_Cyrl/data-00049-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2003e951ef39b6ef1f28f465a11914d16a5a413b2533ed95bdf502293d71c724 +size 131348568 diff --git a/kaz_Cyrl/data-00050-of-00057.arrow b/kaz_Cyrl/data-00050-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..afe9e8520450cd11de3188e18f4fb3bda3362d75 --- /dev/null +++ b/kaz_Cyrl/data-00050-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3493df13f0a72d3fe28c48558de1cc2a80ef0fe016223c3aa34a0c19d3f77b +size 131526160 diff --git a/kaz_Cyrl/data-00051-of-00057.arrow b/kaz_Cyrl/data-00051-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3c1975203b29dc233c6a25b1886e281bd68a53de --- /dev/null +++ b/kaz_Cyrl/data-00051-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f9b36be2a584768b75ead9c3635f37dd9caf2bb8331288a4baddc6d9cb06d8 +size 131547888 diff --git a/kaz_Cyrl/data-00052-of-00057.arrow b/kaz_Cyrl/data-00052-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..827855a809fc91477d4dcf8c9121a99b8f893736 --- /dev/null +++ b/kaz_Cyrl/data-00052-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77afbbec02e050ec644a536c520778955ec5ec30281a0b8b46fbef52be6cecd +size 131723008 diff --git a/kaz_Cyrl/data-00053-of-00057.arrow b/kaz_Cyrl/data-00053-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..99a3446d8905f8d1bbea8b5453791843f973c0db --- /dev/null +++ b/kaz_Cyrl/data-00053-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0062f39599e697078ec7f351f4d874715443f7f012b51470c422e04f0374641 +size 131826248 diff --git a/kaz_Cyrl/data-00054-of-00057.arrow b/kaz_Cyrl/data-00054-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6bc331f0897ed104050021ccd162ea914cf6f45a --- /dev/null +++ b/kaz_Cyrl/data-00054-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f12fd61020c4eabf099d599bd9f095556c16959f3a617020f4d7a7f245ec4f8 +size 131708728 diff --git a/kaz_Cyrl/data-00055-of-00057.arrow b/kaz_Cyrl/data-00055-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d00330163540060a5e5680c6831e85829a2ba3d5 --- /dev/null +++ b/kaz_Cyrl/data-00055-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc18bab6cb6ddc489f1358696657e97da8c1f38d9600b970288f6a7f99f57d6 +size 131732152 diff --git a/kaz_Cyrl/data-00056-of-00057.arrow b/kaz_Cyrl/data-00056-of-00057.arrow new file mode 100644 index 0000000000000000000000000000000000000000..17c6c69f71dfd43cb10fdd0b6c0bd32c47782c46 --- /dev/null +++ b/kaz_Cyrl/data-00056-of-00057.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7c0ed08ce5515fd68838902de1aaf82e0bd31adc9a8dcf1a4410ceea88d330 +size 131814168 diff --git a/kaz_Cyrl/dataset_info.json b/kaz_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fe475d1f44031981029691832b3524f931b77288 --- /dev/null +++ b/kaz_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c469b117f7db3a9cb3fe21700ef43596b366c6edb119af550d66d7ee886c096 +size 3005 diff --git a/kaz_Cyrl/state.json b/kaz_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..05a4481939bbbed3dc03790a44ee3fa481d3d622 --- /dev/null +++ b/kaz_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8703dc138fd3c502ef10b93dc350e89514d7501506ee3c26643689915b41e968 +size 3551 diff --git a/kbd_Cyrl/.gitattributes b/kbd_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kbd_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kbd_Cyrl/data-00000-of-00001.arrow b/kbd_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9fdf32ec724f8e9964af9304128b6f562dbe2404 --- /dev/null +++ b/kbd_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b57054f37359983c2d788fffc3e361f85b0f3bfea104c34340458d396e0f54 +size 76210976 diff --git a/kbd_Cyrl/dataset_info.json b/kbd_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0b3946d30a1f2b3c01f4deb4a4f8d4cece1667ba --- /dev/null +++ b/kbd_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6e194e6b68b14c6ece795f2cbe8a16ee20efaa828d0d0d1bf89614d183bde3 +size 1112 diff --git a/kbd_Cyrl/state.json b/kbd_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f390aee5527582af5c875ab753c0c563abc1e31c --- /dev/null +++ b/kbd_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7712b72569d348cbcd97f24dd1460708fdfc09771c0ce5b23927888ba6c7d684 +size 247 diff --git a/kbp_Latn/.gitattributes b/kbp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kbp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kbp_Latn/data-00000-of-00001.arrow b/kbp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0e7d9af9cef79b6b74718817575cc375b6f64be0 --- /dev/null +++ b/kbp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04554e0ea6e072e10f2c94e56b98377b1b7d91e9c7698e394ea252f9faeec6b0 +size 23812312 diff --git a/kbp_Latn/dataset_info.json b/kbp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7931266675a686f08468efce6c495c2940faaaf4 --- /dev/null +++ b/kbp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b301dd0dbdbbfae22cf9469a7be9d5295442d6c7208354fde47abd57630b2825 +size 1111 diff --git a/kbp_Latn/state.json b/kbp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..aaa29c60dc168ed09a0ba82defeb9e1189e28671 --- /dev/null +++ b/kbp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203c0f2f200a10f717103f77194ea127faf44803c0a8a86adda5e6f179abd131 +size 247 diff --git a/kbq_Latn/.gitattributes b/kbq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kbq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kbq_Latn/data-00000-of-00001.arrow b/kbq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6d14a95d9e964aea8052104bc979d893e49005a --- /dev/null +++ b/kbq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbfbd496ac97d8a0ea281c67dfed71e4441306ee79d518a3247417d75928dfc +size 7304 diff --git a/kbq_Latn/dataset_info.json b/kbq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..49083ed4410c55e94b1930ef70a3678591aa9498 --- /dev/null +++ b/kbq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70afcd5bf67702a2369fcfa5e48353d949fcd2944084aeeb242cda102b5bc8e7 +size 1088 diff --git a/kbq_Latn/state.json b/kbq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..aff382d426dd199f44e25f3b98b8055b197bc99f --- /dev/null +++ b/kbq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7046884e5bad69884ec431160ac4183254454f99fcea5063c39c076f4c870f +size 247 diff --git a/kbx_Latn/.gitattributes b/kbx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kbx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kbx_Latn/data-00000-of-00001.arrow b/kbx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b1ac15504d1d094ef0752dbc747725a1579c4653 --- /dev/null +++ b/kbx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51872ca9a275dda988904c46177868007787d45672a199e79da6e7013a4dfd62 +size 2368 diff --git a/kbx_Latn/dataset_info.json b/kbx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cb997d46ddd5ee14c46a8358715e4778ab378ef7 --- /dev/null +++ b/kbx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1144048b8016f138e806b23214e1ee71a792d0de437de50cbca4e72d1a922720 +size 1087 diff --git a/kbx_Latn/state.json b/kbx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ec81667084fb45649c5dc263831b9efaa0ab4b80 --- /dev/null +++ b/kbx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a6c6e1a635a26bd40879713a7cb658466ea81051567d6713b8ec36418766c0 +size 250 diff --git a/kby_Latn/.gitattributes b/kby_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kby_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kby_Latn/data-00000-of-00001.arrow b/kby_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..61d6de128f1f8ba65d6fb5621e2a2b54776d36ed --- /dev/null +++ b/kby_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7adfd8e29fa9ced622d7b07cceab8981cf55e6ed2d9bd351f034c798bbdef83 +size 1912 diff --git a/kby_Latn/dataset_info.json b/kby_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0b54674064a1bcb715cda85f06dcae83021938a2 --- /dev/null +++ b/kby_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e52aae6010eb4172719f54b52a5bfd5af80d512c1b749a40469d10d7efc52c +size 1083 diff --git a/kby_Latn/state.json b/kby_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4d124f1971720e06e14b757d8d8b72c7f3aa4e2b --- /dev/null +++ b/kby_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58994555bf8e7c627792d7b6b7474218344e9e2986d0b324abe4c5fc0a9af43 +size 247 diff --git a/kcg_Latn/.gitattributes b/kcg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kcg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kcg_Latn/data-00000-of-00001.arrow b/kcg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c836e65232652ed61c2ac4ac8d5782735f56c3a7 --- /dev/null +++ b/kcg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff607c1af18dd628e59448a16dcfa4fca715cf21f2e3732bc1cbe88786401657 +size 929592 diff --git a/kcg_Latn/dataset_info.json b/kcg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3dce3552242b2c1f2a78753eef553a88dfcd3168 --- /dev/null +++ b/kcg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41197fdf5f0ec9af0e90264b3c12cc65dc150987cdeb0c627cfe69464d128d4f +size 1101 diff --git a/kcg_Latn/state.json b/kcg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b36c911b798c01eb4516a48f36a251b048776805 --- /dev/null +++ b/kcg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058cb1ce830fdc3e2a3a4a17996a01b6b60313baf61e052206695ef97eb59fa9 +size 247 diff --git a/kea_Latn/.gitattributes b/kea_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kea_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kea_Latn/data-00000-of-00001.arrow b/kea_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da868ab901d21732ae8af721089c0badabd44a4d --- /dev/null +++ b/kea_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf49b06b95c300e0365fd79a82f5e9490ea4be480111ab6fbc5468a22c97fc6 +size 7224 diff --git a/kea_Latn/dataset_info.json b/kea_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..35f61b03aca278cce39dc26638b8a86adc4f4d24 --- /dev/null +++ b/kea_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d09d1ff41caaf7409ec88da653df23383b7cd1c5b29619d0753a71c9a06ea46 +size 1093 diff --git a/kea_Latn/state.json b/kea_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cca7ea7845cc360ba82795b0810a6c0380489c3f --- /dev/null +++ b/kea_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d14b33c9966472ba142a081981588489fcde9c7c0b77d6f0a6084b882f40a7f +size 247 diff --git a/kek_Latn/.gitattributes b/kek_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kek_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kek_Latn/data-00000-of-00001.arrow b/kek_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c9092ddcc87daf680ceba1cc7026638507c93e15 --- /dev/null +++ b/kek_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5889fb29a62beb70eefc255a98cfc96394f2e897356eb3feb356769d0520c4e7 +size 12051448 diff --git a/kek_Latn/dataset_info.json b/kek_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bc9fba2b2699d2a4e97759b29436e8774e1e087b --- /dev/null +++ b/kek_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4334051fb31516a857613b29a64413e3a1cf851c683b33aa8d7208e90f43e7 +size 1111 diff --git a/kek_Latn/state.json b/kek_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d42b74aa785938d2c75fc3c69bb4a1597657ab91 --- /dev/null +++ b/kek_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce5edf26fd2b0fc570e26a818a28ff0251ef31cc6fbb23f072b6e0856a97fce +size 247 diff --git a/ken_Latn/.gitattributes b/ken_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ken_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ken_Latn/data-00000-of-00001.arrow b/ken_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..442f44f0a0d84ec2bca19ee1b9a908e481d1af59 --- /dev/null +++ b/ken_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c06e4a815563763cf7ff5ad27ccc650b3e9e8931c30d6e474d8ee356bedacf +size 4208 diff --git a/ken_Latn/dataset_info.json b/ken_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ff8edea06f6c839f0b9b9ff80cd67c4de1eff0f2 --- /dev/null +++ b/ken_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8c7019e6ba7513fd6a4b26f29d58091bc85294c8c97dc6d0dfa50f3ad81728 +size 1087 diff --git a/ken_Latn/state.json b/ken_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f414a7f43938c0ce65bc5656b312e759ba5b0db3 --- /dev/null +++ b/ken_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9721695d3b1c7a5a0840e1a7a4141c1639dce81c29806e712910db762b0fac32 +size 250 diff --git a/kha_Latn/.gitattributes b/kha_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kha_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kha_Latn/data-00000-of-00001.arrow b/kha_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8579cbd1b62b573ff5a8971f3a4b9c853e15d31b --- /dev/null +++ b/kha_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc207fabf20e6afefb2edf85d1024d7f319a850d8604384250b11ba30bb3d64 +size 30845000 diff --git a/kha_Latn/dataset_info.json b/kha_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..14d6a32f2780a373cdba2c823f9b4b9935df3871 --- /dev/null +++ b/kha_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa5789beade1133e67b016187dc64b9f283e0f0a60be562fa711754fad57d4a +size 1111 diff --git a/kha_Latn/state.json b/kha_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ae83441c2ce8a73e69e5d9e358cda5259d8116b8 --- /dev/null +++ b/kha_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1002cf2e0c9a469418940297d30d65303e6be778e06776a4475b4f1101127e48 +size 247 diff --git a/khb_Talu/.gitattributes b/khb_Talu/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/khb_Talu/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/khb_Talu/data-00000-of-00001.arrow b/khb_Talu/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..93407de733c8356893280312801bd57b5afea59b --- /dev/null +++ b/khb_Talu/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6ceacccb7b8c235a0193ad61652be634511f9e535ac9835e3e56c81a8a9ff6 +size 26160 diff --git a/khb_Talu/dataset_info.json b/khb_Talu/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..03ae941a07963ba994ec649230531fcd969285ae --- /dev/null +++ b/khb_Talu/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561b66f4e618c0e1639428be8c2f21dbde21fe3280e59b5c0d6762727476fa61 +size 1093 diff --git a/khb_Talu/state.json b/khb_Talu/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2624d69b980f489bc06c3e591bd9c277d71edfe5 --- /dev/null +++ b/khb_Talu/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3291b8dddbba67b8e8d67dd4f43e8f50eacfe707112daf3e7341d996d688b8c +size 247 diff --git a/khm_Khmr/.gitattributes b/khm_Khmr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/khm_Khmr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/khm_Khmr/data-00000-of-00022.arrow b/khm_Khmr/data-00000-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66a3fb12302db430dfb6bdb4637ce13c301593b7 --- /dev/null +++ b/khm_Khmr/data-00000-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6940878034dacf8a3f4bb72fe649439e625e9370cb6654e6a008d0766143eb2 +size 525636840 diff --git a/khm_Khmr/data-00001-of-00022.arrow b/khm_Khmr/data-00001-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c0831956aa23f751ce9be9ecd1744004abffa1e6 --- /dev/null +++ b/khm_Khmr/data-00001-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c808effe198fd0c880e1bcd5757dc5402e474366238a329457b6fd0c964095e4 +size 1029206328 diff --git a/khm_Khmr/data-00002-of-00022.arrow b/khm_Khmr/data-00002-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8ea0d972f6fe6b05f0767cc459b3914c359a2e88 --- /dev/null +++ b/khm_Khmr/data-00002-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6483dd12d1ca920b3e06c51b4b4102ab3ee2209f4a08cee768f6044263810aa5 +size 746279736 diff --git a/khm_Khmr/data-00003-of-00022.arrow b/khm_Khmr/data-00003-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..494d642e0e5479b7d3c69f6a4bd8c5f1cfa59aa5 --- /dev/null +++ b/khm_Khmr/data-00003-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2658df45d0f7bfb7c076ee7f302aa0305be524b04fe08cbb404f0ea23e7fc679 +size 637566160 diff --git a/khm_Khmr/data-00004-of-00022.arrow b/khm_Khmr/data-00004-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..83807140e788a64ac2955c1436861854e9006e09 --- /dev/null +++ b/khm_Khmr/data-00004-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3159440d55707cbaf904f606af534140a60b644b0d1380a5d8cb9f927f7cef19 +size 641442056 diff --git a/khm_Khmr/data-00005-of-00022.arrow b/khm_Khmr/data-00005-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..151eab76c0ee27bd1f1bd90f7cc381c0480a177d --- /dev/null +++ b/khm_Khmr/data-00005-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baee3ad77cad5f3c3a27d9c63d7c04a6c0dd53dad573eee46875500dd91a13e6 +size 821530856 diff --git a/khm_Khmr/data-00006-of-00022.arrow b/khm_Khmr/data-00006-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da4543815fc411baff53cf64592c542c73737276 --- /dev/null +++ b/khm_Khmr/data-00006-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6be115f695a7bf55f2953b542772c83726a0a242699a399b7b89374415617e2 +size 582659376 diff --git a/khm_Khmr/data-00007-of-00022.arrow b/khm_Khmr/data-00007-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..94296f36461576bed851a87121aa255a3ccddc16 --- /dev/null +++ b/khm_Khmr/data-00007-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6b57a022d116ecba4808622ad0efc6c8ced79198f5021104e2464cd9bd636d +size 656985072 diff --git a/khm_Khmr/data-00008-of-00022.arrow b/khm_Khmr/data-00008-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f94d8501034ef3b5e2926f676ac99c3f8481236f --- /dev/null +++ b/khm_Khmr/data-00008-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897b6dfc1febc28d80ded8c81888e369df42696bcf0e6a04129bdc9f46601b80 +size 639855424 diff --git a/khm_Khmr/data-00009-of-00022.arrow b/khm_Khmr/data-00009-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9cc5f7da91d5d653f3e9cdef733fcdde8d0b3368 --- /dev/null +++ b/khm_Khmr/data-00009-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b41c05927657b661c1a2714f1c182eb317fbd38c0519ed0fc4c8074db33267e +size 639732096 diff --git a/khm_Khmr/data-00010-of-00022.arrow b/khm_Khmr/data-00010-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c8009ae853a3f8c244aa7c62ae11df3e8a02803e --- /dev/null +++ b/khm_Khmr/data-00010-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed529a27e4c79ef77d6611d7a2703923185d6d074f6b5e900e1a84ee0092708d +size 635987248 diff --git a/khm_Khmr/data-00011-of-00022.arrow b/khm_Khmr/data-00011-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0ea142fda0a30462a0cd48948bf02e802a828030 --- /dev/null +++ b/khm_Khmr/data-00011-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e396b0bdb7a88dcf13c01ad45b161d6710611c3ed4f3b63500b15c946fd3d3 +size 676197912 diff --git a/khm_Khmr/data-00012-of-00022.arrow b/khm_Khmr/data-00012-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5a99ca7942a1c13140e7c4d636f54f0d73be057 --- /dev/null +++ b/khm_Khmr/data-00012-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895668aa0f72f37f73b705f3170c6cc3b95ad27af01a8ea54862fa6132d65816 +size 724845224 diff --git a/khm_Khmr/data-00013-of-00022.arrow b/khm_Khmr/data-00013-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ef80ea1b29c4ce422a19bfd0e9eea9fb8902e61f --- /dev/null +++ b/khm_Khmr/data-00013-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9514b5dca56da788c76e28cad556ac3f4315d7ec5230a6b46f9287be1b5be5 +size 522600936 diff --git a/khm_Khmr/data-00014-of-00022.arrow b/khm_Khmr/data-00014-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31b5b4be9b88d970cfc2623b23a44f51aa2cf250 --- /dev/null +++ b/khm_Khmr/data-00014-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c2419b91c4715bac1562d44c327af17789f04b92b45de2ed5f3e3b153f2418 +size 73960344 diff --git a/khm_Khmr/data-00015-of-00022.arrow b/khm_Khmr/data-00015-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..56b647d24688a11a9db49b246aec0763624cc5c9 --- /dev/null +++ b/khm_Khmr/data-00015-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705823803789c58e87191af78fad5e5a666d226988fb89529841b225bf19cf78 +size 73319920 diff --git a/khm_Khmr/data-00016-of-00022.arrow b/khm_Khmr/data-00016-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..83161d07da6521b5da9266363aef3beef76818f9 --- /dev/null +++ b/khm_Khmr/data-00016-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fddaaa230fc6180daa8aee7cf89ba98356d4a5be1d24c4a1af8fd6d88ca2885 +size 73822304 diff --git a/khm_Khmr/data-00017-of-00022.arrow b/khm_Khmr/data-00017-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5104130d3bbe6f17d03290a0376363aef2d645f --- /dev/null +++ b/khm_Khmr/data-00017-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1085a4e6f1ba0f17184fff35f8d09c3695c446593d54e556b6ba6da7afeb30a +size 73253400 diff --git a/khm_Khmr/data-00018-of-00022.arrow b/khm_Khmr/data-00018-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f85f0a95b90d14a7158b78183f405f9d1dd7438b --- /dev/null +++ b/khm_Khmr/data-00018-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc9369fb1d65d08fe7dbd4f01564a72422dec9961aa6282542136a722ec3b5c +size 73438832 diff --git a/khm_Khmr/data-00019-of-00022.arrow b/khm_Khmr/data-00019-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b3ce5ef42b8393ae22d83c436f0cc3125d0db69e --- /dev/null +++ b/khm_Khmr/data-00019-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60732ca3cfc1e35fe1c202eaadd723cc367eb2e8960891e61acd4cda73e16bf3 +size 73347624 diff --git a/khm_Khmr/data-00020-of-00022.arrow b/khm_Khmr/data-00020-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f93a0d3ada710c601dd2380dca12bc12960e506d --- /dev/null +++ b/khm_Khmr/data-00020-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3172f9ad480c2d57405e9439c48cc566d15bed269c4e083d30f6f3ebb21b7204 +size 358038272 diff --git a/khm_Khmr/data-00021-of-00022.arrow b/khm_Khmr/data-00021-of-00022.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a7095949e80fba0841d4dc0d620bcf65755cc007 --- /dev/null +++ b/khm_Khmr/data-00021-of-00022.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156d9533e556b76f4cf230a410aa140a7d9ce4c88fbe5e828b045a5d2d4d65e9 +size 338138576 diff --git a/khm_Khmr/dataset_info.json b/khm_Khmr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..92b6ddc060dde52911cf52785388f81e29287916 --- /dev/null +++ b/khm_Khmr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd514ba3dc93b704c163f937c519f650da1ead9a0345b4f758d09df63cff6fe9 +size 1695 diff --git a/khm_Khmr/state.json b/khm_Khmr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a70913f8f57c8ead2cfc3f802399282fbe509ecb --- /dev/null +++ b/khm_Khmr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac828a3208d750e17a757472f586d51e121e50f4af3c3bb55fe41de9b7a4923 +size 1486 diff --git a/kik_Latn/.gitattributes b/kik_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kik_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kik_Latn/data-00000-of-00001.arrow b/kik_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cfe2dd24bbeae7f1e291b144873444608a09e937 --- /dev/null +++ b/kik_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebff07e22dd3edbece8259d1e09c98ec46af7800c2c3ea5866c650bba9493e9 +size 1040568 diff --git a/kik_Latn/dataset_info.json b/kik_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d9e5c3a0dec20992e7a16349e7c2d0b988de0285 --- /dev/null +++ b/kik_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9eda2a0629d8d39a8e82c144086a31e5a074aa555ec48414d8a0f6950fc6e00 +size 1105 diff --git a/kik_Latn/state.json b/kik_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb6219e12036600ac63a6e37c7eeb903813b526 --- /dev/null +++ b/kik_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abeafcaf8ccffaa44c6f0716f508d06cdc7a731ec170b6ff01ab7b62c1b5c1cb +size 247 diff --git a/kim_Cyrl/.gitattributes b/kim_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kim_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kim_Cyrl/data-00000-of-00001.arrow b/kim_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..349bd6c025786ff0289839f4976e220c21c9a254 --- /dev/null +++ b/kim_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f876a22ee5d58b481451df065ceb4346ad419a77319f170d8cacf1cbc7d27f43 +size 58352 diff --git a/kim_Cyrl/dataset_info.json b/kim_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ef52ff6fba439cde3a4b3318ccb255377c2f790a --- /dev/null +++ b/kim_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a622b2a6855d2eb5842114115a465ff7a61e120b5bfa352c5834af709e226fe0 +size 1097 diff --git a/kim_Cyrl/state.json b/kim_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5f51622950f0e5fe85a33c97949470420c382c94 --- /dev/null +++ b/kim_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457fc55a5279d4f4c716bb265f159ebd50ac634cb28f065cd825fc2c3bf18014 +size 247 diff --git a/kin_Latn/.gitattributes b/kin_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kin_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kin_Latn/data-00000-of-00002.arrow b/kin_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0fae441b2ffd5396267335e93d08fe36556b30fa --- /dev/null +++ b/kin_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0753dd65c3a7a5ffbe1e2a259581df8dcf203dd9f826663384c52cdcd24675d +size 89518528 diff --git a/kin_Latn/data-00001-of-00002.arrow b/kin_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e7d117d56017331346c1533bcf3fada610ac91b --- /dev/null +++ b/kin_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d14f649b382fd0ca5179334428223540fd2f28c1422acccc26111f0c674233c +size 792938472 diff --git a/kin_Latn/dataset_info.json b/kin_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3e6de8ea26d67e295e59921bd11c71c893361918 --- /dev/null +++ b/kin_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f570f0925c580469ba0814911b9b3aaa4674169919dfdd1aa7591513b70f9cea +size 1183 diff --git a/kin_Latn/state.json b/kin_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..416d06d754f7821931252500de4027beb07d7b14 --- /dev/null +++ b/kin_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693568a02a067671c9759731fef2a0a969859df4cbdf139e4508d398d822ce49 +size 306 diff --git a/kir_Cyrl/.gitattributes b/kir_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kir_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kir_Cyrl/data-00000-of-00021.arrow b/kir_Cyrl/data-00000-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..01a676e5b093e857243aea6ed9db0040e39dafe8 --- /dev/null +++ b/kir_Cyrl/data-00000-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f348fcbfca301ae18491942821b25c1055b49dffa8adc4f6748d752dae52069 +size 914204128 diff --git a/kir_Cyrl/data-00001-of-00021.arrow b/kir_Cyrl/data-00001-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d617923a0ed7e45c5b2c92e805b7eed138683f0 --- /dev/null +++ b/kir_Cyrl/data-00001-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4575f2914fa18b738a303b46f05cca7a4d5eb034070be83d5cd476a46c0e1625 +size 1381743136 diff --git a/kir_Cyrl/data-00002-of-00021.arrow b/kir_Cyrl/data-00002-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a5e045070bc9d2dd2ead57b1a400c915dea784c8 --- /dev/null +++ b/kir_Cyrl/data-00002-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c43e1eee07503660257a2f9a81bc5834a08fbff77533ef1ae4f98b531118fd5 +size 963843192 diff --git a/kir_Cyrl/data-00003-of-00021.arrow b/kir_Cyrl/data-00003-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..555040040498649a490621201cbb5529cc4524f1 --- /dev/null +++ b/kir_Cyrl/data-00003-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f9fed68ac081487d61ad1a784b0dff3113e721373e9be7fbceb1519ce0eb90 +size 976614688 diff --git a/kir_Cyrl/data-00004-of-00021.arrow b/kir_Cyrl/data-00004-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fb5cad413bd139289fadc0e0f9c6f97638a2015a --- /dev/null +++ b/kir_Cyrl/data-00004-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b89aef0e2caea10360281417a5102967c7d6fdf9723e0b1961e79e09bc43694 +size 60914232 diff --git a/kir_Cyrl/data-00005-of-00021.arrow b/kir_Cyrl/data-00005-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3983b0becf1f85f460be60319b6b51b2aeeeca8b --- /dev/null +++ b/kir_Cyrl/data-00005-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5682e86d03a7cbf44466eea4d6590395c0c750b4573ade69e164fcaf0ce65a +size 60852136 diff --git a/kir_Cyrl/data-00006-of-00021.arrow b/kir_Cyrl/data-00006-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7b88b1358fdb6c1c269ac746b2c3f3da6d96d924 --- /dev/null +++ b/kir_Cyrl/data-00006-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696267c83e976de096b9fee94b396a62a71784cd9a80396e2b8301458410ef7c +size 140263256 diff --git a/kir_Cyrl/data-00007-of-00021.arrow b/kir_Cyrl/data-00007-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c4cd54b6ee43d88c3074ca0f2ff71f1d51d0d663 --- /dev/null +++ b/kir_Cyrl/data-00007-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9612582594891234af09ab6772a0f6e57b69e8522025e21306dc96a67c13120d +size 96423056 diff --git a/kir_Cyrl/data-00008-of-00021.arrow b/kir_Cyrl/data-00008-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ae227bc0bbe3bb37b1db1de4ea36958fed6f17f7 --- /dev/null +++ b/kir_Cyrl/data-00008-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814ba977da3a5e90c4de51ebf4bed1eb15d28db212246a0605f5b631b5a5257c +size 96102800 diff --git a/kir_Cyrl/data-00009-of-00021.arrow b/kir_Cyrl/data-00009-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7e6f2b688a1704dc850d6146c4f5394b27f94fa --- /dev/null +++ b/kir_Cyrl/data-00009-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757a7547383fa64d106bc00daa557b9ab68af8ad24f2edddb66354cba2c96cfd +size 96953520 diff --git a/kir_Cyrl/data-00010-of-00021.arrow b/kir_Cyrl/data-00010-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d39a5f04fd7fd0f93d4a6717e7ec7c4e4d24cc46 --- /dev/null +++ b/kir_Cyrl/data-00010-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be95e5040d659f73e1953b255e14f79a5351546b817212368e83fe7a6172c0ad +size 96803744 diff --git a/kir_Cyrl/data-00011-of-00021.arrow b/kir_Cyrl/data-00011-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c976ba08bd7a2e1a348f45a10b85cc752dd3a0a1 --- /dev/null +++ b/kir_Cyrl/data-00011-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10a0e6c101f11c929bac17ff30707697e5494f42eb4f9a7a219f7a2ad19030a +size 96717584 diff --git a/kir_Cyrl/data-00012-of-00021.arrow b/kir_Cyrl/data-00012-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5bb3013cf88721157cfd3dbb39616f9b14dc8209 --- /dev/null +++ b/kir_Cyrl/data-00012-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e47764350832e444155fb1c4b264d8e9bc8ae3d27aea9ec008edbcbdfa3f58f +size 97334896 diff --git a/kir_Cyrl/data-00013-of-00021.arrow b/kir_Cyrl/data-00013-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c893cdd82ce2b6810a1028d51c938a23c42f4a2f --- /dev/null +++ b/kir_Cyrl/data-00013-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67441c3d309096ccf82fff588837d488229b83448d5f7d7ea3cd4df888e571a5 +size 97117664 diff --git a/kir_Cyrl/data-00014-of-00021.arrow b/kir_Cyrl/data-00014-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..304e10afc7c767ca041c240cb4c2cd6241166379 --- /dev/null +++ b/kir_Cyrl/data-00014-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab893e3cc0e56bdc833a690b0301943ce3c9c06fc000f36bb56df6711494ed3e +size 95801672 diff --git a/kir_Cyrl/data-00015-of-00021.arrow b/kir_Cyrl/data-00015-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..07892ada4e8a19ded20606253714e5ce8e7a1cba --- /dev/null +++ b/kir_Cyrl/data-00015-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c194b95ad0f9cfe0067df3c4f738348664fdc4f2e1e1e51f973cfd88c30600e5 +size 97485696 diff --git a/kir_Cyrl/data-00016-of-00021.arrow b/kir_Cyrl/data-00016-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d71381f97e1bfb328921db0107e3e7ba4a8d1b7f --- /dev/null +++ b/kir_Cyrl/data-00016-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afc753c5aeb4ba7137b6b17a695b509dbccd7db93dc9e3c1eda898fffd63545 +size 508000144 diff --git a/kir_Cyrl/data-00017-of-00021.arrow b/kir_Cyrl/data-00017-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..df4ff347b0a06656ae03aa799d2fac543f345ead --- /dev/null +++ b/kir_Cyrl/data-00017-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe169ef1f0a7be64c9fe72ca788090fbb36939887d90a3ad4c74382e4017ac5 +size 1082492576 diff --git a/kir_Cyrl/data-00018-of-00021.arrow b/kir_Cyrl/data-00018-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b450b43cd40384ff1cc5d8f4bcac31000f4362b --- /dev/null +++ b/kir_Cyrl/data-00018-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2bd4bbc2a96b2599264d089314126ce57c9b8be69b35666b2877f17cae35ba +size 1181811776 diff --git a/kir_Cyrl/data-00019-of-00021.arrow b/kir_Cyrl/data-00019-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1d030d9814b82f49f3dba9b160dfe8eb938d34b0 --- /dev/null +++ b/kir_Cyrl/data-00019-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2688fc403d2db2423573a5bf68821a260e60266b3ff84adb1023b1e382c07fdd +size 1173964168 diff --git a/kir_Cyrl/data-00020-of-00021.arrow b/kir_Cyrl/data-00020-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bfe28745c78352753bef3261303638b108dadac4 --- /dev/null +++ b/kir_Cyrl/data-00020-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee131b3fa4971efd62b914f54383933e4a692694c84e07b49473a6c8d3d742b +size 727761152 diff --git a/kir_Cyrl/dataset_info.json b/kir_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b5b8d6dec6c324fb0169e70cfabc96cd835c2dd7 --- /dev/null +++ b/kir_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825bd678f33c342959fc83f411e2ff12d5b9697cfc210c91b920e6ae72c7154b +size 1652 diff --git a/kir_Cyrl/state.json b/kir_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a4dbb1e2224dd4aaffe1ff0e328ff9d7d9dd293a --- /dev/null +++ b/kir_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5264aa160e440a11911a0ba7c2f428758087cfadd42bc929512f96614074086f +size 1427 diff --git a/kiu_Latn/.gitattributes b/kiu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kiu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kiu_Latn/data-00000-of-00001.arrow b/kiu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cda31e7ae6b5d73bd953dd56a91d98f8ce76b0dc --- /dev/null +++ b/kiu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d300bb5d8719c453be6b8d437bc19b8383bdcfad61018ff038db37950a9f6c1 +size 45799896 diff --git a/kiu_Latn/dataset_info.json b/kiu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..800058e7519881f34d9b71cc1f634b6342ee29fe --- /dev/null +++ b/kiu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b549ac6c12d295bc48bb1e66e019832344f5a51fe0b912b152b49288dce1ef +size 1111 diff --git a/kiu_Latn/state.json b/kiu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..572cd2531b14a5c47c9285320df5bd43a684cb64 --- /dev/null +++ b/kiu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378ffd728fe0e1a65cfd7d2149ad0735e00ee4ac29508fc8801c5de6d4b626a9 +size 247 diff --git a/kjb_Latn/.gitattributes b/kjb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kjb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kjb_Latn/data-00000-of-00001.arrow b/kjb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f3457f8c52b552d34f43995ba061e62ba08cd2b --- /dev/null +++ b/kjb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d667b631e5ea4efedf63601cf926ce2ec5208b1bdb3b1a3df8f393e5b570ddf8 +size 297808 diff --git a/kjb_Latn/dataset_info.json b/kjb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1d366294bab44cce9f2daded4f458aee32b37d13 --- /dev/null +++ b/kjb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711a69e835358bc294faaea1d670d8b77ff060c971aafd859c7fce7aa7a1bbda +size 1100 diff --git a/kjb_Latn/state.json b/kjb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..07e2e4a44547120da546f2b2bff64a84178e18aa --- /dev/null +++ b/kjb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b48fcffc51a68c1305b34bdd74b1f8554505f0318bcde39c11058d5a177ff32 +size 247 diff --git a/kjg_Laoo/.gitattributes b/kjg_Laoo/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kjg_Laoo/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kjg_Laoo/data-00000-of-00001.arrow b/kjg_Laoo/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ca67954501c799230f77785766d830d77be4ebf9 --- /dev/null +++ b/kjg_Laoo/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d61945f17496d1d32ec619ccda17a21ca5014253907c9ca636a9ef883b994f +size 945040 diff --git a/kjg_Laoo/dataset_info.json b/kjg_Laoo/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1617bf4b373fd6837ecd3b391b33a470e9792d94 --- /dev/null +++ b/kjg_Laoo/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a63e600964d3a065dc5421d90acb95a8aa66ac9e6b005aafdd249058b425f1 +size 1101 diff --git a/kjg_Laoo/state.json b/kjg_Laoo/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7bd9ed30bf2b93e18d506eefa59ba7f73c4183d9 --- /dev/null +++ b/kjg_Laoo/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1406c744cc0ccfc3e4ff9e6e5e322243ae4fa8739d880985a2ddd3d9e5ed2b30 +size 247 diff --git a/kjh_Cyrl/.gitattributes b/kjh_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kjh_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kjh_Cyrl/data-00000-of-00001.arrow b/kjh_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1bab23dece6e5c97256649ad4cc0dfcd9bbb14d1 --- /dev/null +++ b/kjh_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd526e26d94541afbb81205d4f1f27856e7dcd8c45207f6c25ce0562f93e733 +size 13089944 diff --git a/kjh_Cyrl/dataset_info.json b/kjh_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8b1537f6f5f8350541642911b9485612cd2d7619 --- /dev/null +++ b/kjh_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dbc465fefe6afba07849660925925c5a52568a9c47b686cb733ee56718010a +size 1111 diff --git a/kjh_Cyrl/state.json b/kjh_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f4eecb73230eb5b90b0071ec3e5191162b2b05de --- /dev/null +++ b/kjh_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f4c7371cb6e041af7686bfcf2af4c4a8563cb0fabb20dde3bdd0054aacd26c +size 247 diff --git a/kmb_Latn/.gitattributes b/kmb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kmb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kmb_Latn/data-00000-of-00001.arrow b/kmb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2523d2276056d5221dc4b74651b90a3f155c1479 --- /dev/null +++ b/kmb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1603807be96dae6828a48782bb6b511967049da30810ca6acf0f21a5aa3c3618 +size 4713472 diff --git a/kmb_Latn/dataset_info.json b/kmb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b091512b8561ab76b74f7a58e6390ae4324eb9fe --- /dev/null +++ b/kmb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82cec84034b32d247607605b99bda88bad18cebcd371ceb015a57b21ae68be5 +size 1104 diff --git a/kmb_Latn/state.json b/kmb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a30b8b9ac914cef0ea621d0c1dadd005e333f60d --- /dev/null +++ b/kmb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10fee7cabc34307df5dc953bd90c120c1511d1ecf6723a74501035bae39145a +size 247 diff --git a/kmg_Latn/.gitattributes b/kmg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kmg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kmg_Latn/data-00000-of-00001.arrow b/kmg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ed4c1778976b3ef0cfbaf4f99c70710c90b6284e --- /dev/null +++ b/kmg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71660a75224e370b82327b1c8b132ee0f24786e0b1da36ed2f4fb4a482451f4 +size 28400 diff --git a/kmg_Latn/dataset_info.json b/kmg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5e6ec43907ba69209dbe2c907220a901aa9e16a1 --- /dev/null +++ b/kmg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f34a04d898be35f751396fc9857973ac066174bcdca42dbd1da03d836934320 +size 1093 diff --git a/kmg_Latn/state.json b/kmg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ce565e30e1f1d09323aeb9eba9b696ad4c754827 --- /dev/null +++ b/kmg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1e469b138c342dab4e78c8099dfa869c2897a1f916d1cb90f91d35a4831636 +size 247 diff --git a/kmr_Latn/.gitattributes b/kmr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kmr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kmr_Latn/data-00000-of-00001.arrow b/kmr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e135a02a5beee2b48860d12807f50dd6780885b1 --- /dev/null +++ b/kmr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32291fa6ba088f129448608155f969394a3ed12e906a3f89c886c16c8143c83 +size 635328 diff --git a/kmr_Latn/dataset_info.json b/kmr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f6e279236b0f7eb799a04b33e044f5b66737fb6e --- /dev/null +++ b/kmr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47622b6ae669697e7c21bc01c0e19ea6ca8c2e2b501ea884cd0b05b6714d89e9 +size 1101 diff --git a/kmr_Latn/state.json b/kmr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..81c0de1be9bf0e161b1f67b9a11bc87007dcb74e --- /dev/null +++ b/kmr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e1c728b0d1fa32098431a27a2207323bab6b956029228413269c255246247b +size 247 diff --git a/kms_Latn/.gitattributes b/kms_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kms_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kms_Latn/data-00000-of-00001.arrow b/kms_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b5f15d7a6063997c821444a27bc0ff56c0710670 --- /dev/null +++ b/kms_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9126ab419d83be69cdbc987acfc513c406e1bc999578632064fbcd5fbbdaaf +size 3192 diff --git a/kms_Latn/dataset_info.json b/kms_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..79636360f13d4a86b7d0962e2dcc23bd14013dca --- /dev/null +++ b/kms_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f576cf4d270c71e1aeb6130397277e63020e54764883a90dc4c4334d7b85f146 +size 1087 diff --git a/kms_Latn/state.json b/kms_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5a8d22a42037a116c31f5c7b3fc8ec732e92d488 --- /dev/null +++ b/kms_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e5c2c4a4570d6a1f1220867cb7a2b03f247db76d8999d12c3ee4adb06aca34 +size 250 diff --git a/kmu_Latn/.gitattributes b/kmu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kmu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kmu_Latn/data-00000-of-00001.arrow b/kmu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b034d42d33d112c59614c8dbecd57e2cf60d0362 --- /dev/null +++ b/kmu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3b085fdbe2d3e910d52d8a32032138ee14f0346bedfe41eefd76b41701b680 +size 10728 diff --git a/kmu_Latn/dataset_info.json b/kmu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a27e84421200f79034a3a4b2d7da0928c63dcd5e --- /dev/null +++ b/kmu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95181179de7640dcd2e6346dd1d3dae0a08403249999934820adcc0d6aab8ba1 +size 1090 diff --git a/kmu_Latn/state.json b/kmu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a40b7f8f7fe878202cbaeafb65cb2ff739a3e593 --- /dev/null +++ b/kmu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d49a2a56d48374b1275ce2f07e72207a8bb0ba53bc9164d7fa70847f751e81 +size 247 diff --git a/kmz_Latn/.gitattributes b/kmz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kmz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kmz_Latn/data-00000-of-00001.arrow b/kmz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..460f36ed68958c0e4ef3821af2612248cc701c1c --- /dev/null +++ b/kmz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72bbaee1827981e3f685a1dd6b56707706229d9008dac272144eb1f8afdba82 +size 635672 diff --git a/kmz_Latn/dataset_info.json b/kmz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b2d5fb0822bc65fcf8eccb819ddd6bc443d98c0e --- /dev/null +++ b/kmz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4af664d2da0a2b9d250290742f0d78794e6033074123b8bd16be2bcacc1ca36 +size 1100 diff --git a/kmz_Latn/state.json b/kmz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ef4a37c5ac32d47e38b90f72290805c36d433dad --- /dev/null +++ b/kmz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeec9c42a01ce6ae0d63f4d2680d3401d5220cc4a9118e472125d1111f63ec6d +size 247 diff --git a/knj_Latn/.gitattributes b/knj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/knj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/knj_Latn/data-00000-of-00001.arrow b/knj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cfdb59e9ded36a066743a2e291f61bb14df463ee --- /dev/null +++ b/knj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04715ceda1077ad053cb24e92a7e0ed694220bf5364f82e204f032ef1e99e606 +size 851184 diff --git a/knj_Latn/dataset_info.json b/knj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..893297928b2ac125577963bce398e5ca2a2a7f5d --- /dev/null +++ b/knj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e69e06664ec440e9c1571d2a50e81c29121254cebd8ed8212b627edca3bb9ee +size 1100 diff --git a/knj_Latn/state.json b/knj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a547fe879caec458bcb14903c22936302f27ba7a --- /dev/null +++ b/knj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f38b70726f05834ee5be6b3ef228fe271e140df4ecddf0c48c8442c6df6a36 +size 247 diff --git a/knv_Latn/.gitattributes b/knv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/knv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/knv_Latn/data-00000-of-00001.arrow b/knv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..abd706a62de95c2acadabfaef2cee013ac4cac87 --- /dev/null +++ b/knv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695206d249b87609cf8b2214e78b9bd19ade153ea0fa9eb03f5c9d7cc8f32259 +size 9366912 diff --git a/knv_Latn/dataset_info.json b/knv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4582ebc85eae3212f3d95790cbecdac4cd3612db --- /dev/null +++ b/knv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4f05a610e5cf90dd6c1bd202490babdda0eb4972662927021216c723defcf3 +size 1109 diff --git a/knv_Latn/state.json b/knv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9f62953cc15332bcd7306e13c0f806df24a4a1ed --- /dev/null +++ b/knv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa70f46e27d3eafb5e6569593c475a95921a711dbd99f59a024e547381e9ff19 +size 247 diff --git a/koi_Cyrl/.gitattributes b/koi_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/koi_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/koi_Cyrl/data-00000-of-00001.arrow b/koi_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ccc46c171cd3d3d5efdd7b440f10607b776583d9 --- /dev/null +++ b/koi_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86105b85c714687829c0bb92713b019f32567bab2d517c6ea3d32f8a95b13ab1 +size 4341952 diff --git a/koi_Cyrl/dataset_info.json b/koi_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f7665e58f9ef73f45b3900fefd60f0e9db0d41ef --- /dev/null +++ b/koi_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31a9299c224c6d340fe6d62b6fde956e8db999ca613b9ec7dd21ca6fc5ed596 +size 1106 diff --git a/koi_Cyrl/state.json b/koi_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d72474c4d10a57b5b5dc0b15eba34a54544b6fca --- /dev/null +++ b/koi_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf460d505038728e98ed44e0c67dc4facc63f8a27626a35b7c71f1ad7ee8d262 +size 247 diff --git a/koi_Latn/.gitattributes b/koi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/koi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/koi_Latn/data-00000-of-00001.arrow b/koi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b35228ab2a974fd3505db031378dc558da9ea44d --- /dev/null +++ b/koi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be356e13af23c663d517e9a9f60909f4f881843370cba26d038fca18a876832 +size 427792 diff --git a/koi_Latn/dataset_info.json b/koi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..59d23bc404759d65daec218263ceafa54669438c --- /dev/null +++ b/koi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90600a021b5f25a3a9941b98ce868884b40fd7623c7f8e0de7bf9576ca9bf30 +size 1104 diff --git a/koi_Latn/state.json b/koi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4f822b0021ea8dbec130003d528cb26866d77ce2 --- /dev/null +++ b/koi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bf50f8306c151cdc9ee7fda43d65f564429757acf0d7e738ed2b5143d25e7d +size 247 diff --git a/kom_Cyrl/.gitattributes b/kom_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kom_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kom_Cyrl/data-00000-of-00001.arrow b/kom_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e225674a9ac1a7e538688f3b4ccb59b82fdeb33 --- /dev/null +++ b/kom_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb7acb166d7ab304f9116ac428575da4f309d7128249dbd8e4ea704b7ad2c99 +size 30315896 diff --git a/kom_Cyrl/dataset_info.json b/kom_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..049e1c88f7c20a6448415d4fdb6da14b33432429 --- /dev/null +++ b/kom_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c280f250560214b58aaab1890e287bc236388fc944978befa64df1ea9a344e5a +size 1111 diff --git a/kom_Cyrl/state.json b/kom_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8fa023a269c4cf9e616d01fbfedaedf733e287dc --- /dev/null +++ b/kom_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad02c153c5aea6178988917efbb0dbe7a1b69f4202bab869271bebeb26dc4a6b +size 247 diff --git a/kon_Latn/.gitattributes b/kon_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kon_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kon_Latn/data-00000-of-00001.arrow b/kon_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9839225b88ecceb1d4cd1f9c7c8d9bc57f10d159 --- /dev/null +++ b/kon_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf81bd16668a86e88fbd2bc47d46fba6d676573bdc0cedaab25c650547529fe3 +size 3121824 diff --git a/kon_Latn/dataset_info.json b/kon_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cc7c7ddb093cad084637673cea9165daf2f68ac2 --- /dev/null +++ b/kon_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fcdcbc3cd32cc25783e4a4ca2ddc073427dd3471c8ea4e43de248eff086e5d +size 1105 diff --git a/kon_Latn/state.json b/kon_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..15aa1bc7be9d69448b0b40f870f37dcf7e388c38 --- /dev/null +++ b/kon_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59ff220ae8b4d75bf216e9a18f7afc8b1666f6c2a31bfe7d86ebd71d423ad00 +size 247 diff --git a/kor_Hang/.gitattributes b/kor_Hang/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kor_Hang/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kor_Hang/data-00000-of-00005.arrow b/kor_Hang/data-00000-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e73e59c21b403a1e525d6685ed87816ca040b5a4 --- /dev/null +++ b/kor_Hang/data-00000-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8cf695f05eedc70c6e5104e34967cec30dd2757008caa7b780ca30105ca268 +size 1115028592 diff --git a/kor_Hang/data-00001-of-00005.arrow b/kor_Hang/data-00001-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a596f65cb3ac7947d4d442ae68e51bfe1a5271f3 --- /dev/null +++ b/kor_Hang/data-00001-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d733c3c723a4531580afb6ec4861cc387eac6cff08c4f68fa36383933041578 +size 157756048 diff --git a/kor_Hang/data-00002-of-00005.arrow b/kor_Hang/data-00002-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1d41f8fcbd0042ef13a4dcc95bd79439471adfc0 --- /dev/null +++ b/kor_Hang/data-00002-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc3851e1a45d9c57ccb10dd02f331d499e1adeaed1df8e84490ee9286fea543 +size 157625624 diff --git a/kor_Hang/data-00003-of-00005.arrow b/kor_Hang/data-00003-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8049ff71837e9ef1e236dc7ac7d229c7285c1c3b --- /dev/null +++ b/kor_Hang/data-00003-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8817ecf02f447d602a7178b0e8b68f14e450484fb2862dbc3f5222ea8690dbc2 +size 251324528 diff --git a/kor_Hang/data-00004-of-00005.arrow b/kor_Hang/data-00004-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a966f45f56f540fbf499846b1b51d18e3c3e4449 --- /dev/null +++ b/kor_Hang/data-00004-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3beee0709c9e9b05fbc99dd3c00c1042176a7970b7ddf0e733b9fd97b69bd80 +size 648366056 diff --git a/kor_Hang/dataset_info.json b/kor_Hang/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6d1b9badbbbea6466f2228d69db1744bdd5e72b0 --- /dev/null +++ b/kor_Hang/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef6de263bb0216a7ae38f7c28c22ae22873717f2a8e4aeb13bec895115fd852 +size 1250 diff --git a/kor_Hang/state.json b/kor_Hang/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b40f6be059243f0cf8e8decdf599a9f9b011a8c4 --- /dev/null +++ b/kor_Hang/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ea5a93cacfe61b4748398c6f973b63b12d9c2de0899aedd3a76c4c71934a5d +size 483 diff --git a/kos_Latn/.gitattributes b/kos_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kos_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kos_Latn/data-00000-of-00001.arrow b/kos_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fa15d5fd505f0d2d2840afe1aca08efc2bc49f4d --- /dev/null +++ b/kos_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b70248de6e757349cbb2cdccca21e928e55dc6cd704b2deac0a08afd9dd365 +size 6361568 diff --git a/kos_Latn/dataset_info.json b/kos_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0cf9d920bf03d2e28459a031ff8a28f21de050b0 --- /dev/null +++ b/kos_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83b57fd39b2e34579ae7777fe5e0a9c6aac7872b06bc8a0d4d50c56974ae0ef +size 1107 diff --git a/kos_Latn/state.json b/kos_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..af009b3a290e38cff889f2339f8ac0cc4cdbe0a3 --- /dev/null +++ b/kos_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3619733d095c298929d0460fa7fe1836952f96ba89733b9a955bb101a897ace +size 247 diff --git a/kpg_Latn/.gitattributes b/kpg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kpg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kpg_Latn/data-00000-of-00001.arrow b/kpg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6a4aa3fb2beb42f8e3efb17fee07af6f7b9f429c --- /dev/null +++ b/kpg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49b1f38f2396e8ab35459381303fb920c9576ca156db38a2cfd8a8f81b7dbbf +size 6331544 diff --git a/kpg_Latn/dataset_info.json b/kpg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f8898e53c6b2a61ae6b84a52d0194588d0625d1a --- /dev/null +++ b/kpg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055725f98ae7574d3fe46d7071fac9eb4591a1bb58663259b3952d3075f32b81 +size 1107 diff --git a/kpg_Latn/state.json b/kpg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d9922692135d145adcdfa96cdbad19e467ef62dc --- /dev/null +++ b/kpg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9c70308130ee58206747345ea94d9c20768a9e6685c38fa2bcd35228fba253 +size 247 diff --git a/kpv_Cyrl/.gitattributes b/kpv_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kpv_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kpv_Cyrl/data-00000-of-00001.arrow b/kpv_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7e186ecad780d4d530c2d29f2bcaf3206c8d589f --- /dev/null +++ b/kpv_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b8093b3f4f996d4fb21655c636d18e0967558446a2b54da976d4f105821d25 +size 2980472 diff --git a/kpv_Cyrl/dataset_info.json b/kpv_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..283b3eebbb7903c73b078e392d604c5992de245a --- /dev/null +++ b/kpv_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d3f2cfc752ecd74ac8d69800e5ff04d21932016a062f6eb8e69574184f85de +size 1107 diff --git a/kpv_Cyrl/state.json b/kpv_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3736a0766e5c3a145eba3d7c0ba8af1bfffb1d1b --- /dev/null +++ b/kpv_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ca28c8062f2db6115ddf7515fc51dfd1dd2825906bef26483c7415ebdf70a0 +size 247 diff --git a/kpv_Latn/.gitattributes b/kpv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kpv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kpv_Latn/data-00000-of-00001.arrow b/kpv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..08397c2f98287074b32bd6f249831a409f2a894d --- /dev/null +++ b/kpv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76bae03e54ee2bb11ab291e3cbb2593d0250daf23a3ab1cf698d1218e1c28ad +size 55496 diff --git a/kpv_Latn/dataset_info.json b/kpv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7e4af02f505f757d2eba00e44a5fa10ab2f1b090 --- /dev/null +++ b/kpv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc95e0dcd5fdd015045f02e251cf388f361442de67cc8a913a1d9aec537ea99 +size 1100 diff --git a/kpv_Latn/state.json b/kpv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dc1d1a45d98a8f620149e28917c5422e9866a017 --- /dev/null +++ b/kpv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f729d553d1b9f6e59d932cbc9c7187f0e630d9f08df670477d425f41d157558 +size 247 diff --git a/kpy_Armn/.gitattributes b/kpy_Armn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kpy_Armn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kpy_Armn/data-00000-of-00001.arrow b/kpy_Armn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f8cdd17c9b2717e3e69aabf6c853c678421c4015 --- /dev/null +++ b/kpy_Armn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22017ec6eb1bd6e12acf1f2c38f85d06fa0389a99ce78db8b39e8e050e2d502d +size 1640 diff --git a/kpy_Armn/dataset_info.json b/kpy_Armn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ef801d179331919c96db225bea6f3ec24bddd600 --- /dev/null +++ b/kpy_Armn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f086a53350f8de34349fe65762298c8586ef2c9335f7b1e029e691659ef9823 +size 1094 diff --git a/kpy_Armn/state.json b/kpy_Armn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3cc28b5fdc35ddccb6c3bde263d5f62378421bef --- /dev/null +++ b/kpy_Armn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f733827357b4190f86bd78095c660b257021d7f7594ecda74b83e18f99c475f8 +size 247 diff --git a/kpy_Cyrl/.gitattributes b/kpy_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kpy_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kpy_Cyrl/data-00000-of-00001.arrow b/kpy_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7a547c3e79144363c63da69381302514cb65d964 --- /dev/null +++ b/kpy_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0897d310cd5da1c89cbee6cee7a081c5939062779bdbd93d5cfbe9a33ed84b +size 129768 diff --git a/kpy_Cyrl/dataset_info.json b/kpy_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..afa87f1be669b7d1cc5f379ca91b0c4afb948936 --- /dev/null +++ b/kpy_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3ae49184454e4061729f7fa18db84e0b3dc001baed4226733025c47aa9f34f +size 1105 diff --git a/kpy_Cyrl/state.json b/kpy_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..66a891b4811332c498bdbc55554c111d01a10d38 --- /dev/null +++ b/kpy_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a4a68cf060c43aeb5ff9eb3f5b2cf15df1103e63b1cf6baaedbef773a9e851 +size 247 diff --git a/kqr_Latn/.gitattributes b/kqr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kqr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kqr_Latn/data-00000-of-00001.arrow b/kqr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2f691442abc1381a390d942b0f54cb399f04f257 --- /dev/null +++ b/kqr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50904807c1954fa3d74b73e6db66b19c4352bf4e6cd5b12ed4da83df5d7d7c2 +size 3656 diff --git a/kqr_Latn/dataset_info.json b/kqr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..211901336756676ef571df10956437449987e6d3 --- /dev/null +++ b/kqr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2668894461d546d6850bde0c7efa72b6d1edc14c6fd901df77bd137bb47ab4b1 +size 1087 diff --git a/kqr_Latn/state.json b/kqr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7492648ffb32fe33733cc060a2f8ceb8b50e0a89 --- /dev/null +++ b/kqr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd095d12546da0f927214df260312b4e5b12c205f89a5b5a2a3cbf5a3162344c +size 247 diff --git a/krc_Cyrl/.gitattributes b/krc_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/krc_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/krc_Cyrl/data-00000-of-00001.arrow b/krc_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fc36f227fd7746dbb9a6b60ccd3794ba21897051 --- /dev/null +++ b/krc_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a003616b7c27679879ec1be2b0c5e9da98254eab4cd2ce4c2636b7d096c63137 +size 52264824 diff --git a/krc_Cyrl/dataset_info.json b/krc_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..292a343585497733c8ec866383f9fd9492db7ae4 --- /dev/null +++ b/krc_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212d078cdf0372f9137d247bbf2f71195d6841538470ed0d452e433c2f5001e7 +size 1112 diff --git a/krc_Cyrl/state.json b/krc_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a5156d88de7876c7375ff3e77d656530296cb0c3 --- /dev/null +++ b/krc_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9c862d1ec949e4fdd36568cedea6e36076c53d85010c5bd8761183728e2d6c +size 247 diff --git a/kri_Latn/.gitattributes b/kri_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kri_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kri_Latn/data-00000-of-00001.arrow b/kri_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7bbd9445f583a730390fecb23756c44b0a3eb194 --- /dev/null +++ b/kri_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b937138c5a664b97fd872731aefc7c21c0f50812912c5d6b21d984c0d0887b +size 4854960 diff --git a/kri_Latn/dataset_info.json b/kri_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f0f5add8ae4283987652138a04198131246e771e --- /dev/null +++ b/kri_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6b16104cd9e2a6627fd0631d9dcb5860982830c5bfda25a63c044d4df1908c +size 1105 diff --git a/kri_Latn/state.json b/kri_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0da99ef40a20efaa04953fe48668a831b66857bc --- /dev/null +++ b/kri_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b7a4d94f243c5ded852b007f78b6be0365a07fff13dc2bacd1891cc0f3918f +size 247 diff --git a/krr_Khmr/.gitattributes b/krr_Khmr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/krr_Khmr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/krr_Khmr/data-00000-of-00001.arrow b/krr_Khmr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a0df048007eb003926a3fed5c601460768049ece --- /dev/null +++ b/krr_Khmr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba1f395c9d232ee3062ed2a3eeffd4465e5957768396e33315a3f911d349032 +size 282472 diff --git a/krr_Khmr/dataset_info.json b/krr_Khmr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4d90184feb0162ec03de544576f59eb1898a4a59 --- /dev/null +++ b/krr_Khmr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5217f78ae3045c62af665c69baae66d1c0229015fbc69a9dcedc9a2ea17b55 +size 1098 diff --git a/krr_Khmr/state.json b/krr_Khmr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d8ad7972d5e034f38c8dc3d1a646cc2ad153f0c4 --- /dev/null +++ b/krr_Khmr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7231997a36065831d674bc1a345e15c6a9f073267a71aa2fca8fd4f052fbd7aa +size 247 diff --git a/ksd_Latn/.gitattributes b/ksd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ksd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ksd_Latn/data-00000-of-00001.arrow b/ksd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..45d62c46ebc5368da79bcc20c3fed03629edb733 --- /dev/null +++ b/ksd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde7fa605412de74d14fe773d07cc1c1560c8a5a3819845db04f090e0b9b6ad3 +size 14520056 diff --git a/ksd_Latn/dataset_info.json b/ksd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b1693ca6f5e801b46d70cc44abf77c32cd148369 --- /dev/null +++ b/ksd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c3892bb0bcc0ff4cc260544c11550a6d32a5a1cb998ca34a4dc5c0c2b177eb +size 1111 diff --git a/ksd_Latn/state.json b/ksd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..107f86b00cab0b249d52d76869532c7dc1ff002c --- /dev/null +++ b/ksd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19267f81a62da88b34b75a47cb084b59b098fe01724bbce96aeca831881ec7f +size 247 diff --git a/ksh_Latn/.gitattributes b/ksh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ksh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ksh_Latn/data-00000-of-00001.arrow b/ksh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3c100aed4271c42a54dad0e8f5613da7f932d4fe --- /dev/null +++ b/ksh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e82eb21f1ec9b262ccfc6f6fdc86d6f4902482a225941d03c94608e8e959f8 +size 7863504 diff --git a/ksh_Latn/dataset_info.json b/ksh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5e82bf0edbc148f1df5c620ed845e1f2f586c51a --- /dev/null +++ b/ksh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b4dd54572a3bd65b92b27c8c5e6a39a3eea94ead2e6d57675fad48dc504bf4 +size 1109 diff --git a/ksh_Latn/state.json b/ksh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..161f6b3ac8f7320ad6e437c95ae0e7e1b1489813 --- /dev/null +++ b/ksh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9936fe3e652547d2cc345054d489f032a494cd6f74dc1e1861d9cbd86485da1f +size 247 diff --git a/ksw_Mymr/.gitattributes b/ksw_Mymr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ksw_Mymr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ksw_Mymr/data-00000-of-00001.arrow b/ksw_Mymr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a568dbc2c1a65b9ffb78d8fb23fef7abe626d86b --- /dev/null +++ b/ksw_Mymr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1d07e765c2b7c31c7ce43702e04f1852142317a170cef8405ea9a54e72dd1d +size 7245792 diff --git a/ksw_Mymr/dataset_info.json b/ksw_Mymr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0051df195d9b850bb762c2676c70657b64908620 --- /dev/null +++ b/ksw_Mymr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b9e2ba4139c28902e8b51c7f9406d9e3d4b291bc12b8e344427dfb1834c497 +size 1105 diff --git a/ksw_Mymr/state.json b/ksw_Mymr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8a4e04bb4c2e91ff43bff030fae118d3c7b4a4ec --- /dev/null +++ b/ksw_Mymr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76016b0c68795d29606ee47545c263c89fb4d9cb7ccd3141eec09be1e0b7c41 +size 247 diff --git a/ktu_Latn/.gitattributes b/ktu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ktu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ktu_Latn/data-00000-of-00001.arrow b/ktu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..df8a1ce83641221bab1a1ae17147821e60d19804 --- /dev/null +++ b/ktu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84466f6088384706179e8f5bc2bb1c530206049999b2b1f0354741088cf09fe4 +size 1072896 diff --git a/ktu_Latn/dataset_info.json b/ktu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3649065527fcc59a6e35fb07d68d74e024b1c8b1 --- /dev/null +++ b/ktu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85795c83696d80028925d98d0f0f1d4a617995f4963bece51ee9e17562ef5fe8 +size 1104 diff --git a/ktu_Latn/state.json b/ktu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5c84db3cd9a5bd1d2a01af54f38269848b8561af --- /dev/null +++ b/ktu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6827897df1dd972e69185f296b97dd4a5a5dfb2da768eeb3cb77fe9c6047522d +size 247 diff --git a/kua_Latn/.gitattributes b/kua_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kua_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kua_Latn/data-00000-of-00001.arrow b/kua_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cb2e1b649c082486a782cd343f72f5fd8cf2725a --- /dev/null +++ b/kua_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5aead26519ea6e5a60e89d4d570f4888a55473278246a75615c7b635d4f8b5f +size 5819024 diff --git a/kua_Latn/dataset_info.json b/kua_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fcf343bfd5fc0ad5dd95c2a0a3416ef2b8f8ae19 --- /dev/null +++ b/kua_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4873e77dac8d01e94c4de27cfbb26f5e087b255d10b47251ac4df138b5531a +size 1106 diff --git a/kua_Latn/state.json b/kua_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e81ad1652bd9c8337cdd996f2f2c9295b0a53eea --- /dev/null +++ b/kua_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6822f98523a156481cf87bc7eca428ac10040579bf85c5d71891076db8ba31 +size 247 diff --git a/kum_Cyrl/.gitattributes b/kum_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kum_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kum_Cyrl/data-00000-of-00001.arrow b/kum_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ba874054bfdad615c3403b637dac7de7b32002a8 --- /dev/null +++ b/kum_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a559a57dc153a276bd4f75a1aa66cd3b339bd0e2de707ce397c3abf7bc85ae2 +size 22841840 diff --git a/kum_Cyrl/dataset_info.json b/kum_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..206806d4df63bd816d4afbac86f5393f96ee1098 --- /dev/null +++ b/kum_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cdf706646e4f8e6a368869d45768ee8ec60eb85c333e948c341ddd40e7a745 +size 1110 diff --git a/kum_Cyrl/state.json b/kum_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..17946864d83a6023fe48c86ab38cf0a4728c9781 --- /dev/null +++ b/kum_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2462d8b90dd4c9d9bad8ba3307f997229cb8a22667a1e0342d51e3c1305de5 +size 247 diff --git a/kur_Arab/.gitattributes b/kur_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kur_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kur_Arab/data-00000-of-00001.arrow b/kur_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7c7db9e08c24fdde9fbf54935cc2dee061ec8cf --- /dev/null +++ b/kur_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d856a6ed7d1ae40353505b0e1ff8bb5f89241f90c31e33cb655977178661de +size 55102128 diff --git a/kur_Arab/dataset_info.json b/kur_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a02cf59ba857c8c6d3986ad4c0bbcfbb39644058 --- /dev/null +++ b/kur_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c910288e7db02ee88edf396352cde2a17b2cb3927aec61b2223d8dd4390fa935 +size 1112 diff --git a/kur_Arab/state.json b/kur_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5126a5a3c5d75e5609366485a3a8dfa2441ae054 --- /dev/null +++ b/kur_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344cc8f20c9c505dc185da769cb7f263b87d32b5fec32bbef73acb29dbbaa0d5 +size 247 diff --git a/kur_Latn/.gitattributes b/kur_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kur_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kur_Latn/data-00000-of-00005.arrow b/kur_Latn/data-00000-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fd7b03ab376b4d59a2656dca58ad6ab5a8b2b432 --- /dev/null +++ b/kur_Latn/data-00000-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cdba48ffdcec0b573bedec4903cc0b3ed889476127ff1245de5dbf52ef0057 +size 140832424 diff --git a/kur_Latn/data-00001-of-00005.arrow b/kur_Latn/data-00001-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..58e1b23239cdf93a1bf00f4280b7f164fa1e7c56 --- /dev/null +++ b/kur_Latn/data-00001-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e066039e6ea3e0a5bcaa39cae83e9d3c2cfc79d1df7b30a2d4d35f0657ee3be +size 113172616 diff --git a/kur_Latn/data-00002-of-00005.arrow b/kur_Latn/data-00002-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3cf426f12a3949c5acb3345fe981e7e4f49a827d --- /dev/null +++ b/kur_Latn/data-00002-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e500ff0a41ac1278a3d1fa345d8dbe5bcc418a24881e00eb00d369f58a470d +size 125877976 diff --git a/kur_Latn/data-00003-of-00005.arrow b/kur_Latn/data-00003-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b1381963a87b83b5602e7e219477fd471039653 --- /dev/null +++ b/kur_Latn/data-00003-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab091646f679e88e348e561e19fe7cfc6c062b9426f308d6969ec673bea1c7d +size 1360592936 diff --git a/kur_Latn/data-00004-of-00005.arrow b/kur_Latn/data-00004-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..67b73f308ee9e1cd4a446ebf9bcfa22975ef636c --- /dev/null +++ b/kur_Latn/data-00004-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9b4d847b28505616dff917793fb88b611f57ea664755698aaa25f043709d8a +size 539348352 diff --git a/kur_Latn/dataset_info.json b/kur_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..111ed3b24205765e3c0876951f3460cbb8c01e96 --- /dev/null +++ b/kur_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f942e341865b199d03d63349145b67711ec3459d94bdc42e4543e2c25be2eb89 +size 1301 diff --git a/kur_Latn/state.json b/kur_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b7612bd794ce3faf98009b92e392c204a4e33d10 --- /dev/null +++ b/kur_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02d51a7ba652429915a3ae097276ce08354365704cace1a16a1291f27ad13eb +size 483 diff --git a/kvt_Latn/.gitattributes b/kvt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kvt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kvt_Latn/data-00000-of-00001.arrow b/kvt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..70ebec79aaff32505aab42759f0c3947a87102fd --- /dev/null +++ b/kvt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd7afc6bfe208ffb7cc23cb161d32214a612259a35a6be2c34f88035aca5595 +size 2216 diff --git a/kvt_Latn/dataset_info.json b/kvt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..58432679662fa4c268838fbc2c7e856dfbbee9b1 --- /dev/null +++ b/kvt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8eb5cae66f6192fee11d82ced1b5de1a74ca0e065dfe2cac68818a85601febc +size 1085 diff --git a/kvt_Latn/state.json b/kvt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ec11480d787415eda8c38c38abceb683cf2cf492 --- /dev/null +++ b/kvt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2853d2f96e425a6f155660903be6be6a18382734f89fb6da783c8650e3116b8e +size 250 diff --git a/kwd_Latn/.gitattributes b/kwd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kwd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kwd_Latn/data-00000-of-00001.arrow b/kwd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fecbe3cf8e059799f196b5caae144b17c718784a --- /dev/null +++ b/kwd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c7d28a3b3556e036b2771c21d630cb9e82bbf79eb08d94d3b55a3a6d9fbe24 +size 9624 diff --git a/kwd_Latn/dataset_info.json b/kwd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..aa2b693fb54bcbfc14ad5ddc1fc046d0b8f6d9c5 --- /dev/null +++ b/kwd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c97bc08886ebcec9434fc64a140f47f7bb03999a96f637eb36c6424dfdaa5d6 +size 1091 diff --git a/kwd_Latn/state.json b/kwd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6e4c2a3dda021bf8cf523a8e9db4b88d4f726e22 --- /dev/null +++ b/kwd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafc139c3ef16d7d2246f3c08501b15b1625c7170ab87aba1bd5e446933b1556 +size 247 diff --git a/kwi_Latn/.gitattributes b/kwi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kwi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kwi_Latn/data-00000-of-00001.arrow b/kwi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6823c5b2bb7d37a19cd71b804c1b2cd27475df04 --- /dev/null +++ b/kwi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff246c8a25588f98a55d1e7f392e6d37f2a02f99bac534aa109dea3cd1f91148 +size 181032 diff --git a/kwi_Latn/dataset_info.json b/kwi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ebc1bbab9cfa442b32df9d3c2aba6a9b77118e43 --- /dev/null +++ b/kwi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb4ecad8e5fff3cfb98ac5820f4e505847db7272533c2b3bef0cec0ea8e11b8 +size 1098 diff --git a/kwi_Latn/state.json b/kwi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..749b33525f7d190edd3f1bd1c16dc1cedb6bbf6b --- /dev/null +++ b/kwi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a141daf2454f9b492ede5eeb2376abb0c03c1d9921c7364d81ffadbf60abb7 +size 247 diff --git a/kwu_Latn/.gitattributes b/kwu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kwu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kwu_Latn/data-00000-of-00001.arrow b/kwu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c8f8be17475b1904c870dcbb124765a6a56d83b8 --- /dev/null +++ b/kwu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd53ae7a4c0042fcb724b4c77d7e091fcb04bbafe9967d21cf955c53e25804f3 +size 92616 diff --git a/kwu_Latn/dataset_info.json b/kwu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7c7f1f2dfa4fbd4a28c1f494b91db0ea3a728fc2 --- /dev/null +++ b/kwu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b386ba73b68050f495044cf9d19f4e1e6576b7f4c1c87261cd891e8c09f1154 +size 1094 diff --git a/kwu_Latn/state.json b/kwu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a626ab150129c48ad06400b30c8588d37793d2d1 --- /dev/null +++ b/kwu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155dab937cb0c667c81c95f7fc46ad547b1e6729e2baa50656a25208cd4e7bc8 +size 247 diff --git a/kxp_Arab/.gitattributes b/kxp_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/kxp_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/kxp_Arab/data-00000-of-00001.arrow b/kxp_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2167ee119680ef227313da8869aa824c350ba188 --- /dev/null +++ b/kxp_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddab192b3afbad68be59eb9d7ef390ebe29d30ecc67c48a231d12beed6df0fb0 +size 1496 diff --git a/kxp_Arab/dataset_info.json b/kxp_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3446135258d66eff16433f1bdea9a71019f7ab40 --- /dev/null +++ b/kxp_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea139c3a68c6760feff9708c6f22a33d4f9c343add4cd2486da5e50f27064ab +size 1082 diff --git a/kxp_Arab/state.json b/kxp_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1f17a33a448ba409e00f1d3b09fee888340ae316 --- /dev/null +++ b/kxp_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b684ae18c646b70398219d85fd55b130ef3b43e88bf5e3060530bdfaf51a64 +size 250 diff --git a/lad_Hebr/.gitattributes b/lad_Hebr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lad_Hebr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lad_Hebr/data-00000-of-00001.arrow b/lad_Hebr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bfc95f579ac8dd5cded11a610caf001910369367 --- /dev/null +++ b/lad_Hebr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37cc81e739a00df9a01913b740634a4364a4c691680e2765f91c7429790b2be +size 162880 diff --git a/lad_Hebr/dataset_info.json b/lad_Hebr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..083eed712ddaa58841c24c63581624ec91220d09 --- /dev/null +++ b/lad_Hebr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634fa9d55c4393e559aef2283e61ccd3840cd808674e8130ba7bf9b16dc89fd7 +size 1098 diff --git a/lad_Hebr/state.json b/lad_Hebr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e934fa580d5963a2cdda819f5139f31e7fa9e31f --- /dev/null +++ b/lad_Hebr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691d35777562d981e98ac8f39c3b5b8b4af2c54724c0e9d16a2bcf3f485dbff4 +size 247 diff --git a/lad_Latn/.gitattributes b/lad_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lad_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lad_Latn/data-00000-of-00001.arrow b/lad_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..71ba5156b2dd001b0e32ddf4b13944e805203938 --- /dev/null +++ b/lad_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823b5c739f06fccd452950ae8bda631f5890f6cd862a4e50c7fe54656995ccd8 +size 4707616 diff --git a/lad_Latn/dataset_info.json b/lad_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..12fe9ff622ce9e20e625e1897f53ede6646023f7 --- /dev/null +++ b/lad_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5799822711ee776cfe10ca94b91fca5d5d9a3e6160365ae89d422c8f0ba034e3 +size 1105 diff --git a/lad_Latn/state.json b/lad_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3a4f94a7d6b7e36a4dd8b61c012385e49e426a8d --- /dev/null +++ b/lad_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99dabd1ee26786fd5e7d037fbee64c86f7771904146d9643e2e28b6b7ee8c04 +size 247 diff --git a/laj_Latn/.gitattributes b/laj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/laj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/laj_Latn/data-00000-of-00001.arrow b/laj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0b52801a676fc9b74d91c3c1b42c1b0d7a1204ff --- /dev/null +++ b/laj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95424cab9092afd59ccf975fb8bc44959841410d55a628d1e684766c9ca0967 +size 717144 diff --git a/laj_Latn/dataset_info.json b/laj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c4ce5706b04ca63af30333c5dbd77fbc0c53d97c --- /dev/null +++ b/laj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d85e82913ccb80a9de8af26e13a989b311ede310d31c63c22d42960cff4dda5 +size 1100 diff --git a/laj_Latn/state.json b/laj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b51a89da9df8ba30c6d9169ca83b11986837a1e4 --- /dev/null +++ b/laj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801666a133641eab4adf418bbe3ac5ffbd017e32f20d90bc0191914c0a046a4a +size 247 diff --git a/lan_Latn/.gitattributes b/lan_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lan_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lan_Latn/data-00000-of-00001.arrow b/lan_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..03ae19680d30169d5785a54eaabe295b56e9c112 --- /dev/null +++ b/lan_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf64d742cd0cf978ca395da5176f2f1cf4fa5977dad40f915217c10a69762f4 +size 10320 diff --git a/lan_Latn/dataset_info.json b/lan_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a7392845f366ecd38dd3085427e27db2d51461ef --- /dev/null +++ b/lan_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb26176bf2d3e05f6fef1c92b81956fffc6bf0e910aa98d422ac127eb69f126 +size 1088 diff --git a/lan_Latn/state.json b/lan_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..abcd3375d75ae4019b92ea0dbd11e269e2c52636 --- /dev/null +++ b/lan_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8887a912b2ef4e825a8d7b3fb98f77b24e90f34762ccf38970dde0b396457035 +size 247 diff --git a/lao_Laoo/.gitattributes b/lao_Laoo/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lao_Laoo/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lao_Laoo/data-00000-of-00006.arrow b/lao_Laoo/data-00000-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..78db760a70676911fe5f40eaece0608802a63d61 --- /dev/null +++ b/lao_Laoo/data-00000-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c332c011f9d98723eafca0d9f5cc67f433e18b8dc90a2052510b1f0c9e11c8 +size 665903776 diff --git a/lao_Laoo/data-00001-of-00006.arrow b/lao_Laoo/data-00001-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3bcf80e68908aa08d369f5b030fe9611cb9853c4 --- /dev/null +++ b/lao_Laoo/data-00001-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2500f116b6d1f7be3b2ec4228e247a7ab0556f10b41a4819dcec37e41fc8d6af +size 814483008 diff --git a/lao_Laoo/data-00002-of-00006.arrow b/lao_Laoo/data-00002-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5b36d2c5ddbfb7c8e3e1dd418565997e4913f29f --- /dev/null +++ b/lao_Laoo/data-00002-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b1773da163f57a99911a9dfee059bd2ac870e4b7b70cedf4c3bdfb7fbba662 +size 833819912 diff --git a/lao_Laoo/data-00003-of-00006.arrow b/lao_Laoo/data-00003-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0523246fc4bcd3673a1008aca3fe40cc5a9a4396 --- /dev/null +++ b/lao_Laoo/data-00003-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03ebdf99261d2d25fc7a35a7c858baa1cec5658f7abc6bad79de9e6319fd46c +size 106670336 diff --git a/lao_Laoo/data-00004-of-00006.arrow b/lao_Laoo/data-00004-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..83162f53a80bcca90827e736b8d3d56dff2b2172 --- /dev/null +++ b/lao_Laoo/data-00004-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04770161183ce6930ced8c726c1bb9eaaa60f9e213f5602ed002eb135bd91083 +size 106813384 diff --git a/lao_Laoo/data-00005-of-00006.arrow b/lao_Laoo/data-00005-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..19cd66d7233d28ec08eae51ae843223273cf2bf9 --- /dev/null +++ b/lao_Laoo/data-00005-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc4a170a9ead675d6a8bf4dc3e8f4f3bcad5faf8b95c664a23f6d5006329166 +size 398017840 diff --git a/lao_Laoo/dataset_info.json b/lao_Laoo/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ba84925f7519eb1d67daf7ba64b5460a8351b78a --- /dev/null +++ b/lao_Laoo/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce72eb2604317e90dcc2d3337095de2a56754448a8679d2d75332fe5d1c6bfe9 +size 1326 diff --git a/lao_Laoo/state.json b/lao_Laoo/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4617f42f4a83ee5b9009ff302035b7bcf27a4b17 --- /dev/null +++ b/lao_Laoo/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e846f25476c6ba1c4f30b16091c076c3db19a41743c382815cfff395bf1b0de +size 542 diff --git a/lat_Latn/.gitattributes b/lat_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lat_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lat_Latn/data-00000-of-00013.arrow b/lat_Latn/data-00000-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..127cde782f36642fa361a0e9402247976297e0f3 --- /dev/null +++ b/lat_Latn/data-00000-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718d925a50f531b4d7b62679c095fb2a35a74bc6f5b4b15bb67576c80f8e1dd0 +size 622342608 diff --git a/lat_Latn/data-00001-of-00013.arrow b/lat_Latn/data-00001-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..359a75086d323705ea0424cdbf974703bdec07a3 --- /dev/null +++ b/lat_Latn/data-00001-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2053e7cca1f5a7b11224b8b48fb3017330c73274d429bde4dd987e5ce79bb6 +size 345570440 diff --git a/lat_Latn/data-00002-of-00013.arrow b/lat_Latn/data-00002-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1ff152923ce8818fc48a07b8eb64543842472e6c --- /dev/null +++ b/lat_Latn/data-00002-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb16d83147b77ece77dda1132c4b9eedfa9c886fb082148c2eeff0271c459211 +size 166057296 diff --git a/lat_Latn/data-00003-of-00013.arrow b/lat_Latn/data-00003-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e1aa45775c476415b70f19a73e79da2da5d1a24e --- /dev/null +++ b/lat_Latn/data-00003-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd2da1f95032341dcc30739ffd078236ed190ef2373b5a33dffeab627d1ff8a +size 169936056 diff --git a/lat_Latn/data-00004-of-00013.arrow b/lat_Latn/data-00004-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e06148be1aca1936d47c152c2f2bf22d52ec233 --- /dev/null +++ b/lat_Latn/data-00004-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355ab7cbea3eb365bb574d657e026a59e15df95716ad0489d81c5e013808522c +size 165537168 diff --git a/lat_Latn/data-00005-of-00013.arrow b/lat_Latn/data-00005-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..21133db41804edcd60510260e1310f8a8c88c98d --- /dev/null +++ b/lat_Latn/data-00005-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0472ff3805453355f9d4623376469123712cfb986fcb07bff4f617c2140f2535 +size 170158600 diff --git a/lat_Latn/data-00006-of-00013.arrow b/lat_Latn/data-00006-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..21ece48d40f1047c964de3e9860a967875e6408c --- /dev/null +++ b/lat_Latn/data-00006-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4606b2ed74b19b3ddf75dec76d898d5716fccd1b4e1f59d8077dea5e7800b86 +size 166470024 diff --git a/lat_Latn/data-00007-of-00013.arrow b/lat_Latn/data-00007-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f184f236fa224b19f174d64c20f914d0d1c39ef8 --- /dev/null +++ b/lat_Latn/data-00007-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f426fa3bafe18b676e8a990e16559a4bd03e53abd922ecafd894dcb5edd1a504 +size 1549352440 diff --git a/lat_Latn/data-00008-of-00013.arrow b/lat_Latn/data-00008-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0df76bfa1958b895563675ee95d1a5e0f57d08d3 --- /dev/null +++ b/lat_Latn/data-00008-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ff884109afa17752d9f1ee65b43f7dc9a39c78585556425805cf5e7fb55b6d +size 1858152376 diff --git a/lat_Latn/data-00009-of-00013.arrow b/lat_Latn/data-00009-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c22e9b05035a5fff5af1f2271e9e6899fb73165 --- /dev/null +++ b/lat_Latn/data-00009-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88de7f451b29d0e8a48567224b16ecbbfee4990d9b213dc73c7d5be97c4deb61 +size 679852472 diff --git a/lat_Latn/data-00010-of-00013.arrow b/lat_Latn/data-00010-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a9aa53dedc8a6736157f8103b83244bffd561faa --- /dev/null +++ b/lat_Latn/data-00010-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1321d5d0f7f1b25069c9c3f944f0cae1b5667885417bcb696b70f1a79f3e3ea1 +size 173518120 diff --git a/lat_Latn/data-00011-of-00013.arrow b/lat_Latn/data-00011-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a10409253da754d26ebd9a6c5c351a5830fb89f9 --- /dev/null +++ b/lat_Latn/data-00011-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30192773c187e4b005d1110d783c20df23a77ac725033a3be4eb44dba7cc7f7d +size 170944880 diff --git a/lat_Latn/data-00012-of-00013.arrow b/lat_Latn/data-00012-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1a2ec0ebc438d4288f556b4f3d0780afaf0e4e95 --- /dev/null +++ b/lat_Latn/data-00012-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9f4a673eead46675ade75f864738072dcb1d9f33a4c840651d51494936260d +size 172329280 diff --git a/lat_Latn/dataset_info.json b/lat_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..40d28f71a7fc38696b84e537db52f2515f931b2c --- /dev/null +++ b/lat_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bf7c90d188f08ffffb7a306405c1162de7278bcdc1ef8ff6901dd06207173e +size 1865 diff --git a/lat_Latn/state.json b/lat_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d837b78ddcc556b0eec02e3cf1fda73fd931c6ff --- /dev/null +++ b/lat_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b915559d0a52d1859f806225fda0651b8d5a8e429aadf22e43c6d5395e6d4d +size 955 diff --git a/lav_Latn/.gitattributes b/lav_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lav_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lav_Latn/data-00000-of-00001.arrow b/lav_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0ef7910b6cf7ef7353a464ecac5da093151f2d28 --- /dev/null +++ b/lav_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a649b5c697ee375d4e4cd26c397f3a9663599e47dfa1f45d942a6c4dc7072f +size 339539544 diff --git a/lav_Latn/dataset_info.json b/lav_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dbfe2ada95f7f495978a3a8440fbab7f86824b4b --- /dev/null +++ b/lav_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69e652c722ebba48a17989051489622cce4540993fda19fb497e5217a3e2ac7 +size 1117 diff --git a/lav_Latn/state.json b/lav_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..43022a1cadd2ccdc0539e4e9ef2a6369fa61e3b5 --- /dev/null +++ b/lav_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3705fdcdb6a26e7c0c38c996acf6374407a86eb9f6a58bf2f69622d9c79a8d36 +size 247 diff --git a/lbe_Cyrl/.gitattributes b/lbe_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lbe_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lbe_Cyrl/data-00000-of-00001.arrow b/lbe_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fbcc09946448ae4236e2dcc2188b34fb02e54e1f --- /dev/null +++ b/lbe_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ffd34f5be3a375f3057ddf9971975ef0361d6b8d6afe8172e2249a73e7eaa7 +size 706208 diff --git a/lbe_Cyrl/dataset_info.json b/lbe_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bcf625a0f841a6a8a05b4c37b612a5b179aa0880 --- /dev/null +++ b/lbe_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c85e3378604745e9d262bcd1c9318e70e97ef5fcb4b25cbbc0c414d7aa8847a +size 1105 diff --git a/lbe_Cyrl/state.json b/lbe_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2ec960bda69e7cba7124deab72a625313d045afe --- /dev/null +++ b/lbe_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38838cdf04087214393961a480df75e0bd0406b6aa47b7e242366aa5e92c7e48 +size 247 diff --git a/lbe_Latn/.gitattributes b/lbe_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lbe_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lbe_Latn/data-00000-of-00001.arrow b/lbe_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e21be9af3c3a579c1af53db17368885da5ddd0f2 --- /dev/null +++ b/lbe_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef39ca8ae7654b2e4031aafdac12ee74c0045104fa03e5938e2e4eefcca2ea1 +size 18312 diff --git a/lbe_Latn/dataset_info.json b/lbe_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..abe92182f7516b9fa6103a13f0f08f548782d3dd --- /dev/null +++ b/lbe_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272d2c3e5b07115d142923830e8a843b186528131f101e4b31c264f0e9379398 +size 1093 diff --git a/lbe_Latn/state.json b/lbe_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d842b711161b9975ad7bdf5cc773019d2e064613 --- /dev/null +++ b/lbe_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aed282b12a83e4c4f23ae69a15d4f256ab49342f74cbb4622f6a600ee7820fd +size 247 diff --git a/lez_Cyrl/.gitattributes b/lez_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lez_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lez_Cyrl/data-00000-of-00001.arrow b/lez_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7fc0ab65f75bf4eb1dbe71f940d1b5abfae7854c --- /dev/null +++ b/lez_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e8ffd18bb5c2d648cf21cb992a4a61e23369cdb9d2f185064ba8b268bedf4a +size 13424432 diff --git a/lez_Cyrl/dataset_info.json b/lez_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..133bcd9f951717f1250903ae6dd6828037cdbd1c --- /dev/null +++ b/lez_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c22c468c1d0931eaa259c3289edbac9110b55b7c43baa7ee3198f57700df794 +size 1111 diff --git a/lez_Cyrl/state.json b/lez_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..35e02bf96b0bee76ab43adc30f2f1bffe6d9470e --- /dev/null +++ b/lez_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ba14cdf5b8107644398ff44e1e8ce7601dfa5132ec12f43f136896032d676b +size 247 diff --git a/lez_Latn/.gitattributes b/lez_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lez_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lez_Latn/data-00000-of-00001.arrow b/lez_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dbe11b99c836ce1cd194579195571e5622942d3a --- /dev/null +++ b/lez_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95ad9cdb4716ae104752d0122c8dd3060e3c5f421f4105b65c569e98d175df0 +size 102504 diff --git a/lez_Latn/dataset_info.json b/lez_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c526e112ce8696c607f009798801e5b3ea1b18e9 --- /dev/null +++ b/lez_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b760c956819252034aa2a192d2c659b8a0670c32fc196311fdcac7dc69c579 +size 1098 diff --git a/lez_Latn/state.json b/lez_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..876d25157470c87bfbb7fe4cf4500a317418335a --- /dev/null +++ b/lez_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288375f03a003a546f4b24fc6838e5222fcb195fd54b1a0b33c5ad66e7d4d1ae +size 247 diff --git a/lfa_Latn/.gitattributes b/lfa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lfa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lfa_Latn/data-00000-of-00001.arrow b/lfa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c9298bb92077c843b47136abe134bf45bbebb004 --- /dev/null +++ b/lfa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43bbfe23cac75021723633074006ea6238a9368e13d4662f2722380ec5ded3c +size 4800 diff --git a/lfa_Latn/dataset_info.json b/lfa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4d922d26f30397239a4103aaf134924eb5d674aa --- /dev/null +++ b/lfa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd79ef87695680dac56aeb3df21803fb7b4a8510eccf24cc915c8c50a8c1e3ef +size 1087 diff --git a/lfa_Latn/state.json b/lfa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8c1dd847e7891ec54f322b1908684bcedb121016 --- /dev/null +++ b/lfa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a72b208b2676d4363abad30c30c76ac9036a16d6b856c255b86845fd6208d60 +size 250 diff --git a/lfn_Latn/.gitattributes b/lfn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lfn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lfn_Latn/data-00000-of-00001.arrow b/lfn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e883984983eb52ad9c93be8c6a5757be858a8563 --- /dev/null +++ b/lfn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb02cd76349fdebe783749e066dbbe28075f67ab823b6b64d0c162451957ce35 +size 16670712 diff --git a/lfn_Latn/dataset_info.json b/lfn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..13f44b476df9e94dff7500f6abdeb2dacfae7bf3 --- /dev/null +++ b/lfn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a12a130db6662e24e3af89ae09387fb88f7d43838759d292950c68f100a9e80 +size 1111 diff --git a/lfn_Latn/state.json b/lfn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..420f52363298c147fdbcbd47bd1004997d1179be --- /dev/null +++ b/lfn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ee1d23703845fc8d56960b9039e1bc2c3bff87d35fd87aa8663cacb03637a4 +size 247 diff --git a/lgg_Latn/.gitattributes b/lgg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lgg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lgg_Latn/data-00000-of-00001.arrow b/lgg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..050229d7285aad610b1ee14201f4d80862a700ce --- /dev/null +++ b/lgg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d85556287cfb0aeb505b3060593e997cb4a961df00497386797351f4187a8a +size 6744 diff --git a/lgg_Latn/dataset_info.json b/lgg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5b6769d55331452b4b15c1185e66ab2324c5518d --- /dev/null +++ b/lgg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a4201946685ac0358b73cf275fb2df4515ae7b99008251f8103afaf68e734a +size 1092 diff --git a/lgg_Latn/state.json b/lgg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2e2a161315a11ee3c10371d9e0b910724a3101a4 --- /dev/null +++ b/lgg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7954f4a769dc2ad1cd17dd7ba1f2305e2673966a7c8b9f096b1660d7067f4089 +size 247 diff --git a/lgr_Latn/.gitattributes b/lgr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lgr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lgr_Latn/data-00000-of-00001.arrow b/lgr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0f339f568844f177cea3187135dc4dbd74cb3215 --- /dev/null +++ b/lgr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6bb6fe74094be9016dd3e5950207de44717fbeb8d2c7e9be6efbdcd3511c81 +size 2904 diff --git a/lgr_Latn/dataset_info.json b/lgr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b2f779f4bb5019227ef104607b3c07beaaa4c550 --- /dev/null +++ b/lgr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f78283e70c64f987653cc9e5c0f57af24ed5057d946e20d7348ffe83087ea5 +size 1087 diff --git a/lgr_Latn/state.json b/lgr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ef21d4aec0c80d6e73eafe1ee2ea97898e30497a --- /dev/null +++ b/lgr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b23d46a48f9973b744d3863dc636072415bbf67ef62d8406c8e77ac65948f03 +size 247 diff --git a/lhm_Deva/.gitattributes b/lhm_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lhm_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lhm_Deva/data-00000-of-00001.arrow b/lhm_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d2cb7041b15c1e77550fb91d61d0fb0da8dd0be7 --- /dev/null +++ b/lhm_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f0e067b240a73e8766e1edbfb399483b1748fd30ee0163f231113275d8d8db +size 5440 diff --git a/lhm_Deva/dataset_info.json b/lhm_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c4afcf1f9036b9525c4c93f6f3119515a58ba55d --- /dev/null +++ b/lhm_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feee625ed9a63bec5f3e166828a91ea905343b68b33907c63f1ff8c010cdcdf6 +size 1087 diff --git a/lhm_Deva/state.json b/lhm_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b69fb9f4588b8f158feb8f42ff8da8eb3f04b0b2 --- /dev/null +++ b/lhm_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3167b619b5dc69e3959b9979887dbbaa5d3daa402722b933709ac149ff2038 +size 247 diff --git a/lhu_Latn/.gitattributes b/lhu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lhu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lhu_Latn/data-00000-of-00001.arrow b/lhu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..60b41df9cecc21e7b2b55bc35327a8b1742345ee --- /dev/null +++ b/lhu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bddaf9b57eb5bff6c9e50e3d83aa0d0e0636b3dcc20196d08b0d4c209232846 +size 2821696 diff --git a/lhu_Latn/dataset_info.json b/lhu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..94009779e2fb0ac0a09449df9933e68115763156 --- /dev/null +++ b/lhu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511f5c9190d78934232d61ff94932331b8a787bd211e4f7cafee958ee644a6bd +size 1104 diff --git a/lhu_Latn/state.json b/lhu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2fb65ca6ff03b93b8c347947df885b3012ad6f49 --- /dev/null +++ b/lhu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e66d3932339abd74897a2cb1ed89b6a8765e852d435238b91a1846a47d83c3 +size 247 diff --git a/lij_Latn/.gitattributes b/lij_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lij_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lij_Latn/data-00000-of-00001.arrow b/lij_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ef86295a3a46465347968d009ad09a13b0186674 --- /dev/null +++ b/lij_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a970b3587721f80d597d496c81404c9026eeb247f13855ee267f09bf2197c96 +size 19852720 diff --git a/lij_Latn/dataset_info.json b/lij_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..20b3bcaa920849bb28d8b5c378d93bb9346cf555 --- /dev/null +++ b/lij_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43504729dcbcd85fe83c447ce998ab90d6274ed72933c1a7ec34061d1fd75097 +size 1111 diff --git a/lij_Latn/state.json b/lij_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7cb492299b1d64f545af33094c7d08b43d9a6d89 --- /dev/null +++ b/lij_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5170cae0d9411399a3bbb2a150d6587b64eea488d49e2724d1fe95a941ca66b +size 247 diff --git a/lim_Latn/.gitattributes b/lim_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lim_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lim_Latn/data-00000-of-00001.arrow b/lim_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3dae5f4028c3c1747b678aaae651c104467acc55 --- /dev/null +++ b/lim_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8520a5afe31d4bc8b741b0b31f4305827fe6755a1eda278203658087cb8d217 +size 131561800 diff --git a/lim_Latn/dataset_info.json b/lim_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb0aaee333c51baada74883b8a31b3df21c4806c --- /dev/null +++ b/lim_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0514daecd4d113768f88d70993da891d67c951297fd572efb26a43740837bc1 +size 1117 diff --git a/lim_Latn/state.json b/lim_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a91d457a81a07b2e7d2906f9d1cb2d532a344ed8 --- /dev/null +++ b/lim_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d434083cdecca3c586720c036e0fb6646fc46355d8df0b74cc669b5627db0c5b +size 247 diff --git a/lin_Latn/.gitattributes b/lin_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lin_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lin_Latn/data-00000-of-00001.arrow b/lin_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..53ff2ec5074ada2b9bacb6c5baf77ec35c66d908 --- /dev/null +++ b/lin_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b95c71fab51a38aed08727f522e620a0bbd6329806ba252bf5eb4a6a799c12 +size 38323384 diff --git a/lin_Latn/dataset_info.json b/lin_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e3dbc04b5ff152f4c53434e444f288832a188d0a --- /dev/null +++ b/lin_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127b0972a2070705a4028b876a3264a44a96c9532551a65dca9ed7e92ca33411 +size 1113 diff --git a/lin_Latn/state.json b/lin_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f0a97f967f1356b853d935d54015139215c1ac0e --- /dev/null +++ b/lin_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e968e7c18692ba59312b1194d5dd507abd569d80e67ed6a9551e7a11e8027645 +size 247 diff --git a/lit_Latn/.gitattributes b/lit_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lit_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lit_Latn/data-00000-of-00003.arrow b/lit_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aee71e183a861881b65d8c2777e93f3cd874f116 --- /dev/null +++ b/lit_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7081bc2b7627e760f35c80cbace2f2c75005ef8f0ab5f2a6cb4cd0abb2df8eb +size 226975624 diff --git a/lit_Latn/data-00001-of-00003.arrow b/lit_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..533449d4341b4a2ccee3c86a5f2051f0b3a58484 --- /dev/null +++ b/lit_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b2fa2cf92689171281ad2ddb3c53e45a50ba1902e9a1c6dc7f53cf489168f1 +size 219675416 diff --git a/lit_Latn/data-00002-of-00003.arrow b/lit_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41b9c738444e8542c30a300e95c600bcf9bf8ec4 --- /dev/null +++ b/lit_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9748d231f00c8d3e67b808fd1732920ba05da5c1a4f24e2f04f48f5422696435 +size 587388320 diff --git a/lit_Latn/dataset_info.json b/lit_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f6bf94b7ab84458b0017a4c8a4d7da125fe11274 --- /dev/null +++ b/lit_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1692b35879c4f73f4818ad977e44933170c7b1d47449977b91f6c67f232c25c +size 1204 diff --git a/lit_Latn/state.json b/lit_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3dbab09aa1c475177a5ac1ecd8a3dd5e2fb4e8bf --- /dev/null +++ b/lit_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e0f7829a646d7c3c153beefce9203ef7230bb26a3b0cbec9cc902be5c8d43c +size 365 diff --git a/lkb_Latn/.gitattributes b/lkb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lkb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lkb_Latn/data-00000-of-00001.arrow b/lkb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..30d8ded6e0546d334cb1b4f02444493157c5d53a --- /dev/null +++ b/lkb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85db865df78abf20395374d1994f7d8b89d92c7a8059009e2f51f742e05a40f4 +size 3128 diff --git a/lkb_Latn/dataset_info.json b/lkb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4ea5259e229d681ef04f3640e30ddc2c0159c7c2 --- /dev/null +++ b/lkb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e42d0b815df56243427dab54a331200f06c4d65d5da4b5dbbb9918a83d77d1 +size 1087 diff --git a/lkb_Latn/state.json b/lkb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9e53109b9ac636f1b89b25cb3506e4b98af3dfd9 --- /dev/null +++ b/lkb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c138fd07d3124fbb2700b198b35651c3a1e5fde2e4f6d605346273a90987e267 +size 250 diff --git a/lld_Latn/.gitattributes b/lld_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lld_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lld_Latn/data-00000-of-00001.arrow b/lld_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7230f5af262cf327eb03033a9781d82697e7c3bf --- /dev/null +++ b/lld_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f86ae9719a49616a5f9e7f92b5118b2a9342799a7024d9726998c7088c52b17 +size 5493064 diff --git a/lld_Latn/dataset_info.json b/lld_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1266eb98070fa8494c9c9912513ec308e91dae5c --- /dev/null +++ b/lld_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec7b65bec26dbc9dce0d111f1da5df951ebe1195500b0d8053c0260b9b41be2 +size 1113 diff --git a/lld_Latn/state.json b/lld_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7036ff5ee04806109b9eb48bdd733627a0acfbd1 --- /dev/null +++ b/lld_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1ed9c2800621ce287689d0c55a284ca66668a72bcc35465e48a795737959a8 +size 247 diff --git a/llg_Latn/.gitattributes b/llg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/llg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/llg_Latn/data-00000-of-00001.arrow b/llg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5575a91879da51d05326672eb4bc6157b5d6b73 --- /dev/null +++ b/llg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a876755354062e56f65d2c809024e76d014f615d9c0ed7ac38ca0c19d3a011b1 +size 5424 diff --git a/llg_Latn/dataset_info.json b/llg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..18fb2831cbbe5231b9ac243248c1b401d8ecdf90 --- /dev/null +++ b/llg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef82e07183caf50c8cb1f7ad175cd121e98607708a0ea141b9c2415285ebaf19 +size 1087 diff --git a/llg_Latn/state.json b/llg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d091960ce42666bfae06e1ad70587371aacec678 --- /dev/null +++ b/llg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5902ec653be62196b5e75ffb2fcf9c66cbcca42820ad9c1f5a7f4b9e4080b43c +size 250 diff --git a/lmo_Latn/.gitattributes b/lmo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lmo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lmo_Latn/data-00000-of-00001.arrow b/lmo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c2100f2d62f5cd391e7e6f6089aad6ece02fb88 --- /dev/null +++ b/lmo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d98d943f458d6afd882d6ff00411d189b6c34ad32140d1ff14bca2ce1bb4068 +size 82545544 diff --git a/lmo_Latn/dataset_info.json b/lmo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ca3b13af7f23f912edbf3764e0c18a21cddf2558 --- /dev/null +++ b/lmo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294ad3732f8b64e09f6c5e8b14922c57e05c350974e51df364ca0c3de5d8fd8c +size 1117 diff --git a/lmo_Latn/state.json b/lmo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..be2080e94442616f1b3da031c7bda3d8fb8f7582 --- /dev/null +++ b/lmo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0975ccbb55db907974c2ce4a5b1861955b580e6fd57476207bd625447980957d +size 247 diff --git a/lmp_Latn/.gitattributes b/lmp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lmp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lmp_Latn/data-00000-of-00001.arrow b/lmp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..25d5082c33e6d0694b9ea0caae9f4d8a601351ec --- /dev/null +++ b/lmp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba38fbcc9af60191b2aff8edb58d3f3a58d363b8c1f84dc4deb4c356e72c6f4b +size 9592 diff --git a/lmp_Latn/dataset_info.json b/lmp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b22fad8bf7e405da0b4bc580adeb10651fe2e6f1 --- /dev/null +++ b/lmp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f641f1b9e13eb0f3728e28f8a56ac02e1ccd75b9c54c5169b79ae8ba07f0aa94 +size 1088 diff --git a/lmp_Latn/state.json b/lmp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d67b889ead335245d3f87f200e0395c2db1d95be --- /dev/null +++ b/lmp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3398522ca391fe5066959121f477b137c7162b9825028be5c97506d967a8d77b +size 247 diff --git a/lns_Latn/.gitattributes b/lns_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lns_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lns_Latn/data-00000-of-00001.arrow b/lns_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d74d5145b9bbddfb77a089de97a46d6279d4ec59 --- /dev/null +++ b/lns_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475615a3e7adabc21815aed9e72e1d269898555881e52b628444ca89aeb3e745 +size 4488 diff --git a/lns_Latn/dataset_info.json b/lns_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..56f778d974f120265da5da34a113e8b78623f514 --- /dev/null +++ b/lns_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf50b47870e27d3f128b0b20aa078db4d9bea7d02e16c0849d7b6ff81ac3c56 +size 1087 diff --git a/lns_Latn/state.json b/lns_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6856f7d2e07f8f75e4289433caa299b7960874c8 --- /dev/null +++ b/lns_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd778b086623e84580f6b904d1be655405563445240dad9502c06113899c1c7 +size 250 diff --git a/loh_Latn/.gitattributes b/loh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/loh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/loh_Latn/data-00000-of-00001.arrow b/loh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9028a72eaf280bb7430d7daa77067e94e297822b --- /dev/null +++ b/loh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497831d01c14b6ee1d0820efe8f86712065599402d42498aa379f8f21b73f09f +size 1888 diff --git a/loh_Latn/dataset_info.json b/loh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bffb2e5550a97bec0f1567a9c47c463caab3f134 --- /dev/null +++ b/loh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fe3f4cc3c383377559d44fa5f47f43a9a6c5598dc59463c161764a85b9f586 +size 1083 diff --git a/loh_Latn/state.json b/loh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7b1cb0ac3519750dfb65d938c0234453a119bca4 --- /dev/null +++ b/loh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b35227ea1dc24aa5736eb9895051883bdfc3d4d52c2bb805edae189216c21a9 +size 250 diff --git a/lrc_Arab/.gitattributes b/lrc_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lrc_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lrc_Arab/data-00000-of-00001.arrow b/lrc_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f41e2c611fa8ca8047b96747528d7c67131880d1 --- /dev/null +++ b/lrc_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208a069c249410d17818103b873ecf29ab1c6884858b79a7b08b3f8c25d1846b +size 2158632 diff --git a/lrc_Arab/dataset_info.json b/lrc_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f10f1addb1ced4841a08047e3af3af15f3d9313c --- /dev/null +++ b/lrc_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25438dc5214ae20d853053ee3cfba69da93bd312e3f9c9109ddfe25c909979b8 +size 1104 diff --git a/lrc_Arab/state.json b/lrc_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9e026544396ec1e2d2c1426589f44b3711162f15 --- /dev/null +++ b/lrc_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c3f4b22cf9adae1eb5f31e734f8d694f4050f42bbe8a3e5a2d65402d35b14a +size 247 diff --git a/lrc_Latn/.gitattributes b/lrc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lrc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lrc_Latn/data-00000-of-00001.arrow b/lrc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ffc2cd22de0040c387a066163afd8a081730e92 --- /dev/null +++ b/lrc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3efa7df81786dd4bd2e416f5b1c9056c35f9ff7731c4aabf7183400a9f66ac +size 2176 diff --git a/lrc_Latn/dataset_info.json b/lrc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2e45693655d6b325a8926bb7743e0de6289cce2e --- /dev/null +++ b/lrc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81615c71dfabb68bf80b52910bfcd5399f5e520c767c648c3220e67156f429d +size 1088 diff --git a/lrc_Latn/state.json b/lrc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c61d47bb543913bd2ebd6e7e97afbac2f952b0da --- /dev/null +++ b/lrc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fb5560619fa5a53106d23f590b476e6f13883d4c17946d90eb8fcbb31a6f3c +size 247 diff --git a/lsi_Latn/.gitattributes b/lsi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lsi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lsi_Latn/data-00000-of-00001.arrow b/lsi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a8e08334551e8e8e75113b7c4eb63594c4fa29db --- /dev/null +++ b/lsi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b4ac622e7d075acfd5689a696f6ab278ea00af5e84b2b16dadaee1bc258116 +size 22200 diff --git a/lsi_Latn/dataset_info.json b/lsi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..403fd79c9294c882dbf6fae61e48171daf956ff1 --- /dev/null +++ b/lsi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7a9c50717d00a5fd165a217972638b1fae20fbf82d8ae2d4e8ca05c6e37138 +size 1093 diff --git a/lsi_Latn/state.json b/lsi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8291ee7e4e48a8dbcad6b09e1b29cd1dd1c4818b --- /dev/null +++ b/lsi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61201c4ae72870dfb20ebfa26bbeae4ca9af4147d6bbaf45e27c128de4f88d1 +size 247 diff --git a/ltg_Latn/.gitattributes b/ltg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ltg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ltg_Latn/data-00000-of-00001.arrow b/ltg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..db88496959f56139b92d7ff2ba813c2420d2529c --- /dev/null +++ b/ltg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70518d3bece11c7ff5f30420fe04e4f913e74c1efb3ccf22a09c3683c8571523 +size 15687176 diff --git a/ltg_Latn/dataset_info.json b/ltg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..336c131c2f5da59e4353f347f63eb71fef57ce9a --- /dev/null +++ b/ltg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a1f1cd19d01576911e3e601ea91a78486d044af180bad3e6abfc163f13adcb +size 1110 diff --git a/ltg_Latn/state.json b/ltg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..37389aa6ab61d26492418ccfa7d322fc3affa461 --- /dev/null +++ b/ltg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9b6c5d90dbc1b335b7b6b503445ad62fec5a008a8e73bad6050201e06d7cc6 +size 247 diff --git a/lts_Latn/.gitattributes b/lts_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lts_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lts_Latn/data-00000-of-00001.arrow b/lts_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b42be1283444ae85b94b53f55979bfe3289e8ff --- /dev/null +++ b/lts_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa176d69e50b49542ca22893272c78edb796b396a65e51ab1ec8b18b2596bbb +size 1696 diff --git a/lts_Latn/dataset_info.json b/lts_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d193c9909bb96baa5ec355aa04cf810a928df36c --- /dev/null +++ b/lts_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae0dc299a83de95e670a324a47f12e5ac12d87bd637d908644b00341bde6532 +size 1082 diff --git a/lts_Latn/state.json b/lts_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1d8c5f12e9b2168eca5e229dde41d9dbaca5efee --- /dev/null +++ b/lts_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f30e711291a00f4565137424f0d407f5b7506152a178c113dbbcd149493c74 +size 250 diff --git a/ltz_Latn/.gitattributes b/ltz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ltz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ltz_Latn/data-00000-of-00007.arrow b/ltz_Latn/data-00000-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d9f8415485e349f95134daa49e1d121bded89e50 --- /dev/null +++ b/ltz_Latn/data-00000-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600b2cc67d01a648872022b0a79a8b551d774600d5351c31a07542f9a71469ce +size 970417968 diff --git a/ltz_Latn/data-00001-of-00007.arrow b/ltz_Latn/data-00001-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..247e511cd4ddc28f736e4fb820650934423c529d --- /dev/null +++ b/ltz_Latn/data-00001-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd54c66e426b204e1526c1f1bf1a95fbe60152b1f2294129e2a4763f3e9c8a8e +size 274522960 diff --git a/ltz_Latn/data-00002-of-00007.arrow b/ltz_Latn/data-00002-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..20ffc8d8422a6072994752576f5416595b9707ee --- /dev/null +++ b/ltz_Latn/data-00002-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d79747cf224b2fd72df6eb89a51a6e7d25d9b909c9bb3104948278eca415b5 +size 275942072 diff --git a/ltz_Latn/data-00003-of-00007.arrow b/ltz_Latn/data-00003-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..af6e15d4bf0997f7c68d91813dcd67734352c286 --- /dev/null +++ b/ltz_Latn/data-00003-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6dbad338d3e45d85e8dfc193594352b8ae9b09aea8f130c15d89ff5e8071c4 +size 275075368 diff --git a/ltz_Latn/data-00004-of-00007.arrow b/ltz_Latn/data-00004-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d601b0f07a78e412841e198518dad4a25d32368e --- /dev/null +++ b/ltz_Latn/data-00004-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55578450a676a9cf7a8208a3ace7021aa8bbb73f6bfafea892d065d5aa1c2118 +size 274977592 diff --git a/ltz_Latn/data-00005-of-00007.arrow b/ltz_Latn/data-00005-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c5599eee0e6e89185edee4a45938f8f95a64fe3a --- /dev/null +++ b/ltz_Latn/data-00005-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7c7352609545df79b7941b39675894db9ae708b3345f65607e311a20c393ff +size 275560880 diff --git a/ltz_Latn/data-00006-of-00007.arrow b/ltz_Latn/data-00006-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f5555788b20a243d82e53d595b88b47fe486c0b --- /dev/null +++ b/ltz_Latn/data-00006-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6c639a13a0ce4837a5c5a7cdac1c71db63abb1d42d651df5ca9855e477cb7c +size 1087578152 diff --git a/ltz_Latn/dataset_info.json b/ltz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..46857af1b9f6ad8d6b7e3c4830835eb37630b214 --- /dev/null +++ b/ltz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3c863d897d11fe7d1227514bd238828373fc786f6180a7118a770141df9bf0 +size 1545 diff --git a/ltz_Latn/state.json b/ltz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..18ae6aa5af0cfac34239726ccf0d83b43dfcde35 --- /dev/null +++ b/ltz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f845b65f8f8bd823c530a9565aaaf689a7c77da98fa7fbcc24ced1850dea54a6 +size 601 diff --git a/lub_Latn/.gitattributes b/lub_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lub_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lub_Latn/data-00000-of-00001.arrow b/lub_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f8bd2373c3060d8b0fb33717faec6409e19d2092 --- /dev/null +++ b/lub_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b211f43c77cebde65597c4e4a0ba8f2a250dae69be11a585228f8acb966796f +size 15600048 diff --git a/lub_Latn/dataset_info.json b/lub_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ddd10bc488854198dd70de697f85bd80b3b1467f --- /dev/null +++ b/lub_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd9b47719f3c899e1db94d6b387aecfdabe0cb267e60e2bfeed78af7637c4f1 +size 1110 diff --git a/lub_Latn/state.json b/lub_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e85438618c2162fe8b03b36b243d4b0ea706393b --- /dev/null +++ b/lub_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4b41c715c556f76e9da25882af28ac35e0276ba219bb6f9c78decf011c2a54 +size 247 diff --git a/lue_Latn/.gitattributes b/lue_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lue_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lue_Latn/data-00000-of-00001.arrow b/lue_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9089acca6df8ef261c9887df02070495335c20cf --- /dev/null +++ b/lue_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1fed74dc4b38a10485c03a9c91e18d01ee53fa4823317d82a4e9d97b685da9 +size 12624 diff --git a/lue_Latn/dataset_info.json b/lue_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3428c520292a805229b3519d4d0568292c21c867 --- /dev/null +++ b/lue_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7afb9b266fd19e40708df110b973c502436348155ba3deb5fb845131852eedb +size 1093 diff --git a/lue_Latn/state.json b/lue_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..87259edf43a7aefd6c32342d14dab381fc4a4147 --- /dev/null +++ b/lue_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b04ebe780dbe50fc2cd70659fcb2fac353b4f306a5a37d212a2f97b1fc26866 +size 247 diff --git a/lug_Latn/.gitattributes b/lug_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lug_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lug_Latn/data-00000-of-00001.arrow b/lug_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0bb957d36ed0f8fe2779170f30088d4b51adc157 --- /dev/null +++ b/lug_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb5d7ebd61a7afa5fdd7bdbb2397285bf45a2b6d7c1e6b86c738f561fae8403 +size 146152200 diff --git a/lug_Latn/dataset_info.json b/lug_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cf748920911afa27dc40e4550827f06ff11f7dac --- /dev/null +++ b/lug_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e05e642a6685a94639df7264558a7059e0ffc6afc849784cc71454823420979 +size 1117 diff --git a/lug_Latn/state.json b/lug_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..29b54e7c2dad6429540539f041c717efef4684e6 --- /dev/null +++ b/lug_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564b3224ab1d2daba7ed7bdb8f32d39d81f35f78a1036830deb8e8b8d10a6143 +size 247 diff --git a/luo_Latn/.gitattributes b/luo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/luo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/luo_Latn/data-00000-of-00001.arrow b/luo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ba76735e55c9eab4aebe5b7ae36d1cca07f23214 --- /dev/null +++ b/luo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742f489cb94424a82e171d4982fa52aaddb7b3c0ae7a3ae45f9e7894848489ec +size 2479024 diff --git a/luo_Latn/dataset_info.json b/luo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fa968ae056befc882c691e789275a6f1501e7939 --- /dev/null +++ b/luo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865a80dc7b3c59e54ada1ca2598aea3607482c9817c0e6ffbc0c8c7d8d447406 +size 1106 diff --git a/luo_Latn/state.json b/luo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..844e821456e8e41ec08bb7e6d018e9bb5527c43f --- /dev/null +++ b/luo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232ae6b12322635b20a1f179bf156321dbea422aff4d61c7f37b0b62e6b6fb2c +size 247 diff --git a/lus_Latn/.gitattributes b/lus_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lus_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lus_Latn/data-00000-of-00001.arrow b/lus_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b2027cb40755ad6d4e64da91f2f6b5cd9bd67777 --- /dev/null +++ b/lus_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81ad7d11f5f6b1ee7ffa4da93e867850d0ea47795a4d688e9effaf3719ea3a5 +size 188769032 diff --git a/lus_Latn/dataset_info.json b/lus_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fa5daf84671cc2536c21abee99eef4bfa8d8b484 --- /dev/null +++ b/lus_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220790f70a58cecd8587e7973dda9ba0a3600b042440c7b965ca60a42dcfcb4a +size 1117 diff --git a/lus_Latn/state.json b/lus_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0b247fa3978fdafcd08679763d470c856a399dda --- /dev/null +++ b/lus_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24907686991a26f4e2357fa4838758ffe04ac38942a430bc83cbff4c44bcb0cd +size 247 diff --git a/luy_Latn/.gitattributes b/luy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/luy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/luy_Latn/data-00000-of-00001.arrow b/luy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..24dde6ed191fe7546d457a9c5c7b2588b97a9aec --- /dev/null +++ b/luy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f953c27219a4bcef7a0a5d0e7829944bb09951c94c2ca512c887a1b09878cfb4 +size 1800 diff --git a/luy_Latn/dataset_info.json b/luy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1ccf082e90863d096373c19dbfb0f40611b8a202 --- /dev/null +++ b/luy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3deb0f098dc0cab149ed1d86f8e50764f3ce284040737a0461fb521599395e7e +size 1083 diff --git a/luy_Latn/state.json b/luy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bf08d53ce4b341c192bb949bbc36662e8c3e4852 --- /dev/null +++ b/luy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a895dc75d285d4eaf471c03e6cbd106d9c593fa9eb5fc5e33aa99f385653826a +size 250 diff --git a/lvs_Latn/.gitattributes b/lvs_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lvs_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lvs_Latn/data-00000-of-00001.arrow b/lvs_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a846387aa204a9188cf29574e4de7a182cfc87e4 --- /dev/null +++ b/lvs_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744c3065dc5380dc378c9217c8eb94112d8a1b129b00950e9b60160d9801c3fd +size 52939328 diff --git a/lvs_Latn/dataset_info.json b/lvs_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4b5427205f6240129764d5d8d3baec486201482e --- /dev/null +++ b/lvs_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bb1f4df6617023bd67bf4875131f3632f5a957da58d5e844e0a293ab9745d3 +size 1113 diff --git a/lvs_Latn/state.json b/lvs_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f6744fe4dbd4d606ab961c5dec7484c45d602571 --- /dev/null +++ b/lvs_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae88711ef1999b065cf04fd36666987a651b28fc17a4ed87f3a86030fb063cf +size 247 diff --git a/lwl_Thai/.gitattributes b/lwl_Thai/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lwl_Thai/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lwl_Thai/data-00000-of-00001.arrow b/lwl_Thai/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a56baf2cf93eea7f3990745fbfc61adc1ff069fe --- /dev/null +++ b/lwl_Thai/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cd5c96b01f162ff4bda03aaaa63fbb0889e7436ce8301083a341f4c11ef596 +size 3568 diff --git a/lwl_Thai/dataset_info.json b/lwl_Thai/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5d64c766d6cd29be55cd70930140357f7159cab9 --- /dev/null +++ b/lwl_Thai/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f837e8c418d3b3e980780c99b2487dc6b1f3c10a792e168a0b48dcc715f532 +size 1087 diff --git a/lwl_Thai/state.json b/lwl_Thai/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f1e00d38125dc93b6be130c0a7f9bf0e4c026bda --- /dev/null +++ b/lwl_Thai/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbe2c7b703739bcbcb8a9b23ea99a791df17746f2735f872fca926c0a80116e +size 247 diff --git a/lzh_Hani/.gitattributes b/lzh_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/lzh_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/lzh_Hani/data-00000-of-00001.arrow b/lzh_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..391789974c7dd99eb1e5ebdae82747b4a7c5faa4 --- /dev/null +++ b/lzh_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd02c8bc05a9491c3c901bcda05d6de53d4fa00623e8e6045d51f717d120cab +size 24152 diff --git a/lzh_Hani/dataset_info.json b/lzh_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..afa95b955876d484ec732ea3bad5c457a2a169f0 --- /dev/null +++ b/lzh_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d06fd988184c0011989877a6914b5ecd754194ec9e0a86b47b418158558637d +size 1111 diff --git a/lzh_Hani/state.json b/lzh_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5a9051c2709e11c9be5f669e108d639aa50b28b4 --- /dev/null +++ b/lzh_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07c534877d5b997c658374aa30224d7fc2d46d9e40afe371d640a7729de1be1 +size 247 diff --git a/mad_Latn/.gitattributes b/mad_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mad_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mad_Latn/data-00000-of-00001.arrow b/mad_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9f649ee61298a24596433a46aa906e429e1dbf77 --- /dev/null +++ b/mad_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b965a87f6f13a23780474462338841a50c465a1849dfff4074b53c7c217711 +size 5602112 diff --git a/mad_Latn/dataset_info.json b/mad_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..605fbf2feebd9132853ab46db9a52d290445ccb8 --- /dev/null +++ b/mad_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9871a8f588a45d098143fb734f8896d560c3d5640d19a0ac55e8023a2bc62f +size 1107 diff --git a/mad_Latn/state.json b/mad_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3e68b9493d7086bf42b968ed68e73555bb9faee1 --- /dev/null +++ b/mad_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495d35935e2e1a2f0ca128c46b023511ce0816252a2feb5b7b03c686952f636d +size 247 diff --git a/mag_Deva/.gitattributes b/mag_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mag_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mag_Deva/data-00000-of-00001.arrow b/mag_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aa025205cc7b93e4e990a393fbc3f5f116351611 --- /dev/null +++ b/mag_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1745497e800b311d33fe357a09e2509413b8acb35f8199558bc32a5a3e3f7661 +size 5096432 diff --git a/mag_Deva/dataset_info.json b/mag_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..113a6ba54efaa65d44662436b2cfdb56a2767c15 --- /dev/null +++ b/mag_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8085a3ef3db9905dd8e3016dc3055b7d86a5ca4c2ed52add899640f72511ae +size 1105 diff --git a/mag_Deva/state.json b/mag_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ceeb9b5d5ecf357bd5a27faffea9d3c232d5306a --- /dev/null +++ b/mag_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb6b6830a48026dcdd40c356f1aa3784103cc65793dca3fdfc08c41f8c4cf82 +size 247 diff --git a/mah_Latn/.gitattributes b/mah_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mah_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mah_Latn/data-00000-of-00001.arrow b/mah_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..52a9a3603309a0fe97e38317e4a54d3ac7b446f6 --- /dev/null +++ b/mah_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e0dbb884cd4dbc0fe1e2a06f74628357bd42453841d7882bd2a713d38af512 +size 2383432 diff --git a/mah_Latn/dataset_info.json b/mah_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b88e64f44f95418a7850156b190b388ab3e5efd3 --- /dev/null +++ b/mah_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce997d2aae5e466ca95e3372f82407515fe0933667338f5f87df004199e697f +size 1104 diff --git a/mah_Latn/state.json b/mah_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..61e2605ee669641171387ab6f28ca7a8a93c2e3f --- /dev/null +++ b/mah_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84dcc3209a6db9a71ae46c3d1d6d8056b39ecedfa058a9e4c32ae25f383185eb +size 247 diff --git a/mai_Deva/.gitattributes b/mai_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mai_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mai_Deva/data-00000-of-00001.arrow b/mai_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8ef8f90be337e26549c219401e19740a7b912d6f --- /dev/null +++ b/mai_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717998b7a1905013ec120690122159a27d70d7d61fdd987c0c0c5f1f67d280e2 +size 39779008 diff --git a/mai_Deva/dataset_info.json b/mai_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c07bb6c65d6d9e3b1a52e78d24a0fb166bad8637 --- /dev/null +++ b/mai_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aad83e4428dd36653cbbf83d84a8c299c449ea190d2c84635899bbabdcf42ef +size 1112 diff --git a/mai_Deva/state.json b/mai_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7f171e626b7f5fb60df30992bd32f4000717e849 --- /dev/null +++ b/mai_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcda469b8aea18089636c1efd7bee4cd6f8f09d1eee4ef4d1ccbc95731dffd0 +size 247 diff --git a/mak_Latn/.gitattributes b/mak_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mak_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mak_Latn/data-00000-of-00001.arrow b/mak_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..93add36f0866f9130d0b88185f48e86d9d4cce56 --- /dev/null +++ b/mak_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b117c64300c72905faf954c16c866d22bd3cfca17365a85b1a8c28a96c4cef3 +size 3925904 diff --git a/mak_Latn/dataset_info.json b/mak_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..20ca4bb7875f86a34d198ba31394b88b5b44ddc6 --- /dev/null +++ b/mak_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fdb21b60e22958d7b61505ab7f135f1a9716d9063f0b730baa692445f108389 +size 1104 diff --git a/mak_Latn/state.json b/mak_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5d11ce92f48ae566270befdb19223d9c460c70f3 --- /dev/null +++ b/mak_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b10f033066bd969b92e8ee48c4572b7a75e6b726b3f21cabbc2b85aa5eeb179 +size 247 diff --git a/mal_Mlym/.gitattributes b/mal_Mlym/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mal_Mlym/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mal_Mlym/data-00000-of-00083.arrow b/mal_Mlym/data-00000-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7dbf8d36d9522aa7cedd5c504a58124a58c0b63 --- /dev/null +++ b/mal_Mlym/data-00000-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829c9397d6f5177d8d739d1612b6451135683fa1bca4caaa383b8ece24dd5489 +size 303767912 diff --git a/mal_Mlym/data-00001-of-00083.arrow b/mal_Mlym/data-00001-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ba138ed53b530803ac576f54f2c610998ae94999 --- /dev/null +++ b/mal_Mlym/data-00001-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f12affb7401a47714ec0ad4b262f44d0b53f500fb6b0bbb0a964545df33ae4c +size 291878256 diff --git a/mal_Mlym/data-00002-of-00083.arrow b/mal_Mlym/data-00002-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..09607ebfc83e64fb7eb152faa5a75b3cb8cbfd1b --- /dev/null +++ b/mal_Mlym/data-00002-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff3662f3905892dc49a9ee61d55f22f1a048a3cb68540e9e37e1ea57b03471a +size 294569408 diff --git a/mal_Mlym/data-00003-of-00083.arrow b/mal_Mlym/data-00003-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..11bde21d0e0ccd6d681c3a32dba6d38a6e47c5ae --- /dev/null +++ b/mal_Mlym/data-00003-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710ff1064424e35e04c8ec95b52a81dccde34b896a14ca802d13568d7b0cfd62 +size 295994680 diff --git a/mal_Mlym/data-00004-of-00083.arrow b/mal_Mlym/data-00004-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ed3473fb0a7501d8466085c312be07887ba19817 --- /dev/null +++ b/mal_Mlym/data-00004-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7f09f707dc247d3d77c5365957052ae2e8e4779f016d2cb31985b1d42e47e7 +size 297371184 diff --git a/mal_Mlym/data-00005-of-00083.arrow b/mal_Mlym/data-00005-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..08a1f77143f62d40717624f182ee7f0467b79a3d --- /dev/null +++ b/mal_Mlym/data-00005-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647e95d00580455fa74e50b7c6bf1bc25038dfa86a16c13534475dbc3de5279d +size 296089336 diff --git a/mal_Mlym/data-00006-of-00083.arrow b/mal_Mlym/data-00006-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1eee9a331fd3e7a5f17dff2d8f92f3d72d886260 --- /dev/null +++ b/mal_Mlym/data-00006-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610562039f908797e26d3ad79d4910117b929657d70f9aa2c12b5f1d67fbe0d0 +size 296554944 diff --git a/mal_Mlym/data-00007-of-00083.arrow b/mal_Mlym/data-00007-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..744b3e01807f69258242e25e07e08c396bc76d69 --- /dev/null +++ b/mal_Mlym/data-00007-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c08e54d293b18597d040e39e9928e6be32ded844ff380e2c1fed6ca08df8f6e +size 296407000 diff --git a/mal_Mlym/data-00008-of-00083.arrow b/mal_Mlym/data-00008-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a5e7f684ae86d8ff28d1b34ef1ba3677ac5f1089 --- /dev/null +++ b/mal_Mlym/data-00008-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4585e735e03d0e3b2c1ec3a20b998ce18a271f4b28c5ffc7fd6c89b7a1f0ed75 +size 1280345920 diff --git a/mal_Mlym/data-00009-of-00083.arrow b/mal_Mlym/data-00009-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..20c27a958dc814c570f9a46edd5fb5c3cac98d94 --- /dev/null +++ b/mal_Mlym/data-00009-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff674583e934db34a8204bb73f8bb86c49194ccc6307d635227884d93990fc0 +size 2672580664 diff --git a/mal_Mlym/data-00010-of-00083.arrow b/mal_Mlym/data-00010-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6a4c677b7628943f699e9503706bcf3f58552f0 --- /dev/null +++ b/mal_Mlym/data-00010-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de34e8a620fe70575b67d03846d2d9aeba30fbad20d44c039ec3344febd1c94 +size 1408280816 diff --git a/mal_Mlym/data-00011-of-00083.arrow b/mal_Mlym/data-00011-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc0a3601c3fb574efafe5da2aa990875c8d2b14d --- /dev/null +++ b/mal_Mlym/data-00011-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09092314a1140ab684b9f2727e7a8310207c2d3fb7975b75d020e57527434511 +size 185386624 diff --git a/mal_Mlym/data-00012-of-00083.arrow b/mal_Mlym/data-00012-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95955b4f990daca12f72487a211f5b7924aa30e6 --- /dev/null +++ b/mal_Mlym/data-00012-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befa431efce0e6c1756cdc989b1d79ba1110c1ca0c7d073844a4bff8c6026853 +size 185535080 diff --git a/mal_Mlym/data-00013-of-00083.arrow b/mal_Mlym/data-00013-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cb123d4e417ca82e24e8b339665bf59e4dc32601 --- /dev/null +++ b/mal_Mlym/data-00013-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93584449c67b807fbd4ac14ec707a8086082b7369a643e4251cfc68983530a49 +size 185783584 diff --git a/mal_Mlym/data-00014-of-00083.arrow b/mal_Mlym/data-00014-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d606da00588b37eac418156a9f6765bd76f4ce42 --- /dev/null +++ b/mal_Mlym/data-00014-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3421f7aa0d4785c71356c5f3c34821db5fd6392b4ababfa3a9051065ca23302 +size 185485664 diff --git a/mal_Mlym/data-00015-of-00083.arrow b/mal_Mlym/data-00015-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b11884a2ebf0aaa00bc52d25339b0dd51e365815 --- /dev/null +++ b/mal_Mlym/data-00015-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edc2fde5c1af54bb6ee45c5a9f5d42067def0a89327cc67a24ff9ae7c036808 +size 186182368 diff --git a/mal_Mlym/data-00016-of-00083.arrow b/mal_Mlym/data-00016-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..85ebd94749faa474ffec3e2750139ffb72f913d5 --- /dev/null +++ b/mal_Mlym/data-00016-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a663b987f0a8df052aacc81f9fb4b13871adde4e4967e1f3e0b80e71ba2459d1 +size 185787152 diff --git a/mal_Mlym/data-00017-of-00083.arrow b/mal_Mlym/data-00017-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c0d143694703e5e7d022255bee71e5204e79e7da --- /dev/null +++ b/mal_Mlym/data-00017-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e7e0d98998b364d586f0ed77c215b2bc46e5c2e679065444c79d26dc1253b4 +size 185861120 diff --git a/mal_Mlym/data-00018-of-00083.arrow b/mal_Mlym/data-00018-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..15102782c04d0ed04256e2195d3171b3c2c774d5 --- /dev/null +++ b/mal_Mlym/data-00018-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a5bdf7420c879a2602bb9cff1e189d8be5e35de5579152224eda110517e9bc +size 185853880 diff --git a/mal_Mlym/data-00019-of-00083.arrow b/mal_Mlym/data-00019-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1e53bd269e046ada06ca4beb451fd81ba40e0fa2 --- /dev/null +++ b/mal_Mlym/data-00019-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c068bcd7e48c1995c038f2b0490642dde9c27447e382df498862cf2358c54bb3 +size 186001736 diff --git a/mal_Mlym/data-00020-of-00083.arrow b/mal_Mlym/data-00020-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f3cf835f8b71c70f2bd5a52b47119fc5b16ade19 --- /dev/null +++ b/mal_Mlym/data-00020-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cfde90961cff5e970950103ea0576b50c77fc75bca04a2f8eb55694ef87fbe +size 185929488 diff --git a/mal_Mlym/data-00021-of-00083.arrow b/mal_Mlym/data-00021-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cc3da93d4c364c967eae70d24410adae3e878132 --- /dev/null +++ b/mal_Mlym/data-00021-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcece5bcb0d9994ef5e1ba2090f7a1b6f34848e14f396a85af7396517af443e +size 185871152 diff --git a/mal_Mlym/data-00022-of-00083.arrow b/mal_Mlym/data-00022-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..06a39e9e8e026221507d152eb48e8f25755d843a --- /dev/null +++ b/mal_Mlym/data-00022-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f73de0d8c85690c2ec954ff2f2922af4014a35e13a008006f65a4778bfdc5ea +size 186223600 diff --git a/mal_Mlym/data-00023-of-00083.arrow b/mal_Mlym/data-00023-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..17bf4d5314ce438514150cf848b2685c6146ac4a --- /dev/null +++ b/mal_Mlym/data-00023-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5308bac665e410c03208b7886a0fa5ecbffbaf7fcc917cbe804e0acece1352b +size 186110424 diff --git a/mal_Mlym/data-00024-of-00083.arrow b/mal_Mlym/data-00024-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a624ac0a393173cdabdb25416b64fb9ee912df36 --- /dev/null +++ b/mal_Mlym/data-00024-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50deeb450daedc37da09cf87922c7616774fa561de81008e6aef1b0003e38c9b +size 185809144 diff --git a/mal_Mlym/data-00025-of-00083.arrow b/mal_Mlym/data-00025-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3aca9a3540a59ceeecc71bd306d37689f2301cbb --- /dev/null +++ b/mal_Mlym/data-00025-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9c5db4350ce51040bed49e5b2a61fdee233baed8accf1f11dcee468c795e66 +size 185741400 diff --git a/mal_Mlym/data-00026-of-00083.arrow b/mal_Mlym/data-00026-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6759d1a257bf6e3ad6552a60b24aabdd781e2217 --- /dev/null +++ b/mal_Mlym/data-00026-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e6d33df2f7554a2c0e63745156de166032e187b130342cf77bacf9d9dbf5df +size 185324704 diff --git a/mal_Mlym/data-00027-of-00083.arrow b/mal_Mlym/data-00027-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..99579dbf8c0b45e4ee94cbf621e287c505b096b0 --- /dev/null +++ b/mal_Mlym/data-00027-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f36a953e84ddc8ea704f975f09e3bbdc05d07b42c204781d29274788b7d8fbe +size 185847800 diff --git a/mal_Mlym/data-00028-of-00083.arrow b/mal_Mlym/data-00028-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c6dbf2eb43ca684d399c05ba551a5cee3cd68e5 --- /dev/null +++ b/mal_Mlym/data-00028-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568e0d5f31178565897ca275ab9aa77a722d0f584599de20882a1462e292fcac +size 2196362696 diff --git a/mal_Mlym/data-00029-of-00083.arrow b/mal_Mlym/data-00029-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9123d133993d1e113e32fc6e7e342062b88f5d01 --- /dev/null +++ b/mal_Mlym/data-00029-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b393f5121401e00fc25036d4c8936c99366470d9ea4abd56b5ee2eac7b026eaf +size 2825694576 diff --git a/mal_Mlym/data-00030-of-00083.arrow b/mal_Mlym/data-00030-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a7d910afc7a9a5d7aab9a9b1f1370f29bb299f24 --- /dev/null +++ b/mal_Mlym/data-00030-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7105780a0d57af562321241d7b0bd22f52b6dd83535c51a0da1460ba7fe82ae1 +size 2855350976 diff --git a/mal_Mlym/data-00031-of-00083.arrow b/mal_Mlym/data-00031-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4952433db15e3f2f182028c3c27ba4fed79dd32c --- /dev/null +++ b/mal_Mlym/data-00031-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f246558b5a78966e2bb134c3b516e93a31977615f09e2a3d0e32f76597344aa8 +size 2817352328 diff --git a/mal_Mlym/data-00032-of-00083.arrow b/mal_Mlym/data-00032-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..33b25d296916104bc1a442e845cb2c49ac61059d --- /dev/null +++ b/mal_Mlym/data-00032-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d2fc4ab35a971403e5eb1d9f41ca06a97cac7fe6b8e7084246da825bf558bb +size 2709900560 diff --git a/mal_Mlym/data-00033-of-00083.arrow b/mal_Mlym/data-00033-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ed0e088aaded192c63dc059572452253f4d3da4a --- /dev/null +++ b/mal_Mlym/data-00033-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b34e0d8f7f9e6fc37de11fca522ba8ce31dc95ac425b5855e88f664da65f63 +size 2735257120 diff --git a/mal_Mlym/data-00034-of-00083.arrow b/mal_Mlym/data-00034-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9a5deef083af9b9f046448a977b6cd3cdd5c8178 --- /dev/null +++ b/mal_Mlym/data-00034-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821e444630a562e6ffc789db982de71ad03413828de20f3befd939c427c0f161 +size 2175016864 diff --git a/mal_Mlym/data-00035-of-00083.arrow b/mal_Mlym/data-00035-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c5b513c2d459e7ffd9bb502b0d3c8580c398a98a --- /dev/null +++ b/mal_Mlym/data-00035-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9c1a71d4a242315a762a3d9055b4ee4e8050232e88eed0b61acdda44a5d1bf +size 291278256 diff --git a/mal_Mlym/data-00036-of-00083.arrow b/mal_Mlym/data-00036-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6862f9af2bdd7c18c4411a50caf780245369faca --- /dev/null +++ b/mal_Mlym/data-00036-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c58a0fcc699213b9cf44e7c6d312cc559747123acba9bf39cb672e28be12b76 +size 293478264 diff --git a/mal_Mlym/data-00037-of-00083.arrow b/mal_Mlym/data-00037-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bc53b84e9fbaa60ddb6d96353a5fb7f7f1a016b9 --- /dev/null +++ b/mal_Mlym/data-00037-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a238c68742227df52e1f54e4a0b62b89f54fed9cd164407b6f2efd797608645 +size 293577800 diff --git a/mal_Mlym/data-00038-of-00083.arrow b/mal_Mlym/data-00038-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e3e5540f185bd4ac3b5fb9b32c849d45835661bd --- /dev/null +++ b/mal_Mlym/data-00038-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a318461ff3e666a417ecc8a6fb75300d3f87e59fbb9d18bf7720101fc7d36e +size 293410240 diff --git a/mal_Mlym/data-00039-of-00083.arrow b/mal_Mlym/data-00039-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..860ee3e52398c40bb24299a2980679395ef95b45 --- /dev/null +++ b/mal_Mlym/data-00039-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12cbad3f4b9f56472a3e7cd670fe8f9cf0847d64c483ca3998637302c7fbae7 +size 252008280 diff --git a/mal_Mlym/data-00040-of-00083.arrow b/mal_Mlym/data-00040-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8b7d476fc349b6f377ff2e3c975e1c05438dfd58 --- /dev/null +++ b/mal_Mlym/data-00040-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a73256ec9cd3abdeaf1ad67a0105cfbdfb29b02d902f06b8496945dbd9c3d2 +size 189887912 diff --git a/mal_Mlym/data-00041-of-00083.arrow b/mal_Mlym/data-00041-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b979212b51da61e38fd049d01a11b622d647049 --- /dev/null +++ b/mal_Mlym/data-00041-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0698bbed1c3d4d5f770de5c7377e9f45608f69d71f2cc4a996ab85a5aa4e21d1 +size 190168824 diff --git a/mal_Mlym/data-00042-of-00083.arrow b/mal_Mlym/data-00042-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..294fa3f44cb10b2a755829098cff57d9efe5bc20 --- /dev/null +++ b/mal_Mlym/data-00042-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07c9a77af774df7048fa23f1e4672a357df8480e89155410a3cbc52bc1cdfe6 +size 190038816 diff --git a/mal_Mlym/data-00043-of-00083.arrow b/mal_Mlym/data-00043-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f4818ef51aeb62fdd0d13f21cb2149e69042d44c --- /dev/null +++ b/mal_Mlym/data-00043-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726c00b28dc3ae619e7bf9ec96f9731b503a886d2825076708a8ee33c4f08183 +size 190213640 diff --git a/mal_Mlym/data-00044-of-00083.arrow b/mal_Mlym/data-00044-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c886a19f05140cebd3279e5acb89b4d70741f17b --- /dev/null +++ b/mal_Mlym/data-00044-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4317f781d6cefcbcb54fd25be2c3398b176699a8b5bdb8787b3755badbe36b +size 189772600 diff --git a/mal_Mlym/data-00045-of-00083.arrow b/mal_Mlym/data-00045-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7a5441d8eb840b73ccc674698767c31402348cfc --- /dev/null +++ b/mal_Mlym/data-00045-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a288a00cb95e094b3012690c901ac4fe84fd408293b3a57224e4914788de54 +size 189982304 diff --git a/mal_Mlym/data-00046-of-00083.arrow b/mal_Mlym/data-00046-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d4718d34241d91ad838438402355ffdce6134bd5 --- /dev/null +++ b/mal_Mlym/data-00046-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9f7cacc8a670160509ab2b986026c99b93d40aff954ca1ef216b0b9237d508 +size 190001576 diff --git a/mal_Mlym/data-00047-of-00083.arrow b/mal_Mlym/data-00047-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dceb37512922e8e59137ecec4bc145d6851e5f6d --- /dev/null +++ b/mal_Mlym/data-00047-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92add202328b3bef0ed817a8548d9070543c75d83f391d3d0a543a40e363eef +size 190255640 diff --git a/mal_Mlym/data-00048-of-00083.arrow b/mal_Mlym/data-00048-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ffc99436bc4e96cf36e91acea22e5bb2cc28e9b6 --- /dev/null +++ b/mal_Mlym/data-00048-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4108ca0ea76f48d5eb8065555b06016b78628eea4c86d95cb2ac60a91268048b +size 190158504 diff --git a/mal_Mlym/data-00049-of-00083.arrow b/mal_Mlym/data-00049-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..15707382f22e8ce601137d061a14c228bd02ead1 --- /dev/null +++ b/mal_Mlym/data-00049-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b83d96ca291243a7400df0e2381906ee8a3fb4f215cdee23d06af8c2d37f281 +size 190590080 diff --git a/mal_Mlym/data-00050-of-00083.arrow b/mal_Mlym/data-00050-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..469acfd30560b9e6ebd536de6e121435e3988e78 --- /dev/null +++ b/mal_Mlym/data-00050-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53ef6858093653395ee2e2efd60ed0ef46b3fa5f5e72f713762fe03d0f8bfe1 +size 190240352 diff --git a/mal_Mlym/data-00051-of-00083.arrow b/mal_Mlym/data-00051-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..04329c8930ffa75e29bcad31d8525300e0e107ce --- /dev/null +++ b/mal_Mlym/data-00051-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae79c5f9c80f0125378a3f3ad5b321da621abfb510cb3431606b0dc87a94a310 +size 189962176 diff --git a/mal_Mlym/data-00052-of-00083.arrow b/mal_Mlym/data-00052-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6a749729f2535ddfe11c83c57537321f2f5697c7 --- /dev/null +++ b/mal_Mlym/data-00052-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f8181dafed796d07e21e6d89a56d1e1d70e3148d6e1bc333d7f8b0f2d1272e +size 190303496 diff --git a/mal_Mlym/data-00053-of-00083.arrow b/mal_Mlym/data-00053-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..32f01fffd82b8723c5eeb1a9af1625d467b55445 --- /dev/null +++ b/mal_Mlym/data-00053-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adb55a8c4fd6f769f1fa7701632d833b286f7575758db765923a5d3ac537b22 +size 190201280 diff --git a/mal_Mlym/data-00054-of-00083.arrow b/mal_Mlym/data-00054-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5e32d17ec03507b5ee963ff657586eded1f9b5af --- /dev/null +++ b/mal_Mlym/data-00054-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7ba663daefc7242ec554d9125406c0f31e5406f5ef1810f12e28d511e212a0 +size 190339512 diff --git a/mal_Mlym/data-00055-of-00083.arrow b/mal_Mlym/data-00055-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da3b5da90e163ce6580dca99811869f32057629d --- /dev/null +++ b/mal_Mlym/data-00055-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d3c2238fb7c266a22a40e4e35a56d0c29697616fe009752afed107a419f678 +size 189941248 diff --git a/mal_Mlym/data-00056-of-00083.arrow b/mal_Mlym/data-00056-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0df29129cb578fc335327bdd09ec462ec29bcb36 --- /dev/null +++ b/mal_Mlym/data-00056-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a271e570e5fa0cbc2f51aba449e48b0dc3ea742ef2755401329a747d2260ef82 +size 189893976 diff --git a/mal_Mlym/data-00057-of-00083.arrow b/mal_Mlym/data-00057-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ba2a82debff5c361f81c1215878a5726f587247 --- /dev/null +++ b/mal_Mlym/data-00057-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ebec31ad5c9da9aabf2ff91bcac40a311bd72658521c77095fb417109f65a9 +size 190516664 diff --git a/mal_Mlym/data-00058-of-00083.arrow b/mal_Mlym/data-00058-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..40cd742bd91d403d380ea4a5cdc55dd7d88b1a28 --- /dev/null +++ b/mal_Mlym/data-00058-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d604c79fd683bdb640c157417ecc492fee4249b687c554e86a949782729671 +size 190125264 diff --git a/mal_Mlym/data-00059-of-00083.arrow b/mal_Mlym/data-00059-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..92a188157d6eaddd86ffd48c6ffb187c88b76c5d --- /dev/null +++ b/mal_Mlym/data-00059-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903dd3c1c01f4a875a35d291552da5600c70e6bad26708ef6a0f093eaf0b73b4 +size 189993864 diff --git a/mal_Mlym/data-00060-of-00083.arrow b/mal_Mlym/data-00060-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c46c04f1359e468606274a9213ee8194c364650c --- /dev/null +++ b/mal_Mlym/data-00060-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f86f5428db1b7c1042e124e5c559a5b6c718e6ea57bedd8a4d6aa468c666365 +size 189731680 diff --git a/mal_Mlym/data-00061-of-00083.arrow b/mal_Mlym/data-00061-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ac4c64ea15f36734022f764e45142ab1e8cee32 --- /dev/null +++ b/mal_Mlym/data-00061-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630f2f4b116a0ccf7e31d441f54059253df248538e92d5541e0554ced4d1e283 +size 189864280 diff --git a/mal_Mlym/data-00062-of-00083.arrow b/mal_Mlym/data-00062-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..40bff9a906196f9bcfcac2098f3c040f5fedfa64 --- /dev/null +++ b/mal_Mlym/data-00062-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d563c5ce3966254badf1a1f8ae0c069f79916e5f7df7a4ce50190d2ae23f204 +size 189700344 diff --git a/mal_Mlym/data-00063-of-00083.arrow b/mal_Mlym/data-00063-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2d0576f20c2d889b26a73231e554235e77955c2a --- /dev/null +++ b/mal_Mlym/data-00063-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e250b95a2b2d75a2ae3afff7cae641a22c5b5a62cd31219e382b295b41f4d9d +size 190041088 diff --git a/mal_Mlym/data-00064-of-00083.arrow b/mal_Mlym/data-00064-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d728cf97be9eee56b122fcbf13e8d3e973014ec0 --- /dev/null +++ b/mal_Mlym/data-00064-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fc3d0097600b345dc550c21a95caa036a38ba1fd727edb6a442088dd6f040a +size 189987776 diff --git a/mal_Mlym/data-00065-of-00083.arrow b/mal_Mlym/data-00065-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..786bd25abdbcdcc346fae3f8081cc950c871a498 --- /dev/null +++ b/mal_Mlym/data-00065-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cab2d7a7c4577b2b9863412d688609ece3872d9b59f9da7ece22ea6b0af363 +size 190191176 diff --git a/mal_Mlym/data-00066-of-00083.arrow b/mal_Mlym/data-00066-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7d6711cba8ad5c32a3f394ebc907b3aec08a7343 --- /dev/null +++ b/mal_Mlym/data-00066-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a88104214e2bcb755156463da6f5f21bd540d64d31772b6041c9fa20a7a0d9b +size 190320976 diff --git a/mal_Mlym/data-00067-of-00083.arrow b/mal_Mlym/data-00067-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b8e8f1019a133d880653c7ef59fcdc4d2f178c8 --- /dev/null +++ b/mal_Mlym/data-00067-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e63a95f8efb9df2bfb915ea0081b82b405427460c3edde18144b406471d066 +size 190354872 diff --git a/mal_Mlym/data-00068-of-00083.arrow b/mal_Mlym/data-00068-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..956ba7fc34e6bb1f37e6947316679a7449ab24f8 --- /dev/null +++ b/mal_Mlym/data-00068-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2135c53345d6e96b0b49016efa84f36a0be872133defa0dd5538108a574be5 +size 189930520 diff --git a/mal_Mlym/data-00069-of-00083.arrow b/mal_Mlym/data-00069-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d33e35fe6f8954f64c260bc861168ec87032bb6c --- /dev/null +++ b/mal_Mlym/data-00069-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3448141a8b376b2f0d3f5871f576e6fae30789464aa67e0cb7698a9d3e1df81c +size 189639128 diff --git a/mal_Mlym/data-00070-of-00083.arrow b/mal_Mlym/data-00070-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4e598b2c2bbad278500b1d6b4f4910abc84784a2 --- /dev/null +++ b/mal_Mlym/data-00070-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2885e0fd05086b7c0d91aae9409e18ff43020f7cdf89ee888131a5d0381d9c5 +size 190122600 diff --git a/mal_Mlym/data-00071-of-00083.arrow b/mal_Mlym/data-00071-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..65fd06f33c291d3f95b48a1a95cf9cc1290c4d2f --- /dev/null +++ b/mal_Mlym/data-00071-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273686e5638fa6da52f7c8c42a51b0cb758eb9a63cd63b19832efb1d4e087de4 +size 190759296 diff --git a/mal_Mlym/data-00072-of-00083.arrow b/mal_Mlym/data-00072-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4fad384e252f66a89aaad533b654b10892380223 --- /dev/null +++ b/mal_Mlym/data-00072-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04118e40f3a8e600faeae2c9f6f5ac7e71b5d3f76230402aaec2ee2007d9c0e0 +size 190364808 diff --git a/mal_Mlym/data-00073-of-00083.arrow b/mal_Mlym/data-00073-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1bdfbefe156b88161555ab18db870e3934630e0 --- /dev/null +++ b/mal_Mlym/data-00073-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da275f11a15fccf0ecb435cac71c1c5138b65324738fc9fc3753b48c001683b4 +size 190126760 diff --git a/mal_Mlym/data-00074-of-00083.arrow b/mal_Mlym/data-00074-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e296a204946889180cfe3bc582732e5698dce7e4 --- /dev/null +++ b/mal_Mlym/data-00074-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57d231aac7006882e60562c3d13ee76e9ac9073f8f81dbc3221fb820cf5862b +size 189834944 diff --git a/mal_Mlym/data-00075-of-00083.arrow b/mal_Mlym/data-00075-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6bebb71dfc181d24c0eca991fdb3a74320ddd764 --- /dev/null +++ b/mal_Mlym/data-00075-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a684c9f7c9e4d0f6111405af85de98040789c6f5583fbb9171a8467fb2a17da +size 190181672 diff --git a/mal_Mlym/data-00076-of-00083.arrow b/mal_Mlym/data-00076-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..37252a011c5a19290ffba0e6212fa8b5356e5123 --- /dev/null +++ b/mal_Mlym/data-00076-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9d3f3aca58d99e94dd2f284ee246b01b2d6943e6ed0de3193c6a598a7b451a +size 190345680 diff --git a/mal_Mlym/data-00077-of-00083.arrow b/mal_Mlym/data-00077-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4e3528887605ffb01b50568bd65b4a9a2e8b78b9 --- /dev/null +++ b/mal_Mlym/data-00077-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7651f438f2ad2540ba76225c2e27abe080eab37e3f22653f1bc7f773a8c99933 +size 189900784 diff --git a/mal_Mlym/data-00078-of-00083.arrow b/mal_Mlym/data-00078-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d95eeb8e2606f59532bc54f6aaca43750f5b4124 --- /dev/null +++ b/mal_Mlym/data-00078-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461f5c273a3d727be840a983e2dc66fc1e8e06ec19dda2011f4420c4544bf176 +size 189953136 diff --git a/mal_Mlym/data-00079-of-00083.arrow b/mal_Mlym/data-00079-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..681ad42ab76901979fee2cb8776714b1d739f01a --- /dev/null +++ b/mal_Mlym/data-00079-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a172fc2c91619210798603af81c247763a6d850ee7b9d65ee2a58e44bd9fa585 +size 190046472 diff --git a/mal_Mlym/data-00080-of-00083.arrow b/mal_Mlym/data-00080-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ee56a5f80b6346e56a3b360fcbb09cf7ed3e68c --- /dev/null +++ b/mal_Mlym/data-00080-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c5baa03b296743c926103196d770db06f4eb67a79dd355d4448e49d37a2846 +size 190140320 diff --git a/mal_Mlym/data-00081-of-00083.arrow b/mal_Mlym/data-00081-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e01ed89c036bd67847b9fdc9c4df58672f957aa0 --- /dev/null +++ b/mal_Mlym/data-00081-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a617e6281eb2690f04ba621ef5c59fc900e6cf946045e16c15b3671f247158 +size 623366728 diff --git a/mal_Mlym/data-00082-of-00083.arrow b/mal_Mlym/data-00082-of-00083.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bbd5961a8e1f5ecede0bd6085fe6eb3c44803b4b --- /dev/null +++ b/mal_Mlym/data-00082-of-00083.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f3b498d75c99f040f8764fb30207bd6947e5918711d581e36d8fe801049a32 +size 2317364944 diff --git a/mal_Mlym/dataset_info.json b/mal_Mlym/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b7becf53dfdd6b8a49ad28cb35645bf3c1545673 --- /dev/null +++ b/mal_Mlym/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f82e41cd8b5dec640ff336790377b26162ea4a9b3c796959f273e05784ecac +size 4169 diff --git a/mal_Mlym/state.json b/mal_Mlym/state.json new file mode 100644 index 0000000000000000000000000000000000000000..68543b6634f772ba2cf6aecbd188f760bf5df115 --- /dev/null +++ b/mal_Mlym/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c711819ec2b64b4d792096ce9deb3b74e6fc3e25f98d17d221498c04ac98985 +size 5085 diff --git a/mam_Latn/.gitattributes b/mam_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mam_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mam_Latn/data-00000-of-00001.arrow b/mam_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..26e395f79cc383e04b48e61b16482cf4778b0122 --- /dev/null +++ b/mam_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739de1006cf069997dd9867f8330a86a8da01102690cd91a5055b799c453d0dd +size 17767256 diff --git a/mam_Latn/dataset_info.json b/mam_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..63f739e91fa5baec3c321b40ace0ec2a0f6c2b6e --- /dev/null +++ b/mam_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8879a4b86d2380d8162ad793adaf34ab6e6651e2cdb7999bff0c5a3d0b9e88 +size 1111 diff --git a/mam_Latn/state.json b/mam_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..966bc93a7baf34939272076870ebae05ecc1a599 --- /dev/null +++ b/mam_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47988381dd0ed698d5afc5fdcd43cf52f618b0531e8deeb164e342b5e8915071 +size 247 diff --git a/map_Latn/.gitattributes b/map_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/map_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/map_Latn/data-00000-of-00001.arrow b/map_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ae60a8cec943e484fccdf23afeabd5f869037474 --- /dev/null +++ b/map_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad022755980070de7b4849b8449f1482b125afdb8a1b408688c038747170a66f +size 3248976 diff --git a/map_Latn/dataset_info.json b/map_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..18b89775fc618ebaed4298aba7ed23b903821331 --- /dev/null +++ b/map_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00ccfbfaab690c5825fe9484a4442a9bc1cff12315793b6f7fa8f3f1535529e +size 1107 diff --git a/map_Latn/state.json b/map_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1747b2a823b2090febb5cee50ba9b0bb32b8e60d --- /dev/null +++ b/map_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05ed25a0db675e9f773b026974a4a2fbc9c1c56c15748f60d0c65acb65c908a +size 247 diff --git a/mar_Deva/.gitattributes b/mar_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mar_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mar_Deva/data-00000-of-00020.arrow b/mar_Deva/data-00000-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2f4fa79faca0d9991e9beda6f6cd0673cda29e7f --- /dev/null +++ b/mar_Deva/data-00000-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48eb5d57097ad0c37943c28c69ceffec65a04810a08fef1199e023eb9b2c7ac +size 183153416 diff --git a/mar_Deva/data-00001-of-00020.arrow b/mar_Deva/data-00001-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10f17c48d573baf5be8a900cae58643f716aab30 --- /dev/null +++ b/mar_Deva/data-00001-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16a77359c02d5958ffdbf702443ac29808abb71d619d014d9588a1b0aad4b82 +size 183538272 diff --git a/mar_Deva/data-00002-of-00020.arrow b/mar_Deva/data-00002-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66548a4345c0e6d313c547254e57093410a07c64 --- /dev/null +++ b/mar_Deva/data-00002-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fcd1eb2a9aa257e700031673fcba017a83f5d1e8edb0918b97744a0bf374d9 +size 183348176 diff --git a/mar_Deva/data-00003-of-00020.arrow b/mar_Deva/data-00003-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b7ebc07a7cbc1be1af399244757485de963f690c --- /dev/null +++ b/mar_Deva/data-00003-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5031c64066bc5c3ed421177d974af7bb2bfb3d837e69e196f58bc9ad18fc13 +size 183197120 diff --git a/mar_Deva/data-00004-of-00020.arrow b/mar_Deva/data-00004-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a910e91b144fdef7ff405ce2ceaae41f8fbde0a4 --- /dev/null +++ b/mar_Deva/data-00004-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461c7bb7240507fa9521a9b2454f94660e73f1e284df8601cb11629cb54142d7 +size 183443768 diff --git a/mar_Deva/data-00005-of-00020.arrow b/mar_Deva/data-00005-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cd56df83b3c1141bfff4a765efc9c845319ee3c2 --- /dev/null +++ b/mar_Deva/data-00005-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b021f21af941176a37696eb2b685ac254570e2e8f8524e92f2a8baab9f201a9b +size 183945216 diff --git a/mar_Deva/data-00006-of-00020.arrow b/mar_Deva/data-00006-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5eff0a1afea3364963fdf92f091f3c813c5bde5c --- /dev/null +++ b/mar_Deva/data-00006-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe1189a9c3f734ed1ea7c659a3d30308bb93ff54a7ab1013df886f29bea4325 +size 183633208 diff --git a/mar_Deva/data-00007-of-00020.arrow b/mar_Deva/data-00007-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41f0235181eb086c64efbf6558194356d5196920 --- /dev/null +++ b/mar_Deva/data-00007-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937be6390ede2490a46139a7379806350db8bb9c8d8c2f53f56c5dad26aa3ce2 +size 183760592 diff --git a/mar_Deva/data-00008-of-00020.arrow b/mar_Deva/data-00008-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5b5e5efc764985afdbdb5eb692badff899365987 --- /dev/null +++ b/mar_Deva/data-00008-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae59f5476dfb11d2da712b9da4b9ff6d55847a06f14d2b7b791d784590528798 +size 183782752 diff --git a/mar_Deva/data-00009-of-00020.arrow b/mar_Deva/data-00009-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4bfe43105a1174a2aab0376d48032b9fdabda40a --- /dev/null +++ b/mar_Deva/data-00009-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a0d51571975e7a4a69e1b0fb9b8ec31a88aa9061e6ab614066bfe29a26ded2 +size 183953992 diff --git a/mar_Deva/data-00010-of-00020.arrow b/mar_Deva/data-00010-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..00236335c327c717624439e46363ed3309c261b9 --- /dev/null +++ b/mar_Deva/data-00010-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720238188484658ccbb918e2a82ac5c40adbf1fd26454248ea9f616661aa08af +size 183829944 diff --git a/mar_Deva/data-00011-of-00020.arrow b/mar_Deva/data-00011-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ddbd48a77d5016d74cfb0473fed20fe2e608f0eb --- /dev/null +++ b/mar_Deva/data-00011-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e744b1884de14a6cab537afa30055050f283191330066d235a0463685db2756e +size 184324136 diff --git a/mar_Deva/data-00012-of-00020.arrow b/mar_Deva/data-00012-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..798164e498dc4712cd3cea8b7ee90ab2a7626586 --- /dev/null +++ b/mar_Deva/data-00012-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec0c68085de67d129965a2482bb7703b5d46483a57557d1b43b931df08b1eaa +size 184227848 diff --git a/mar_Deva/data-00013-of-00020.arrow b/mar_Deva/data-00013-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ce51c5006a3d59406d718673485b3f781b5bafc --- /dev/null +++ b/mar_Deva/data-00013-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8498cfefeae141dc25cc8c2b04f045f4b53b4e9f57832425c361b2c8a6bb72e0 +size 184202192 diff --git a/mar_Deva/data-00014-of-00020.arrow b/mar_Deva/data-00014-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c5e9cb9c566168202fa0cd1528cae33c72bf9ba1 --- /dev/null +++ b/mar_Deva/data-00014-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198d2c4c85e7b522b9d95220f52a5cdce4b78c0a2b1bebca8ec19c990db75e1a +size 184834152 diff --git a/mar_Deva/data-00015-of-00020.arrow b/mar_Deva/data-00015-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95e52c6abf11683020d072ddf40b8116be0b37fb --- /dev/null +++ b/mar_Deva/data-00015-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1ce91d73578b8662b9d71f8cfa6ff27f6af78599fafad9b9ebfe6aadbd9eb8 +size 1046457400 diff --git a/mar_Deva/data-00016-of-00020.arrow b/mar_Deva/data-00016-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..916549b66808f6256f4d66b8ac7dcc4eb3581e75 --- /dev/null +++ b/mar_Deva/data-00016-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f68ff5fe4f80aa792df56b127ad2d2fc01dee102ae299e0489e6ebc2144c18 +size 3319311544 diff --git a/mar_Deva/data-00017-of-00020.arrow b/mar_Deva/data-00017-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5941fcb1efeecb6fb99f6dd2eadd75cbce40f0be --- /dev/null +++ b/mar_Deva/data-00017-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2c56816f0a068382c61593abdc0b116b27898cf3cae3cca14442a9212680f4 +size 493075520 diff --git a/mar_Deva/data-00018-of-00020.arrow b/mar_Deva/data-00018-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9a46cf7a30231c75e187add8596626a8ad58da5b --- /dev/null +++ b/mar_Deva/data-00018-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882996d13f06efae38f41cf69305b437bc75c396aa12ef0d53758b559644d531 +size 291427592 diff --git a/mar_Deva/data-00019-of-00020.arrow b/mar_Deva/data-00019-of-00020.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5df090c62825dea545641886c38eb237e8f634c4 --- /dev/null +++ b/mar_Deva/data-00019-of-00020.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbca586b01feaebffce0789b98ddd0c829a92b65958518b5bbb09d523b4fe7a +size 1692655088 diff --git a/mar_Deva/dataset_info.json b/mar_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..90abb8507ae90f87efd075604b60892a2c63137c --- /dev/null +++ b/mar_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c826d2c80830c611e5ef4de52b13446f6713f74d52d13fffcf25e798a58ef8 +size 2695 diff --git a/mar_Deva/state.json b/mar_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..82c771fd29146e8c0c71ecf2c8a91a29f1228e84 --- /dev/null +++ b/mar_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb08cff558dea543a3bb79b357e547ed86b86a9adc4f931fb434a848de35c64 +size 1368 diff --git a/mas_Latn/.gitattributes b/mas_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mas_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mas_Latn/data-00000-of-00001.arrow b/mas_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..245769cfe380e8acc0f26fece1a1c02724fd286d --- /dev/null +++ b/mas_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8825e0d68bdf910ebaddbf4349f426f54f36e73eac59078f8559143fd1f2d3 +size 3396776 diff --git a/mas_Latn/dataset_info.json b/mas_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5709692f79322d9b820c6855a570edfbdbf5d3ad --- /dev/null +++ b/mas_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a63c513a8cea28c22a548c51ce84cd7d57854bc31d54534dcde901e66eacba +size 1104 diff --git a/mas_Latn/state.json b/mas_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cb070a23d95000f65d50b51728658e8f36fdcc00 --- /dev/null +++ b/mas_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6567074c1c0263e73f266b6814f5de9e7c65391bb6b9b88a17a965e1aa4db674 +size 247 diff --git a/mau_Latn/.gitattributes b/mau_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mau_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mau_Latn/data-00000-of-00001.arrow b/mau_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..64d3ff8602ee727b0d8b1759c7045fa5524a2f54 --- /dev/null +++ b/mau_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00664ca6cfe160ce3be586a15f0a66822908d992a0b14b89e3ee75c4a1bcf853 +size 2008720 diff --git a/mau_Latn/dataset_info.json b/mau_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2651c2ab2f3b154ecbd01fcb46bceaa41c392141 --- /dev/null +++ b/mau_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe25177428422b1cddc7014cea3c2f819ea6412120dd3144248b973108bcac2e +size 1105 diff --git a/mau_Latn/state.json b/mau_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..abc427ddad1f5a0ae1dd7ffe81f6a746aa1d8f6e --- /dev/null +++ b/mau_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c7a411f260b6e4360fe7178af00a6b2e977491f3a7327cd42938f51a6cffbf +size 247 diff --git a/maz_Latn/.gitattributes b/maz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/maz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/maz_Latn/data-00000-of-00001.arrow b/maz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9eac698d275c1ad51acc2446b3098f7702769542 --- /dev/null +++ b/maz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52440c8fc2370020d52b211c86970b651cb854a4c539ac8feae71806c253168b +size 1032424 diff --git a/maz_Latn/dataset_info.json b/maz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dec78e3d160e95fd07f9a51176d81b99c24d3db6 --- /dev/null +++ b/maz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36ff4b41f47bdf81418cd5bc8709f02e398c138fff6d947cc2d9842a354b7ca +size 1104 diff --git a/maz_Latn/state.json b/maz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..711c448e61bd69ab9e90a55939284179f1073006 --- /dev/null +++ b/maz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58576be2b4e55f7cf48d1d8de6a5f90a498eb44e0671eaaaf63982010120b01f +size 247 diff --git a/mbt_Latn/.gitattributes b/mbt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mbt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mbt_Latn/data-00000-of-00001.arrow b/mbt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..957937f33037021b4dd18ec84149ad29ba2b977e --- /dev/null +++ b/mbt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a763e46ef59d6abb708b21a82aeed6ea830ffadd652cc01580902e2f183578 +size 7507992 diff --git a/mbt_Latn/dataset_info.json b/mbt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb957f696b762d925892f977b7ec9d10766d73dd --- /dev/null +++ b/mbt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa757a1bfe67e7a608cbb60f0c7565b6833f60c06c39f83947bedfa319ee6b30 +size 1105 diff --git a/mbt_Latn/state.json b/mbt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..28b627c59432222bd1500f7da11534fad256969a --- /dev/null +++ b/mbt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102c1a9b9f0d18365c0de4ba4a5819296b9f2ddc59663b07fa7ecadc439ae555 +size 247 diff --git a/mco_Latn/.gitattributes b/mco_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mco_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mco_Latn/data-00000-of-00001.arrow b/mco_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f27edbfd89a87d8adce980394cb003b555336ff3 --- /dev/null +++ b/mco_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b54bc41671c8e4c0403048fb6fa887e3c88bbcdc2fc30d5862188947bd061b +size 2039816 diff --git a/mco_Latn/dataset_info.json b/mco_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8161264c929b30bd4f65d726363ce9bf8139854a --- /dev/null +++ b/mco_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ae66fdae55df71d4838f780e4d79981d28323d916ae2777e48d6c91c61d7e3 +size 1105 diff --git a/mco_Latn/state.json b/mco_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..32f4b77fcda321780e0e2d258cb09d8912c5bef0 --- /dev/null +++ b/mco_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce86b9ef6b1745e1a1c4820329d5c4ccc063b66ba9363364a72f4e2f5811a59 +size 247 diff --git a/mdf_Cyrl/.gitattributes b/mdf_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mdf_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mdf_Cyrl/data-00000-of-00001.arrow b/mdf_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7d43d8654d027a91e4496dd13fcf2514dc1ee95a --- /dev/null +++ b/mdf_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca5cc8b318d9025b9c1d00081eb146edb5faaf001c786f57c66fb1ca00b3c61 +size 12998832 diff --git a/mdf_Cyrl/dataset_info.json b/mdf_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c77865b4c70209b2b1580a2ae18fa63760a63dfc --- /dev/null +++ b/mdf_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f191b0ae1fd663d5c61cb8c61d0afbe5a7c27137f63a5c6dc22694fb76072fae +size 1111 diff --git a/mdf_Cyrl/state.json b/mdf_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2fac968c705142cffba79040fc87c0a31fda73d8 --- /dev/null +++ b/mdf_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d79685e336d290fae86f02d89b12f28a0d1bc33c20b43b9c234f34aa334989 +size 247 diff --git a/mdf_Latn/.gitattributes b/mdf_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mdf_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mdf_Latn/data-00000-of-00001.arrow b/mdf_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee2f96f9adc78b36ff443d0e7e5fcd685137f398 --- /dev/null +++ b/mdf_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dbd41bafb4f53a2de6e59e564637413545803d5e541ba5850843fbfdce992d +size 612784 diff --git a/mdf_Latn/dataset_info.json b/mdf_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b4ca3b102f445caa354bef2247d06e428d777258 --- /dev/null +++ b/mdf_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7b3ab80e71461c89a19cff50842320a03c580c9828436d5a1cf9ab0f79299e +size 1104 diff --git a/mdf_Latn/state.json b/mdf_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ec4b88914cea5f2ec72704523de11d91652f4981 --- /dev/null +++ b/mdf_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c032fc566b73c4fd9370b50e165f1562be206d7e512b36826f241e502ecf1d0e +size 247 diff --git a/mdr_Latn/.gitattributes b/mdr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mdr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mdr_Latn/data-00000-of-00001.arrow b/mdr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..81e87b60fe34eda7a0407128ebc3ecde0ced530f --- /dev/null +++ b/mdr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f6f850b49a2d3db15de90157d09ba2b0882c26ea230590e81e3d1183c8e940 +size 2328 diff --git a/mdr_Latn/dataset_info.json b/mdr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..955054c0fc5efefea7b5a9610fa50396ca7862af --- /dev/null +++ b/mdr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483cfc1ac92fb5ab6b21cecddfc550d656f5b9b4b6a92574bbb2f3e05a474a92 +size 1087 diff --git a/mdr_Latn/state.json b/mdr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e7ae791cf40c132ce01aec1bce731dbc62387796 --- /dev/null +++ b/mdr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a525f66a3a9e6739c1609b3e5f4fc211e6c49079b871481d581a74f9692aa2 +size 250 diff --git a/meo_Latn/.gitattributes b/meo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/meo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/meo_Latn/data-00000-of-00001.arrow b/meo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..80e1436d273425c0955e6862fdb4dbc36aa2c27d --- /dev/null +++ b/meo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90595dee9c4de3f7fae922282168b62b2bc0fcdbfebe4932444d650577369e6d +size 7646472 diff --git a/meo_Latn/dataset_info.json b/meo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5ad172ff3e213514120174e381d1df7611c0453d --- /dev/null +++ b/meo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50affebbbaafca00e8de010341860d0acd0f6bb21ac3cd7fc403ebc49896aff8 +size 1106 diff --git a/meo_Latn/state.json b/meo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..63659916e2a0b5d4ed16fb1bf309591b0cb4a271 --- /dev/null +++ b/meo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ad66e943a24fe625683cedcc98f9623199f95c042e35cdf49a585b1c2f0946 +size 247 diff --git a/meu_Latn/.gitattributes b/meu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/meu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/meu_Latn/data-00000-of-00001.arrow b/meu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..24a0d86a0f9c56338125c5e40ac8703f86c2a197 --- /dev/null +++ b/meu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8556e9b155db2d32d296c377e513a0e21bde866030c0255eca973156fae2be +size 14102352 diff --git a/meu_Latn/dataset_info.json b/meu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2baea076666d1a85c64cd3f3ee74e8dfce5c542a --- /dev/null +++ b/meu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abcd21451724360b4c6e946671d3c0b6818d31a6a6d042d8a2307e35e088314 +size 1111 diff --git a/meu_Latn/state.json b/meu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6d99ae500dd6c407736f3eaebecd4bee7f652107 --- /dev/null +++ b/meu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8419aa36e52d62d78b36d6ca14344728d82cf9c6f2a0e2106b3b273eec00786 +size 247 diff --git a/mfe_Latn/.gitattributes b/mfe_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mfe_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mfe_Latn/data-00000-of-00001.arrow b/mfe_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d7aa4e55676da5b96f0f70ec59e0937b48c2d68e --- /dev/null +++ b/mfe_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dd7542d831f9b93c38182713e7265c518a2e1eca14b42acccc1aff1df848fd +size 2115440 diff --git a/mfe_Latn/dataset_info.json b/mfe_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3ae1886b77cb39f53554ba29f8ea0adb38063cab --- /dev/null +++ b/mfe_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05430e92c0664aa524304517d41e8fae5d5362fe449023b48e3d2be5b711592 +size 1104 diff --git a/mfe_Latn/state.json b/mfe_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..681bd74445d108d1da3d722a0e76e374bd0ab003 --- /dev/null +++ b/mfe_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cb4524bc95c1d2520accfd45890a8f9b8f4e6f15a061fee52e527af4c5c8e4 +size 247 diff --git a/mfh_Latn/.gitattributes b/mfh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mfh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mfh_Latn/data-00000-of-00001.arrow b/mfh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aa4be877afe0bd248c53fc4656bdbaf4eccb79c1 --- /dev/null +++ b/mfh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22540653c546e962f3c728d105ecff2195f5c9b4af7346f9eef04148bf5549f +size 4208 diff --git a/mfh_Latn/dataset_info.json b/mfh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..40bd4835c19583dfca56ed3838931dd33b08de8d --- /dev/null +++ b/mfh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb827b6ec2bf69dc45117bf7c6cfb02d5ab960e3e939cb323de840b753bf46d +size 1087 diff --git a/mfh_Latn/state.json b/mfh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..90c23fc3043df5777be04613a918f56365a53082 --- /dev/null +++ b/mfh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ae19f5cab03f36888b433a76d79b309df54fc09503b8d96aa76bad14c717ca +size 250 diff --git a/mfj_Latn/.gitattributes b/mfj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mfj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mfj_Latn/data-00000-of-00001.arrow b/mfj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a34cc9f64cae5805fd12f2caacba0feb6607756c --- /dev/null +++ b/mfj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3037f61f3e86c73d0e70bbd488fbe445142e537c18f123d64f2d685564e26d7f +size 3944 diff --git a/mfj_Latn/dataset_info.json b/mfj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8e40aa22172e6a47eb4c9f289ddeae9e48539e8e --- /dev/null +++ b/mfj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3837af8aabc8aecaa31cc028816db9de6f7024c1fa46abed8b0e991ecb77aa +size 1087 diff --git a/mfj_Latn/state.json b/mfj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fd5796e3ed1595df41b08af42e1dac010ca6cb2d --- /dev/null +++ b/mfj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad048b86351adbc4a5386020953e8c909fd17f4d87a6c5e7b3155ad87d389b79 +size 250 diff --git a/mgg_Latn/.gitattributes b/mgg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mgg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mgg_Latn/data-00000-of-00001.arrow b/mgg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..077973d86072df82dee092e736c2b2037b75d2cd --- /dev/null +++ b/mgg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7700b2920de75779a5a920ccae4c89c07a7f3c2c9230b05a27776a6b5f6d6e51 +size 4192 diff --git a/mgg_Latn/dataset_info.json b/mgg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e61c5bf67f589b476f98ba0fb3aa02da6572ae37 --- /dev/null +++ b/mgg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3beb18bf74a28953c5b778d1884cd53f7dbc23d3e055a507ec52b46a72c9ead +size 1087 diff --git a/mgg_Latn/state.json b/mgg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..398799b7f9fd9a6df8a3225dc80e4ace040221de --- /dev/null +++ b/mgg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee37519beb04fe4afe40d8113cd393e9502db6fb51db61215989fc79013b79c7 +size 250 diff --git a/mgh_Latn/.gitattributes b/mgh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mgh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mgh_Latn/data-00000-of-00001.arrow b/mgh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..015b143402b83edbb6aae4c02605a7a076569e9a --- /dev/null +++ b/mgh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4c8eeb96fd0dcef9c3faa9aaf266520f44aaf8da7f22ac4724142a5e862412 +size 8626416 diff --git a/mgh_Latn/dataset_info.json b/mgh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1ef3418dca6bf03a2d7b56d36fa5931e3f304470 --- /dev/null +++ b/mgh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bca2c872cfca8dc9a99526b436f7fcff6456afef55ab371356d9d644469a58 +size 1106 diff --git a/mgh_Latn/state.json b/mgh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c6d36273384f4aadfece7d8d70b98e4c87ec6199 --- /dev/null +++ b/mgh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27ab4374bfb44e3ee5dd90eff1807938e9863a074747bd80332f38cb0376859 +size 247 diff --git a/mgm_Latn/.gitattributes b/mgm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mgm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mgm_Latn/data-00000-of-00001.arrow b/mgm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31541d6ceb9aa7bc30258d8bdb8e1d3a1de35427 --- /dev/null +++ b/mgm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55666b48625b783e77a52c7dd8672eb14d05b5b367732989b33f58b6060a2cf8 +size 6376 diff --git a/mgm_Latn/dataset_info.json b/mgm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..868b55085bead742153c50ed18334c3dc2ab4861 --- /dev/null +++ b/mgm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6954e85451f8faa0d5f9b54e7ecbeb8550a4d0c9a90088ca71e10b57651228b9 +size 1089 diff --git a/mgm_Latn/state.json b/mgm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..66618d628cb3ad82d5143186d15288543e1adebe --- /dev/null +++ b/mgm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58409646ce4ac694a468ebab512b938110158115f6bd18fef3fdf41c19bca9e +size 247 diff --git a/mgo_Latn/.gitattributes b/mgo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mgo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mgo_Latn/data-00000-of-00001.arrow b/mgo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..13dcbb4c4992126512f37d42c85a1118727b9903 --- /dev/null +++ b/mgo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7df6573a51fe5ab9e0573d4ea9f423ff70621856cdca37b13001f76dcb9668 +size 7984 diff --git a/mgo_Latn/dataset_info.json b/mgo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6143f62b6cb13b336b0827e8a351c2e08f01a329 --- /dev/null +++ b/mgo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc0da79a44c1e9303cc3bf0a64d60b9c5d9fb2f130519e0a1cd04e6438ce969 +size 1088 diff --git a/mgo_Latn/state.json b/mgo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e4739fd43f5fdc66d5a2a15f261fd08378bd716e --- /dev/null +++ b/mgo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb78df72b15a6e855e8731756273748e497f4b5c4b7acec583aedc0b2a033735 +size 247 diff --git a/mgq_Latn/.gitattributes b/mgq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mgq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mgq_Latn/data-00000-of-00001.arrow b/mgq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..596d86d86195380e926100400cfb67d44b72ce8b --- /dev/null +++ b/mgq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c2a0de13796366d52f540d854458667060ae19a1742725db9d7dbce7f9e56b +size 3336 diff --git a/mgq_Latn/dataset_info.json b/mgq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..051872ce0105265fe19ae962710d2046bfbe76ce --- /dev/null +++ b/mgq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecb0562f81ce82ff22c25e8c3a0fbe72e485070a25505f1d93f797735179f19 +size 1087 diff --git a/mgq_Latn/state.json b/mgq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ddba1a253d7d857cc228372b13a74f86e912f60f --- /dev/null +++ b/mgq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e7e8dad9834a0cd0dea31b3c008b71ebfec19e1aaaafa3e45f8b4e37d72e2e +size 250 diff --git a/mhr_Cyrl/.gitattributes b/mhr_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mhr_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mhr_Cyrl/data-00000-of-00001.arrow b/mhr_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..29552b545411daf7c4d94e449f40acad57b71e79 --- /dev/null +++ b/mhr_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42b3f146b9016f882e1a7662bad565b14a71c6823aeb0be692a8b400ff1d3c0 +size 67346600 diff --git a/mhr_Cyrl/dataset_info.json b/mhr_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3aa1610195e20ee31a66e7239ab2109151e84ea0 --- /dev/null +++ b/mhr_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17288dc9a65c3f0cc711495d08c0947ea64e06b8c0e2375e5f9d7832d2f87552 +size 1113 diff --git a/mhr_Cyrl/state.json b/mhr_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d6cb8105aa4f487353f8159e30a01aeee55c3f7c --- /dev/null +++ b/mhr_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774117e41573a17eb25a40cce9a783fd4d00657eab8d7944d5cd40c526a9f3d8 +size 247 diff --git a/mhx_Latn/.gitattributes b/mhx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mhx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mhx_Latn/data-00000-of-00001.arrow b/mhx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..00dd48cefb3ea02515b7b2906a2bb1194da40add --- /dev/null +++ b/mhx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3440a7096318821e8b1ba79a7e3a039b974e3c39e3d47da8184ea7b56e40e2a +size 143512 diff --git a/mhx_Latn/dataset_info.json b/mhx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c24a56e4b51f9d41fc101785c993d646aa01a8a3 --- /dev/null +++ b/mhx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1447cb83b3dbc5272d7fdba0a870ac209c92f0abc2fc33a426571865092fd6a5 +size 1098 diff --git a/mhx_Latn/state.json b/mhx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b94efc0b460a0107a55b68584e9b25d814bb3017 --- /dev/null +++ b/mhx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cc41cc825a729acdcc9810918e258a17123ed292b5bbbe8327fd6e1132a671 +size 247 diff --git a/min_Latn/.gitattributes b/min_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/min_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/min_Latn/data-00000-of-00001.arrow b/min_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee7915d977af5f9c1dfe112a510081eda48b4565 --- /dev/null +++ b/min_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cab614e33f3bd340bc01910ce3daf203c533ac88f0363cd94d2f1a6a5c6e9b +size 48029712 diff --git a/min_Latn/dataset_info.json b/min_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9277acb75f11cb1e581fbe56e41a1a3b74554919 --- /dev/null +++ b/min_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cf5b7db7023c26292f5efe804bbea20c9b912444a39bbff1c0d41ee63ea795 +size 1117 diff --git a/min_Latn/state.json b/min_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d7cb9cc4e6483ed4ed096acaf72a60cab095eb53 --- /dev/null +++ b/min_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cff6280822955f27ac67346a6e7e734d1adc071005dcba7b93050b6d6045bf +size 247 diff --git a/miq_Latn/.gitattributes b/miq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/miq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/miq_Latn/data-00000-of-00001.arrow b/miq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..80f98bca7ff5724891e4d63c2f4cec801d3d7148 --- /dev/null +++ b/miq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b12767c957a06e99a6c0869a2c87d93c916903692ef1329bd5856c4d5b64d70 +size 483672 diff --git a/miq_Latn/dataset_info.json b/miq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b77d03810768e5ec890f4c5f06141d78091a9e9b --- /dev/null +++ b/miq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac07b9bce3ad959d654deb98078696a025d41ce31d06bd38380a3fabf2b98db +size 1098 diff --git a/miq_Latn/state.json b/miq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ee2f0ae38aecf9713558e7a7b0d6dde1c28bb687 --- /dev/null +++ b/miq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb680b1c5b58f78b6db01dd05d8f7463a5714e7e3ab975c3249744e93c347121 +size 247 diff --git a/miy_Latn/.gitattributes b/miy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/miy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/miy_Latn/data-00000-of-00001.arrow b/miy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c76f317df27dfe082a0a66609b904eee83652d1 --- /dev/null +++ b/miy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2afe83f61bdfc657954bd50bccb04061f8bf380d7b23fa9756d39eff0ca138 +size 1752 diff --git a/miy_Latn/dataset_info.json b/miy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e5fc7f423b889f94317684bca4ad5b7d5c210bae --- /dev/null +++ b/miy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b25967cd181abb0c905ae725fa185e7385ad03d94911d7f6d63102164dd93ad +size 1083 diff --git a/miy_Latn/state.json b/miy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0096fbcfbf47990dc47f9f9b8cd40ecf49715868 --- /dev/null +++ b/miy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad8138f353b9e80e3ede04fc36df0e3bd4636a073f0b66110377de98e766bb8 +size 250 diff --git a/mkd_Cyrl/.gitattributes b/mkd_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mkd_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mkd_Cyrl/data-00000-of-00034.arrow b/mkd_Cyrl/data-00000-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7dcdd173c159314fc5b0640d0a496962a6b732a5 --- /dev/null +++ b/mkd_Cyrl/data-00000-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7be428390f0fc28316ad5e87f25a78d9fb0f1fd451a376cc7d42e1b136519ed +size 178463984 diff --git a/mkd_Cyrl/data-00001-of-00034.arrow b/mkd_Cyrl/data-00001-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..19a370fa2497b2d09cb049460148dcc3ba150d76 --- /dev/null +++ b/mkd_Cyrl/data-00001-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d730f84486aab17ec7a4ec2fa614137c99c3210032efdf5b5622b6cb94dcfa7 +size 176679440 diff --git a/mkd_Cyrl/data-00002-of-00034.arrow b/mkd_Cyrl/data-00002-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d2dd9db7c2c8e41753c174b6434898fdc2a5eed7 --- /dev/null +++ b/mkd_Cyrl/data-00002-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a29a07c76ac3777a23891dee6de02e9b1c6783b49b745a68a3d854da8d7f52d +size 176661144 diff --git a/mkd_Cyrl/data-00003-of-00034.arrow b/mkd_Cyrl/data-00003-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3b83395209541dac383691dd99e69e89f76e0a6f --- /dev/null +++ b/mkd_Cyrl/data-00003-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b31553142e31bedd1a80d3147eab2804a16ebbad05e5a353024518ea3fb93a1 +size 176162152 diff --git a/mkd_Cyrl/data-00004-of-00034.arrow b/mkd_Cyrl/data-00004-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c14e3b15754a26b2dfe2ce90cfffaf4198cdacfb --- /dev/null +++ b/mkd_Cyrl/data-00004-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f00b499f536fae0012c1607320349ee01f64587f7d86bebb5602fc74bec35fe +size 175186304 diff --git a/mkd_Cyrl/data-00005-of-00034.arrow b/mkd_Cyrl/data-00005-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b36f8f310e051147c9e9d358cd2e5da5652ab8d4 --- /dev/null +++ b/mkd_Cyrl/data-00005-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade9a58e538a1e9a36b30713b825b21a24d8e563938f027dc8fe98cd6e751821 +size 175372208 diff --git a/mkd_Cyrl/data-00006-of-00034.arrow b/mkd_Cyrl/data-00006-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ec87935fa87a63a925431b229fd254b2e405f4a --- /dev/null +++ b/mkd_Cyrl/data-00006-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f2b3d089a18d5d5ed788e36d6bda1ceb9c8b8ad40847bcb0aa44afa6f05361 +size 175705544 diff --git a/mkd_Cyrl/data-00007-of-00034.arrow b/mkd_Cyrl/data-00007-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..852eca2449d21575dfa6fbb7d5cdb709408b082f --- /dev/null +++ b/mkd_Cyrl/data-00007-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdf84beb459d1b4ef02a5059d9b79d0357fd4d49e8a3c979ed86d5e0e09982e +size 176215960 diff --git a/mkd_Cyrl/data-00008-of-00034.arrow b/mkd_Cyrl/data-00008-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5fbdccb30390ad801665d07922f730004b6a1ac3 --- /dev/null +++ b/mkd_Cyrl/data-00008-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995e4953cd3f21150560a56fb0685db078309aaccba253d474bf039c182c81d4 +size 174974656 diff --git a/mkd_Cyrl/data-00009-of-00034.arrow b/mkd_Cyrl/data-00009-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0693149e77fe1aa2d7f29adb2d99719f755a7172 --- /dev/null +++ b/mkd_Cyrl/data-00009-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d52b39dae5276dcbcccb15560349dda10b5e502681489023126302f517b4ed +size 497627128 diff --git a/mkd_Cyrl/data-00010-of-00034.arrow b/mkd_Cyrl/data-00010-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..85ee2315a381156029f4401baef4fe028a62827b --- /dev/null +++ b/mkd_Cyrl/data-00010-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e54758cd506e68675649cf18582ab40f55827c4427f537d473529720c33940c +size 169391328 diff --git a/mkd_Cyrl/data-00011-of-00034.arrow b/mkd_Cyrl/data-00011-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..714d944e0655d19b851336f5bf221744499fea4a --- /dev/null +++ b/mkd_Cyrl/data-00011-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fd88c9ba9b611814a441aaee42d6326ca800f5fc89202c511e6203f7f62e94 +size 172699928 diff --git a/mkd_Cyrl/data-00012-of-00034.arrow b/mkd_Cyrl/data-00012-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5dbff1c5ff157b960d5613df126ba8c743384d8d --- /dev/null +++ b/mkd_Cyrl/data-00012-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3ca7391153774fbf17ee1efe8f158ede1a0e70be2cc579adc4eb4bd23ed059 +size 170910240 diff --git a/mkd_Cyrl/data-00013-of-00034.arrow b/mkd_Cyrl/data-00013-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5d7d56c794a2c3448a7a21d38894a9d35a31cb80 --- /dev/null +++ b/mkd_Cyrl/data-00013-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26430eeaf741410ffa523f9d32987aa5b494aa7fc5b9c174a27d19d1a3258a3 +size 173753576 diff --git a/mkd_Cyrl/data-00014-of-00034.arrow b/mkd_Cyrl/data-00014-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c50b5642570189932e6b4e827b337c359f1d54e --- /dev/null +++ b/mkd_Cyrl/data-00014-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66280a89d7aedb079133f4863965598245e4344510315286ea6ed3544de08b7 +size 174272120 diff --git a/mkd_Cyrl/data-00015-of-00034.arrow b/mkd_Cyrl/data-00015-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7e3e5d78e3adbe5e36eea95970d87a34b7325439 --- /dev/null +++ b/mkd_Cyrl/data-00015-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029f7b1ed09eaf93cce14decf889dfe8c5d1e1d2bfc6ceed428d811e123105ef +size 172984304 diff --git a/mkd_Cyrl/data-00016-of-00034.arrow b/mkd_Cyrl/data-00016-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..72550d5aeeef9f88cc30de092ba415872dc34eaf --- /dev/null +++ b/mkd_Cyrl/data-00016-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0982756ad79a578d13e4d60fd6c8ac6c6744aa2a8208765f16af5333beb0c3b4 +size 172682800 diff --git a/mkd_Cyrl/data-00017-of-00034.arrow b/mkd_Cyrl/data-00017-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..11e45804131d6292af8a22f28ed2c66535b61be2 --- /dev/null +++ b/mkd_Cyrl/data-00017-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddb8ae5bd30331d338b135b6639289314e78f3d70dba6f968ab4f69b73ca825 +size 174035112 diff --git a/mkd_Cyrl/data-00018-of-00034.arrow b/mkd_Cyrl/data-00018-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..15051579ee583c4f763b098e0ad16472111440b7 --- /dev/null +++ b/mkd_Cyrl/data-00018-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dafbbe40e5a389befd0b9d48fd19e50c327c0669b136ac3b8688c9e8fe9bd89 +size 1613619528 diff --git a/mkd_Cyrl/data-00019-of-00034.arrow b/mkd_Cyrl/data-00019-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5efa9adfa8f4d7532c062494d06f2c38d10ce4cd --- /dev/null +++ b/mkd_Cyrl/data-00019-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2e7e3773a50b0763b6e616395bf6bd451e2fd4a64f3f91b7e29bd82a28d6d3 +size 1744132320 diff --git a/mkd_Cyrl/data-00020-of-00034.arrow b/mkd_Cyrl/data-00020-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..06fd06df789ed386e81f538a1e24faa61235e893 --- /dev/null +++ b/mkd_Cyrl/data-00020-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65d2047f387825747137fa061ed49d106ecea975ff011e8e245241d7dcfeb9f +size 1792113320 diff --git a/mkd_Cyrl/data-00021-of-00034.arrow b/mkd_Cyrl/data-00021-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2e974332cd8b7cf37e12dd18277db1d6c40afe7b --- /dev/null +++ b/mkd_Cyrl/data-00021-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bc3f397c8f181b024e43292165c17083172e8ae17d830ea65c926d1daea409 +size 1875597656 diff --git a/mkd_Cyrl/data-00022-of-00034.arrow b/mkd_Cyrl/data-00022-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..44e41349f3e4f17e0887ba3be62d8dcffdd639a6 --- /dev/null +++ b/mkd_Cyrl/data-00022-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaabe60dcc530ae6e45cf8bfd7c67fa91ce83c5c7494d1daeab196e9b507145 +size 1946681992 diff --git a/mkd_Cyrl/data-00023-of-00034.arrow b/mkd_Cyrl/data-00023-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..89cc6497ebabb818e000497505492d0ece8a3dbf --- /dev/null +++ b/mkd_Cyrl/data-00023-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caa88efc751671607d30735bfadf037c083eb4ca0eab05094975bc2d547a51b +size 1891444496 diff --git a/mkd_Cyrl/data-00024-of-00034.arrow b/mkd_Cyrl/data-00024-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4a6f4b927f91b13362648abb511efd98e1fe747f --- /dev/null +++ b/mkd_Cyrl/data-00024-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce993f26985022665bef5e9666331bc9bf151d2176a0888ce5a2705e51a1976a +size 460681688 diff --git a/mkd_Cyrl/data-00025-of-00034.arrow b/mkd_Cyrl/data-00025-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b2b6c7cb95a8cdd0e44b7269ea1e42a8c2f6c6f1 --- /dev/null +++ b/mkd_Cyrl/data-00025-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093a2103a1ceb62311e8f8246474c8b3437da02b641752063282284813199097 +size 177445368 diff --git a/mkd_Cyrl/data-00026-of-00034.arrow b/mkd_Cyrl/data-00026-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..82651ab24fbe463b2f1510dae7beccac831c3e5f --- /dev/null +++ b/mkd_Cyrl/data-00026-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e1a860ff2585852ea666ebf5e7cb48149e85ab454e3abb771611d1ae7c52e6 +size 177668856 diff --git a/mkd_Cyrl/data-00027-of-00034.arrow b/mkd_Cyrl/data-00027-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..13075378292c7aec97092732a7f29161a45596af --- /dev/null +++ b/mkd_Cyrl/data-00027-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decbaa6ff3c73ba4eaeeac5f496dc2c46a3b855f9256ca6b2489f86762650caf +size 177863080 diff --git a/mkd_Cyrl/data-00028-of-00034.arrow b/mkd_Cyrl/data-00028-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..94dea72b9000dd7b51b8a62c067c7f7a1663eaf3 --- /dev/null +++ b/mkd_Cyrl/data-00028-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055feceffa0e8ad7fbb09f71379c15afdd4d242963f1a47dff941f9e529ca5c2 +size 177916920 diff --git a/mkd_Cyrl/data-00029-of-00034.arrow b/mkd_Cyrl/data-00029-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42c509d901cd5e98952a93b5526a630a7bca4899 --- /dev/null +++ b/mkd_Cyrl/data-00029-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7617817904938643cffa377755ed61fd219bc5b6ff0a75c26b531ad7c10fda42 +size 178729528 diff --git a/mkd_Cyrl/data-00030-of-00034.arrow b/mkd_Cyrl/data-00030-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bdd879f4554f27f8f9a71042bcadf38bb60afd3e --- /dev/null +++ b/mkd_Cyrl/data-00030-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbaf39a12151d952e9b44dd98414b752df05eb35a8da620b188db46a9c6c794 +size 177797040 diff --git a/mkd_Cyrl/data-00031-of-00034.arrow b/mkd_Cyrl/data-00031-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1af963ae98cb4eae0f9c1f4e86689a4d27616c5 --- /dev/null +++ b/mkd_Cyrl/data-00031-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c10516d97373de5a915c5b4442c25ce6632ffa1d572681bcbcc242cd0b799d8 +size 178012960 diff --git a/mkd_Cyrl/data-00032-of-00034.arrow b/mkd_Cyrl/data-00032-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9f9da991790f4fec63bff45974856bbdffd8d2d2 --- /dev/null +++ b/mkd_Cyrl/data-00032-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53165fda71bf8422b038dc9dea80051a753e94fc3fb4d0a7cc6e38b4e2ee4cb +size 178406312 diff --git a/mkd_Cyrl/data-00033-of-00034.arrow b/mkd_Cyrl/data-00033-of-00034.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eddc7ebd59f2916dfe6b8ddcae87e3c89028fbbc --- /dev/null +++ b/mkd_Cyrl/data-00033-of-00034.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72af860562c756c11e5ed4d69e09ffe3d51a63d349f5f6390975f5fa8ac2225 +size 473131392 diff --git a/mkd_Cyrl/dataset_info.json b/mkd_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5d31a295eb5bd46b7efca823be87a627004de3ee --- /dev/null +++ b/mkd_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeb984ef476eb4cc6bbfa5d6a3ca874ec2cc53182d867335646a3ef47fe0694 +size 2173 diff --git a/mkd_Cyrl/state.json b/mkd_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..92a668f1dae087e0d19d9c61d9fcdd64c122af68 --- /dev/null +++ b/mkd_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3765782574b940044d0729406adbf4db1b184e2da8eba1517a43d248b1653976 +size 2194 diff --git a/mkn_Latn/.gitattributes b/mkn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mkn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mkn_Latn/data-00000-of-00001.arrow b/mkn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..80e3efc41bd2f6b4925ba9db1edede8b2cdb490f --- /dev/null +++ b/mkn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef0b1832b930cb78da71c13bae691a318301a3564fdd5bf7bfd7393b2cc1ec1 +size 2368256 diff --git a/mkn_Latn/dataset_info.json b/mkn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1700e8d9831e1eedb4fa3311ac2e9aba6a6e1e87 --- /dev/null +++ b/mkn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d253b78e450c794fe2708a7088de6ad67dc1f82a5aa7b61ca634f3211fee63e +size 1104 diff --git a/mkn_Latn/state.json b/mkn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..db4725a2f1bf0c7f2da58636b5d2884f5beb69e9 --- /dev/null +++ b/mkn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d53fd314952a0a3a2da3c85132031e3bf965eb9e9fb09b081d4e84a6c62aa9 +size 247 diff --git a/mkz_Latn/.gitattributes b/mkz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mkz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mkz_Latn/data-00000-of-00001.arrow b/mkz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..022cbf52b039f47df67b2c6f8abca5a75994c652 --- /dev/null +++ b/mkz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8101ae33ba87607bc8f30798ea6264ce7e64c141b15d7ba2d5f92965f2d623 +size 4760 diff --git a/mkz_Latn/dataset_info.json b/mkz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..567d83153e99427c32879d8eeb9364ff3728fc85 --- /dev/null +++ b/mkz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310569e020b4a4089e02ade63ab046ab948ed4bed5b5bc6b25a6476f22324ddc +size 1089 diff --git a/mkz_Latn/state.json b/mkz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0db78e65c980479bf96aee7f3aba5aaa91d39ca6 --- /dev/null +++ b/mkz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1913cc90586a2acc264c289fbcd7cb5fc1713b2f34101db314958417abd42052 +size 247 diff --git a/mle_Latn/.gitattributes b/mle_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mle_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mle_Latn/data-00000-of-00001.arrow b/mle_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..70eb22138f02dd4073c3fdb6787df6ff873e1b37 --- /dev/null +++ b/mle_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a075111cba486e4544ce5b0f99e4fab4776b5d809ef6d554f0efa63fa39912 +size 1752 diff --git a/mle_Latn/dataset_info.json b/mle_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d28ac51b53eeac76cb0c9927c55b77fb32a92811 --- /dev/null +++ b/mle_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cdfb4ef76396cc68ee07b5719275ab10fce99e1a8b65cf369d600c6b013606 +size 1083 diff --git a/mle_Latn/state.json b/mle_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..37b7c670d16a7db81eb935db1f9cf2b9a33cd2fb --- /dev/null +++ b/mle_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a818f09b7975b739ebac96fe15d5d9b761108d49118d932c6b4a63c20ff0384 +size 250 diff --git a/mlg_Latn/.gitattributes b/mlg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mlg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mlg_Latn/data-00000-of-00004.arrow b/mlg_Latn/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f2171543d904418d39092ac8153775d9cf40c333 --- /dev/null +++ b/mlg_Latn/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca4e147a82b1f3c08bd365897ccdc834fcef6b4c51a8848305a1d1d51b41788 +size 175600488 diff --git a/mlg_Latn/data-00001-of-00004.arrow b/mlg_Latn/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..624e5eb9bc97e43dcf4e1af4bf9542b86dee8a3c --- /dev/null +++ b/mlg_Latn/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb6c3b0ab62e506690346bc22ad220aca31fc756e5c4eff441a3b7a32eaa05b +size 174671080 diff --git a/mlg_Latn/data-00002-of-00004.arrow b/mlg_Latn/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..573b1d61bf34808300d7adf4d6c56bf76670e099 --- /dev/null +++ b/mlg_Latn/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfa6ebbc39c4ad0828339596abb98fe6990825140beb7400a5184f89f90c191 +size 212162120 diff --git a/mlg_Latn/data-00003-of-00004.arrow b/mlg_Latn/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cb8c2e5e1d41c3eafad7a60d9b9816ae5412c02d --- /dev/null +++ b/mlg_Latn/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38684de154ba3559f865966f75c1fe9df355b2896e6040f25790df3578c86f7f +size 1099139632 diff --git a/mlg_Latn/dataset_info.json b/mlg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1750d12d4ccfd64d5154923f2a6cb1faa0fc55e6 --- /dev/null +++ b/mlg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977ca366ca8e7cd02e78205f826e614a5bf8832665ad951fa08d3008baa63e85 +size 1254 diff --git a/mlg_Latn/state.json b/mlg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..206d6cc0ea7a28a496e7acec1ee188e7b96e34dc --- /dev/null +++ b/mlg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5299c28b6a26ab3e89ac3517d255806a33dc621b3283de5ffe6f553fb276bdc4 +size 424 diff --git a/mlk_Latn/.gitattributes b/mlk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mlk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mlk_Latn/data-00000-of-00001.arrow b/mlk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3521e955ee42f6b486c234e1143312bd6c374163 --- /dev/null +++ b/mlk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e13ae5a3104e7756e72119532e9e3fae4f75722dd248e8d2955f97f92ae9da5 +size 6416 diff --git a/mlk_Latn/dataset_info.json b/mlk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b94c03d23d8b8af97df4324b5184077ae0765523 --- /dev/null +++ b/mlk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571cc59498cd5258937988e7aa923c7cb050ad3eb262563d9fb9a4e222ad0044 +size 1088 diff --git a/mlk_Latn/state.json b/mlk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..141d7472abbbc670026dd7c0bab8a8ff1ce3f054 --- /dev/null +++ b/mlk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38892350fb02c8512aa3773c9c73a249e1b9699955b9c6923c5c4fc4e2b9524 +size 247 diff --git a/mlt_Latn/.gitattributes b/mlt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mlt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mlt_Latn/data-00000-of-00019.arrow b/mlt_Latn/data-00000-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cc8dbdf12b2be8e4cd5356afc0d01b7344f7e1ae --- /dev/null +++ b/mlt_Latn/data-00000-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0314d3ef75b428773b45a0de683b9895eb52313b393d2bbbdba7e3c9d1bcb9cb +size 280639864 diff --git a/mlt_Latn/data-00001-of-00019.arrow b/mlt_Latn/data-00001-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ff1cae02516d8971df5fb85c71de400ece740c3c --- /dev/null +++ b/mlt_Latn/data-00001-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e08cee7298dd6ca237431a886db2b780563ece82b4b9d792266ed13526bd147 +size 281837160 diff --git a/mlt_Latn/data-00002-of-00019.arrow b/mlt_Latn/data-00002-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..be28ca2530707e640f36761493ad7a68dae1cb86 --- /dev/null +++ b/mlt_Latn/data-00002-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7c08e698a28cb5d2e0ac9c9b62b2670368371234c765267a390fe142d11fce +size 281843520 diff --git a/mlt_Latn/data-00003-of-00019.arrow b/mlt_Latn/data-00003-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..43ff4bece263700ea2152ba737b75a26eee9bb78 --- /dev/null +++ b/mlt_Latn/data-00003-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c274ba600a75a53879255b8d8d046ddee3ae1de3ac501cbbaf478d29126885e +size 2428853560 diff --git a/mlt_Latn/data-00004-of-00019.arrow b/mlt_Latn/data-00004-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7437eab55eb3d6c3ff9b61e1da3ecf29d9475d8e --- /dev/null +++ b/mlt_Latn/data-00004-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6b3eac2150b056979be580f4c276730fbb03376084ad4a073f2320b41f77fa +size 291351104 diff --git a/mlt_Latn/data-00005-of-00019.arrow b/mlt_Latn/data-00005-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..33179f623824409b7b50fbb705ff7381ebb1c3d2 --- /dev/null +++ b/mlt_Latn/data-00005-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ef63714426bd805e6d068821e683af5a59ecc795987d82c228d992605a80b2 +size 292152528 diff --git a/mlt_Latn/data-00006-of-00019.arrow b/mlt_Latn/data-00006-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6436b5d6f64962d5875b8bb99769d53619170539 --- /dev/null +++ b/mlt_Latn/data-00006-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a091e67af63f94291b1db0bede302d3a81b9f104144342bec7ce550a86b857f +size 290984240 diff --git a/mlt_Latn/data-00007-of-00019.arrow b/mlt_Latn/data-00007-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d8ab8d3eca5e9546330c29663531e1413019c06b --- /dev/null +++ b/mlt_Latn/data-00007-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef304a65d31d443433f70e7459b348fd2cdd120073acb7cc9315f78d02e2ea7 +size 293295560 diff --git a/mlt_Latn/data-00008-of-00019.arrow b/mlt_Latn/data-00008-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ac6a4fd1692c547b822d85e29eecb892754ef8ca --- /dev/null +++ b/mlt_Latn/data-00008-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5892054278bb0bf67495beac5f270d8fd5b99a3b0ff3dd00e717aae9a12bbbfe +size 291603856 diff --git a/mlt_Latn/data-00009-of-00019.arrow b/mlt_Latn/data-00009-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..14c8057f5281d89a35dbcd57897f140077d63d45 --- /dev/null +++ b/mlt_Latn/data-00009-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f85658503a30d5e6615b39e01318498c658d9428c0db8dcd7b5f10839ee250a +size 292885216 diff --git a/mlt_Latn/data-00010-of-00019.arrow b/mlt_Latn/data-00010-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7dd0ccb28531a5d6b0c3733042d330f2d1459201 --- /dev/null +++ b/mlt_Latn/data-00010-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3addfbb0f150f77475b1f4b41de599324f45dd767317d492b59775055ff7931 +size 294589840 diff --git a/mlt_Latn/data-00011-of-00019.arrow b/mlt_Latn/data-00011-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e0e780eba0b4499ec8b4eb22a892c08ceac5e28a --- /dev/null +++ b/mlt_Latn/data-00011-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4025ee271a93a1b8c54586eaf9a020af638b5a99ee3494a9b4b29ba5be3cab +size 296356952 diff --git a/mlt_Latn/data-00012-of-00019.arrow b/mlt_Latn/data-00012-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..28b9d7edbb8e51ef797a3c09aebd82aace1c7564 --- /dev/null +++ b/mlt_Latn/data-00012-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32eb1d8e42536d454970b5af749e0b1492189ec9f3cd9d57bb14a36a79e5e0c5 +size 294564856 diff --git a/mlt_Latn/data-00013-of-00019.arrow b/mlt_Latn/data-00013-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aace9e8fa2ce2719003d9ac92aca303f98bc45e4 --- /dev/null +++ b/mlt_Latn/data-00013-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665bac1a5fd720f7700677c62adcced593277c44f124c59539216270292346bc +size 695564136 diff --git a/mlt_Latn/data-00014-of-00019.arrow b/mlt_Latn/data-00014-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..65711807430503253db32ceb5dbc5daac0006b89 --- /dev/null +++ b/mlt_Latn/data-00014-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5fbf66fd82110f7fb0f345b8c89370b0c1c919056fa068dfd576200ff40cba +size 1573987200 diff --git a/mlt_Latn/data-00015-of-00019.arrow b/mlt_Latn/data-00015-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e7d1288031165ac0b8989ea4b6864fadc5a6ae4b --- /dev/null +++ b/mlt_Latn/data-00015-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21615dd5c458cddda16e1f52614f26748e8cdbbbc70cd17d741a5c1df60fa986 +size 299115384 diff --git a/mlt_Latn/data-00016-of-00019.arrow b/mlt_Latn/data-00016-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ea3ca36f50c93c021087e8a579afa497b876f5c6 --- /dev/null +++ b/mlt_Latn/data-00016-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda0644898e2cff6fe590d3edeee12670337a58190d4045d8a2752f8aa4a475a +size 297737384 diff --git a/mlt_Latn/data-00017-of-00019.arrow b/mlt_Latn/data-00017-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1025e908910710f5854dfae4d585df0374311f04 --- /dev/null +++ b/mlt_Latn/data-00017-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90396bb0ff6c538aa1f014526b36b3355f5771fbacf69091424ab47152fa56c3 +size 297661928 diff --git a/mlt_Latn/data-00018-of-00019.arrow b/mlt_Latn/data-00018-of-00019.arrow new file mode 100644 index 0000000000000000000000000000000000000000..20cecc621650bcceee65f5cffa9c8af4639250b2 --- /dev/null +++ b/mlt_Latn/data-00018-of-00019.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a22d3affa0bf604dd09f4989430b0bf96b9f04e86ff59157a6d33896ac2724 +size 297938152 diff --git a/mlt_Latn/dataset_info.json b/mlt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b29ab0375efdc7a9ff420a8861d76123b00cc97f --- /dev/null +++ b/mlt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec05e21a31af53b106f870480b3dce89173374578f1bf8dca32385b087cf2ff +size 2376 diff --git a/mlt_Latn/state.json b/mlt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5dcada9f07e54bdb80a5df7847acb905684fe3ce --- /dev/null +++ b/mlt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32746f9c430667327dd92e8c25748349654dbf926b61dd50a4f83332f4d54d04 +size 1309 diff --git a/mlw_Latn/.gitattributes b/mlw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mlw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mlw_Latn/data-00000-of-00001.arrow b/mlw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..263398f936e1237c168c70111050171d64292bee --- /dev/null +++ b/mlw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a2c9dabcee22b44bc198359c4bafbe22c1efc537ea43dd43ff7fb2b907efe7 +size 4200 diff --git a/mlw_Latn/dataset_info.json b/mlw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..da05992aeb4fba936d61acc1a630905f5da367d4 --- /dev/null +++ b/mlw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cac45937a9ae2ea07345daa7f9fa01e7604206708c46b92fb0157d23874adf +size 1087 diff --git a/mlw_Latn/state.json b/mlw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..55b0878a682823d80364f96d97c4ed52fe8bc689 --- /dev/null +++ b/mlw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdf7868562b5aeca79178846ba1334c13c2d1a20b9f5858adbebd9a05ff1210 +size 250 diff --git a/mmu_Latn/.gitattributes b/mmu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mmu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mmu_Latn/data-00000-of-00001.arrow b/mmu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..40a84aeed9ec6753fab6ff2220026e9d5bf39bf9 --- /dev/null +++ b/mmu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f9d137cf8bdbd0eed58d900a0d8f2e770191317ad0bd29a6dde4573cde4336 +size 4248 diff --git a/mmu_Latn/dataset_info.json b/mmu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ecfdccf80f615168851fa08c657fbf40ab5ff1ed --- /dev/null +++ b/mmu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa8306c9077476c210cc23c3cdb45f293a89285da7421500c171b2e458e6ff6 +size 1087 diff --git a/mmu_Latn/state.json b/mmu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d1171e78a98a2f7fc926b7a63463e8895b37af08 --- /dev/null +++ b/mmu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b053fc766826cc538eb5e79f1203b2f30849d2b90236d2c63b26e97af944bb8b +size 250 diff --git a/mne_Latn/.gitattributes b/mne_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mne_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mne_Latn/data-00000-of-00001.arrow b/mne_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e349d4ec2eb39f0905409d3b305b348df5b3698a --- /dev/null +++ b/mne_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0766ad13bb3f2e81e51d7f0a361dcd5a57e23e32485176070f254987b14bd0 +size 1904 diff --git a/mne_Latn/dataset_info.json b/mne_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0e1a4c99a254d834c812d6f1e5f902550ee7e9f7 --- /dev/null +++ b/mne_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bde2ab4e93d7d7699f2fd06ce053b2a6592bc9c1e09e5241295264eefb8a0d +size 1083 diff --git a/mne_Latn/state.json b/mne_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..33c0a0baffd2d0d75c17eff05fe9313e13921c15 --- /dev/null +++ b/mne_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779e2f888807c1a4f02377c2d94afc39c355117e0bfc3fc6f272194bd32d91cf +size 250 diff --git a/mnf_Latn/.gitattributes b/mnf_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mnf_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mnf_Latn/data-00000-of-00001.arrow b/mnf_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..870c97d15e010854b0a6448a3e11daf1686600d7 --- /dev/null +++ b/mnf_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293a6a62118e1a42539fba69589f17a468e82d0f1cb0f7e19f9f52969cd4712c +size 4032 diff --git a/mnf_Latn/dataset_info.json b/mnf_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..39a5a2117ea5850aec7e9b871d3bde1715439af6 --- /dev/null +++ b/mnf_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e642bf699d59528719c9e0a2d4b9128aa6a7387cc15f85e3af618200b2044d91 +size 1087 diff --git a/mnf_Latn/state.json b/mnf_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a9ac62b1f7983f491ed483e1ed58e6a3469ab037 --- /dev/null +++ b/mnf_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174d010114684844b5b3f4da3137959035eaf7f706cbd03b6908200b0ffef1fb +size 250 diff --git a/mni_Beng/.gitattributes b/mni_Beng/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mni_Beng/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mni_Beng/data-00000-of-00001.arrow b/mni_Beng/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a8672afc8410d8d7d5531394d239a5a26e278818 --- /dev/null +++ b/mni_Beng/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad54049072fa8fbe724da4ed8fdf406ecb805c06731de2437dd5a7b1130c54a +size 4848344 diff --git a/mni_Beng/dataset_info.json b/mni_Beng/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..be9af514001679215242b56f81bb95095ba13ad4 --- /dev/null +++ b/mni_Beng/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4731f17077adbce9998fabffca87f95e21d66a22f353925a4490b021d375bfaa +size 1104 diff --git a/mni_Beng/state.json b/mni_Beng/state.json new file mode 100644 index 0000000000000000000000000000000000000000..af9090baafff6dd032a9af43b11d9a5be1b5c6a6 --- /dev/null +++ b/mni_Beng/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf678413a1179804ee5ce83117bfd7af5f979f54d7daad1ac6334b9658a4b5a4 +size 247 diff --git a/mni_Mtei/.gitattributes b/mni_Mtei/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mni_Mtei/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mni_Mtei/data-00000-of-00001.arrow b/mni_Mtei/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e4f8d7429285a1d0675e7db53d5c7b5dc8893a52 --- /dev/null +++ b/mni_Mtei/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9f3554c71fc635a8f54e69d6d5acd30ce3615f667e5dff16d34b4aa266c26c +size 4688200 diff --git a/mni_Mtei/dataset_info.json b/mni_Mtei/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6117407c14048df36cd66c222767538a73dbdee0 --- /dev/null +++ b/mni_Mtei/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b572dd778a345363b210af7afbccacc63697c5f381bf1b6426142219bc65ac7 +size 1109 diff --git a/mni_Mtei/state.json b/mni_Mtei/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7b03713c2cf3e14e221d673b49e6abdd70f9d5be --- /dev/null +++ b/mni_Mtei/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3199ef648a0501e385384e3d0d21ebbf89960d7708d29fc3e01658e9866d38b +size 247 diff --git a/mns_Cyrl/.gitattributes b/mns_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mns_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mns_Cyrl/data-00000-of-00001.arrow b/mns_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..76224dd2153c522015325f56f40cfa9bad9c7082 --- /dev/null +++ b/mns_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed9263b9a07a091e054a509956e6f18ad9e43ea34cf3c572b2c36a0f2457757 +size 2888 diff --git a/mns_Cyrl/dataset_info.json b/mns_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2a705221366e52a59f60b914afc4837b848db746 --- /dev/null +++ b/mns_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4564a96d73efa3ae405fa3f2cdc5e5cdf6885b47c5523710a54505d97d3a87e3 +size 1088 diff --git a/mns_Cyrl/state.json b/mns_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..01c6b6b5636a04bb2cf927902b7e99482319989e --- /dev/null +++ b/mns_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bc587c2b1fb4bfc72ea9922cbd475d15d9faba76f1b0867d87cbeaecfbfba4 +size 247 diff --git a/mnw_Latn/.gitattributes b/mnw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mnw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mnw_Latn/data-00000-of-00001.arrow b/mnw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42da615ac20308897569502931f5e0781bba37f7 --- /dev/null +++ b/mnw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ef5bde12a6dec0d2e30cd50b0f47ca000d07e34e5a092a8057d2345d52aef2 +size 1175720 diff --git a/mnw_Latn/dataset_info.json b/mnw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..141230bb7174f789ec25814b5b614c1355c7b4f8 --- /dev/null +++ b/mnw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2121f525ce08de6cd5eb2c2f1c45a0cf0e033d0d6818737db6139c7721c5b3 +size 1103 diff --git a/mnw_Latn/state.json b/mnw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2d6f62583f03b2fdf3c15131d8c14804cf365ddf --- /dev/null +++ b/mnw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c265893ecef4fc50941c34d5697f290cc6fb5f22c966003fc8bbe62320dce4 +size 247 diff --git a/mnw_Mymr/.gitattributes b/mnw_Mymr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mnw_Mymr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mnw_Mymr/data-00000-of-00001.arrow b/mnw_Mymr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c3bf98230afec378a9e6e9138b9e07a4abe4df59 --- /dev/null +++ b/mnw_Mymr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d6f0f0b9155bb9cfe6f157342f960f62bf365a4093408f57237c7ff108cc00 +size 34799816 diff --git a/mnw_Mymr/dataset_info.json b/mnw_Mymr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f6677c52d14924c6e2a65c717d72344b9c2af9bf --- /dev/null +++ b/mnw_Mymr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b1564bbac6b1004c74009477cef3eaa3506cb92873ec21c9a42e516db98027 +size 1110 diff --git a/mnw_Mymr/state.json b/mnw_Mymr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..988ee4846f7b3940079dd9ff23e12d4446f2f21e --- /dev/null +++ b/mnw_Mymr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52208be8d9ded0c3512c7ee52d1cb6d8772ced36434cb16aa0e4833885276602 +size 247 diff --git a/mon_Cyrl/.gitattributes b/mon_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mon_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mon_Cyrl/data-00000-of-00038.arrow b/mon_Cyrl/data-00000-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..812aa1c0e1b5823af4429d02461f0b1b3c5834fc --- /dev/null +++ b/mon_Cyrl/data-00000-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c23011f2ac10d106cfdf56dc63693b1afd0246ed5c0e1395c8cbf1ab8c8c22 +size 122580608 diff --git a/mon_Cyrl/data-00001-of-00038.arrow b/mon_Cyrl/data-00001-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c45ddbcb223be9191e642d02c7642cace62f3b5c --- /dev/null +++ b/mon_Cyrl/data-00001-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0f6cbe890ab03d795e96f4fb42d7ef961fc6e52f69e2d89377aefcd3cfd35b +size 881675960 diff --git a/mon_Cyrl/data-00002-of-00038.arrow b/mon_Cyrl/data-00002-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a6b0370695115d01b565cb2a043fac405adcde2c --- /dev/null +++ b/mon_Cyrl/data-00002-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e6d9370f4cda279daefdb55eca0499fe24e77ed67c706b7b05d27401ad2109 +size 1433716960 diff --git a/mon_Cyrl/data-00003-of-00038.arrow b/mon_Cyrl/data-00003-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9219a309fa9a11bd93fdb583bcc242eb6f940bb4 --- /dev/null +++ b/mon_Cyrl/data-00003-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887edba6c4570e2bb20a145f8b213c815f02e749961c2072cbecd0b1face0236 +size 1436169704 diff --git a/mon_Cyrl/data-00004-of-00038.arrow b/mon_Cyrl/data-00004-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..390732ed3df0395ee04c5b07ae210333d986e98c --- /dev/null +++ b/mon_Cyrl/data-00004-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b830d9bfd11bfebc5b3e0b7976269bddc85154dea36f810c4957f9c4f04ec467 +size 480017968 diff --git a/mon_Cyrl/data-00005-of-00038.arrow b/mon_Cyrl/data-00005-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f760a9bde2e7f32fbae9a1205ed6d6710f53e891 --- /dev/null +++ b/mon_Cyrl/data-00005-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e17565cac9daa383fc2b3c6b09370c9e4203b379d53b31324691ba36284e9b +size 113219296 diff --git a/mon_Cyrl/data-00006-of-00038.arrow b/mon_Cyrl/data-00006-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9b6c1a419aecd7d0fa8e5c02d7e21124e43603c8 --- /dev/null +++ b/mon_Cyrl/data-00006-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4914b24251eb1c06eb452e69c042b837a5e95c8853d62d8d8d617f0694a9edf5 +size 114341504 diff --git a/mon_Cyrl/data-00007-of-00038.arrow b/mon_Cyrl/data-00007-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..79a55f6c5410cb1557d3d87ec3d10bd9a88b0260 --- /dev/null +++ b/mon_Cyrl/data-00007-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119dd22e57bb6721694da6585f32687f8eea7a098ea348cd558d7c3126e57d5a +size 114065832 diff --git a/mon_Cyrl/data-00008-of-00038.arrow b/mon_Cyrl/data-00008-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b01dc58b5aeab928b7a3176cd4f5c1baf8fe1c5 --- /dev/null +++ b/mon_Cyrl/data-00008-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2125351d66766c2d6726bc9b79216357e0fd69c4cba30c2e4eeb3a0a063b0fb8 +size 888342296 diff --git a/mon_Cyrl/data-00009-of-00038.arrow b/mon_Cyrl/data-00009-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..04c49aeeaa4d348e16064f6fa0935f5bb498deb0 --- /dev/null +++ b/mon_Cyrl/data-00009-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbdf98d2d3d03711a5c8d41eac3e588167241f15be0a898fe4fdaa0b16ce178 +size 1223011000 diff --git a/mon_Cyrl/data-00010-of-00038.arrow b/mon_Cyrl/data-00010-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f80b2973601a22b1b0552556934ac722e0a284a --- /dev/null +++ b/mon_Cyrl/data-00010-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2e382c268d960075df734b89545e49cf30d8015f6dc2f2071b5d171c7e6741 +size 1456958544 diff --git a/mon_Cyrl/data-00011-of-00038.arrow b/mon_Cyrl/data-00011-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bf5b1f76ff7a072dca221c1cc1ce9030f94f7165 --- /dev/null +++ b/mon_Cyrl/data-00011-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44c8edbc1a0737eb75377d264cdfd947bcca60a58ed976d214e58b9f4b7044a +size 1446008760 diff --git a/mon_Cyrl/data-00012-of-00038.arrow b/mon_Cyrl/data-00012-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5feee5054fa445306806e3d94f8de446aa738f29 --- /dev/null +++ b/mon_Cyrl/data-00012-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4329d3fae4661cf8822bd841f0682d17de58024fdac3094598c6b9584c9dc428 +size 1455187616 diff --git a/mon_Cyrl/data-00013-of-00038.arrow b/mon_Cyrl/data-00013-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5dc22075896109322b3fb742e33242540f4d5c1 --- /dev/null +++ b/mon_Cyrl/data-00013-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a5ebd0b38d6f8a06190387d28bcdeca7e37da39a64db2525894bc33d7014f2 +size 1371403576 diff --git a/mon_Cyrl/data-00014-of-00038.arrow b/mon_Cyrl/data-00014-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..07771378d8d4729f9bdbf5958881648cfb9b0705 --- /dev/null +++ b/mon_Cyrl/data-00014-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f869af83db64c9621230a77b6198569c80707b274c093cff10225d227e97f70 +size 565799080 diff --git a/mon_Cyrl/data-00015-of-00038.arrow b/mon_Cyrl/data-00015-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d7a69e51460b49ffb7c3c4ae157bd5c123f5e321 --- /dev/null +++ b/mon_Cyrl/data-00015-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f516bdaf17580b08e87f115e0ba886bf8567660735bc87ebe2d94a5fa6822f +size 124544016 diff --git a/mon_Cyrl/data-00016-of-00038.arrow b/mon_Cyrl/data-00016-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6a8235a679cb6ef494dec2be097718b7f250981d --- /dev/null +++ b/mon_Cyrl/data-00016-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1706f6352591545b30078041115be988ea6c82ddb9a06c2f054d5c025eaf03 +size 124332032 diff --git a/mon_Cyrl/data-00017-of-00038.arrow b/mon_Cyrl/data-00017-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6129901f714a583ff071183497c313b39977e8c5 --- /dev/null +++ b/mon_Cyrl/data-00017-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e10a3b3385cf147c806eb6a038ab679d83753fb84ed5c82ee36bd18d4a2b61 +size 123862800 diff --git a/mon_Cyrl/data-00018-of-00038.arrow b/mon_Cyrl/data-00018-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a0b3a43a2f8ec6ce66a2a79d8dc0e5f909884634 --- /dev/null +++ b/mon_Cyrl/data-00018-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af028936743a6ee641d5eff1b41c86f071042b82418b7a4e895d6ca5305cdbd +size 124106264 diff --git a/mon_Cyrl/data-00019-of-00038.arrow b/mon_Cyrl/data-00019-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..08ab72659625786368d9bede89b5fc8892138b27 --- /dev/null +++ b/mon_Cyrl/data-00019-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c40a3510987999ad74e5c4db123d888e55cbaae21c75e2459af074550c283aa +size 124896248 diff --git a/mon_Cyrl/data-00020-of-00038.arrow b/mon_Cyrl/data-00020-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9396d6c31271cc181facdb4f47dbdb04d63c5ce9 --- /dev/null +++ b/mon_Cyrl/data-00020-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36862eebdebcbfc6f5676455ee28a86d1c93f1d2ae85309e214fefa87f7dc43 +size 124544296 diff --git a/mon_Cyrl/data-00021-of-00038.arrow b/mon_Cyrl/data-00021-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..962389ea46f84caae66bd45f62c602ffd9147cda --- /dev/null +++ b/mon_Cyrl/data-00021-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07fc16605e3467b4437ee5699e23dc7e4f56fab9bead885a0aa03c9a030dcd5 +size 123612824 diff --git a/mon_Cyrl/data-00022-of-00038.arrow b/mon_Cyrl/data-00022-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31bb1bbeccdb22cd771f885ea394fe2a9daac397 --- /dev/null +++ b/mon_Cyrl/data-00022-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fe5974894781460e00840055138d48de61f7e56ad93a1f2da7644c08d98237 +size 124215312 diff --git a/mon_Cyrl/data-00023-of-00038.arrow b/mon_Cyrl/data-00023-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb3be2772c0162510b3699807aa08417c23320d0 --- /dev/null +++ b/mon_Cyrl/data-00023-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbbf6538a508a6ab896a51261860930d1e7449053168b0df712b5b1caecacb6 +size 1263145016 diff --git a/mon_Cyrl/data-00024-of-00038.arrow b/mon_Cyrl/data-00024-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95adcfa24ed928665ff4c0ed395dbf9f64190b79 --- /dev/null +++ b/mon_Cyrl/data-00024-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed20ad1154d50c3c38041cb5eca6ac73c423a7a9d03b8fa124d8d7275fa65fff +size 1443250328 diff --git a/mon_Cyrl/data-00025-of-00038.arrow b/mon_Cyrl/data-00025-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a91048c0a93568f53e7097b6fc538adb7f144178 --- /dev/null +++ b/mon_Cyrl/data-00025-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956793f1d6362c4d26f4b6d6a172cb31f16e16d14da10b3935666652cc904a10 +size 459292984 diff --git a/mon_Cyrl/data-00026-of-00038.arrow b/mon_Cyrl/data-00026-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..96395e5a6f3ee8a5314f59b1f26cd2526562a200 --- /dev/null +++ b/mon_Cyrl/data-00026-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0747ca4725122e978e4d0c9a1c5b2f20d6bec4c171a8efbf76bc242776fe584b +size 109756336 diff --git a/mon_Cyrl/data-00027-of-00038.arrow b/mon_Cyrl/data-00027-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..43f6d1f03113cc2ab2cec0018cc62e2046667be5 --- /dev/null +++ b/mon_Cyrl/data-00027-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ef12f65c5d173f0dd5275453ebc369d1f3752581de01fa6595b33f590f9f26 +size 114022128 diff --git a/mon_Cyrl/data-00028-of-00038.arrow b/mon_Cyrl/data-00028-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8bac47644fa97d8b5166618dd5b0ef3e56132725 --- /dev/null +++ b/mon_Cyrl/data-00028-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5bda4540e16956860878241afa40ca77936fc5e5096d2f44b5557449096e07 +size 115318408 diff --git a/mon_Cyrl/data-00029-of-00038.arrow b/mon_Cyrl/data-00029-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fbab119a2e8c98f6c4cbaabade0a5312fcf4cd59 --- /dev/null +++ b/mon_Cyrl/data-00029-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0419d44b4d20e211e0c50b27cf4dad75ddbb8a4854fd02e3b1904b7d12132f +size 116222456 diff --git a/mon_Cyrl/data-00030-of-00038.arrow b/mon_Cyrl/data-00030-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e89f115e6b3131b8e5f5a072648c66c0761be08f --- /dev/null +++ b/mon_Cyrl/data-00030-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f6ef2a29c710c503aafdbc4626a3a6b724715f82da4c966a65032dab8a6d8e +size 116056728 diff --git a/mon_Cyrl/data-00031-of-00038.arrow b/mon_Cyrl/data-00031-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c9e1b4d09a04f65a09982e6469f3a00514c10b1b --- /dev/null +++ b/mon_Cyrl/data-00031-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79a633462471a6f24ed981f7c2a6c755a6d0e3fab191df1014f5c97c3901527 +size 116805448 diff --git a/mon_Cyrl/data-00032-of-00038.arrow b/mon_Cyrl/data-00032-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4a42322a6518e7bb467fd76633ab1d8b9ce853e9 --- /dev/null +++ b/mon_Cyrl/data-00032-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676b83e497f60ec817444af401d39c51c5938de7a0d83b3c5ad9f86ef4d7b3b2 +size 116432240 diff --git a/mon_Cyrl/data-00033-of-00038.arrow b/mon_Cyrl/data-00033-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9e2a2e7df5671be9a5ba8dba9f8d6eff41fdc72c --- /dev/null +++ b/mon_Cyrl/data-00033-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd2b11b3d4fbe9d7db4b07ff4442230e9a819b55154a5f71f9c6f7916d406e9 +size 114799408 diff --git a/mon_Cyrl/data-00034-of-00038.arrow b/mon_Cyrl/data-00034-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d6585df8c1890ea0781a756da0b8d82d16e27b7e --- /dev/null +++ b/mon_Cyrl/data-00034-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87790eb972a32df9ea626d13512d2e33f5b68629013342cadc3369aebc7afd1 +size 116570128 diff --git a/mon_Cyrl/data-00035-of-00038.arrow b/mon_Cyrl/data-00035-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..86ab42a5e98b3fc00f2f74d2b2c581c3041b1a58 --- /dev/null +++ b/mon_Cyrl/data-00035-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edd1ced3ffd9bb81802d9c7d216354f4e7ea87d65632bef5493d4f22e64aac4 +size 116140680 diff --git a/mon_Cyrl/data-00036-of-00038.arrow b/mon_Cyrl/data-00036-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..086f34e7b930b940eaa467d10c7c649c8f10ae3d --- /dev/null +++ b/mon_Cyrl/data-00036-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70eb15c076696e1bd09799ecc1ee394157f0ac8f463747e5defdbe1ddad2f0c9 +size 115278160 diff --git a/mon_Cyrl/data-00037-of-00038.arrow b/mon_Cyrl/data-00037-of-00038.arrow new file mode 100644 index 0000000000000000000000000000000000000000..61d7479406a3d38731e133cd061b1b0f3b9b9dff --- /dev/null +++ b/mon_Cyrl/data-00037-of-00038.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24245d6bff1ab61cf653d9d8964e7299caa3ab13573b77b3cd10b3d141a23cd6 +size 116040584 diff --git a/mon_Cyrl/dataset_info.json b/mon_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..29493c8ddbc9867fc5344776d0acac7501953d69 --- /dev/null +++ b/mon_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aab1b07107315ab2ddc9af38425e91f82c4e9542c56033404e25bd400c8b559 +size 2223 diff --git a/mon_Cyrl/state.json b/mon_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..57d14d16518443d51c28d71c30d7d6f2c0afee29 --- /dev/null +++ b/mon_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c785dde31976ff8216268552e1f0928335d792dc847b92ea4ad3a833dd3d490a +size 2430 diff --git a/mon_Latn/.gitattributes b/mon_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mon_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mon_Latn/data-00000-of-00001.arrow b/mon_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..738505a8a25f453773412705a18b367f2f8fdc31 --- /dev/null +++ b/mon_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358fe3a328f2c17fddb82d606149ef91a0e90040dc5cba1a2a9a5a28888cd2bc +size 299505776 diff --git a/mon_Latn/dataset_info.json b/mon_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5e33ff8e128c00c40b1bf834f1d5be647f1076dd --- /dev/null +++ b/mon_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1f413283dce64546cf9caacc129bbd123c208a37317fbd210f618f82d72391 +size 1117 diff --git a/mon_Latn/state.json b/mon_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..807c8f184612f4ae2d8bf422c44f52c394159a70 --- /dev/null +++ b/mon_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2f9f173a4db53f1ff39bdb2d44efd4252d89048f8c459e7c97501368b33b60 +size 247 diff --git a/mos_Latn/.gitattributes b/mos_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mos_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mos_Latn/data-00000-of-00001.arrow b/mos_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..15f75d82d08480ce9612e9042029e639d057b834 --- /dev/null +++ b/mos_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890ad20bd61f4c39f84cd8ccfc42fa8aabea9de61eb6400590e65cfe6c5091d2 +size 991224 diff --git a/mos_Latn/dataset_info.json b/mos_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1abffd82444bfed6634f917055e46c5439436dfe --- /dev/null +++ b/mos_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a7a0bef11f6468fa30ec70f489b389101da4b13ff91c417754729225c7390e +size 1105 diff --git a/mos_Latn/state.json b/mos_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6ae54c0537721e7e75316d08e814545010763f58 --- /dev/null +++ b/mos_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c294e3754973feb11714e147b3a36e877a04904c8b405cf28fe839217400ea4 +size 247 diff --git a/mps_Latn/.gitattributes b/mps_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mps_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mps_Latn/data-00000-of-00001.arrow b/mps_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..70b09cedcfd878725788da9683c8add7ff22ab04 --- /dev/null +++ b/mps_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a40518ab6cf85d4b65f08e10641b97f8fa955ba190d32989e47efcd289f11e0 +size 10624856 diff --git a/mps_Latn/dataset_info.json b/mps_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..296793560b5eedeb82e26472b9eb7bd0d4d91405 --- /dev/null +++ b/mps_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a8d4f46ec3c11ed79514ff76d9d15593a2ecfdf09d90b7a297aa60de2422ad +size 1110 diff --git a/mps_Latn/state.json b/mps_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5139c4e14e64ed39e6e79c4752d3bf5acc51085c --- /dev/null +++ b/mps_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f044857ba79becba315d8a8f49996285e5fdb6eb54e0536b9ab2351475e9173 +size 247 diff --git a/mqj_Latn/.gitattributes b/mqj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mqj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mqj_Latn/data-00000-of-00001.arrow b/mqj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..99ae64c9baaffd7369bd613de9dee0cd5eb0d534 --- /dev/null +++ b/mqj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b77766b768a8ea3cdb328c9ed56557a8be7cbb277e19f56bd936a2faa4bacb +size 5256 diff --git a/mqj_Latn/dataset_info.json b/mqj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..293271f8158816144f356a3999beb210127e2c60 --- /dev/null +++ b/mqj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b6f0fe60321a559fe137795da145d173ae3eab41006d883e1be418aef606bc +size 1087 diff --git a/mqj_Latn/state.json b/mqj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d902f30bb952c7f846e2725d53c85d37f8991262 --- /dev/null +++ b/mqj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e75ec7eec77b0783a21d7432930c8d2ea0a06fca6206bd5be2003488757a338 +size 250 diff --git a/mqy_Latn/.gitattributes b/mqy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mqy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mqy_Latn/data-00000-of-00001.arrow b/mqy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6676fd478c2b84a3eb770f0078e0258488f2f310 --- /dev/null +++ b/mqy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9c9b7a105165c2c3f4c45b46d3aab9d51459d23cbf3de448f635b408b8d0d7 +size 528392 diff --git a/mqy_Latn/dataset_info.json b/mqy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..22db5b92215d0acdf44fb9449319679e06593855 --- /dev/null +++ b/mqy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477c0b6c235a9efb735394c7d50a640320c7fc891fb6e55825098d7684308b90 +size 1100 diff --git a/mqy_Latn/state.json b/mqy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..67c38301a312d206b222ce6ddd41eeebb1e39bfd --- /dev/null +++ b/mqy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc9a00bdeec75f83b3c67b060e5808038d391ba35c0bb247f14108dcf82c3c1 +size 247 diff --git a/mri_Latn/.gitattributes b/mri_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mri_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mri_Latn/data-00000-of-00002.arrow b/mri_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d82e14e72babd0b46dffc056cf0c7c8d95907663 --- /dev/null +++ b/mri_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa956592224be9e1f2fc25f282840a8b0aba21d7ad7d909784e09172fdca9f56 +size 302474160 diff --git a/mri_Latn/data-00001-of-00002.arrow b/mri_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7ca36df7be7fc84e6b42e5113a8e7f22861b8a94 --- /dev/null +++ b/mri_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49439c05d175157a6225614127610400008f16dacc3165b02274024a914f348b +size 641297584 diff --git a/mri_Latn/dataset_info.json b/mri_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f6eeb969e2b25e1a0708bbb20aa7693875eee8bc --- /dev/null +++ b/mri_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40c7d391f9adea262cd89fa3a945420557c8b279ba1d757848920add12adb77 +size 1204 diff --git a/mri_Latn/state.json b/mri_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0f1d3d46c1a2779759651cf0dafb808f64d3821a --- /dev/null +++ b/mri_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e139607d96d29933eb9272f44150799330113c25bd7615fd6541e45d2f96d6ad +size 306 diff --git a/mrj_Cyrl/.gitattributes b/mrj_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mrj_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mrj_Cyrl/data-00000-of-00001.arrow b/mrj_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d11729c0518cb86cada1cb58d00e91ffdf4c0225 --- /dev/null +++ b/mrj_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b788161d8e6a9ab2061f84357229d80e0114c771aa454429e6de5d4c182ac1 +size 19613960 diff --git a/mrj_Cyrl/dataset_info.json b/mrj_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..42b0d3f118ba76dc69a1f935cc378d15334fee8f --- /dev/null +++ b/mrj_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63fd4c37e9048ed46a61c6c25c924288c16a5d8fd8d14352cb5f9fc905bcb91 +size 1111 diff --git a/mrj_Cyrl/state.json b/mrj_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..787e81c66ef974c1aa17035803cc08f790baa01d --- /dev/null +++ b/mrj_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dc6e159706f58185ab0a839a7c8796541bd901c748ca3c878be70badf3bf40 +size 247 diff --git a/mrj_Latn/.gitattributes b/mrj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mrj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mrj_Latn/data-00000-of-00001.arrow b/mrj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..217247d185cad150196012a110f21d8f0efb0b57 --- /dev/null +++ b/mrj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7b0e3d34b62a8b36f82699de7167fbf53633a1a41b88dd904364122f88eac1 +size 1303632 diff --git a/mrj_Latn/dataset_info.json b/mrj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dd70c41e0eaa27024829a597be255bc247f5c0ed --- /dev/null +++ b/mrj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef3e55a3209566d5206f92db5b41157f8d7ad6b444dadc151cec1fc92136a55 +size 1104 diff --git a/mrj_Latn/state.json b/mrj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..98461c34c403f488e9abf02126be06b90d01dddd --- /dev/null +++ b/mrj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d54b7521501613221da3631b5387d0b91ddcff18f1cfe515917ed31e89e4dde +size 247 diff --git a/mrn_Latn/.gitattributes b/mrn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mrn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mrn_Latn/data-00000-of-00001.arrow b/mrn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4ce9271d2240d08282dd61834056ffcdf2d95b9c --- /dev/null +++ b/mrn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff46a6576e4ebef529c6a81c6395009f8d211fb0a1bf2e5eb969ed4b35c6405 +size 12320 diff --git a/mrn_Latn/dataset_info.json b/mrn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3eadd04f4f7c079ebf5aa3744ec23930ec10d719 --- /dev/null +++ b/mrn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29c2114e0b0572087a1d9b11951c76ac3923f1dec38d937e3d39a89cddcac27 +size 1092 diff --git a/mrn_Latn/state.json b/mrn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4bc2ecba6ad102e688c464bc41938cb13ca3fb31 --- /dev/null +++ b/mrn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb1672199b51e049442a55522dfd7004cb0460f4baa47ab26807236dd622d1c +size 247 diff --git a/mrw_Latn/.gitattributes b/mrw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mrw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mrw_Latn/data-00000-of-00001.arrow b/mrw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d272cd9aae02279bbb362662eb43010312f55e62 --- /dev/null +++ b/mrw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8120b69255f521f82d3c67b3b7d71d78e4194a29eb50d84a791372291d886bd9 +size 234440 diff --git a/mrw_Latn/dataset_info.json b/mrw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4c9255c4650806adcdd5c49c3c2d4115d0ceb072 --- /dev/null +++ b/mrw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c99984606e7bedefda0a426afbd9d6ce47420ac8b5061534157f7624e966dca +size 1098 diff --git a/mrw_Latn/state.json b/mrw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d5a5d0c2ec5f917af08cbf674c1524577352a606 --- /dev/null +++ b/mrw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef79964b5465bdbf1daf2e6575621d316af36a53bebbe3ea1b280da04b9b974a +size 247 diff --git a/mry_Latn/.gitattributes b/mry_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mry_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mry_Latn/data-00000-of-00001.arrow b/mry_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..47517c40cba26342d8d11c6a84947f12871ad809 --- /dev/null +++ b/mry_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92626adfffa336ebec4216d747a3a3a72fc456f95cedf2387f02e0351da79d8e +size 5936 diff --git a/mry_Latn/dataset_info.json b/mry_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1f61abffd2effb670e89730281826f383bf8fb0e --- /dev/null +++ b/mry_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9fea2efbec510809d4d5719a3a2fbaf9dbaef16e3ecd11e18f61b8bab6f8fd +size 1088 diff --git a/mry_Latn/state.json b/mry_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..890f3fb4e07a85414a3f9ebe2079e27f30cc2a02 --- /dev/null +++ b/mry_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b497906a7f5747a711dd859c9163b07b13795abf5e4c18eda56d71aadaf03eed +size 247 diff --git a/msa_Latn/.gitattributes b/msa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/msa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/msa_Latn/data-00000-of-00002.arrow b/msa_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f0de0a908247553076fc54da196949a4434d70f --- /dev/null +++ b/msa_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55560f2678212bbf1154227876ca77d73eca8433fd1cdd0e59b280827519b886 +size 324142608 diff --git a/msa_Latn/data-00001-of-00002.arrow b/msa_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4ede5a150c66e9472683bc2351ab62d2dade0036 --- /dev/null +++ b/msa_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a108268e73fd6823b09e073141f9cc20e0bb5faad5d0c87809950e00bd60e9 +size 606519624 diff --git a/msa_Latn/dataset_info.json b/msa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e94500eb0da9283b4fa6347f9aaeb87961500f57 --- /dev/null +++ b/msa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1311a782bbc93f321b16500dfc21cd1be0932ab149717149ab613aa7f898b0e1 +size 1203 diff --git a/msa_Latn/state.json b/msa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..19c8e000605844b843b099bb71f460158e11d675 --- /dev/null +++ b/msa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1f8e5ac30d3425fd9cb950134959fb7aa9d1d730ad35f2ba83325117856b7d +size 306 diff --git a/msb_Latn/.gitattributes b/msb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/msb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/msb_Latn/data-00000-of-00001.arrow b/msb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2205425c8d56da7859d20c56153501a5dc3d2c94 --- /dev/null +++ b/msb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdffaa54c3712ea4886b650eb5c04755a8003d5cfe2188260757b5855b42566 +size 173224 diff --git a/msb_Latn/dataset_info.json b/msb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..57c79aaa5fe605b1c9f95bb34cc8e960e5ec533c --- /dev/null +++ b/msb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306914cfe6b402537d0dd313217b0d23a1db4515bcffa608f73f8c28b1bc9110 +size 1098 diff --git a/msb_Latn/state.json b/msb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6150959e15bea0b1715ceca81596b14670d09025 --- /dev/null +++ b/msb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c30397bb8e695f3af35f7769ffc8aa33739d8eb19ce394c3c89794c89dc3a0 +size 247 diff --git a/msi_Latn/.gitattributes b/msi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/msi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/msi_Latn/data-00000-of-00001.arrow b/msi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b306a024d20963e6d799a2badf8f7ab057b290e0 --- /dev/null +++ b/msi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b20f5162a84fc9516764480c87a87df4a4de855266302e75323b2141725cfd +size 2809736 diff --git a/msi_Latn/dataset_info.json b/msi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fe2f1e70418e45c72f73c466123ea48a4cfd1b0a --- /dev/null +++ b/msi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472f832bb0d2e7a7d53bbe409200aafb445947445a08456e12f8e828511bf170 +size 1105 diff --git a/msi_Latn/state.json b/msi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b5c33d331522096f455e6ff618d2e9769b0d5ea6 --- /dev/null +++ b/msi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf78e6c8aab8a46dd8d5315229245bf46041fbb708abdfc4d5642be596e58ab +size 247 diff --git a/msm_Latn/.gitattributes b/msm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/msm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/msm_Latn/data-00000-of-00001.arrow b/msm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3d74533792ba119188828108cb012154156109d7 --- /dev/null +++ b/msm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fa8e1bf2a1ae73448edc33c9296bd98c6fdbe3edf2173036ec78ff8018935d +size 1127928 diff --git a/msm_Latn/dataset_info.json b/msm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dbfd3b708f271d951d9975f5b3e55f17240a304c --- /dev/null +++ b/msm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de078229605f8683ef560b454ec7e8b6f530db2d8176073dd0293ed05627388 +size 1104 diff --git a/msm_Latn/state.json b/msm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c8177a33908d26953578763fbe4376418572887d --- /dev/null +++ b/msm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cfc3327ded972e87d24f048ec61b26d3d5c906287f8776527e5beca40c3fd8 +size 247 diff --git a/muv_Mlym/.gitattributes b/muv_Mlym/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/muv_Mlym/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/muv_Mlym/data-00000-of-00001.arrow b/muv_Mlym/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..940cb674a7eb116b4a45a0eb4f991927e451ad4a --- /dev/null +++ b/muv_Mlym/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40de56075162c437deafd8612a148dd3ab7ce748f1d19e3167c5af5266625541 +size 3408 diff --git a/muv_Mlym/dataset_info.json b/muv_Mlym/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a2e3d9170f9410f0ae34af7ba714b5b8f64db6d3 --- /dev/null +++ b/muv_Mlym/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8d9178296210de2a4bc895a3355653411afbc5889ddbc661b587f95ed93a13 +size 1087 diff --git a/muv_Mlym/state.json b/muv_Mlym/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5ae7726c76456c4d6c2cd120a5ad5ef9807fd523 --- /dev/null +++ b/muv_Mlym/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a88dbce5e65b4bd1c96278cf30b73d47b54901d6777addc2d4d0a631921ec9 +size 250 diff --git a/mve_Arab/.gitattributes b/mve_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mve_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mve_Arab/data-00000-of-00001.arrow b/mve_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc2655c95a0001033b5f139c3dd174b6388f5d7e --- /dev/null +++ b/mve_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43929327da867495b8ef00d10f554545f589d0ea69b1ccf6447f0e71cdbeced0 +size 1768 diff --git a/mve_Arab/dataset_info.json b/mve_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6c560856aa575641df55338b94da411e7adf3149 --- /dev/null +++ b/mve_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46372b36b591e8452b144fca340c3084fa7aa6968260546df88fc0f6cfa0af4 +size 1083 diff --git a/mve_Arab/state.json b/mve_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1514b8150e940dfd8e7759a98f97ae5515aea315 --- /dev/null +++ b/mve_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40a7a0b7619fc665d46a153c6c169559b8004e330a7bde2140a50cbadd8094c +size 247 diff --git a/mvf_Mong/.gitattributes b/mvf_Mong/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mvf_Mong/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mvf_Mong/data-00000-of-00002.arrow b/mvf_Mong/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b3b138034f4a7f7a2c410afdeecf3672069b7cb --- /dev/null +++ b/mvf_Mong/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d111f6a283ace5a69828b2cef0fe268446a868e26f9c2959d572f7ecb6ca4f +size 464029920 diff --git a/mvf_Mong/data-00001-of-00002.arrow b/mvf_Mong/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b91a3935e66d75c1a36602abf98ba310f3e45f03 --- /dev/null +++ b/mvf_Mong/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a088f4afe028710bd4588605ba3fb4a4937ef846df502ee959854c1d0fcc3d9 +size 413789392 diff --git a/mvf_Mong/dataset_info.json b/mvf_Mong/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ddabcf2d7f70f184f883acaa04d2f1954f75af58 --- /dev/null +++ b/mvf_Mong/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3424187629b2e2917e0ea95489a9bef9e7fb68945e7eda0224f5a61f4840a005 +size 1180 diff --git a/mvf_Mong/state.json b/mvf_Mong/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ef5e461c8e99b013e4fd0de0273c35a3df494578 --- /dev/null +++ b/mvf_Mong/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f721d5140f9e518df691a43e6c1d70619c6b952b8a467128d5fb90573ca703 +size 306 diff --git a/mwl_Latn/.gitattributes b/mwl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mwl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mwl_Latn/data-00000-of-00001.arrow b/mwl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0a981423f68d954f87b47ec89af93b257eac7487 --- /dev/null +++ b/mwl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bababb1253a7f2527f8c4a03a795a202e6c2ce2052e7c21d33998dd76016f736 +size 43682528 diff --git a/mwl_Latn/dataset_info.json b/mwl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..995d85abadab2a1f70496af2f18cd6b3d16c5f0a --- /dev/null +++ b/mwl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2e477b0b7cdffc119a3741f864d7cc8c440edf56cfb5411ab64ca572910a62 +size 1111 diff --git a/mwl_Latn/state.json b/mwl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6c33242c699aa3554cfbe9fd1e408d0b7f61e588 --- /dev/null +++ b/mwl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40cca322fa60900a0810906afe0f99223ff2b4db90cec1502df49755c61e37a +size 247 diff --git a/mxu_Latn/.gitattributes b/mxu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mxu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mxu_Latn/data-00000-of-00001.arrow b/mxu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d52ff7d76d362081d09241c6f7a993ac36154349 --- /dev/null +++ b/mxu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f88f8bc549fbc7736e7f115bf6cd3a693714b42638ade33d637987ff4d0aa1e +size 3376 diff --git a/mxu_Latn/dataset_info.json b/mxu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..75d0a35a61084cba667ed06979260434826cf465 --- /dev/null +++ b/mxu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75010c862e153e81d31fe44373b8c9c17a70792dbb75aaf1b4f5a01ac169da4c +size 1087 diff --git a/mxu_Latn/state.json b/mxu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f203cc0133a26b9840b2ef2280a64f76363be9b7 --- /dev/null +++ b/mxu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf8b519d9b45e1f3efa6fb0665d9c5db25c93c792a2a88cbc6e4372a6240a2b +size 250 diff --git a/mya_Mymr/.gitattributes b/mya_Mymr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mya_Mymr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mya_Mymr/data-00000-of-00032.arrow b/mya_Mymr/data-00000-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..121e4496b90a92b6895706e6cdfabd8c8b38a130 --- /dev/null +++ b/mya_Mymr/data-00000-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775349afef577a50592159eea861292cf92cb687642af02497bd79b606d1e99b +size 37381288 diff --git a/mya_Mymr/data-00001-of-00032.arrow b/mya_Mymr/data-00001-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d3f463b4d1e22cf1903b369502d673ec638365c --- /dev/null +++ b/mya_Mymr/data-00001-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789a14c72ef3c15df7699203de137245bfc1023f5cf961bf55c23aac47587fff +size 37405968 diff --git a/mya_Mymr/data-00002-of-00032.arrow b/mya_Mymr/data-00002-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5a2d97d8649a28c0556372e5bad9653b4fa4a4bd --- /dev/null +++ b/mya_Mymr/data-00002-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ab711cbfb84842553cffecbbd2d72905f3c2b76107fa818d90c79e2c39dac5 +size 37250112 diff --git a/mya_Mymr/data-00003-of-00032.arrow b/mya_Mymr/data-00003-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a84fa144a73f56f393041579549da867e872b190 --- /dev/null +++ b/mya_Mymr/data-00003-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c59f599cab5a9f59bdb15e43f39fdb713c71c158eb7a0efc5356515f56a65c +size 37494032 diff --git a/mya_Mymr/data-00004-of-00032.arrow b/mya_Mymr/data-00004-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b22feae119d411432d3e4cdfc5ec95bab76f1dfe --- /dev/null +++ b/mya_Mymr/data-00004-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e91e7b519a66e35e6c1acd1960802390872919c7680c090cbef28f9b4edcb9 +size 652346408 diff --git a/mya_Mymr/data-00005-of-00032.arrow b/mya_Mymr/data-00005-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31ccd550ef85f53257d45694bb988d31aefe9daf --- /dev/null +++ b/mya_Mymr/data-00005-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b5a9021f6b4de5651c5521cafb35a8ae9ca4853bf628c63287c67a73814633 +size 724106048 diff --git a/mya_Mymr/data-00006-of-00032.arrow b/mya_Mymr/data-00006-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a17d8b9a099724c910d8e5034db7fd2844457481 --- /dev/null +++ b/mya_Mymr/data-00006-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb536de4ce930014f48eb426d6abb76578ceac867525133fa03c9b8831231bc +size 588523152 diff --git a/mya_Mymr/data-00007-of-00032.arrow b/mya_Mymr/data-00007-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..be81315047c72370b18aa61be7a5e7e6d9482791 --- /dev/null +++ b/mya_Mymr/data-00007-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5542561ab7ad1c12b5e19c18a141ee49b7701a294c980fcdc4d1b8ce64b50bd +size 550280736 diff --git a/mya_Mymr/data-00008-of-00032.arrow b/mya_Mymr/data-00008-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..57f353c050aafc4e8ceda1499576a24f0bb0a610 --- /dev/null +++ b/mya_Mymr/data-00008-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37944e16d33e435df1e0f9455fa40f20241aacaf944a26dd6ed8ee84382de4f +size 217512288 diff --git a/mya_Mymr/data-00009-of-00032.arrow b/mya_Mymr/data-00009-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..464d75bd56fe0e0c0825141cc911400c673352b8 --- /dev/null +++ b/mya_Mymr/data-00009-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ac7f228c5daa2a3f0314b3b76937dd196b3f2d2eb9c319b7b81b71240c84ba +size 144408616 diff --git a/mya_Mymr/data-00010-of-00032.arrow b/mya_Mymr/data-00010-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7e019a5881b89ef0f935321e2a45538813b10595 --- /dev/null +++ b/mya_Mymr/data-00010-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f88925970dcbcf939fdb2b11321c236fe72278b257c0df8e7a23215498f2240 +size 144206224 diff --git a/mya_Mymr/data-00011-of-00032.arrow b/mya_Mymr/data-00011-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..652ffd4fe2c096cc4dd714bb7f95698a743285c4 --- /dev/null +++ b/mya_Mymr/data-00011-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3baeb7bbf24d6746bdaf01600acb45b2d70ab91f3e67dd88b5d7dc7d9dfa7059 +size 334978288 diff --git a/mya_Mymr/data-00012-of-00032.arrow b/mya_Mymr/data-00012-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fb067bda5941187e54e2c68f226ec4649bc0175c --- /dev/null +++ b/mya_Mymr/data-00012-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbc78573970860ff1b9257f07c3302a4cc9ee719e261106078d92425674df76 +size 56521064 diff --git a/mya_Mymr/data-00013-of-00032.arrow b/mya_Mymr/data-00013-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9da4f3d6dc6ff063ca03ed9a0752891a5aad3e3f --- /dev/null +++ b/mya_Mymr/data-00013-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b627aa367a7f3bcec0deaacc6bce52df10fb2cfdc6011e6139c00afd4a4f99c9 +size 56844800 diff --git a/mya_Mymr/data-00014-of-00032.arrow b/mya_Mymr/data-00014-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dd1a10e72d147415c8c7b45591e82a0d823b967c --- /dev/null +++ b/mya_Mymr/data-00014-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1180a945a7a46c13b19eab606452974a34d00362b767d0242129b5fc755a3d +size 56771728 diff --git a/mya_Mymr/data-00015-of-00032.arrow b/mya_Mymr/data-00015-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f19c01d069a06757bb9e17beb7466ddb87908394 --- /dev/null +++ b/mya_Mymr/data-00015-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69911c71640cdd73286b51a0ac559b97aa2cd9572b52f19ed11d038dbe6ca12b +size 95524280 diff --git a/mya_Mymr/data-00016-of-00032.arrow b/mya_Mymr/data-00016-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..613f98c5c9403ae6d64aeffd88df508777250458 --- /dev/null +++ b/mya_Mymr/data-00016-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eecd5bcf1b626579ccecfb55ab2a34aec42853c4b9bdb5aa2a7f09ea8f7e5ba0 +size 964010208 diff --git a/mya_Mymr/data-00017-of-00032.arrow b/mya_Mymr/data-00017-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..81055bf62069fb3a826a68e8af264d717086bdb8 --- /dev/null +++ b/mya_Mymr/data-00017-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e183625e1728b1df9a1d7aaec3c829c6ef0e97e28cae2aebfc366f434722756b +size 916783952 diff --git a/mya_Mymr/data-00018-of-00032.arrow b/mya_Mymr/data-00018-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eb367c9337adee764e566391bb84b1cef9aa1fc7 --- /dev/null +++ b/mya_Mymr/data-00018-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a00bfa4477ca0461055d1450f9aeb119b453f029c558e5b503e062bdec1c32 +size 1474008264 diff --git a/mya_Mymr/data-00019-of-00032.arrow b/mya_Mymr/data-00019-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..22a99884fe2f598b3e137249a7b7a27b7ab5f54b --- /dev/null +++ b/mya_Mymr/data-00019-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd112acbdc4967784abdc61c04a617890ad42002b71514ff04133f0740c0cb5b +size 1812837144 diff --git a/mya_Mymr/data-00020-of-00032.arrow b/mya_Mymr/data-00020-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..743035f87ac6a150c589723ef0a588c4feac8175 --- /dev/null +++ b/mya_Mymr/data-00020-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a4f0392bd1a885f83fbf677b0ed731c98f6602fba4c6d9f2100bbb149f7bcc +size 813547312 diff --git a/mya_Mymr/data-00021-of-00032.arrow b/mya_Mymr/data-00021-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..48647d7a54a9d47cf5c7c261a17de544903dcbe6 --- /dev/null +++ b/mya_Mymr/data-00021-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62588da5acaacb0056afadc7bc39ae873f0fc044f142e74c7d07a55abffee42a +size 773238040 diff --git a/mya_Mymr/data-00022-of-00032.arrow b/mya_Mymr/data-00022-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5bcda369383639fc0aa0ff407eb80b033ec71d90 --- /dev/null +++ b/mya_Mymr/data-00022-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a67d3884c2d902e2f401d486b746c81391ae0e4c68d58d73f8e4f30fe530227 +size 847587664 diff --git a/mya_Mymr/data-00023-of-00032.arrow b/mya_Mymr/data-00023-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d54ad79307036f55ee906b1b5e66ffa8bec4e17c --- /dev/null +++ b/mya_Mymr/data-00023-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cf99340e9b16811180927368488ef36438b4cf8576b367d4f6399743c94a23 +size 617921112 diff --git a/mya_Mymr/data-00024-of-00032.arrow b/mya_Mymr/data-00024-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6fa8129d7d3c9d6af72b53729502cb4e593e1b41 --- /dev/null +++ b/mya_Mymr/data-00024-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4462cea3f7e5d8207daebf58a5da578e12523a6a2c0d12acc368c340c70a8e3d +size 822248320 diff --git a/mya_Mymr/data-00025-of-00032.arrow b/mya_Mymr/data-00025-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f5e5d07fcbe39cf6fbb16aa3212db62474477bbe --- /dev/null +++ b/mya_Mymr/data-00025-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c72f0755538cba3587f2145bf75b6eb8bc12bdc3a3030922136ca3e40277450 +size 925677216 diff --git a/mya_Mymr/data-00026-of-00032.arrow b/mya_Mymr/data-00026-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d1aecf12eebfa6316d135c50c242678383ec87c --- /dev/null +++ b/mya_Mymr/data-00026-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce57c66ffa03cc9c4a843854de9602376878a71fd3f785d83d1c7823adc665a +size 921665968 diff --git a/mya_Mymr/data-00027-of-00032.arrow b/mya_Mymr/data-00027-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f7dce020e7085478a383155fc4d738dca17a10e --- /dev/null +++ b/mya_Mymr/data-00027-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3dc2b941bc5a39991585537eff8370e518fe3883818cd6ed41ade22ca0efd7 +size 839547176 diff --git a/mya_Mymr/data-00028-of-00032.arrow b/mya_Mymr/data-00028-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..05458b93c75832cf93d127dcacf0f40cd57b9462 --- /dev/null +++ b/mya_Mymr/data-00028-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587017bd57c7b94c01471003158c9efe152b5041cd3b98f95b532913cda38674 +size 37151632 diff --git a/mya_Mymr/data-00029-of-00032.arrow b/mya_Mymr/data-00029-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5f6e9e8d3dfd9c229bae5e258734b42b5d2b69a4 --- /dev/null +++ b/mya_Mymr/data-00029-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17f88033bf73710576d571d0bc39f2a0b934d489396820893a512ac23ae4bd3 +size 37631720 diff --git a/mya_Mymr/data-00030-of-00032.arrow b/mya_Mymr/data-00030-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cb96f08c140766a97a50205353c9af6ccee2d06b --- /dev/null +++ b/mya_Mymr/data-00030-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8965d02cbe87893781a5ed1f6e3aca219317e359d9e09585b45c3fc17a6e51fd +size 37638752 diff --git a/mya_Mymr/data-00031-of-00032.arrow b/mya_Mymr/data-00031-of-00032.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a7d776ac6f93cd869bfcfaadb5c1e2d06a7367b5 --- /dev/null +++ b/mya_Mymr/data-00031-of-00032.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae45f17d5fc396bdce46a871cf9afafb61f25c097109239d4bcbfa105e21f0d7 +size 37660800 diff --git a/mya_Mymr/dataset_info.json b/mya_Mymr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ae2b41746908725affeb8edf34a933d1b3348bd1 --- /dev/null +++ b/mya_Mymr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06cecb67f4d0e02b01208b671b4e117ebecad0ddcaa06ce58612e3f83662153 +size 2012 diff --git a/mya_Mymr/state.json b/mya_Mymr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a081460a93e7ed5b533c06ce469fd0b36f1ab3a9 --- /dev/null +++ b/mya_Mymr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e9dc09b8464eed590affdba981c37520351335d45df1a31b30e18ca800cf64 +size 2076 diff --git a/myk_Latn/.gitattributes b/myk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/myk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/myk_Latn/data-00000-of-00001.arrow b/myk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..152f0552d58e172f1422b63f31baaf291e0f5b3c --- /dev/null +++ b/myk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9d7b3af306f47b108e00c1a03fab6ef89f76d8b846d930c69d931163cf7c9e +size 49920 diff --git a/myk_Latn/dataset_info.json b/myk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5491d8004c909348d21df870627ec8f5efbe30ba --- /dev/null +++ b/myk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a80065c51d74187f977173b8916042aadf1914cd174c6d38efc75eccae9fee +size 1094 diff --git a/myk_Latn/state.json b/myk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c00458050150f09ec0e43d920087c3bb7e2dc30e --- /dev/null +++ b/myk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d99bb399ad570c4efef6df3064eb6560b2b4676909cdb4ffae712943caca6be +size 247 diff --git a/myv_Cyrl/.gitattributes b/myv_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/myv_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/myv_Cyrl/data-00000-of-00001.arrow b/myv_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..112cdec832a31da1213e2777f28036fd54e6a248 --- /dev/null +++ b/myv_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7523ebffe0763a97bf3ca785448d882536baaeb861f236d798f0db82b4b46b8c +size 41925840 diff --git a/myv_Cyrl/dataset_info.json b/myv_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a60ade4a52178bc99719fbe3738fa640fd3e4455 --- /dev/null +++ b/myv_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752231be8b69a0f15a4712147d14c8ee59c9f1def124dab015104bca9b30687d +size 1112 diff --git a/myv_Cyrl/state.json b/myv_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4aecfab95f8570235a7fb75bc22ac80b0d227b6d --- /dev/null +++ b/myv_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d798cc92ce86b959ef870cecebd3d4218abc3ddc05b7ada8231bd2dbb19670ad +size 247 diff --git a/myx_Latn/.gitattributes b/myx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/myx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/myx_Latn/data-00000-of-00001.arrow b/myx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d49a04685d5d1d3c071b49ac2f7537be46fd191e --- /dev/null +++ b/myx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106bcaf7a4991f66b31d030642296f8bb4f3fe0803e15b0c096dcfb2d094c4e5 +size 2024 diff --git a/myx_Latn/dataset_info.json b/myx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e3289a8c26665db21f90437b08ef8b4e0ec2135c --- /dev/null +++ b/myx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9e951ce31d6b2f49bd5b862330b3845cfa9507e55a00838a283d32095d3046 +size 1092 diff --git a/myx_Latn/state.json b/myx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b8d93e8ccfe49179d5832bfa63669e76365063b6 --- /dev/null +++ b/myx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e2e23986cf3ca9af8ae56a100322b277bbfc121b206b8c5c42dec4cdc8e96d +size 247 diff --git a/mzh_Latn/.gitattributes b/mzh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mzh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mzh_Latn/data-00000-of-00001.arrow b/mzh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e2b88d5586c4597eaf884e051a47702a36a01ab1 --- /dev/null +++ b/mzh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a3bca11779ff5e612bffe273c3018521c246366f47ad78234000701f79cea6 +size 5911616 diff --git a/mzh_Latn/dataset_info.json b/mzh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3171865c804b92a4e7e2d86e536e3b3d1b9d55a4 --- /dev/null +++ b/mzh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366de9be25be1821ce32b619494e15231c4831f33454ee58e0f60108f924f30e +size 1107 diff --git a/mzh_Latn/state.json b/mzh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ffb053f4ba6b24a4a3b62b7f547457dd9583b0e4 --- /dev/null +++ b/mzh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2681cf8b8ef19ad59bd72422d9ebe278705931b32ef8a4adee6cf4215bb0ec +size 247 diff --git a/mzm_Latn/.gitattributes b/mzm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mzm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mzm_Latn/data-00000-of-00001.arrow b/mzm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4518dd5b0384f4c46e1c40637ca68d1e30ae5b23 --- /dev/null +++ b/mzm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea18cf9bda2a51b7edeefe75ca9f6cc8cff6c2625d9f4df08fd79357ba7f135 +size 28048 diff --git a/mzm_Latn/dataset_info.json b/mzm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8307ff8682176754da70d1c28033786734f8ac88 --- /dev/null +++ b/mzm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f55dcd2a717ca4d045d396661474a44c6e5c7eea033343004897f341f73bb6 +size 1092 diff --git a/mzm_Latn/state.json b/mzm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..058da5d1eaa672b1071d771cc0d55b91d1844931 --- /dev/null +++ b/mzm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262b5c4bb8707528a32b840377f8bde5450de065b5b287ef2d6579f553957e7c +size 247 diff --git a/mzn_Arab/.gitattributes b/mzn_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/mzn_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/mzn_Arab/data-00000-of-00001.arrow b/mzn_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..741bfdf9205dae1e0c2ca18177b08eb5d1da550d --- /dev/null +++ b/mzn_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4eabfd4ecbed94c668c68f990e57a145f5a1829fe81ac3040889930af2b448b +size 24527960 diff --git a/mzn_Arab/dataset_info.json b/mzn_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..774d7370bfd3c809b029f76a54accc448aa3d012 --- /dev/null +++ b/mzn_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22840a786dc8bf724fc09780bf0a7ba88ed89f05762949ef93a650a539d81da +size 1111 diff --git a/mzn_Arab/state.json b/mzn_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c955d3f75b04cd2f372425e63b4981e30a78f813 --- /dev/null +++ b/mzn_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddb38975d3fdc0452b099d75a6fe72e4e3ce314b007170fb29b74cf3afd5c55 +size 247 diff --git a/nah_Latn/.gitattributes b/nah_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nah_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nah_Latn/data-00000-of-00001.arrow b/nah_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..47743ccd5aa218b17f13a21cabddbda3f222476f --- /dev/null +++ b/nah_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c84a80088bc74cb3ab572ec520ca57c6d92939aa5fe95be3f079bc132944cfe +size 1908504 diff --git a/nah_Latn/dataset_info.json b/nah_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ffc2712994577700d9d52a3479669f22e02534c4 --- /dev/null +++ b/nah_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b413a5e96dbb0dd3cdc962b756b13dcd424f09a2e9ae7534a90f9fa24be5c94e +size 1105 diff --git a/nah_Latn/state.json b/nah_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..41df9ff304714c067b5480383ca3daf32ecdf411 --- /dev/null +++ b/nah_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2718ad438ab83e896e2499ceb1d1868533c0a26bfb49847e28d592d75df964ba +size 247 diff --git a/nan_Latn/.gitattributes b/nan_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nan_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nan_Latn/data-00000-of-00001.arrow b/nan_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..55145c8570d2799a2ba41e8310fd10aeb3d0ca38 --- /dev/null +++ b/nan_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce13ca1ba9554e0c9b9ea5da34ed5ebdad2cc2a8a2f9d4c0db9ec99376d8660f +size 112255352 diff --git a/nan_Latn/dataset_info.json b/nan_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f245e6acedd1be254481dd97111a8a8283f100eb --- /dev/null +++ b/nan_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8fab1bcf9aba5650b50ebac6f2167a7f32d0caec4aa23522f424f330375c3f +size 1118 diff --git a/nan_Latn/state.json b/nan_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f5ef441416b5fb5e7da387d01ea0e24433ad16a7 --- /dev/null +++ b/nan_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14010dbc7baf1ed6af26eeff3c6d9a8631441fb8967b33aa063d0db34cdc81de +size 247 diff --git a/nap_Latn/.gitattributes b/nap_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nap_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nap_Latn/data-00000-of-00001.arrow b/nap_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3558457f204ad7441ca8cb8fc743a51f18b171d4 --- /dev/null +++ b/nap_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38177d638e94faf7d0d456d66197b67b439f43fea4b35e7f815d3915252f1626 +size 11778888 diff --git a/nap_Latn/dataset_info.json b/nap_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d82f0661b8843e97422288aea2b2c869deda5634 --- /dev/null +++ b/nap_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6038927a5872967785361440a27e4fd69af2a0d29a69eec471ead6b36e66a1a +size 1111 diff --git a/nap_Latn/state.json b/nap_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5d7e63c41f5f77221c314c26dbac657e7ca4633a --- /dev/null +++ b/nap_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bca23cc6ebe85e15f0ee339e619b9bab05d886317d8894cb0b44260af62d8a +size 247 diff --git a/naq_Latn/.gitattributes b/naq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/naq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/naq_Latn/data-00000-of-00001.arrow b/naq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f51ce8c65da1cb049488bb7b510860992ef2c094 --- /dev/null +++ b/naq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86952eb034246552c66a6e4346bcb18f41d2773dd39238815b349530394e2251 +size 1380728 diff --git a/naq_Latn/dataset_info.json b/naq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4da7a5a29a934883266efe760b41bf1199bb01e5 --- /dev/null +++ b/naq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270020e18de78467f766b123923770745a47bf1dbbdd78ac15bbdc9961bf1e0b +size 1105 diff --git a/naq_Latn/state.json b/naq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a8e5de50bc7d49817dc09fef2ac6525a2cdaf976 --- /dev/null +++ b/naq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51a8988914be06cb3fc4da971ea64d85821b1b09ffbf97c51fa99299ec7d8e5 +size 247 diff --git a/nas_Latn/.gitattributes b/nas_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nas_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nas_Latn/data-00000-of-00001.arrow b/nas_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7f866784690b2a556a195474b5c398edbd7122a5 --- /dev/null +++ b/nas_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2603973593feaa1df5489b67f5c47c2b45a0a0b2b000a456834675b246d07f6c +size 4056 diff --git a/nas_Latn/dataset_info.json b/nas_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..439a615f20bfa922f5152b115a3d3bd085005c46 --- /dev/null +++ b/nas_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8de2a3741ec78002fa200cffcc39c9c7eeb1c6dbcad256fbde5a1b0137f060 +size 1087 diff --git a/nas_Latn/state.json b/nas_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..596b4aaf75ddb2f5d46ba5c8b4f3daeab32b6c1c --- /dev/null +++ b/nas_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38418de96e7dc757bdd5b72836e78eb9ea64ff2c330a34504caa755e197c6993 +size 247 diff --git a/nav_Latn/.gitattributes b/nav_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nav_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nav_Latn/data-00000-of-00001.arrow b/nav_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d733c8b168df1b90eff9b2b67bc292fdc350120d --- /dev/null +++ b/nav_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca99c8026fcb9c9ddd17f92e60005e7502ec6e187fdad4ad634396eec8daaec0 +size 36098808 diff --git a/nav_Latn/dataset_info.json b/nav_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..30e834c45b01cd1112223eccb27b45f55ac24327 --- /dev/null +++ b/nav_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0005c35b00fc126ba853f88494d9716ff7718f476f24ed2f8f0912e9c12823b7 +size 1112 diff --git a/nav_Latn/state.json b/nav_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..05173406508eb33a39881c75b23fd0ef7c2ec332 --- /dev/null +++ b/nav_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba593e7a141685c8001271a9a4a7693d014c601db3b53ac06a4121a5329181c +size 247 diff --git a/nbl_Latn/.gitattributes b/nbl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nbl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nbl_Latn/data-00000-of-00001.arrow b/nbl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5575177d07f23ac87d474389ac08fbd169e9feb2 --- /dev/null +++ b/nbl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8999dbe009027bee6b3fb0e42d70f37e245f3bc9026c94d6fe29d0f722f9a72 +size 6456720 diff --git a/nbl_Latn/dataset_info.json b/nbl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c4fa2b37211efd5fc868c3acb90343e832f65ac4 --- /dev/null +++ b/nbl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4997c62396346008a5e31bd72630e666be2e161b753dd583aa9197305bd9d2 +size 1107 diff --git a/nbl_Latn/state.json b/nbl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..edceafc649f537484a0ed15aa21847628bd4b760 --- /dev/null +++ b/nbl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d0d883e875c2db53194a18c29c66a35e930e8b0b64d04e4462c98f03c6e20b +size 247 diff --git a/nch_Latn/.gitattributes b/nch_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nch_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nch_Latn/data-00000-of-00001.arrow b/nch_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..51b34a6d81a6715668aee41c7752f211318de2bd --- /dev/null +++ b/nch_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4241a16eccc4545425583b31591a24ebdad04cc8b2a9b68f7cd903148a0587 +size 1916096 diff --git a/nch_Latn/dataset_info.json b/nch_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ece773fc03c3d3b5a3bc0729ef5009051419dcc0 --- /dev/null +++ b/nch_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9797a0b084d6c42954819ceac00fd5c3828a53aa4db2c9558d76a4d25aff929 +size 1105 diff --git a/nch_Latn/state.json b/nch_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4b37c33eae58e9e25de368c725b445f2289b25df --- /dev/null +++ b/nch_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb59c132fb9754bdb728097292289a7d15a90f3b055630e8f6154797d0b3d89 +size 247 diff --git a/ncj_Latn/.gitattributes b/ncj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ncj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ncj_Latn/data-00000-of-00001.arrow b/ncj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..611e55353ffc0b64f719de5cf91b360ce4cb5330 --- /dev/null +++ b/ncj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580773505fdc85060dc50b887dbac10c0d2cc82e5400cf38e3e31d753a20ff92 +size 1654080 diff --git a/ncj_Latn/dataset_info.json b/ncj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f0be77abbf5f12015982425b93b1dd1ecfc06a8c --- /dev/null +++ b/ncj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216b2aa801f7185ec7d78f14c8cb72fbba54495398dd2b00647b5a88fcaa74f7 +size 1105 diff --git a/ncj_Latn/state.json b/ncj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3c5a9e8a8c55277787bdceaeaf1a864ea40923ed --- /dev/null +++ b/ncj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83cecf6ee852290b7838078a595c89a056997eb84e6ea2b173aa6c4680f690f +size 247 diff --git a/nco_Latn/.gitattributes b/nco_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nco_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nco_Latn/data-00000-of-00001.arrow b/nco_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..157af7e99865a44f2857f98c10d8bd8d3ccc4ae6 --- /dev/null +++ b/nco_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16048e3726443c7f35ce64aae6f32935da2b21393cfe67599661e9df287058b +size 4896 diff --git a/nco_Latn/dataset_info.json b/nco_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..004ffd5783e8446d16430b9357b47b68391be3ed --- /dev/null +++ b/nco_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1a629e7e92cbebd387c10a6f58ac09f2bbc0279085de6491cd917481273e45 +size 1087 diff --git a/nco_Latn/state.json b/nco_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b59122354525811c9739abf0c1cb7467976e0028 --- /dev/null +++ b/nco_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965da0dd0dd1d559b5f98c910e9f71866d1d3c6e549ec85a70af10ed4d866151 +size 247 diff --git a/ndc_Latn/.gitattributes b/ndc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ndc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ndc_Latn/data-00000-of-00001.arrow b/ndc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..561ffa3ce997be04bc4046e7c747c636a69c9a52 --- /dev/null +++ b/ndc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b012785ad5da667b65acddabd648c701e108092f0ec7f3adc92ac617b15e5db3 +size 1061176 diff --git a/ndc_Latn/dataset_info.json b/ndc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0c288e8a27d2387b8f969ea44f18897c19e80246 --- /dev/null +++ b/ndc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662d0d35fb070f1324e885565996a525a18d3ff8e551f90fb49fa2760a9c794d +size 1104 diff --git a/ndc_Latn/state.json b/ndc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ec9a6e61822e991ef91014fd8f990e3349b7c2c6 --- /dev/null +++ b/ndc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6923303a7454e62b6eaaa1e02842dd5b90909063faf1a64d0e72912110278292 +size 247 diff --git a/nde_Latn/.gitattributes b/nde_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nde_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nde_Latn/data-00000-of-00001.arrow b/nde_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c6706279edaa6d18d46d0dea3bbeb800736ee73e --- /dev/null +++ b/nde_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807dad3f01996070052cf1768324e6af532c51ffdf864f9bf0ba053887c120ed +size 8271984 diff --git a/nde_Latn/dataset_info.json b/nde_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d86e1b850db9738bcc72afe4802928cc2e7c0140 --- /dev/null +++ b/nde_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726e5e9e03c9e494c214f6bb7776c833f0bb7b481adf030c96b185bafbb2ed43 +size 1109 diff --git a/nde_Latn/state.json b/nde_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..67662af92f2688c7d7ce7f8990805747fb9a33cd --- /dev/null +++ b/nde_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac749c4758a6613522624a8b19f2e40e40559eee821dbc67761fc2a555e8c16 +size 247 diff --git a/ndo_Latn/.gitattributes b/ndo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ndo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ndo_Latn/data-00000-of-00001.arrow b/ndo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c94f943e907ec9879aa52c636c4ea86babafc65c --- /dev/null +++ b/ndo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6f1a82c4152c1c04043fbf855ed7c2df00e27624c8479581ea5c7ed589d758 +size 2651552 diff --git a/ndo_Latn/dataset_info.json b/ndo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6b85799a1e72992930e57db762ef0f43d6cdf025 --- /dev/null +++ b/ndo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16c2fe16f35305790662cf2d0f7b6873bba58234c094aee6ed5044d75be72d1 +size 1106 diff --git a/ndo_Latn/state.json b/ndo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..edac72e2b250a3715468fd244f7437fe3aba6920 --- /dev/null +++ b/ndo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d582b8d39f09f738bbd31ec11da068f7cef2b7d879a54e0d17e0d247b7bf226c +size 247 diff --git a/nds_Latn/.gitattributes b/nds_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nds_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nds_Latn/data-00000-of-00001.arrow b/nds_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d6f26fed26ed6e5918c6235b636f9ab104830a2e --- /dev/null +++ b/nds_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004a55145265044f330cfdcf15b1142d96027c8a1f8b271d4d2345da0b0e732b +size 129114040 diff --git a/nds_Latn/dataset_info.json b/nds_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1c3d482733d85575b19d55d104660b4a06029fd7 --- /dev/null +++ b/nds_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b2685a5bdb0563fcc414316022d05e1a66fe1e5521782ccbc386eda2531771 +size 1117 diff --git a/nds_Latn/state.json b/nds_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..31a0e16eb79af9258c7ec8290e517a7828ca3b29 --- /dev/null +++ b/nds_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541e7646c836e338b1b7d189ae7fcf95641d24452b242cf384b10ee3a68ccbde +size 247 diff --git a/nep_Deva/.gitattributes b/nep_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nep_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nep_Deva/data-00000-of-00062.arrow b/nep_Deva/data-00000-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3f486290fcbe0842504ff5df1dd0a2b2e6c61a3c --- /dev/null +++ b/nep_Deva/data-00000-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44547f160f94f5ba519efcbc804a141a6bc35b125cf12a086aac70a5aa7c8cb2 +size 1317431688 diff --git a/nep_Deva/data-00001-of-00062.arrow b/nep_Deva/data-00001-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d585f705839e11fe267fec56d5e21b562a957462 --- /dev/null +++ b/nep_Deva/data-00001-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df3b5f7437e2b4d015e0308d9ec149611be71311cf3581f1db01a9f318cc358 +size 1170518792 diff --git a/nep_Deva/data-00002-of-00062.arrow b/nep_Deva/data-00002-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..20abc47f0debac2856d092d6457d3de4f354b383 --- /dev/null +++ b/nep_Deva/data-00002-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b089bf395aba26ab3435267e0c3f13f2da4467667ea4ffa4393eb3feef1ba38 +size 517012528 diff --git a/nep_Deva/data-00003-of-00062.arrow b/nep_Deva/data-00003-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..240b8b731b7bd618d299bdbb302579481db53fd2 --- /dev/null +++ b/nep_Deva/data-00003-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343d3bc0a989b8665f643106324c4007aa86ef196fed3efb4c71638c17fb1ec6 +size 669032224 diff --git a/nep_Deva/data-00004-of-00062.arrow b/nep_Deva/data-00004-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3d423655b9627f2c31fe269fa07a0eba8be9908d --- /dev/null +++ b/nep_Deva/data-00004-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52bf328480fcb87cbc7b70066c43baf4f4d8399379f9ce27f86bd2ad0ffaead +size 774133720 diff --git a/nep_Deva/data-00005-of-00062.arrow b/nep_Deva/data-00005-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ddb6cf9bfe853e0482228989a761efb203d6aa51 --- /dev/null +++ b/nep_Deva/data-00005-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb15e41743fbbe47e001bf45382b6216dc080741244ed5c87519052743e8d3dd +size 521302640 diff --git a/nep_Deva/data-00006-of-00062.arrow b/nep_Deva/data-00006-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7d2f618c46dd65733e645d2ab7a698baeba35d1c --- /dev/null +++ b/nep_Deva/data-00006-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84c149a4a048d59336ae74f375e1ddd20cd9b9bfa3560a741e52e374cdaa445 +size 740039448 diff --git a/nep_Deva/data-00007-of-00062.arrow b/nep_Deva/data-00007-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c99ca97b65bdce7c541a0350335dcdcf4560079d --- /dev/null +++ b/nep_Deva/data-00007-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3f89e6872d8b7e11268b508f975dbccd9277020bd443901023301a539b2cf5 +size 763134072 diff --git a/nep_Deva/data-00008-of-00062.arrow b/nep_Deva/data-00008-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f918274b32934835a13b8c73b6ff16514f11b44b --- /dev/null +++ b/nep_Deva/data-00008-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790cfe26ab56045081e8027388555340a79ac7f329a1de5241d7d0f2f0831a19 +size 792542744 diff --git a/nep_Deva/data-00009-of-00062.arrow b/nep_Deva/data-00009-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..50aeb1f79c7e62f1be09066d0e3f4dabf894ae2b --- /dev/null +++ b/nep_Deva/data-00009-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66c03cac65f8f7bfbfb523b05105ba24dc3ed11eca45ccd7815c72a3dec2bf7 +size 791154096 diff --git a/nep_Deva/data-00010-of-00062.arrow b/nep_Deva/data-00010-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b9d4a4166fd42b2f5dba820aa10da520a80921b --- /dev/null +++ b/nep_Deva/data-00010-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab45826c7de1efb602671971ee76c874f4a742839feb4da53f37f7c5dab07f4 +size 787018400 diff --git a/nep_Deva/data-00011-of-00062.arrow b/nep_Deva/data-00011-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..76abbcf0ee3e5ae34432f4ea977c4e3e59d38a65 --- /dev/null +++ b/nep_Deva/data-00011-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8684385f855bb115e53abb837d75d0e2c2877437dda6fda73825c1a256b101b +size 791519384 diff --git a/nep_Deva/data-00012-of-00062.arrow b/nep_Deva/data-00012-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..96416325c024759c98e6d11412fb645cea7c48a5 --- /dev/null +++ b/nep_Deva/data-00012-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c4c62ff142108f31287ec74b0bfea08421ff7c6cfa3c98b741541c766cc2ce +size 808069280 diff --git a/nep_Deva/data-00013-of-00062.arrow b/nep_Deva/data-00013-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f44f4de89314534c2eb8712b849cb701cf22f198 --- /dev/null +++ b/nep_Deva/data-00013-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f6d03f4e20f865ed046739c03545d1eb61a833e58d21f9bc4e5fd0fb22d659 +size 781048272 diff --git a/nep_Deva/data-00014-of-00062.arrow b/nep_Deva/data-00014-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0ab6bd45cd54d4b6d5aa16cac07e78650529f7da --- /dev/null +++ b/nep_Deva/data-00014-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4155e60be8e550c486061f08f4d631860afa58f3028229da8c16d8a719e02f +size 815869184 diff --git a/nep_Deva/data-00015-of-00062.arrow b/nep_Deva/data-00015-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6f6fa87b010758ba8254544d4f55b2142f5a269f --- /dev/null +++ b/nep_Deva/data-00015-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989352820bc0ee86c7e3b1046f65292261c40cc1ffcd00a68f78e27ee18eb1c2 +size 473732152 diff --git a/nep_Deva/data-00016-of-00062.arrow b/nep_Deva/data-00016-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b6f0e24861afa4f8b9533b9211d9b7c6fbf2fa15 --- /dev/null +++ b/nep_Deva/data-00016-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f4ff9b0202c4e11e79b1be1836ae5704a2b8b58c93ff7a9f7016e446e9264d +size 298617520 diff --git a/nep_Deva/data-00017-of-00062.arrow b/nep_Deva/data-00017-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..775b32cf340cf1d2052df22ff8c1f1190839c8f9 --- /dev/null +++ b/nep_Deva/data-00017-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8190990701e58dfc60fc6be771bf0a6463423864ceddcca7abd1b2b75f4a7a +size 874937224 diff --git a/nep_Deva/data-00018-of-00062.arrow b/nep_Deva/data-00018-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5558d18f47d0fed78316f11cc9b38334661de30a --- /dev/null +++ b/nep_Deva/data-00018-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f6a2c0a8350a7dc4a75ece3fe020eb76919721e69ee8a9d53c9be9f52ce4db +size 588497936 diff --git a/nep_Deva/data-00019-of-00062.arrow b/nep_Deva/data-00019-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..efa42bc69206ddfd3c18d157d520b4553815c9ef --- /dev/null +++ b/nep_Deva/data-00019-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf57bb52097a884de90009eb7b279292567e6b850c60e6f79f4cf6499206a09a +size 85160872 diff --git a/nep_Deva/data-00020-of-00062.arrow b/nep_Deva/data-00020-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6eddfcab5ddd09dcb552bd1710bc020d7366f14 --- /dev/null +++ b/nep_Deva/data-00020-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40674748a46e1e0822c7c983375483be0053c9be6e8da143203e2b71f5ec1862 +size 84044800 diff --git a/nep_Deva/data-00021-of-00062.arrow b/nep_Deva/data-00021-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d33660abb98bb71f361c68b770f019d84175ce8a --- /dev/null +++ b/nep_Deva/data-00021-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec272991d3bbc5835ca79ba83ced60a905b78b6855630fcf88ac520610135c0d +size 87641968 diff --git a/nep_Deva/data-00022-of-00062.arrow b/nep_Deva/data-00022-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bde3582603b165e8f0b36cc9006d0724a9995ed8 --- /dev/null +++ b/nep_Deva/data-00022-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925b929389051e835a846c4882d9db6e838bd6fccdf02b9e43d0114198614984 +size 87866920 diff --git a/nep_Deva/data-00023-of-00062.arrow b/nep_Deva/data-00023-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8ed714d31fe080362c1aabe0fa99c1969b7fa356 --- /dev/null +++ b/nep_Deva/data-00023-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056bb31dae6a0618826c7cf6fcfdf1c1c22865d509e9897b44500b67778457fd +size 87895976 diff --git a/nep_Deva/data-00024-of-00062.arrow b/nep_Deva/data-00024-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0b8ec8d6188f1cfeb308908edaabcd844b162a2d --- /dev/null +++ b/nep_Deva/data-00024-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9fb4cb6e7b1d3cd6cf76d03b9574bff9425654ba2071ea28a383a0d6d2ff6b +size 87153280 diff --git a/nep_Deva/data-00025-of-00062.arrow b/nep_Deva/data-00025-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3f00350bad24028403efed2b342cddb5bfb51c6d --- /dev/null +++ b/nep_Deva/data-00025-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9465c6a8ecfdf0ca4e561ec472bdbadade3488b807b7bd95c9dfd96f1b4086cb +size 86984872 diff --git a/nep_Deva/data-00026-of-00062.arrow b/nep_Deva/data-00026-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..54e085cd0f219a945f6fcb24fe0a8e4d5dc40868 --- /dev/null +++ b/nep_Deva/data-00026-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174e3658d5e6445d588aa3b1d2fc52193d05da2816294a5d532ca4d9a6036663 +size 87432240 diff --git a/nep_Deva/data-00027-of-00062.arrow b/nep_Deva/data-00027-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c0b223f887502414e4eb021ed5c864081e022fa1 --- /dev/null +++ b/nep_Deva/data-00027-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3660234eabe62e80ea8d459af0322abaf9bc2c26456540697d8b240f96038810 +size 88280352 diff --git a/nep_Deva/data-00028-of-00062.arrow b/nep_Deva/data-00028-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ed13c7a1e7adff79bea752df6eb1b3b98708202f --- /dev/null +++ b/nep_Deva/data-00028-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9eb5b772eade1c0e5b8c8b2e63a99163d0de8ed8f33105021e861571e89e85e +size 87529648 diff --git a/nep_Deva/data-00029-of-00062.arrow b/nep_Deva/data-00029-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..926d89ad0718ae6924375a51882f55990cb13720 --- /dev/null +++ b/nep_Deva/data-00029-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68979b5890357b16a0a8047d77ed2606bd284f638efa069b6c1a7fefc9f4ab7 +size 87579616 diff --git a/nep_Deva/data-00030-of-00062.arrow b/nep_Deva/data-00030-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2d8804b71b93e469edf091e997bf73232366fc79 --- /dev/null +++ b/nep_Deva/data-00030-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aea510d1e9081cda13058fae0de9886a8626326e1e81b0448f8bff543ae8984 +size 87006872 diff --git a/nep_Deva/data-00031-of-00062.arrow b/nep_Deva/data-00031-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0759a84b570fe6292c4c9e46a79c9197f5e2208b --- /dev/null +++ b/nep_Deva/data-00031-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe1d032cccdf04cde149e574bd5bdb50539177221cd841c7a2496d8f802d834 +size 87669008 diff --git a/nep_Deva/data-00032-of-00062.arrow b/nep_Deva/data-00032-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..039991098a8fcb77795d7dff3b74e57695e2b310 --- /dev/null +++ b/nep_Deva/data-00032-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715a745b91b9148d3e098ae8ae03bf68ca5b8f1eb71712e3d6ffb44513f73dcb +size 86812832 diff --git a/nep_Deva/data-00033-of-00062.arrow b/nep_Deva/data-00033-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..40c95d32b11670963ad0b3405420c78dfd211bac --- /dev/null +++ b/nep_Deva/data-00033-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c9ff258cf62c1a9c336b9d4218d67a87baceca233c91bb71f77ccbf178cf1c +size 87405192 diff --git a/nep_Deva/data-00034-of-00062.arrow b/nep_Deva/data-00034-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5d4b012a81754d10c4af357e55b2c15d0b881669 --- /dev/null +++ b/nep_Deva/data-00034-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd8465d9820683b7e0280b510847782ed86c22d8d2791759798294172524c21 +size 87225688 diff --git a/nep_Deva/data-00035-of-00062.arrow b/nep_Deva/data-00035-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..19d5102af9124f7509d7d67aa557104cfe0f7198 --- /dev/null +++ b/nep_Deva/data-00035-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f6ca9103c7c51be640a9354933c05b86dadfaa523e0795f32f4577171106b6 +size 87172504 diff --git a/nep_Deva/data-00036-of-00062.arrow b/nep_Deva/data-00036-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..247ce88efa41a705231b57a01fd42a88499c5fd7 --- /dev/null +++ b/nep_Deva/data-00036-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0325469bbd033cc833e1e223fa889633bda7bdc3a63be816b09734c3990ee3 +size 87172728 diff --git a/nep_Deva/data-00037-of-00062.arrow b/nep_Deva/data-00037-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3993a355c242758d36a1a3638b69edd0b55dcb0e --- /dev/null +++ b/nep_Deva/data-00037-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a39db6191980f6c965e8cccb1341a89eaa226baea35d9bd173ec6c2ad5bf678 +size 87070256 diff --git a/nep_Deva/data-00038-of-00062.arrow b/nep_Deva/data-00038-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eb181477b052becabbbca09c84accf1ad8c8861b --- /dev/null +++ b/nep_Deva/data-00038-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c80a947ce7a2b364265017d063f29a4401b35894281273066a1a0530f4bbda3 +size 87580024 diff --git a/nep_Deva/data-00039-of-00062.arrow b/nep_Deva/data-00039-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cd258e43fa4024f1a1546a22acf476fab7687861 --- /dev/null +++ b/nep_Deva/data-00039-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b18af6c2b13220fe3a8ff276a388bae1c47a75fd8df137faf698714efbc79ba +size 87220624 diff --git a/nep_Deva/data-00040-of-00062.arrow b/nep_Deva/data-00040-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ab96206817c236870330e8a55f30ee9c48c14d78 --- /dev/null +++ b/nep_Deva/data-00040-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6301f43ab02c85032ae036ad5632faa6ffdd4d0710f593efc45ad7ab2f0fca36 +size 87166264 diff --git a/nep_Deva/data-00041-of-00062.arrow b/nep_Deva/data-00041-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3135d63a7244d681f44603043ebcb61de2e169af --- /dev/null +++ b/nep_Deva/data-00041-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66ab839ccae5571c9a400bb1868c9873bec10a62db18f52ea79ce6287bb2eaf +size 87199480 diff --git a/nep_Deva/data-00042-of-00062.arrow b/nep_Deva/data-00042-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10f713deb7357953a4c2548438e7a8f2895d0124 --- /dev/null +++ b/nep_Deva/data-00042-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a869c134e5041a258aa8e502ad71feafab2715059ae13370231f320caabc83fd +size 87447992 diff --git a/nep_Deva/data-00043-of-00062.arrow b/nep_Deva/data-00043-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..32b653a7a64dae0436da96e99074ef5ab04de552 --- /dev/null +++ b/nep_Deva/data-00043-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168e7c6a51a6bf167de9af2b214d3e795d25a11d59c3190c596d27b81f95ce52 +size 87636776 diff --git a/nep_Deva/data-00044-of-00062.arrow b/nep_Deva/data-00044-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee9f10fe49202cee86e6058bf2c7416975258776 --- /dev/null +++ b/nep_Deva/data-00044-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695699b8cb7e72102f6557f76bca53007ad04592b1cd5dc35bb2acf92c7701af +size 87503328 diff --git a/nep_Deva/data-00045-of-00062.arrow b/nep_Deva/data-00045-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b46e38bab8caeb8130ecddceba36f4dce41b4027 --- /dev/null +++ b/nep_Deva/data-00045-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da2c2e48c1fcaa458be653091492000a30eb8c1ed3e44744ec6624ca2e94f46 +size 86965272 diff --git a/nep_Deva/data-00046-of-00062.arrow b/nep_Deva/data-00046-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2ca886d11723ad849c11f3b63ce6ec5ce20329f6 --- /dev/null +++ b/nep_Deva/data-00046-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9425f661b3172cc9fd692a3a3175a3397f5ecd6182fa2b6c86612a04a60a18f +size 87464136 diff --git a/nep_Deva/data-00047-of-00062.arrow b/nep_Deva/data-00047-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..23227859ab1fecc0899d15198145e119b82e0da8 --- /dev/null +++ b/nep_Deva/data-00047-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0bb8c885e17eca89da10eafab7c46fc368acf0dd2fa21b94caa2f665e1b80c +size 325567896 diff --git a/nep_Deva/data-00048-of-00062.arrow b/nep_Deva/data-00048-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a301936dda68083295e5e9c13c8faf52cbb2a5f0 --- /dev/null +++ b/nep_Deva/data-00048-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4d4ff2f7376da10268e8cb5c265fd2e88f571fdd2f80ab7fedea5aaf755d59 +size 817915856 diff --git a/nep_Deva/data-00049-of-00062.arrow b/nep_Deva/data-00049-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..89c62034220a6f612728868ef86dc7c782bb067a --- /dev/null +++ b/nep_Deva/data-00049-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fad5c6a20ff729997019483ee81851ad2d80ccd3873d8975ee51928ffd63c47 +size 824592912 diff --git a/nep_Deva/data-00050-of-00062.arrow b/nep_Deva/data-00050-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..634ec83e402f3b8e96bf004101524defca8b090e --- /dev/null +++ b/nep_Deva/data-00050-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f46cd8edc4b74ca0471865f6e7b46ad6e1465b3828122014e5580d176fe520e +size 831343104 diff --git a/nep_Deva/data-00051-of-00062.arrow b/nep_Deva/data-00051-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d63db51cd4b03f33098bab106f6c566561fe0dd --- /dev/null +++ b/nep_Deva/data-00051-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f752d548d5d54a8e36702faa61f8427d4655b096c8a18fddec8c1b3792e9d9 +size 1102325936 diff --git a/nep_Deva/data-00052-of-00062.arrow b/nep_Deva/data-00052-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..05a844ea629c448f64a8a757920c1ae0878c3e3c --- /dev/null +++ b/nep_Deva/data-00052-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6c89ae88813b5031a35f184ae3e87c186ad2ecbd5aa5cb0839fba9f83be347 +size 1625654480 diff --git a/nep_Deva/data-00053-of-00062.arrow b/nep_Deva/data-00053-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..35eeef519062e6a32312111e3824fce67ca7c379 --- /dev/null +++ b/nep_Deva/data-00053-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf21a9575d1b6c960d2cfe34d4a381424c833e7604091b81e07c474909f792dc +size 1506161944 diff --git a/nep_Deva/data-00054-of-00062.arrow b/nep_Deva/data-00054-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..75e3297c27c3523cdc398e49e9694155fd46ff00 --- /dev/null +++ b/nep_Deva/data-00054-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22ca15001c4629124626a9a84083b01a4019791b1f2209679af5db07fcbe69a +size 912710896 diff --git a/nep_Deva/data-00055-of-00062.arrow b/nep_Deva/data-00055-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..838e7253c59c36a70644ee51a543755f78d44d16 --- /dev/null +++ b/nep_Deva/data-00055-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c92df304d66b603f6ff754f245736730ef3b1c926a9eaae9582a6ebe572847 +size 912173136 diff --git a/nep_Deva/data-00056-of-00062.arrow b/nep_Deva/data-00056-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..757333709a2b3263751718f0c91d29fb8a3fe5b2 --- /dev/null +++ b/nep_Deva/data-00056-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185d94e09985af85d3e65364c5d496d3281aadb80a8d564fc629ce4897b9ebdc +size 843324744 diff --git a/nep_Deva/data-00057-of-00062.arrow b/nep_Deva/data-00057-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..51d485c6b36d8e13286debf1d98033d0a0b0f59a --- /dev/null +++ b/nep_Deva/data-00057-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d474853209653e5dfb040c7c0ddf6e997907d00b00457088af7438df4f4d017 +size 920534896 diff --git a/nep_Deva/data-00058-of-00062.arrow b/nep_Deva/data-00058-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb742413b8efee63e1eb1ae56d8e18b61ef07dce --- /dev/null +++ b/nep_Deva/data-00058-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e402ad17b91fff3ffce41abe18333e047289cfdc1b42aaa4de2af625f63a90df +size 915025752 diff --git a/nep_Deva/data-00059-of-00062.arrow b/nep_Deva/data-00059-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c29aca7d35f26d9c7c60d73fec7125479805ae8 --- /dev/null +++ b/nep_Deva/data-00059-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f0899930884cde12bc1ab6332f2a1a5c199564c589f9c5dcbc056b0ade15c3 +size 916714176 diff --git a/nep_Deva/data-00060-of-00062.arrow b/nep_Deva/data-00060-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..59d6f1379832af41359bb16e912113c192ef963a --- /dev/null +++ b/nep_Deva/data-00060-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0426e22f8b7f61fb2118036e353c215c338c642ac628c5df609e6f1b07270a +size 916232608 diff --git a/nep_Deva/data-00061-of-00062.arrow b/nep_Deva/data-00061-of-00062.arrow new file mode 100644 index 0000000000000000000000000000000000000000..113c510cde255574cda7484d53b596c31aae3c61 --- /dev/null +++ b/nep_Deva/data-00061-of-00062.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e5f0a7a0d8b9fccc5c6d19c3cb7332c66ad5506186a94acfbedbd171fae1ff +size 620433568 diff --git a/nep_Deva/dataset_info.json b/nep_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8a7bca272283cbb3e0eeed9e23ab4d711ba00bd4 --- /dev/null +++ b/nep_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453599bc6298de76cb23063db9a8593342ce0d26d13b212904cf91b0a2ff88c6 +size 2852 diff --git a/nep_Deva/state.json b/nep_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7750e791a63124635507be9b46908707d432ee49 --- /dev/null +++ b/nep_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83bffcf9d8a801c905c3655094e394666dcd58422a1f6203c04e44fbe26efc8 +size 3846 diff --git a/new_Deva/.gitattributes b/new_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/new_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/new_Deva/data-00000-of-00001.arrow b/new_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..25fdb9f566ca0cec52e30cb0730d5249f5e16b49 --- /dev/null +++ b/new_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4ef4a80d5b151c374d0d82a0c26d985ff5462841fa7bfaad78d23117b9d7ab +size 59962232 diff --git a/new_Deva/dataset_info.json b/new_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b61320c8036cac1024ad1be6f210f45e1817d8e6 --- /dev/null +++ b/new_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6a204f6f970ce5e36cfb7698bf52f821f0fc1bd598f9ff46c1397423888c19 +size 1117 diff --git a/new_Deva/state.json b/new_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..51012ac7d2807b2f9678fbc0562d9d58ce1428ee --- /dev/null +++ b/new_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f20d9f6d593bdc42cb49725fc982a122aebf9d78290fa81970cd27f9ded6e9 +size 247 diff --git a/nge_Latn/.gitattributes b/nge_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nge_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nge_Latn/data-00000-of-00001.arrow b/nge_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..97e259fa9132de112bef544ec82bc51184152c1e --- /dev/null +++ b/nge_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51780a9d563f7a0ae3905c22056474b02e1a2ce6853f2e1e51ccdc0b1caae3c +size 4152 diff --git a/nge_Latn/dataset_info.json b/nge_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a46d2636d566edbe539e511ff2f5e0b7da6c8d65 --- /dev/null +++ b/nge_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabc1c3f97566ca78810bac667247fb9e36c2c9dcb43d93fa22f885aa4d22d22 +size 1087 diff --git a/nge_Latn/state.json b/nge_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..60a8cd1d8305a554bcfaa665d7d055370fbd3a4f --- /dev/null +++ b/nge_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7c3af4771e9a7dfcff9bf27fcef3e79c2ca90cade4a198c274bf8e21fd9840 +size 250 diff --git a/ngl_Latn/.gitattributes b/ngl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ngl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ngl_Latn/data-00000-of-00001.arrow b/ngl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f8e5c419c4f444ce34a186cec4fc69f0e42117d0 --- /dev/null +++ b/ngl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd9336b6e0aca0eaad0e3b03f9e5b4f9775c3093b16d7ec4c7081ad7b1afd37 +size 1752 diff --git a/ngl_Latn/dataset_info.json b/ngl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c5bb243a40f07f527f7946a555d2d05ae2a3df22 --- /dev/null +++ b/ngl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b957f5b82ca6701fc2b772c3cfbfafa4925aaa83f099539b687d14e0f2fb509f +size 1088 diff --git a/ngl_Latn/state.json b/ngl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..066366e984158b25951748ae913e96cf98bf122a --- /dev/null +++ b/ngl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bccbb89b25a69463affe60ad5b5f6b9e05f370e45f13b394473b3800a355cb03 +size 247 diff --git a/ngn_Latn/.gitattributes b/ngn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ngn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ngn_Latn/data-00000-of-00001.arrow b/ngn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b5ffe94f0eb87fe1d14db0092cce19245a7600c7 --- /dev/null +++ b/ngn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0e2522464af8a7a1820319942a5a1e972901a1669af1b53f313f6479ba5a3d +size 3712 diff --git a/ngn_Latn/dataset_info.json b/ngn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1caf7ab5513e2f0c43299bb4478de1e3414951b0 --- /dev/null +++ b/ngn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6feeb71bd98018b89eb01d14b58a034660c5b63bff71f757e92f4cd12b89f3 +size 1087 diff --git a/ngn_Latn/state.json b/ngn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..65864224a1d35be19c9818f484b291aa3bdee5c9 --- /dev/null +++ b/ngn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227e82caa7f323fb8865b90086e1fd93fd0ef9e428dd0f6c70538c9ecb5d189a +size 250 diff --git a/ngu_Latn/.gitattributes b/ngu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ngu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ngu_Latn/data-00000-of-00001.arrow b/ngu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4e0df0cdf2de276f925f166f2d2831be446c6d9e --- /dev/null +++ b/ngu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c558921c843d9ac0bf944a6b05dff64809a81999f4f61d24ebb02682a4faba6 +size 13853688 diff --git a/ngu_Latn/dataset_info.json b/ngu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a731fd56ec0187233343c6980ed9dd6813d8d91c --- /dev/null +++ b/ngu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9418a69a7eb2c37a32e8b0338fdfb7fe17886213d93cef4ffd65221f69ba82 +size 1110 diff --git a/ngu_Latn/state.json b/ngu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c44688ccdc47d65bfa1c21d8c3cf376d09524235 --- /dev/null +++ b/ngu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e855dda7ab82292dd5dac8160d0799a02c173eedc284ff9efc293a7dc01e82f3 +size 247 diff --git a/nhe_Latn/.gitattributes b/nhe_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nhe_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nhe_Latn/data-00000-of-00001.arrow b/nhe_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..825cbb0e06a59cf90640c221ee4a920c25e89e2b --- /dev/null +++ b/nhe_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67781d42a495e8842178f855708dc22eb02b7527005f44d5cd81114eb3126537 +size 9602576 diff --git a/nhe_Latn/dataset_info.json b/nhe_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..88967a7b6d27a71fde7df0601aa99949da005d4a --- /dev/null +++ b/nhe_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7286bba501f1ff71ae8e26983bcfa6df7e1062a2c20489b01d9ee88f8f9f25cc +size 1108 diff --git a/nhe_Latn/state.json b/nhe_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c6674ee1b0743a30ce813e563e9c644b66b70819 --- /dev/null +++ b/nhe_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b232e5a3ca4af6da082ccfbdbd9d6be492200fba7fc6afc1b615b19e55cc888 +size 247 diff --git a/nhx_Latn/.gitattributes b/nhx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nhx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nhx_Latn/data-00000-of-00001.arrow b/nhx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0fabb51fcd344e7816d3ff4b4851a120b4c89bf4 --- /dev/null +++ b/nhx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6b714a0663c695ebc911ff8a0497e912e474cee3002e0fca3847014a836e7b +size 3704 diff --git a/nhx_Latn/dataset_info.json b/nhx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7c07dcc23fa536574136ecf2a79fedb000bcb2eb --- /dev/null +++ b/nhx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89ad0d34cbd5cf11322f6323008a0edeeea966092a6b994da6c8fd4ca4c4d6b +size 1087 diff --git a/nhx_Latn/state.json b/nhx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..45ce6dc4c83d0db6ca106409cf9587eb3a97a5ec --- /dev/null +++ b/nhx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7a64cc18533fcbf8bce033a2238276f9eda4e42e7dbc37da70c3ec4c97026b +size 247 diff --git a/nia_Latn/.gitattributes b/nia_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nia_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nia_Latn/data-00000-of-00001.arrow b/nia_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c321d202384914d4a536d395a3a4675cf64585ca --- /dev/null +++ b/nia_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ee6cec8c113718e0d648f66118bd218eea9094ad7b92976c6c30298f98b7ae +size 5323704 diff --git a/nia_Latn/dataset_info.json b/nia_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b314ab7af121813dc4820f1125173a22cde8cf45 --- /dev/null +++ b/nia_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f75c989b8b5277e835619d035fd0a910033df1740ff9223c79b631d36b08360 +size 1106 diff --git a/nia_Latn/state.json b/nia_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cd702bf6b9da02dee5a36293bb262ad996d16cfe --- /dev/null +++ b/nia_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a584f67e77e1682d1af4d6fca59eb316374fdc7aeb1f9ecc7024cec5d9268303 +size 247 diff --git a/nij_Latn/.gitattributes b/nij_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nij_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nij_Latn/data-00000-of-00001.arrow b/nij_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a9b945d075ee191a5e6e59b88c57f5603e74a4b4 --- /dev/null +++ b/nij_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94964a83754fde9aa315e5b9608ff49619c44dda9c05522021eb89f40af98cc +size 1239696 diff --git a/nij_Latn/dataset_info.json b/nij_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..137dbb60e9325014b13f5dcf2cd73f479e168d8c --- /dev/null +++ b/nij_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c204d1ab0c696d55c7e3ed02ef621427ace110528e6cd29a99103f501297b28 +size 1104 diff --git a/nij_Latn/state.json b/nij_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7e20566d7ddc2b591c6364d180a5156c0c6daccd --- /dev/null +++ b/nij_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fedd6443d40eb3e00fed83e5225278844490f1bed275b96bc0c9313b6464f66 +size 247 diff --git a/niq_Latn/.gitattributes b/niq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/niq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/niq_Latn/data-00000-of-00001.arrow b/niq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..562c081d107f76e59aa3236ca81c6f4ba5a773f3 --- /dev/null +++ b/niq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e04c1f1bd9aeb33333d123c45ad04215b3099cf58d170f63bb39e9cde49199a +size 719928 diff --git a/niq_Latn/dataset_info.json b/niq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e6294d1491f0c8f022c799244d185894b6a6b9cb --- /dev/null +++ b/niq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4e533281dd4cc614335af46162a79a05712295e4d37dc5c61fa7d06f03daa7 +size 1100 diff --git a/niq_Latn/state.json b/niq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..31d90d8bfb17147f9131637f9d35d1a50d63e648 --- /dev/null +++ b/niq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877229925e93b39ea849295e59b0118031aa87cbc34dea10c1c897622621d91d +size 247 diff --git a/niv_Cyrl/.gitattributes b/niv_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/niv_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/niv_Cyrl/data-00000-of-00001.arrow b/niv_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2495760b037269b7c3c5074bcc2b4da834d70803 --- /dev/null +++ b/niv_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5b85eedc7dcce1931208f9c809be8ce9b8ad598ecf5f752d4302fb0134cbb7 +size 148216 diff --git a/niv_Cyrl/dataset_info.json b/niv_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0f295c0d0563e3ae301e25743ab79f024d631176 --- /dev/null +++ b/niv_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf3d60cbf9a9028ea18f463dbff87bf4f9677a657a64351594da7e1f561c249 +size 1106 diff --git a/niv_Cyrl/state.json b/niv_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..652177332f4fe5a5239acd9b827c3a7253e04320 --- /dev/null +++ b/niv_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3d3199b50e5f8796fb35414dd490a27b5159b6f2ec344fa4436d2a1eb83e68 +size 247 diff --git a/niv_Latn/.gitattributes b/niv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/niv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/niv_Latn/data-00000-of-00001.arrow b/niv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..61793edd197b52a9a7a52c3f85fd7770eb9366b0 --- /dev/null +++ b/niv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c953171f2dc7a4fe9e8ae5ae17db3679a9a82fab64e52c2495b2405e01261f42 +size 181272 diff --git a/niv_Latn/dataset_info.json b/niv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a29c4f85c682394a29dcb3c474d521b952c2a2e0 --- /dev/null +++ b/niv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0c7af52d20c1422e49b3430c32e3ac90f9efce4761678d2d8afdce1f68e3fd +size 1101 diff --git a/niv_Latn/state.json b/niv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f47a9776da3deb98512eb3cf85790495f6041bbe --- /dev/null +++ b/niv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafbe4749d18d320bcb5979df759d6cb68f6d518f557ed688c758cebdba68aac +size 247 diff --git a/njy_Latn/.gitattributes b/njy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/njy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/njy_Latn/data-00000-of-00001.arrow b/njy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..524d071967b1d9389fb1e46b7fbd071b7979a4e9 --- /dev/null +++ b/njy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af5ea9b8717d016da9baa39f82eec81b6769dad891d351540716e1b241677e4 +size 4552 diff --git a/njy_Latn/dataset_info.json b/njy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f235af7e93e98711719c766b0c89fdd81a539eb5 --- /dev/null +++ b/njy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f010fd4760bb98ad33e281323836792a228993219e38f84e97faa8a9cf407391 +size 1087 diff --git a/njy_Latn/state.json b/njy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d4898a5a59c18a9dfbf1577c37cf7a2fe0dae318 --- /dev/null +++ b/njy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe72e422eb9e7f3f85eb7d595f104d52023fa74218dc3c6775cfcabf493c7fc +size 250 diff --git a/nla_Latn/.gitattributes b/nla_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nla_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nla_Latn/data-00000-of-00001.arrow b/nla_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cca5115b8c57f166768380bcbfa12bd137db32d3 --- /dev/null +++ b/nla_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5f0e489df0e587a36604a285b39ff98f7a79516237b73ba96c466e68666531 +size 4808 diff --git a/nla_Latn/dataset_info.json b/nla_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2013734dde0d2c22c458142963f0c4ceb7ccbfdb --- /dev/null +++ b/nla_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193cef6fade477a844b5203fd3b81ba51a67ab279fdbcdf36c6313ed3aaba483 +size 1087 diff --git a/nla_Latn/state.json b/nla_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..50890aefca7b7897c46b5bd649752280f5e42d72 --- /dev/null +++ b/nla_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93122c5440af84b058eaa24fea5222efde47134451284d15e4f4e6e97631a231 +size 250 diff --git a/nld_Latn/.gitattributes b/nld_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nld_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nld_Latn/data-00000-of-00006.arrow b/nld_Latn/data-00000-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..712b35531b91d9acd8bc827c46a02ba70a1c03eb --- /dev/null +++ b/nld_Latn/data-00000-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f185757fb73070e7a3f152210895048703cd6401e22c7a6579429f6fc1ab67 +size 743448224 diff --git a/nld_Latn/data-00001-of-00006.arrow b/nld_Latn/data-00001-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d9bf05d94217ce6c5e9049eca674245ba01df517 --- /dev/null +++ b/nld_Latn/data-00001-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d3f19d7ac6f9aecf604b47c2aecca8e82d31e85b4e44564fc277635453bfe6 +size 413255664 diff --git a/nld_Latn/data-00002-of-00006.arrow b/nld_Latn/data-00002-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5c50449515435bd005d25ed03722fd5145563669 --- /dev/null +++ b/nld_Latn/data-00002-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71721797a793fb16edfbedb9f101769d8f8ffda3429ffa9d48061703329da8f6 +size 394514568 diff --git a/nld_Latn/data-00003-of-00006.arrow b/nld_Latn/data-00003-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e7684c2d361bdde0bb13c8900f539f4fbc9741f5 --- /dev/null +++ b/nld_Latn/data-00003-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc5f4ec8dab26e70ac2cd6cfecbbcb0c9c6d8998f2d4980c680d7820e3d18f3 +size 409393696 diff --git a/nld_Latn/data-00004-of-00006.arrow b/nld_Latn/data-00004-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..236586fe8d9324106cde982189284d374db66b31 --- /dev/null +++ b/nld_Latn/data-00004-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fae47e98eea27024ce117397ed6a7c2e77a6a79d69fe31f72de94c44f8cf9d +size 303627000 diff --git a/nld_Latn/data-00005-of-00006.arrow b/nld_Latn/data-00005-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31d0b1cfd297ffbdbf95ec886f4fc5612eaa4e8f --- /dev/null +++ b/nld_Latn/data-00005-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba4c0d0d5a4739011a76cf10ff406dedc5ea45b79ecf9076a715d7d879f8b7d +size 293472776 diff --git a/nld_Latn/dataset_info.json b/nld_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a318c97393b37f706cc2d89f8d37ad8c13584867 --- /dev/null +++ b/nld_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37705b27a871cc3f689f0ae7e17909e167a6730e5c3a6484081e36540111d0f2 +size 1252 diff --git a/nld_Latn/state.json b/nld_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e454c6b2f296230e527df61af5cc982554360e38 --- /dev/null +++ b/nld_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0821dad863ead3708d20d4b7f0fb0d54b98e44a95bba4c977a3ead71d98abab +size 542 diff --git a/nlv_Latn/.gitattributes b/nlv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nlv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nlv_Latn/data-00000-of-00001.arrow b/nlv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6785e92254a08b3d419c7d7487a0993b3af2364c --- /dev/null +++ b/nlv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965c384037cf0b8cbca7aa7b1f137697ec411f03f66c886df46b535ea0950c35 +size 20304 diff --git a/nlv_Latn/dataset_info.json b/nlv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..67643ce92514b11206f368cf3347bbfae1a11891 --- /dev/null +++ b/nlv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf51f6315b1f0ad739d7e26d49c999b8d186e65c6eb50f431f7165e0aa78ea58 +size 1092 diff --git a/nlv_Latn/state.json b/nlv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d274981b3da11549b21aa00b706e70bae33795c6 --- /dev/null +++ b/nlv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e383c242177e4520294ddba0bcf4ee13ce6b2037bb559b63f1ca3c0b62e7046 +size 247 diff --git a/nnb_Latn/.gitattributes b/nnb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nnb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nnb_Latn/data-00000-of-00001.arrow b/nnb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c4c76ddbb77a2e43f28dd1f00aed5cb7396867c3 --- /dev/null +++ b/nnb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a69c3671410ced62b2bf5e4e49277e2ed611e93123138c6396f2f372fd1960f +size 9861472 diff --git a/nnb_Latn/dataset_info.json b/nnb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..edb1bb3e9dceb022d96d33b3102185acb0cc7c9b --- /dev/null +++ b/nnb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd1337d1f63e2575656ec88ed5dd4968de1933e713b468e3dc6b0c5e3bb12ec +size 1106 diff --git a/nnb_Latn/state.json b/nnb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5121b930d36756245baca72ab90174cca6f6de3b --- /dev/null +++ b/nnb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6843297809f3714fbdf34a2332c20c1b161bae7110395917147314e9d22288 +size 247 diff --git a/nno_Latn/.gitattributes b/nno_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nno_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nno_Latn/data-00000-of-00007.arrow b/nno_Latn/data-00000-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a45edf7f7cdaff6fdea84758b785c6f21dad0c28 --- /dev/null +++ b/nno_Latn/data-00000-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399fdd474105837f47e16f40be1cfecec23941dd836c5399af5a8a49f994bf39 +size 120367920 diff --git a/nno_Latn/data-00001-of-00007.arrow b/nno_Latn/data-00001-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ce11e266984c6af81a6acbc691f2ab61f760d2e7 --- /dev/null +++ b/nno_Latn/data-00001-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a69e7edf1697fe168337cd5e518bc68c6798f662551b840ce455739fe605d42 +size 120170480 diff --git a/nno_Latn/data-00002-of-00007.arrow b/nno_Latn/data-00002-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bfb9f48340ed5ee894cb16d122ba4b1b5e547ba4 --- /dev/null +++ b/nno_Latn/data-00002-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cd7041adef691e398fbd49a05d4236a9df0f3f2bf176102b433ac16f146107 +size 120319280 diff --git a/nno_Latn/data-00003-of-00007.arrow b/nno_Latn/data-00003-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b604ec86e49873e94b42348ad13df3c957213629 --- /dev/null +++ b/nno_Latn/data-00003-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811d2de0119e322e0203fc3af05b23458165f2b1aa286a3e6ead2e0927c0ad9a +size 120453496 diff --git a/nno_Latn/data-00004-of-00007.arrow b/nno_Latn/data-00004-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc27449cf426b0f96c28c839787fdbd2596b0ff7 --- /dev/null +++ b/nno_Latn/data-00004-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3797379a55d262739e8b86ca79cf7ea2a456aebc3062c55c33933fa5982ba85 +size 120677416 diff --git a/nno_Latn/data-00005-of-00007.arrow b/nno_Latn/data-00005-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c1ffa48d0761af99394b3357bf6b83db9ba44375 --- /dev/null +++ b/nno_Latn/data-00005-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414b34ab736758fbb045b9d88fcba6fb42268c5c3a64df7e013a10edc2e45d31 +size 410767720 diff --git a/nno_Latn/data-00006-of-00007.arrow b/nno_Latn/data-00006-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2bdbb1671a750c36a5919975ac08cf92cb67d00c --- /dev/null +++ b/nno_Latn/data-00006-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333039f531e971ceec61f009b41d385cffb9e36d3d19679e134436393f2d8e01 +size 2217285776 diff --git a/nno_Latn/dataset_info.json b/nno_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6b051d5339205dcbc32b5690ad93fe0465806ae8 --- /dev/null +++ b/nno_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210ce00b86f12d026a698ddedfdb328a6ec9497f00f9eaad3c379635ea1c587d +size 1316 diff --git a/nno_Latn/state.json b/nno_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3465f9afeb3c63aa631651c49decfdd87bf4ad8a --- /dev/null +++ b/nno_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e636b82b44adf5cb27a4642b35635bc890312b22136e09179bb107f6948c5954 +size 601 diff --git a/noa_Latn/.gitattributes b/noa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/noa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/noa_Latn/data-00000-of-00001.arrow b/noa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..44eecaabedbc63bda1904813f19763bde9c94e9a --- /dev/null +++ b/noa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c7fd41e9623621009b9d84e9db64e143841be82546bf526ee86650fa3f8f3c +size 1790368 diff --git a/noa_Latn/dataset_info.json b/noa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..db09ecfbccac0d0b23bf6092d780224f90c67e7d --- /dev/null +++ b/noa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ad2c7987e46f7854249000e1d5b4e6b4e96aeda28a706f415f231cb3d5b265 +size 1104 diff --git a/noa_Latn/state.json b/noa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2daefdaf01b56098cfabf11329a4d6f9f0c0e4a6 --- /dev/null +++ b/noa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ceac2376a63998df710b15e008f9eb99730e471bf13a538891d2bb823431d49 +size 247 diff --git a/nob_Latn/.gitattributes b/nob_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nob_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nob_Latn/data-00000-of-00003.arrow b/nob_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..79d60922f4af0cf655378525dfbf5d6b4ed280a8 --- /dev/null +++ b/nob_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aaf8276011d5db9705ba24e1ac5f1e8140721ca36a9f0cf9b7f92b0a0f9024b +size 440421320 diff --git a/nob_Latn/data-00001-of-00003.arrow b/nob_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d51d72429b86c48401a5cd1df4e2de83e85addf3 --- /dev/null +++ b/nob_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4514d80b2f85a41e616b0fd383f39ad8d4884d5142146c9a644baa9665b7933 +size 440842504 diff --git a/nob_Latn/data-00002-of-00003.arrow b/nob_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d1e1d311c91ce1cf65a53d11ecb740d23f028d57 --- /dev/null +++ b/nob_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4e393cac51e49f1006196c2a0acfeb15c45e4ee65ad538b9dae64e33575876 +size 441056472 diff --git a/nob_Latn/dataset_info.json b/nob_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..358638801b1ab6fbed467ae9cb91ce94ce4adbd4 --- /dev/null +++ b/nob_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083dd1318c20434d7bdb68e57069d9f27f1e35bf4394ef69c4b09c039250aa26 +size 1207 diff --git a/nob_Latn/state.json b/nob_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..964f438d6011849df20fbd26faa35a1cde4c5e0f --- /dev/null +++ b/nob_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc56be77a27dd944f33344c3c68f68c22c2a53e7eabb1cadd5ea5a97b11146b5 +size 365 diff --git a/nod_Thai/.gitattributes b/nod_Thai/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nod_Thai/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nod_Thai/data-00000-of-00001.arrow b/nod_Thai/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bcaf4cd4d1d84db1ade06c4ae5879c9817e60f7e --- /dev/null +++ b/nod_Thai/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b619741e010e12ce659c4df98ac72557955b34c982dba72844640490a1c457a0 +size 20304 diff --git a/nod_Thai/dataset_info.json b/nod_Thai/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..073a940f4bc7769df1f08159bdffc2f3dca5ee63 --- /dev/null +++ b/nod_Thai/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee893722c48907b929bf60074e7f9e1c7bcdbeb63a2cdc1ebe9a39e3254f90aa +size 1092 diff --git a/nod_Thai/state.json b/nod_Thai/state.json new file mode 100644 index 0000000000000000000000000000000000000000..21fcbfaec808f2136fd314a6af92be662988881e --- /dev/null +++ b/nod_Thai/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dad338dc16f7136c6897ee74e346c0b3d8ad07ae6a61d4411ae2ccad0e915a +size 247 diff --git a/nog_Cyrl/.gitattributes b/nog_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nog_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nog_Cyrl/data-00000-of-00001.arrow b/nog_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e8ad188716043a36d59f848c85d015440f082d1d --- /dev/null +++ b/nog_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41faa00342fac279efc7decca999105995fd9d56983b733b813a78a0b6c43e41 +size 5019280 diff --git a/nog_Cyrl/dataset_info.json b/nog_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3b9005ea9839a0293358d3e68d6b5dbb6ddc245e --- /dev/null +++ b/nog_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e8e4c101e16a15ead935671951fa05f414b3470216f2b8091aad910c89b72e +size 1106 diff --git a/nog_Cyrl/state.json b/nog_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..970c665943349f3f16f0cc86a81ae35e8cdced4f --- /dev/null +++ b/nog_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb2cb0660b8e6217f3bf0b04fcb97d6bf671e7ac317d3922304d5105c560c12 +size 247 diff --git a/nog_Latn/.gitattributes b/nog_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nog_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nog_Latn/data-00000-of-00001.arrow b/nog_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..597e8b687697ee0d990fc9f4aae3a876e546473f --- /dev/null +++ b/nog_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b3ec7c90e0669a06ffb5d6c53a13b0b13c7845fb08a30a15447e744375ab68 +size 159944 diff --git a/nog_Latn/dataset_info.json b/nog_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d51b38bef2d8526e4aeb26abb689cf0748affb66 --- /dev/null +++ b/nog_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b90bb258b84b02be29496d04842c5f3f909195e5c9401523af65970e3c41ae +size 1099 diff --git a/nog_Latn/state.json b/nog_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4b0391a3f6968149683ec6ff0fb6a5a3b4965404 --- /dev/null +++ b/nog_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9bc273c8c9516577e1db985f77c6250028657a531df4c3205e419c732e0f01 +size 247 diff --git a/nor_Latn/.gitattributes b/nor_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nor_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nor_Latn/data-00000-of-00004.arrow b/nor_Latn/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e5dbd56f0d1742e9e17358fe60d32c6ab3839af9 --- /dev/null +++ b/nor_Latn/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2818e48dcb434ad2f03078459eb892e983d3972e1fd6a80f0bdcc647e43824 +size 1028782288 diff --git a/nor_Latn/data-00001-of-00004.arrow b/nor_Latn/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ab71b44d94d9da7bd788bbe232fd0da16b7a1933 --- /dev/null +++ b/nor_Latn/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3fc7cb27e5d6f96fa399526e83699d2adbe61ed56074ddc7b3348239df2c16 +size 217813280 diff --git a/nor_Latn/data-00002-of-00004.arrow b/nor_Latn/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c6c4948fadc77fcecbaf3dd84266fd31aa29f78c --- /dev/null +++ b/nor_Latn/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d37cfb5320b5c73ce3187f6e10fc2ab5b225c2aa72eb17429d0e4d0093b36b +size 218942736 diff --git a/nor_Latn/data-00003-of-00004.arrow b/nor_Latn/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1068b62c3d0f08cc099620143b5bac287dfca97f --- /dev/null +++ b/nor_Latn/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469d8328a3553fa51a33e2bfb7566cf886b7ddb7ed406c272955c8d06edd6ab8 +size 427426848 diff --git a/nor_Latn/dataset_info.json b/nor_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c623bd8beb0fcbc6d74d17abf0225e955cbf8fd4 --- /dev/null +++ b/nor_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af790b6b27582ada2b209abef02582ec4d72e23b0f78d40bd3286864b72efb40 +size 1236 diff --git a/nor_Latn/state.json b/nor_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6cbc82f0c21fbcf6755ebb03e18893370cc0b3fd --- /dev/null +++ b/nor_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c734980d326ca5549c232ace04f48b2bb61e1c0abcbf91d68ca8912bdf3f7569 +size 424 diff --git a/nov_Latn/.gitattributes b/nov_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nov_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nov_Latn/data-00000-of-00001.arrow b/nov_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c320b513140360d13911f4c33d16ca8223065fda --- /dev/null +++ b/nov_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6885bfecae8892311f5ba9407a2e698aaacc220dd88f07bb363c4e7eb7069087 +size 810824 diff --git a/nov_Latn/dataset_info.json b/nov_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fc49e831472cd54953e5278e8aabe5b7d39ca26a --- /dev/null +++ b/nov_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30a43b6addcaff04cda22cea094b4a5311af160590c4d7a599936d489d175dc +size 1103 diff --git a/nov_Latn/state.json b/nov_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..402de9d90d293fa2ff13682e99bc366e9f22355f --- /dev/null +++ b/nov_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ffc63f699dc97f3d50fa3bacd9fa1c9d2fe7d4157b2455f72911ad9d4d845f1 +size 247 diff --git a/npi_Deva/.gitattributes b/npi_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/npi_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/npi_Deva/data-00000-of-00001.arrow b/npi_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee34fe8e6f3b367cf2bcd480611aaa0a7b6b4d5b --- /dev/null +++ b/npi_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652a906edc1e6efa4b60948efb2977a5210eac813dd1f88c058be5cc5ad0b17a +size 13410720 diff --git a/npi_Deva/dataset_info.json b/npi_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..088bdbe12e8cd2cf38debf1b6f5e3c476ed0728a --- /dev/null +++ b/npi_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ad78eae7ebaee0937af82d9ca00b3fc071d56aea7d5f393b933432327a9d8d +size 1111 diff --git a/npi_Deva/state.json b/npi_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ab58fb8cb08e5dbe1fac197a64998e8149741d31 --- /dev/null +++ b/npi_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171264ba1d70d3240e00ada8d985d12b4b449139a28ed3340aa0cb22738914da +size 247 diff --git a/nqo_Latn/.gitattributes b/nqo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nqo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nqo_Latn/data-00000-of-00001.arrow b/nqo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31e1458d38d1637d948f58f03b785e8dc0c908ea --- /dev/null +++ b/nqo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b16b4619258d159fcbc7e2a051c18d3a3021ea8ddf2bdf77394dcc6a339c823 +size 10992 diff --git a/nqo_Latn/dataset_info.json b/nqo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0dd78467c3d8ecb9a614207da5474e90a842ed26 --- /dev/null +++ b/nqo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc3a0e117d5474d4997072004544b59c4c6a061715466ff063d775d47572693 +size 1092 diff --git a/nqo_Latn/state.json b/nqo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3068fb8dd5b68819eb1ea26504abf6f99e639285 --- /dev/null +++ b/nqo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d3a7622419c431c329780f0d46ccbc402227ef9ea01acb4260edf67c910792 +size 247 diff --git a/nqo_Nkoo/.gitattributes b/nqo_Nkoo/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nqo_Nkoo/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nqo_Nkoo/data-00000-of-00001.arrow b/nqo_Nkoo/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..46c7629965f011e0e41ceb113b405d6959e7717a --- /dev/null +++ b/nqo_Nkoo/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5095e54ce3374007d3e60d953e914b87105fb224d23a093bbb5dd1f6696ce64 +size 7636192 diff --git a/nqo_Nkoo/dataset_info.json b/nqo_Nkoo/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3037b120dfabf29d8f6cf719ddb9052104e1d32e --- /dev/null +++ b/nqo_Nkoo/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc5edf16918840380d39463e33ee4729d4619df6a74a0ad7f1b98b85f581f0b +size 1106 diff --git a/nqo_Nkoo/state.json b/nqo_Nkoo/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c1369ca187e36eeb441beed548da92cd2d7678e2 --- /dev/null +++ b/nqo_Nkoo/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917278f06ebf06a9fdbd5fd153e9489ca7de2495927dfdccc6414b22f20a0a04 +size 247 diff --git a/nrm_Latn/.gitattributes b/nrm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nrm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nrm_Latn/data-00000-of-00001.arrow b/nrm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..68809e73436df3f0ce3c9d33796bedfa89dad126 --- /dev/null +++ b/nrm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11822802dccc79f5d952b4c56067d556058df9b571a6da6281e89d4fd089e66d +size 2537320 diff --git a/nrm_Latn/dataset_info.json b/nrm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..317bce47a3dbd8450c14a91708ab10159483ea7f --- /dev/null +++ b/nrm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4039d5667cff2c524769aa1791e9daf5825f2ae053a92fc4cb8c40409ec4c1f +size 1105 diff --git a/nrm_Latn/state.json b/nrm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7300036c937ccd0960df48dbcc7411375d96ae83 --- /dev/null +++ b/nrm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4580dc79e0419aa61756d00afaa04030f221a39b0739da4d6dc2aeabc83b7c6 +size 247 diff --git a/nsk_Cans/.gitattributes b/nsk_Cans/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nsk_Cans/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nsk_Cans/data-00000-of-00001.arrow b/nsk_Cans/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c985dfe5b873305707c8b72a96387eab8ed5a456 --- /dev/null +++ b/nsk_Cans/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a8dafc3683e1c9b9b1158ccba0f2db2a827704301dc0bca056168a5831a28a +size 4248 diff --git a/nsk_Cans/dataset_info.json b/nsk_Cans/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c04ca4caaba3c81b3e0211995d8a6522964c632e --- /dev/null +++ b/nsk_Cans/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c0747264adc39378590458aaa54277ed65fdaadb07a76484df3342dfff673e +size 1087 diff --git a/nsk_Cans/state.json b/nsk_Cans/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2e77961e20f95ce12f0b6173e7371068e2ca5dbf --- /dev/null +++ b/nsk_Cans/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16216913b8afb21cc3f1dfcde452ef1475d7ebdb6551bab53a9ff7d7b0013110 +size 250 diff --git a/nsk_Latn/.gitattributes b/nsk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nsk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nsk_Latn/data-00000-of-00001.arrow b/nsk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c0ee3074d343f4cd35ebef2b251849bf10364ee --- /dev/null +++ b/nsk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9199642ea902788ae2474fa467ca77937270580ec951773a5a37ea57ceba0f +size 3544 diff --git a/nsk_Latn/dataset_info.json b/nsk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3fa33475e19f020d3da98e086af763152a1608b1 --- /dev/null +++ b/nsk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff78d367b4d69b6aac0635bc20aed1e7a77ae4765d100dfb8dede34d2fc707a0 +size 1087 diff --git a/nsk_Latn/state.json b/nsk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7351ed910c2a235d17d273ac0eca466d5e3c77e9 --- /dev/null +++ b/nsk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9d65a4b36452d5e2c86a9468bd8619b7bc66bc68d7013eb65b5563e2d9a527 +size 250 diff --git a/nsn_Latn/.gitattributes b/nsn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nsn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nsn_Latn/data-00000-of-00001.arrow b/nsn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6447561bbf13c978a0dede8d2c83e79c1740ea8e --- /dev/null +++ b/nsn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfff3b51bb5277e4117ebc28437982404bc5f1f5305248cea13ccd6a54e6f0be +size 10704 diff --git a/nsn_Latn/dataset_info.json b/nsn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c9bcff34a8339bb926d12abed9857db4c4c8645f --- /dev/null +++ b/nsn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc0687d94ad2f397e2fdd21b9916b1ad1b9a4489e199cc02789ea96f9c490fa +size 1093 diff --git a/nsn_Latn/state.json b/nsn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f13db0f3fca62473fae4c4b5d6c91a1a6c869443 --- /dev/null +++ b/nsn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f536a450475cde0b361b1ae4ef04be01a4136cb81dc82929b925db4e3f0b7d +size 247 diff --git a/nso_Latn/.gitattributes b/nso_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nso_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nso_Latn/data-00000-of-00001.arrow b/nso_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d7fced4d1f02675e2daf1652e9ffcfe59a40e64d --- /dev/null +++ b/nso_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db3477d97db28a9b03475c05583fda4b4091b312de9716b5992ccc921f19c07 +size 55777416 diff --git a/nso_Latn/dataset_info.json b/nso_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1209c54799d8418ce4170e99d31ae683bcb53ad6 --- /dev/null +++ b/nso_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c963e6b5324e93c0061b197ac85b2bf63d85edd92adc2928ed8310d5b01ce297 +size 1113 diff --git a/nso_Latn/state.json b/nso_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..795f5cd9ae713a153a074b8dc3aedacf13a7956c --- /dev/null +++ b/nso_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d080f23d27654d160fbe53b2b5f53c0a133a6ed2cb7d51c3fedc70256d158c0d +size 247 diff --git a/nst_Latn/.gitattributes b/nst_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nst_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nst_Latn/data-00000-of-00001.arrow b/nst_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..abfb2023e848c643cbb57fba67e4e1dd8d542f9d --- /dev/null +++ b/nst_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0545f4d3b76a2379c0aa29bc7aaa66d233c191e5c1b97ff1ab83e4e2d389069f +size 5848 diff --git a/nst_Latn/dataset_info.json b/nst_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2a2346d5619c4ca4a61722958f3bc616a20fc17b --- /dev/null +++ b/nst_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9c9fa0e093bb544d4378e38e7c614ae96149783954f9658490b99ed05a031d +size 1087 diff --git a/nst_Latn/state.json b/nst_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a225a690de55aa40644528202b5fe52f5bb5550b --- /dev/null +++ b/nst_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938e1659b2dda91da958be34da14d2be21c73c95e15a04a0789e623b2f7af179 +size 247 diff --git a/nut_Latn/.gitattributes b/nut_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nut_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nut_Latn/data-00000-of-00001.arrow b/nut_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ac404c95a0e229d5615134c27a5887d534603b75 --- /dev/null +++ b/nut_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa2f5ad0295c68cc05e586afe655725d0e6e560613d9ffb4ebd80706d5c92af +size 59736 diff --git a/nut_Latn/dataset_info.json b/nut_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..df1820f696f2f6d13aac361f7dcd2b88f41beb0e --- /dev/null +++ b/nut_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b721e09a0d94279786252f5b91f4f71ee81f8f2e664620295d533975e43c11da +size 1098 diff --git a/nut_Latn/state.json b/nut_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..de5ac31e9cd99f62ce6d3217c09e8a4447b04e55 --- /dev/null +++ b/nut_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a68e8342a4dbf2a4ef4f221b5eac44096f0609fc38b47f156652845ddda3019 +size 247 diff --git a/nwe_Latn/.gitattributes b/nwe_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nwe_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nwe_Latn/data-00000-of-00001.arrow b/nwe_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..09409db26602ec07addae10f8777b0081686164c --- /dev/null +++ b/nwe_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2885df0985c99f8e7cbef9af548bd0fc3b1c271d6c14be672ecd9779acc0a111 +size 3576 diff --git a/nwe_Latn/dataset_info.json b/nwe_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8e1726aece6ab953cda1e71272f88d54b5ef2147 --- /dev/null +++ b/nwe_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18554efb5e71100612d0f6c8ae7b81b567ae4638745c7f2519416cd840843ae8 +size 1087 diff --git a/nwe_Latn/state.json b/nwe_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..058d92040dbcb19df38ef0708addd6d099e83592 --- /dev/null +++ b/nwe_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585e54b79b32bc6a023476a4ebf4d80dfb9ac477e89f0e0fbcf111811fb209e5 +size 250 diff --git a/nwi_Latn/.gitattributes b/nwi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nwi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nwi_Latn/data-00000-of-00001.arrow b/nwi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..86dc6899ac97c800d1a583a06ae2b5749b0c0629 --- /dev/null +++ b/nwi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8274ce95b16a619bcf31f9399d3b4bc2c3462efd97f144f030f25aacb8c7c9 +size 3552 diff --git a/nwi_Latn/dataset_info.json b/nwi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..24e8978adf59354527b5a6bd93328d1652974cae --- /dev/null +++ b/nwi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3588fd0d9a15d58b8abf19d2a6b6bae0484b256e67a1d9cf697a9a968818d97 +size 1088 diff --git a/nwi_Latn/state.json b/nwi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..68eb995dc8eba78b5b8b683d8d2d1f0a3cadafbb --- /dev/null +++ b/nwi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06c06ff8c12a6aae4d10a4909be3f7b86404a2134974047bd289ed28b4ef65d +size 247 diff --git a/nxa_Latn/.gitattributes b/nxa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nxa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nxa_Latn/data-00000-of-00001.arrow b/nxa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8dd3cdf8167077ad3a29607975f55d6b17e622bd --- /dev/null +++ b/nxa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2545b0035815b4e7fcd85fb2160bf1d9c7ae66ea58cd54d75b77a2afa211e491 +size 5064 diff --git a/nxa_Latn/dataset_info.json b/nxa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e705b8ff8c9c860e105f845eb2843e268f423237 --- /dev/null +++ b/nxa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c329e56a073f77bd3705913b01817671d325f0eae40ad6273403464d2d43fed9 +size 1089 diff --git a/nxa_Latn/state.json b/nxa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..170f939de02b69ef3ebbc1b19e16422e1ae7e316 --- /dev/null +++ b/nxa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3814a16523d1552ceb5f374cf81826d29c32d8f2535df641311747e3702344ff +size 247 diff --git a/nxl_Latn/.gitattributes b/nxl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nxl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nxl_Latn/data-00000-of-00001.arrow b/nxl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e2f0b37f1f8cd35d6eb8c1b824deb33a512d3e7 --- /dev/null +++ b/nxl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b404c21d789aaf6119f36a11b01aafa60df9998fb0fb67539adbcd726aac1e +size 7168 diff --git a/nxl_Latn/dataset_info.json b/nxl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b9ff36f5467f4f2265ed7d7fcb4ef47a24317fee --- /dev/null +++ b/nxl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff20194c320c01e0ea2633babf3651b7ad8eb090fad7137980af161646505b5 +size 1088 diff --git a/nxl_Latn/state.json b/nxl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..aba5479782a96f25381af6501f95e73091eddb4e --- /dev/null +++ b/nxl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f462a291f16c905d446e9048474177d6eb95f334ffbbbdccc9f60f24def500b +size 247 diff --git a/nya_Latn/.gitattributes b/nya_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nya_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nya_Latn/data-00000-of-00002.arrow b/nya_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5cb4f37c410b005af140a992a2e3d9f62cb889a3 --- /dev/null +++ b/nya_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818f0c53e6855f16067f799bc99e93ab052b08f2ac9e9d1f8be53dc70e792d8d +size 226222232 diff --git a/nya_Latn/data-00001-of-00002.arrow b/nya_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e20c1f13c3b5cce8ed5b8ffabb0b79af8d1d270 --- /dev/null +++ b/nya_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500c1c1fdd6a4b625b2ea13654d3912038b8f487c81dac297b8a1c7636fb6f44 +size 611695896 diff --git a/nya_Latn/dataset_info.json b/nya_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bc51b1e3ae153b671bf3721cf69d1588cb7db60d --- /dev/null +++ b/nya_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12683e7f2243bc86538b241dcc328c93e5329fe448ca8b48eb8cc096b74c4c6c +size 1204 diff --git a/nya_Latn/state.json b/nya_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5fb009ded5c522e757710e22e7e645b9a00dd423 --- /dev/null +++ b/nya_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1757a5f33aad99f7daacf58ed8cd61dc204772eaee7678130f063753cb318af +size 306 diff --git a/nyo_Latn/.gitattributes b/nyo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nyo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nyo_Latn/data-00000-of-00001.arrow b/nyo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..713a6c868e757d3d9d474e7c5eb5b7eef0606970 --- /dev/null +++ b/nyo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec355cb8d4af804e1e2e7c16cd854bcaca5236ab717516ef1832531b5158cfe +size 1688 diff --git a/nyo_Latn/dataset_info.json b/nyo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..675760e0f96e5c86c8de8a6381bc7c209dc18325 --- /dev/null +++ b/nyo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d86790332c4ecc1ff021001f80b0992a017c4177047b8d98a2c5ba99355a6e +size 1082 diff --git a/nyo_Latn/state.json b/nyo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2d9adf5e90b61a508802720c03ef1e4f103062df --- /dev/null +++ b/nyo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4cfb0c0ae3c23f93410c8aebe26a0b9d4f2d10f9bd2987d1cfc34afc10d26b +size 250 diff --git a/nyu_Latn/.gitattributes b/nyu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nyu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nyu_Latn/data-00000-of-00001.arrow b/nyu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c978fe86b43f1f744efbb13571d80d891b5f5165 --- /dev/null +++ b/nyu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34961eca749cf5b2588ad6ae6484bb8dabb3423437dc44456cb26b432e0398fb +size 2019728 diff --git a/nyu_Latn/dataset_info.json b/nyu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3f54406bed9b1dbf15b4e1a0d9c76723909d86cc --- /dev/null +++ b/nyu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac466b14ada4cb5795c875af78656457ae092fed1a1ba21a8c222bd29b83764 +size 1105 diff --git a/nyu_Latn/state.json b/nyu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f019c315a1ca0cfbd2050903d411565080ccb2e1 --- /dev/null +++ b/nyu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ee5569e847106dfdef6d12708b40ba7507b16cb3ffbda543b26ed9d45577a6 +size 247 diff --git a/nza_Latn/.gitattributes b/nza_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nza_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nza_Latn/data-00000-of-00001.arrow b/nza_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ca8cf7087b89e0a17a999573d2f2ccb1a76c465a --- /dev/null +++ b/nza_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8315925a9f4df9ca752dbc146b783deffe74748a81d6bc630c0c8c6367ed26ed +size 3488 diff --git a/nza_Latn/dataset_info.json b/nza_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..648aa5316d1e07d25fb10e717ddba1e1d3e07110 --- /dev/null +++ b/nza_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68288fff17acc3c83b37dcee6aec9c62f9287b80dc5b74c18726ab6b6c4bcc68 +size 1087 diff --git a/nza_Latn/state.json b/nza_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..76deb749f3f6653351c86efe5cf6ec564e744aa9 --- /dev/null +++ b/nza_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fb653709841d38ca67f90595cd2e6d9b9d9b4ce08776a498d8be26cfcbf4f5 +size 250 diff --git a/nzi_Latn/.gitattributes b/nzi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/nzi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/nzi_Latn/data-00000-of-00001.arrow b/nzi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eb7898f7742f76469b6635f62b145ead19625f10 --- /dev/null +++ b/nzi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd76d625fc5e3c0e9c509f0e8b07db85530c32b2a0409de1c771a5edc43b878 +size 10532568 diff --git a/nzi_Latn/dataset_info.json b/nzi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8d16c8adfb07f6e0d8064c5f395efe0f567e5b1c --- /dev/null +++ b/nzi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b592a3f9992c028be128dd05f33600f2c3c91ed366eef32d65ec8f2f4153ff +size 1110 diff --git a/nzi_Latn/state.json b/nzi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..33dd7ebf5307279093d6c321428264b5560a35e0 --- /dev/null +++ b/nzi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af20ba62293f24ebd9939d4ab308b08257d2d933641543ebb4b15a61ed7fe60 +size 247 diff --git a/oci_Latn/.gitattributes b/oci_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/oci_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/oci_Latn/data-00000-of-00001.arrow b/oci_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..056d4b0e902b3440e5ddef2287ea2aed3fa26823 --- /dev/null +++ b/oci_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94b7d867266d5f1c27d825d552d493ab60ca88b4a2080c6959fff4ff7ef9512 +size 387234120 diff --git a/oci_Latn/dataset_info.json b/oci_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..259923b23efc866bae47717eab3595d97a66d142 --- /dev/null +++ b/oci_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f364abfbc55bcc308aac317bd6a05b292c8adb6130536824a2184f64ef9c407 +size 1180 diff --git a/oci_Latn/state.json b/oci_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0ee38045bce82b97c1584f63c4cef77f122ef0de --- /dev/null +++ b/oci_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf9748ed1e13c9d718d1b3367ab297b2389aba59069720cdec3c38c9153d3d0 +size 247 diff --git a/odk_Arab/.gitattributes b/odk_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/odk_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/odk_Arab/data-00000-of-00001.arrow b/odk_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9c52ea19f6971e169919c3b834342138597d6593 --- /dev/null +++ b/odk_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab051fa8d8ddfb38138c4d8fe1e54d8df222b31a8595dc8a324530cae911091e +size 6808 diff --git a/odk_Arab/dataset_info.json b/odk_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4c2ba51152d276289bc5407c68e678f4a7e06657 --- /dev/null +++ b/odk_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3eae0cbe0f98355782dca0bd0c392a8b3f58642bffde239597ba8da2e2605d +size 1088 diff --git a/odk_Arab/state.json b/odk_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4a1b1a4d9029580484706a45bedd397ce096d53b --- /dev/null +++ b/odk_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54db6d1181e80435e0287fbe267f5cccdb545b55b662cd61518cd824addc6ce +size 247 diff --git a/oji_Latn/.gitattributes b/oji_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/oji_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/oji_Latn/data-00000-of-00001.arrow b/oji_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b6b7239bdb73d09952afcbeb185b8ae59af7d2e7 --- /dev/null +++ b/oji_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800af130342f233d2e925b3663a26ea46a20738865f48b32813a228527877d63 +size 355096 diff --git a/oji_Latn/dataset_info.json b/oji_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d2fc98b207c5edd58cd23efced83476b26ded8e0 --- /dev/null +++ b/oji_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b97c06e5902b1d92ed1264e8f8ebb9ed48ce46e3d03634d41917954087e1d9d +size 1099 diff --git a/oji_Latn/state.json b/oji_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..30ddba089a64d8f3760489475dc2006eae3e73e8 --- /dev/null +++ b/oji_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c5ad14ef95974547628707f13451206a994d591994ff231c40286e3b33c08e +size 247 diff --git a/oki_Latn/.gitattributes b/oki_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/oki_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/oki_Latn/data-00000-of-00001.arrow b/oki_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a944bcd7238d47836dd2d4c12ab2e4749513c7e5 --- /dev/null +++ b/oki_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7bcfc78e20737807f6195f762ee7bbc1926e0f09da0ef31db14390e58e97ec +size 29488 diff --git a/oki_Latn/dataset_info.json b/oki_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f301ec09cb5c21d383f1d2d8fa886fa0d780b159 --- /dev/null +++ b/oki_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d370e13daf582404f77f5561366b50c1f81455d6d85bc8b6fd7f13f46bc17071 +size 1092 diff --git a/oki_Latn/state.json b/oki_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ccfd78262a9da0348685020c99ed2ed74376adc2 --- /dev/null +++ b/oki_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a13cfe69bfd88f627f3dd0775cded010c850ea4381f53fa87e17e66d4dce0a1 +size 247 diff --git a/olo_Cyrl/.gitattributes b/olo_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/olo_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/olo_Cyrl/data-00000-of-00001.arrow b/olo_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..289f222533a433371bce8c3fe375050d7c122f51 --- /dev/null +++ b/olo_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3979f469c486e9e3643303f5f870a1485a83e36cc8c0039fb4e2d9bd62995046 +size 9640 diff --git a/olo_Cyrl/dataset_info.json b/olo_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fbbc404ad023b6f9157183c5028bf388c1a07eef --- /dev/null +++ b/olo_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365bbaa1f9540fce962cfd60a99e79ebd9317a3bcae8243f09b6659b85301d81 +size 1092 diff --git a/olo_Cyrl/state.json b/olo_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7da6a9ce53df5b405af8cdd44285b85df671d6af --- /dev/null +++ b/olo_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a4d0101bd2d8c722a12490e76acd942d89fd6dc279f2cf35519c0187009d87 +size 247 diff --git a/olo_Latn/.gitattributes b/olo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/olo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/olo_Latn/data-00000-of-00001.arrow b/olo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ade85f3802c0876037ad32d0b9f46ea6da69618 --- /dev/null +++ b/olo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962499ad764529e2a48659ba92acd72915d76a95f90600e01992945392313ae9 +size 3114856 diff --git a/olo_Latn/dataset_info.json b/olo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..efaeb17e908e9f621bf07a43a2d61627e659e11b --- /dev/null +++ b/olo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c46339c8c52ebe324ce8e0f1719044cf190d9ef6c79e7ee8a5e4fd56248fb5 +size 1105 diff --git a/olo_Latn/state.json b/olo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..912f90869660bc844aa8fb81746f039fca20e232 --- /dev/null +++ b/olo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc7ffa1b581ac8f65456d2011961d1a1b0b6688354c40472a89f3744128f835 +size 247 diff --git a/omw_Latn/.gitattributes b/omw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/omw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/omw_Latn/data-00000-of-00001.arrow b/omw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..262099dce9cc373de3c4a92d335a5675696ff4e4 --- /dev/null +++ b/omw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46fb0126b463b740418da237300e8ae7ad5d76f223e64d1ee710a35f817ef42 +size 12488 diff --git a/omw_Latn/dataset_info.json b/omw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..42de618346d440f4c3cbae645d1fa42ea397b5c3 --- /dev/null +++ b/omw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9385a288ed86a11907e1056f51eaef8d63d16ef5543e9ca1dfa2e2b20503575 +size 1093 diff --git a/omw_Latn/state.json b/omw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d039817bfe5e8ed57271f27a716cba1a21a4cbe1 --- /dev/null +++ b/omw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b2d7bfd640a4f235e0acb02ea880d816576ad1d785423154275948129f92a4 +size 247 diff --git a/ori_Orya/.gitattributes b/ori_Orya/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ori_Orya/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ori_Orya/data-00000-of-00005.arrow b/ori_Orya/data-00000-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8e92ab25a3de34ae11c1d3b6515dda883253c8c2 --- /dev/null +++ b/ori_Orya/data-00000-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507ea62484371d56ea76fcab3d1518196165ba62727be5f410746b8980200c50 +size 415455784 diff --git a/ori_Orya/data-00001-of-00005.arrow b/ori_Orya/data-00001-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d0a62539b0c6d5fb6dbbfc0dc07a6a3be8f24a8a --- /dev/null +++ b/ori_Orya/data-00001-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e536c8dfd99abc7a06e76d7fa62e0f0db277a81a76c710a1212509b5edd3a4f7 +size 522928216 diff --git a/ori_Orya/data-00002-of-00005.arrow b/ori_Orya/data-00002-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..af552c5942480820d6800bc53270d482f94884a5 --- /dev/null +++ b/ori_Orya/data-00002-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5852e7de13e692eba2fafda5034ab7a6ebbf260ad3ef88db131dfd2b734420 +size 147725112 diff --git a/ori_Orya/data-00003-of-00005.arrow b/ori_Orya/data-00003-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b47790e56a89c19a79139edae5270007e685c611 --- /dev/null +++ b/ori_Orya/data-00003-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c81698166770fd78794f161534f0481e95b7d61e02e77e08d9e3fa465da8b7 +size 147021928 diff --git a/ori_Orya/data-00004-of-00005.arrow b/ori_Orya/data-00004-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9571e0b936466760cda4016fd61334fbb2c8927b --- /dev/null +++ b/ori_Orya/data-00004-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214ae8d6747953e60100b4f3b7b30af9d9c614d15a4afe5717c719bf3f4f979e +size 899054520 diff --git a/ori_Orya/dataset_info.json b/ori_Orya/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..716fd302c903e8708d6f026207a525e681642ac1 --- /dev/null +++ b/ori_Orya/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5d66ae687824e3168e942df6542953390b56d59422c7d80184a725c63ebff3 +size 1252 diff --git a/ori_Orya/state.json b/ori_Orya/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c340405e5c08bb731a9161e0e82a251c21deb57f --- /dev/null +++ b/ori_Orya/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a146db053bafd07d0a89d905196c387b2194af4524c3a37c75ad251f38629f2a +size 483 diff --git a/orm_Latn/.gitattributes b/orm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/orm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/orm_Latn/data-00000-of-00001.arrow b/orm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ddffa974e0f007a79769411e14c979d5679c7f03 --- /dev/null +++ b/orm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d472f73d37296ba34995ccb0a1eaf4c1968695697c9f9993059bcef08f5d6bfd +size 225082808 diff --git a/orm_Latn/dataset_info.json b/orm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..51eb9c25b13e0ec936c23b1cb361ba9511fefad7 --- /dev/null +++ b/orm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8906a99dd6ea7b5a4464e26a1402b9020f558258cf0c77c1c76a20af6d9fbe +size 1118 diff --git a/orm_Latn/state.json b/orm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7595c585739adc72e3fc4b08c90415affd83e141 --- /dev/null +++ b/orm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f7cdb2f9b6f65607468fc94ae262626c97172edaa285a526845e943082f47f +size 247 diff --git a/ory_Orya/.gitattributes b/ory_Orya/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ory_Orya/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ory_Orya/data-00000-of-00004.arrow b/ory_Orya/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..046c5ebbebec4662b23f769036564102a5ee1cbd --- /dev/null +++ b/ory_Orya/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3558326d0076b171feb3e7ce6db91e8ca39424f5d5412868e8142f2aa90b8750 +size 397456560 diff --git a/ory_Orya/data-00001-of-00004.arrow b/ory_Orya/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6868504d2f69ad320c3dbc34f701aa80137c7fad --- /dev/null +++ b/ory_Orya/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b3dba500614c10e625abd6d58632f11b69dbdd7376274ba7547a2ff2e0a7c5 +size 398768080 diff --git a/ory_Orya/data-00002-of-00004.arrow b/ory_Orya/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e700888368afee1c9b3f792074571d73c340f74c --- /dev/null +++ b/ory_Orya/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70259e7025c4badb4e8b7381d0d9ca4ca6892162b0926c4660cbf3372be98d3b +size 398882056 diff --git a/ory_Orya/data-00003-of-00004.arrow b/ory_Orya/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..efd246d8b41d39332f9c96c30ce00e25bb61436c --- /dev/null +++ b/ory_Orya/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc447c26a082e217a62bf05d3bbc7d998c93a660ae442a953415b408167609d0 +size 399432992 diff --git a/ory_Orya/dataset_info.json b/ory_Orya/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..101b3ad25ed9d8b3f3dbd3b951bfcb94cb8e7748 --- /dev/null +++ b/ory_Orya/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6060bfb63a066847cd83f0d5b24b96569ee74f0e9624a7acbbdc3980c42b43 +size 1224 diff --git a/ory_Orya/state.json b/ory_Orya/state.json new file mode 100644 index 0000000000000000000000000000000000000000..984df5e7b485031c82330a34fc23344f029e54cd --- /dev/null +++ b/ory_Orya/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c113897df3c2430d0ed8ff91ab2a27874cb0c4041f3c3b30ffdffd300a2869c +size 424 diff --git a/oss_Cyrl/.gitattributes b/oss_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/oss_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/oss_Cyrl/data-00000-of-00001.arrow b/oss_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dcb4815794eebcd02a69db371ab8c86e7eb2fd45 --- /dev/null +++ b/oss_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fbbbb59431a04720b853f236957647031d41a210c8d479ef4150a951000fa0 +size 140287760 diff --git a/oss_Cyrl/dataset_info.json b/oss_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..56845d3307dea1ff5f3f61c8a242f803dd6c6eb9 --- /dev/null +++ b/oss_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2b0ab0e8be0c9c0ba32b3a3494b7c3eac1cf7df677c54bd671d392979ba216 +size 1117 diff --git a/oss_Cyrl/state.json b/oss_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b4b3ac995fd1fd091a3664cc677055dc2a72f8c9 --- /dev/null +++ b/oss_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ae5be55062ca073f44397e2dad7d55d8f333ce427be6bff36ea94b46c88ee8 +size 247 diff --git a/ote_Latn/.gitattributes b/ote_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ote_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ote_Latn/data-00000-of-00001.arrow b/ote_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..646ea4115fdfc1da4912e88e9243bc5fb8b9597e --- /dev/null +++ b/ote_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9563fd493c798230a4607b501a7b82f6ccd7ba252c282a5e94386019e5cb08 +size 1780880 diff --git a/ote_Latn/dataset_info.json b/ote_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..990733593e5566740c3cacc8426ba0c90f86bc7f --- /dev/null +++ b/ote_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e256ddafc14cef619b1c9bf6896b1ac2317fa90f49dbeff83dd3ad2c2e5b07 +size 1105 diff --git a/ote_Latn/state.json b/ote_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8726383547cd7838a2138bb52924a805ee331990 --- /dev/null +++ b/ote_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617b06c948d9ca5be23262e62d93d66eea3db59cb47145adbf43e815e7a79610 +size 247 diff --git a/otq_Arab/.gitattributes b/otq_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/otq_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/otq_Arab/data-00000-of-00001.arrow b/otq_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..faa2718c55e25bd8c326dcf2ef7003c660f3ee2a --- /dev/null +++ b/otq_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23ad7530f0522a69221533de67a88012f7cbcf04d8601a3ec1d3b73614eca23 +size 11544 diff --git a/otq_Arab/dataset_info.json b/otq_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4f17f8a238e10d6222763122a1203162837765f5 --- /dev/null +++ b/otq_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7613c28ba89c660a4f626775f1ea87107bd817acb0bb25780489f0f3fade2208 +size 1092 diff --git a/otq_Arab/state.json b/otq_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b3c3093c389b9fb0dd61a8ac158ae6819f195361 --- /dev/null +++ b/otq_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0851aa9da5168b3fab1bd6f540935e7e578896a51c2abf1492bd007a25fbda14 +size 247 diff --git a/otq_Latn/.gitattributes b/otq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/otq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/otq_Latn/data-00000-of-00001.arrow b/otq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cd8f4b61fa162cdd9c5f26fe62fb8489efd61952 --- /dev/null +++ b/otq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970780e36a1f85395514ebe8cac3cae427c54886bcb4aee96b138c6b3277408f +size 24752872 diff --git a/otq_Latn/dataset_info.json b/otq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..92bc0fe35b6798a3a16bb08adc3a01acfea41bd6 --- /dev/null +++ b/otq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7608ce94b42536e06b6386e44c682d536f98f74cc013a6052f64f851ad299ce +size 1110 diff --git a/otq_Latn/state.json b/otq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..66dd32bf8b253a58dad1a3e528d835b710303327 --- /dev/null +++ b/otq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c176fa17608dcd6657d3801637e0c22e4d15b012b67fce02026eb9ec1fe2193 +size 247 diff --git a/ozm_Latn/.gitattributes b/ozm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ozm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ozm_Latn/data-00000-of-00001.arrow b/ozm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..08aafd56e0b73148d7239328966126edf4f6e59e --- /dev/null +++ b/ozm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5774ba9dc176354edc69916432c04d4bd31b7000e78cc9f3b29a55fbb34b999 +size 3856 diff --git a/ozm_Latn/dataset_info.json b/ozm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..88e2e800287198dda46b96afaea5832ced919d1a --- /dev/null +++ b/ozm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d48e87006108ec534229c7e22cd962bbce094c9eac40953a6a1b39119506717 +size 1087 diff --git a/ozm_Latn/state.json b/ozm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fce50da1c24bc52dbac161921ce5c330f5002f54 --- /dev/null +++ b/ozm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94e9b702e5af7a1310d3f5937756dfff7ccb755f47df823fa0d94d62fb55ce2 +size 250 diff --git a/pag_Latn/.gitattributes b/pag_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pag_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pag_Latn/data-00000-of-00001.arrow b/pag_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31cbe3942d01e6879e13a8c4ac4e36523e1363f7 --- /dev/null +++ b/pag_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b640b6ecfe55c1078bb43091bfc20d2c301d3a88fedc0f34ca06fedc3cde15 +size 13413968 diff --git a/pag_Latn/dataset_info.json b/pag_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cfa16b173b9514076a4a4101f02fc76a65c5cd40 --- /dev/null +++ b/pag_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74444b46465cbeacd24a821a277ea9299fd8e3500bf9202c33ca5a603cc2eb26 +size 1111 diff --git a/pag_Latn/state.json b/pag_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..726705709bbb6a16e65e5cfefebf76587b0b20a4 --- /dev/null +++ b/pag_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf9cad4b821a47d6d1c20174fdab2beab0709ca4ab1d44bc96038901eaab060 +size 247 diff --git a/pam_Latn/.gitattributes b/pam_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pam_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pam_Latn/data-00000-of-00001.arrow b/pam_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ae1f83a4726f1a01a203ff5c3cae0a78a12ebc2b --- /dev/null +++ b/pam_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701e7b7adcfa7ba721b3b6b306951a14d981a7f7f7295a954da1d45cff9a4bf4 +size 77314208 diff --git a/pam_Latn/dataset_info.json b/pam_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5ceaba0c5aad204553fedf282ddbd9e4893679ae --- /dev/null +++ b/pam_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62398a7b2fa2bab91406a065d8fd683566738093eeff972d42973400053c8f7d +size 1115 diff --git a/pam_Latn/state.json b/pam_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..827205fb44781c5be37f7bc70b3df5ad3508f831 --- /dev/null +++ b/pam_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be8dd7c6e5be3fafc2cb4e540a7206fa9b737f1d5654a419da11e8163f9dd7d +size 247 diff --git a/pan_Guru/.gitattributes b/pan_Guru/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pan_Guru/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pan_Guru/data-00000-of-00036.arrow b/pan_Guru/data-00000-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..438b7a228f844d6253cda76c8dc69d0db5cfe6f0 --- /dev/null +++ b/pan_Guru/data-00000-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c33b6600100e69fe1a8ef59b9e5873669947c8f4699caf8390cef5c13651516 +size 270744392 diff --git a/pan_Guru/data-00001-of-00036.arrow b/pan_Guru/data-00001-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9c3d66dde93add95e7300501ff72e9e551474079 --- /dev/null +++ b/pan_Guru/data-00001-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367c9dd5e1c6fe5f4ddea8e977a8381d6791c90e2d127dd229697cba719f1b11 +size 270929408 diff --git a/pan_Guru/data-00002-of-00036.arrow b/pan_Guru/data-00002-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8799f65911576f9925706535833e218b334cf69b --- /dev/null +++ b/pan_Guru/data-00002-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1417029c70770322ff11913798f95ca13e434acbdd7896ac73a4e666333bfd +size 1951235280 diff --git a/pan_Guru/data-00003-of-00036.arrow b/pan_Guru/data-00003-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fc2c36cab4e7f2d8691882754b5bbe7537ca6a82 --- /dev/null +++ b/pan_Guru/data-00003-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf40f1770c2354729a52da7997e62610bddb89e9f88255793220f8c9d377fe8e +size 272244840 diff --git a/pan_Guru/data-00004-of-00036.arrow b/pan_Guru/data-00004-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1e63a7f4aaebcef309d932f215506e95c5e7254b --- /dev/null +++ b/pan_Guru/data-00004-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1fe16191503970e4cc633313a7097ea696ae962c952ca6e9d24ade9389b257 +size 272099560 diff --git a/pan_Guru/data-00005-of-00036.arrow b/pan_Guru/data-00005-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..19c5cfb5f4a5863ddc42a88cb0f93a47e21bba8d --- /dev/null +++ b/pan_Guru/data-00005-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6280f2a39299b0bdc5f411d57acde11aa2db11153f1fe0bd368bfb0e13e18b9 +size 272222056 diff --git a/pan_Guru/data-00006-of-00036.arrow b/pan_Guru/data-00006-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0e25e1576019d69defb3ab2ae93e5e037583582d --- /dev/null +++ b/pan_Guru/data-00006-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e818a23ee14576b0e738f16c8e367a2d7823199bdd09f1425f196612886c1f3 +size 271800384 diff --git a/pan_Guru/data-00007-of-00036.arrow b/pan_Guru/data-00007-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e5636668d07c7a30b9c6431e2518b93066dc4061 --- /dev/null +++ b/pan_Guru/data-00007-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46127712470d4b0b46b98b1952be29212e2aba0df58663412be0b071cf5498c2 +size 272093688 diff --git a/pan_Guru/data-00008-of-00036.arrow b/pan_Guru/data-00008-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8ae542da7ef34598c2f5546b23db4032b342837f --- /dev/null +++ b/pan_Guru/data-00008-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48252098094c0015129611e74601d59ebc069b60746fab7e4089289035d04b61 +size 272219336 diff --git a/pan_Guru/data-00009-of-00036.arrow b/pan_Guru/data-00009-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c903b441a8246af2731077a1b4f3f2eb29cf64dd --- /dev/null +++ b/pan_Guru/data-00009-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40146bde71e4dfc8178b6ef6f90ff9511a0fa6e04132d247158bdc69f61ddda +size 272502144 diff --git a/pan_Guru/data-00010-of-00036.arrow b/pan_Guru/data-00010-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b2ee7871337d7a56a89d672640a40c8843fb0e7f --- /dev/null +++ b/pan_Guru/data-00010-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f121da4a05d0bad08250809124590fe02be212635c80220488461ad9391db4e5 +size 272288912 diff --git a/pan_Guru/data-00011-of-00036.arrow b/pan_Guru/data-00011-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..81a963e5fe80a1f3b970931fc1fdccf8dd972fe2 --- /dev/null +++ b/pan_Guru/data-00011-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b708f7dbd141b4e9c94627717f6390288d0dcfc2835e37de1bcb7be89e4036 +size 272804088 diff --git a/pan_Guru/data-00012-of-00036.arrow b/pan_Guru/data-00012-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f451592177e22430429a766c0ca21279be6208e6 --- /dev/null +++ b/pan_Guru/data-00012-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b646da5d6ca0cbed16606f6acfa01b3d12a3cf1288f6e0dcaa000f33cbfc7fe +size 272243384 diff --git a/pan_Guru/data-00013-of-00036.arrow b/pan_Guru/data-00013-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..72b37609259ba23e6e35e2879543e0356548aedf --- /dev/null +++ b/pan_Guru/data-00013-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46ed43e8e5b6605779765b2c1d3da72ab874c1bd264b77e5f9c8253b9874930 +size 273220304 diff --git a/pan_Guru/data-00014-of-00036.arrow b/pan_Guru/data-00014-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bacb80736a84255c86ea977138b33cde93771051 --- /dev/null +++ b/pan_Guru/data-00014-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9474cf411c5735369b32a377d302a513c9e10a7414acaf05eab35ce9fc7476fd +size 272886328 diff --git a/pan_Guru/data-00015-of-00036.arrow b/pan_Guru/data-00015-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5d9e130e8c2757e0b89c9df7d9edd9415c281cc2 --- /dev/null +++ b/pan_Guru/data-00015-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4819130c46a7185287acb3215bed8bce2323cb5e09804a995f20b274d3332cc9 +size 272732080 diff --git a/pan_Guru/data-00016-of-00036.arrow b/pan_Guru/data-00016-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e0bc704a875cb375802749be11bf981de87d7768 --- /dev/null +++ b/pan_Guru/data-00016-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357ff3f889bc81f6f1b6d84e4f2c24fcb37d4781a9186b80af5d19257211fcfd +size 273120784 diff --git a/pan_Guru/data-00017-of-00036.arrow b/pan_Guru/data-00017-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fff700272f9c47fbc39cde2803fdfe403224b486 --- /dev/null +++ b/pan_Guru/data-00017-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848a483de02fe903d1bdfbe35a98e197e5770d22ad006e531364efd6f52d3f41 +size 273055336 diff --git a/pan_Guru/data-00018-of-00036.arrow b/pan_Guru/data-00018-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e0362b8cfc6ae7668327d9b4136ad835d4b19bfc --- /dev/null +++ b/pan_Guru/data-00018-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acb9770c42f1efce41a07f8615bf4c7985ebf7368cd23bd339bf4540e48cbf1 +size 272608472 diff --git a/pan_Guru/data-00019-of-00036.arrow b/pan_Guru/data-00019-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8a5c8793bc25702d58f379edb5d665631cffbc62 --- /dev/null +++ b/pan_Guru/data-00019-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f2267946a5b7cd104c20e483b06b46cc291fbb15333835888d3bcade329650 +size 273206576 diff --git a/pan_Guru/data-00020-of-00036.arrow b/pan_Guru/data-00020-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..54885ea9918d3170ef2514693331db475710c0bf --- /dev/null +++ b/pan_Guru/data-00020-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca59472328a5d52500ca9fe3ac4bee12ffb18ba6dae0d500662edc8da7f367fa +size 273199864 diff --git a/pan_Guru/data-00021-of-00036.arrow b/pan_Guru/data-00021-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7038586ea8d2b286522c1ce81a0d2228bb9f6d38 --- /dev/null +++ b/pan_Guru/data-00021-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a27447de371ab25da69f51cf80cf0962b2c06053c4fc3923c862ac91dd0ba84 +size 273893088 diff --git a/pan_Guru/data-00022-of-00036.arrow b/pan_Guru/data-00022-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..942621e325da3e66088fd2dbe703ccaf14e81eee --- /dev/null +++ b/pan_Guru/data-00022-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d163941d29175534d88368a3859f019aa367cf4052cb09e264e7f16487288d6 +size 273764792 diff --git a/pan_Guru/data-00023-of-00036.arrow b/pan_Guru/data-00023-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0bb794cf2873eb0da56a53b41a80ffc3364d9f39 --- /dev/null +++ b/pan_Guru/data-00023-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57dbce7cdea4de27bf2076e589e0ba946235bf9086e44a2c74bbe8c3869d0e05 +size 273487192 diff --git a/pan_Guru/data-00024-of-00036.arrow b/pan_Guru/data-00024-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b53d335ebc5989c549592cdf26410493d90b5460 --- /dev/null +++ b/pan_Guru/data-00024-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e65c0c5cc5d46df95effc52ea69e977123d16019fb5a1d78e223612cdfe51b +size 273623384 diff --git a/pan_Guru/data-00025-of-00036.arrow b/pan_Guru/data-00025-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5238f5ee59fbfa09a0210029690c2b74ecafc1f3 --- /dev/null +++ b/pan_Guru/data-00025-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9039d917a73473fff41d4083745c3567a435e7fa7b80514a9fa4c126ac25fa95 +size 273274136 diff --git a/pan_Guru/data-00026-of-00036.arrow b/pan_Guru/data-00026-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..37be4e6329cc2763419b0dc32ad8a8165945a20b --- /dev/null +++ b/pan_Guru/data-00026-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed318b203b4007dd5f054a3bad057ac019c03fedd61ba40a094932244bc3f653 +size 2119557288 diff --git a/pan_Guru/data-00027-of-00036.arrow b/pan_Guru/data-00027-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1bd2b1024bf723214f92c9a40f3d0070f6801f0 --- /dev/null +++ b/pan_Guru/data-00027-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2b9ec73ed9cb2ece28ace9318898a51464125e36cc97649f324d0e96cd567c +size 2376282176 diff --git a/pan_Guru/data-00028-of-00036.arrow b/pan_Guru/data-00028-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a8e066ceea72b196f3887e5c33026c7f73cb00a1 --- /dev/null +++ b/pan_Guru/data-00028-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9aa2e3cf0d9e070a8202b4d7579b24c576a626eded01d7908eec27d95882af +size 293992288 diff --git a/pan_Guru/data-00029-of-00036.arrow b/pan_Guru/data-00029-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3a8a95d682bb4b1e49bf111a4dd2621cdcaee08d --- /dev/null +++ b/pan_Guru/data-00029-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1641dd6768495b97f4d3de4a31d2049ed8cc81198f0289a07fa3ce0247718981 +size 2600165808 diff --git a/pan_Guru/data-00030-of-00036.arrow b/pan_Guru/data-00030-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a8451798e58d008bb45a4f059654472aa9a46261 --- /dev/null +++ b/pan_Guru/data-00030-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714389d0a97b0f4e174cc578dde6f752d161515e94f8f3b9b9aa5f85de5122ba +size 275877064 diff --git a/pan_Guru/data-00031-of-00036.arrow b/pan_Guru/data-00031-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..22a25b977a2aa1c96a9ea5ac69008e82a452e8b7 --- /dev/null +++ b/pan_Guru/data-00031-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3284815cab76fd66f3276717e496d6402d60834f0ca6080ec85cc362c6ffd9e3 +size 276158680 diff --git a/pan_Guru/data-00032-of-00036.arrow b/pan_Guru/data-00032-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d9bfdbabfd185f8713a5ff9e519f3a24bd6a3cee --- /dev/null +++ b/pan_Guru/data-00032-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f257ffd5020b40cd14c185502ced7a519e6b8d8f08dcbf3c85824db3f64b2b15 +size 276302488 diff --git a/pan_Guru/data-00033-of-00036.arrow b/pan_Guru/data-00033-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8de3bb197838a1a7fcd0393eb57e3ce08c8a167e --- /dev/null +++ b/pan_Guru/data-00033-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c209cec7af703a284cdc959868f5a0827716e105838cfee89fc92d707c130697 +size 276361848 diff --git a/pan_Guru/data-00034-of-00036.arrow b/pan_Guru/data-00034-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..27b80aa3f16370ce2e670c43b4c8dcda6c4c1cb5 --- /dev/null +++ b/pan_Guru/data-00034-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9daaa4aa615cd0314c1145b2395a3853754afe0ac5a500dbbc5dd453932f330a +size 276525560 diff --git a/pan_Guru/data-00035-of-00036.arrow b/pan_Guru/data-00035-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb0430d4ac94fab694df4ebc74c123417ce2f4bf --- /dev/null +++ b/pan_Guru/data-00035-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fe174dff5debcae3182f146cadaafd941cd34b7355499619a8b98034111f71 +size 276247144 diff --git a/pan_Guru/dataset_info.json b/pan_Guru/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d8a33eb50d9515ae3fd72c5824c451cbdfe02962 --- /dev/null +++ b/pan_Guru/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038a301773f7c4045a3fbf36ff01d10c17439219b96f17f7ca0856ff55637abc +size 2385 diff --git a/pan_Guru/state.json b/pan_Guru/state.json new file mode 100644 index 0000000000000000000000000000000000000000..773bb49bcbe886017acb5fd6082d41efbcc5e7f5 --- /dev/null +++ b/pan_Guru/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b2e9bb8d317528723fcb51ac5e1f34b37ae3f72df88e1bae908f5fa1167d5f +size 2312 diff --git a/pap_Latn/.gitattributes b/pap_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pap_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pap_Latn/data-00000-of-00001.arrow b/pap_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7dcab909b927d7b85a5d06525c8e4bb08436d6f3 --- /dev/null +++ b/pap_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e01496f66354d07bf48f8466416fcf51e67a3da1737cefe28bee1c15f79ad6 +size 258957440 diff --git a/pap_Latn/dataset_info.json b/pap_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..526afb8327eb42eb8645f030dcfb2ddcaa987bdf --- /dev/null +++ b/pap_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b87598997ba6b8fda3697c15eae4ca1ed0d392a3786e09f855504d2f7d1903 +size 1117 diff --git a/pap_Latn/state.json b/pap_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f8b8a34defcbced99e1bfc7f772c2005494a4fdc --- /dev/null +++ b/pap_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a122bdddd0876995509040cc78cbc6742ac1d0163acc0aac0e48c1738fa4ed +size 247 diff --git a/pau_Latn/.gitattributes b/pau_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pau_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pau_Latn/data-00000-of-00001.arrow b/pau_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..edbf7a4984ae6e94fdcaa69d487003114cf578bd --- /dev/null +++ b/pau_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1daf11419061b5d2d17d91498c9d1ffacc75155cc5e74bef9bcbfa622553e81a +size 2002352 diff --git a/pau_Latn/dataset_info.json b/pau_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..394c35026bdfb5e9fccdadadaa0c7e4711fa4a1f --- /dev/null +++ b/pau_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d87cfa61eaaac07012b64992d27dae754d12048aaf02bc64e4a68e310b1063 +size 1104 diff --git a/pau_Latn/state.json b/pau_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4c5415dbdb08370bcb46de0a64876b98da2e119e --- /dev/null +++ b/pau_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1609c8333b0f9c2287e038d072a2b50aa4ddb827b053d35f7804152c2425ac0e +size 247 diff --git a/pbt_Arab/.gitattributes b/pbt_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pbt_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pbt_Arab/data-00000-of-00001.arrow b/pbt_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c7e7c4e87d498a71496a3012372439402c9ffbaf --- /dev/null +++ b/pbt_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2d485fd8deb27ca2abc46a020e6d78a54105835926bba3a9fb96511d96ce0e +size 90944 diff --git a/pbt_Arab/dataset_info.json b/pbt_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..756732cb0bac020a2cf03a75522eccb5983d8be4 --- /dev/null +++ b/pbt_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e0f9122ddfe78fbf223a1243b36621c2f8ccd11aacf04a80347a723a98c6f3 +size 1097 diff --git a/pbt_Arab/state.json b/pbt_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..957446e35f46b9da779b81d783b8587dab3d9d87 --- /dev/null +++ b/pbt_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fe805dedec812f8b14b1ba14616cbafe0c428d3ef2ae4036b1a5f60280588e +size 247 diff --git a/pcd_Latn/.gitattributes b/pcd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pcd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pcd_Latn/data-00000-of-00001.arrow b/pcd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2659b33738cfa699ec671f490d916571a77b05bd --- /dev/null +++ b/pcd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff76aa440a97179108d93188cef8df02c6debccdfd7db5b82e326b3d0c7d5d6f +size 7931088 diff --git a/pcd_Latn/dataset_info.json b/pcd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1c2670eec00f4b86dcb0e879bfe8a35395170f8e --- /dev/null +++ b/pcd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d832ccc721e40ec21b7b581b0ea94f42ccc1fc1609393f8c384f330519a975c5 +size 1111 diff --git a/pcd_Latn/state.json b/pcd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..65e05c524a839c9b0729c5fd851be02d6b37c370 --- /dev/null +++ b/pcd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bef183f5b34840d478a0928e8bca84350c81dedcfee5d78847367e8959c3c1f +size 247 diff --git a/pce_Mymr/.gitattributes b/pce_Mymr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pce_Mymr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pce_Mymr/data-00000-of-00001.arrow b/pce_Mymr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5403d0df8069f39c897b36948f78aba70a230e9c --- /dev/null +++ b/pce_Mymr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4e73e6a571965ffa121a37d848e6cc7bc375d0af8d68eb0653853b934faee9 +size 168920 diff --git a/pce_Mymr/dataset_info.json b/pce_Mymr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..57e9357612117ffafd3b1cb03f5dbe6c7e072117 --- /dev/null +++ b/pce_Mymr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06f95fe034f35e27bc502db95932b4f1ccb5b95c4a9e5fd36b238fc0568f655 +size 1098 diff --git a/pce_Mymr/state.json b/pce_Mymr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..16309b71a3d8ea280b5ece8cafb49cbaeea6485c --- /dev/null +++ b/pce_Mymr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0131efe196a82e2c573be2c5d75bde54215da2c1952c2e6ad11f30d06001e86f +size 247 diff --git a/pcg_Mlym/.gitattributes b/pcg_Mlym/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pcg_Mlym/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pcg_Mlym/data-00000-of-00001.arrow b/pcg_Mlym/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b63b084aa65aaa19e8faf10a1afdf46b4df6eeb6 --- /dev/null +++ b/pcg_Mlym/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43e715feb733f2e420503ef380fb36f55ca7d1543d9114722ad7920fa445965 +size 3344 diff --git a/pcg_Mlym/dataset_info.json b/pcg_Mlym/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9e501fe4fb8087aba5c3ad12d66650d2cfc57886 --- /dev/null +++ b/pcg_Mlym/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd3cee79934e84ce120bc109af04d2e58c16f864b634648b6b14cf254a620f3 +size 1087 diff --git a/pcg_Mlym/state.json b/pcg_Mlym/state.json new file mode 100644 index 0000000000000000000000000000000000000000..af643b8692ebffde109f6f4695f70f1cb2fa7506 --- /dev/null +++ b/pcg_Mlym/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d112f7ccac80dae82582fa66db1ed4c0e40b7c22b17405248f8ffe0a39f240cd +size 250 diff --git a/pck_Latn/.gitattributes b/pck_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pck_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pck_Latn/data-00000-of-00001.arrow b/pck_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..27fade871da7a49590051caa57f8eedb25bf2bb6 --- /dev/null +++ b/pck_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d18ffd0d87ddb7e4b2e82bc7695a1c58f810bfa5f8706503e2559b8a163914 +size 11469032 diff --git a/pck_Latn/dataset_info.json b/pck_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cdda8b34296c722b700eeb3e8db15c695a89cdeb --- /dev/null +++ b/pck_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733ec539deb015d569bd8d4de1af14ae383cdf099fc515b1b2ad346a39ba0503 +size 1110 diff --git a/pck_Latn/state.json b/pck_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..45cd185571b1eb80278fc83ae3bf4dbab7d6c0b1 --- /dev/null +++ b/pck_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3008e51dd87d4f52f5af29c7c0979c3bdda80592093f0da5a15745c67bee969 +size 247 diff --git a/pcm_Latn/.gitattributes b/pcm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pcm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pcm_Latn/data-00000-of-00001.arrow b/pcm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..08223ce586d62f4a3b50ea1e339c19a92ce5a9ae --- /dev/null +++ b/pcm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539fcc1bccb080b591029162ff549bdc737bf4b74846be2e403c677dbd6ccf7f +size 36102176 diff --git a/pcm_Latn/dataset_info.json b/pcm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7ad8bd77e01e6e8f441308c1cd3250406a696973 --- /dev/null +++ b/pcm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93400b2cb887c8827270bef7e0e2f68ab125857b6cb82a6e3c9bbbed100adf04 +size 1113 diff --git a/pcm_Latn/state.json b/pcm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dd23414ab4ab292ee58b92efff027c897599fa05 --- /dev/null +++ b/pcm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8018cd5df759fc5d13c1c19b417b70de7f68c142d156f3306038bb7d044d8c +size 247 diff --git a/pdc_Latn/.gitattributes b/pdc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pdc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pdc_Latn/data-00000-of-00001.arrow b/pdc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3fbb80428d4372a325979a4cb5af69ac1fbe7652 --- /dev/null +++ b/pdc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72575be01fb4c7cb0252c0a1d6d23e83b1d33612a3d908ebf09da00a968dca3a +size 1088624 diff --git a/pdc_Latn/dataset_info.json b/pdc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..de6f0ad7738b6b9642a31e037f0521726757785b --- /dev/null +++ b/pdc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da791b98256d7c988272ec12e7fb9db2d7ecbacffc8df3c8b87acd5cda2908a +size 1105 diff --git a/pdc_Latn/state.json b/pdc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6e0d9208e7bfc627cbe1fe79f8e47ef30faf7528 --- /dev/null +++ b/pdc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c7337d281c7288ac85367c32eb87b41a9a508fc78f8165828f5a953c8db9ab +size 247 diff --git a/pdu_Latn/.gitattributes b/pdu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pdu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pdu_Latn/data-00000-of-00001.arrow b/pdu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f0a786383cffc6a35b07c6d99df5a80eb0a50028 --- /dev/null +++ b/pdu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06565eca9aca2460d17b91b561f638848c3a9fad9739ce4cc8676c2d302e66c3 +size 1800 diff --git a/pdu_Latn/dataset_info.json b/pdu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e61c6aeaba796efcc46174dafca884b79739e63b --- /dev/null +++ b/pdu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d6cf2cf3d2f6f7eee38e6d784ceb297b8f85da2867e8d5eee46ed90112ddb0 +size 1083 diff --git a/pdu_Latn/state.json b/pdu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..49e079fa8016c98f565b549b48f60e68fd487994 --- /dev/null +++ b/pdu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8a9bc2e11b003789a8820bdae8e3a9bd4faca151ddf3a1d07a40320f0e7e0b +size 250 diff --git a/pea_Latn/.gitattributes b/pea_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pea_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pea_Latn/data-00000-of-00001.arrow b/pea_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b5dec937413ad01b5783457ac5960eb15ca58070 --- /dev/null +++ b/pea_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28bcc581d991cda2ae2901224c3e89dbaa23f27f6f66265df49e2b5ae50acee +size 2872 diff --git a/pea_Latn/dataset_info.json b/pea_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0c308ad149993b89befc30c9391a8872a482e363 --- /dev/null +++ b/pea_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84202f9fcc98f532086cf8e0e2969337425fbbf59e7059ddaf2787826a1a8ef2 +size 1087 diff --git a/pea_Latn/state.json b/pea_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..be80c3d3fe7be64f70d6167f373fd12361c27ad6 --- /dev/null +++ b/pea_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e5fce222bd24058c256a768e22b84867539a914469e6c11dfc04a5ecee730e +size 247 diff --git a/pex_Latn/.gitattributes b/pex_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pex_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pex_Latn/data-00000-of-00001.arrow b/pex_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d2e3d3e5f23addf0ec124f1150ebc906fcb12008 --- /dev/null +++ b/pex_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cb5dbd5616b59b93b156ef706ff97e2a6c283412d22443c7f08cc552222f18 +size 3352 diff --git a/pex_Latn/dataset_info.json b/pex_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0ccf9cab6291a1f5a421b9ed09c7a7d61b7c65ef --- /dev/null +++ b/pex_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cddcbf147dcba65e4d96a858a44e4d830e021f09d024e00d04d0f1b40bcfc3b +size 1087 diff --git a/pex_Latn/state.json b/pex_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b5378c41d4fc37641e8ea5d49a8d7224939ff7aa --- /dev/null +++ b/pex_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6baedf216550b4fa8a80d8fa421786bf68dbb6c1de53e04b91a4dd335a20ef +size 247 diff --git a/pfl_Latn/.gitattributes b/pfl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pfl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pfl_Latn/data-00000-of-00001.arrow b/pfl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..411bd3bc33b8a1b9e711450986ee69044e092842 --- /dev/null +++ b/pfl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a3d118773b6980c1f34723bf9ec367fe60ea7ee3cb4497877f02669ac99ef0 +size 7773384 diff --git a/pfl_Latn/dataset_info.json b/pfl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1cc865a5090cd64c6d8ca3025650f60c0787b58a --- /dev/null +++ b/pfl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691f5df4e67c99cdf250ac2f368b7aaff1dfbe9bee07d13af42b18575fbdc66b +size 1109 diff --git a/pfl_Latn/state.json b/pfl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cbd8cb13805436a799e74ee514adfd9692002059 --- /dev/null +++ b/pfl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5d42161e297fc7689444fdaa0e5291ca3611181175854f04f89714078def74 +size 247 diff --git a/pib_Latn/.gitattributes b/pib_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pib_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pib_Latn/data-00000-of-00001.arrow b/pib_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3a121b2d9765dae0701912515423cab59282135e --- /dev/null +++ b/pib_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3335145499368b5e1db14ac972ed92d9b099d4cb5f29e914745ac3ae49039815 +size 376984 diff --git a/pib_Latn/dataset_info.json b/pib_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e1c8e2daeb57526ea75785c91a095a31a3456c4c --- /dev/null +++ b/pib_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f5db16a4dd954d47fe6aeb734789af8dbebfe3b344c791a0f8e394775542f7 +size 1105 diff --git a/pib_Latn/state.json b/pib_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4c6a2ada5a1f8b3cde6eb4157a7edab57dd5bf5d --- /dev/null +++ b/pib_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d56b131cfad56aa0b6db8c352581e03243326ee24bcf0436c3ad5c454b9bb27 +size 247 diff --git a/pih_Latn/.gitattributes b/pih_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pih_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pih_Latn/data-00000-of-00001.arrow b/pih_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e3858f54f2a564951e7dae44b045cacb54ccb608 --- /dev/null +++ b/pih_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e466f3c601d764813197f9b7415da1d1fc2a2dd44e47877a1515331e7c16f6ae +size 273320 diff --git a/pih_Latn/dataset_info.json b/pih_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1c114b2d8c42612da1a01802ad51d54d5cb73451 --- /dev/null +++ b/pih_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70c9e775dd0d3d219209db1257baab03f1094f32db5a54e358c1bf9df96df94 +size 1099 diff --git a/pih_Latn/state.json b/pih_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bf71ecd0d74f66a208fc5f3848eb3389be77f475 --- /dev/null +++ b/pih_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47ce13ab8501335658e686a34a239b28c41ed0e5cc74c197ed3a54174b6fb18 +size 247 diff --git a/pis_Latn/.gitattributes b/pis_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pis_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pis_Latn/data-00000-of-00001.arrow b/pis_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..94a74bec601303a79cd082bc7ee83dc667503df1 --- /dev/null +++ b/pis_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468692ba46ff2e8973b77f5ccfff6bd7e7f8b7a1f766963ffebc8c2705c352cf +size 916248 diff --git a/pis_Latn/dataset_info.json b/pis_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4118537ed768b08e5ddda5dc73d7814486f76612 --- /dev/null +++ b/pis_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0adf8c579fd2acb322d4fb0398ff4e9ea7993ede1f23d6a5604e3b721aafc03 +size 1102 diff --git a/pis_Latn/state.json b/pis_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bd703013bd36981fcb3d34e2809809d094100abe --- /dev/null +++ b/pis_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d2691fd4c701465a909d144d4249254a361b61dbc59a1bc7b03444c3c228c2 +size 247 diff --git a/pkb_Latn/.gitattributes b/pkb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pkb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pkb_Latn/data-00000-of-00001.arrow b/pkb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..855d2577e57209f5245c34bf6adab1cc30bd3602 --- /dev/null +++ b/pkb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e03ac7204f96938dfa6400b6aa96068aa5debb4571b6e284963e64195756d2c +size 10720 diff --git a/pkb_Latn/dataset_info.json b/pkb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2a8d50932bc84c57bf72542c939cae481dfb69fe --- /dev/null +++ b/pkb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cebe06fe5a9e3bc38c254265ddbc746e063864eb0b121ae06a888d4a0134236 +size 1088 diff --git a/pkb_Latn/state.json b/pkb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..61d8b8f79259653653f0a1d7154d136ec8a2e58b --- /dev/null +++ b/pkb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7851c59cfbdb6b7d0b0f047b0123e93892e6fbf37bf2adaf01e97609c65624 +size 247 diff --git a/pli_Deva/.gitattributes b/pli_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pli_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pli_Deva/data-00000-of-00001.arrow b/pli_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..22f42fe5258b27889a9f2c09d56d70ac0faefe05 --- /dev/null +++ b/pli_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2a4dc548b52778e9f071e995c5693081f44070c0325e018d50ac551afeb5ca +size 56912 diff --git a/pli_Deva/dataset_info.json b/pli_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c2aa22c1d035a793b105abf63644821c65c42e0b --- /dev/null +++ b/pli_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca09c6ed070ef0dc092c12281eaec7073666eb9396e0d0fe0624d7b2db359440 +size 1105 diff --git a/pli_Deva/state.json b/pli_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cb2c6d9a9d70e3cae75cec2622489b292b24af95 --- /dev/null +++ b/pli_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98f3bc509ce4f748a5dfd7cde7c4a4be41d6050b3fae1f685b3db495a7db714 +size 247 diff --git a/pli_Latn/.gitattributes b/pli_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pli_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pli_Latn/data-00000-of-00001.arrow b/pli_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b45287f2ae4fe34db097cca5871db2a3e98cae80 --- /dev/null +++ b/pli_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a0c03e03d09bec8150ce96ac175eabe50b85378adcc2e652eea3233037f80e +size 106144 diff --git a/pli_Latn/dataset_info.json b/pli_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4fe7047b4b0ee35132babc2e2144bd498905763d --- /dev/null +++ b/pli_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60705a5a58d91f36f438b67c4c92ed62f5b92051788945c1b061b241a7cbf11d +size 1098 diff --git a/pli_Latn/state.json b/pli_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..707f2d248ed55a7c90cad518d2cac8b1f29eefa7 --- /dev/null +++ b/pli_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cfbbdf70fef8f510c34c17e78ba1a152dcedcd1247cca4e467d71cd5829bdb +size 247 diff --git a/pls_Latn/.gitattributes b/pls_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pls_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pls_Latn/data-00000-of-00001.arrow b/pls_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7b509408122a0a7f0a3b00da93d38f1278eaca0a --- /dev/null +++ b/pls_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957f41620686d49d296383857cd471b67fbec2b180ea6b1726422d4ad8fadcfa +size 2556720 diff --git a/pls_Latn/dataset_info.json b/pls_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7487b9f2b46d93cdb036d2abfcbd0774bcd78b56 --- /dev/null +++ b/pls_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cd7d17102775cf658a2bc44ac585ade3e7d93f72bcd78749ec0e3dc964b1dc +size 1106 diff --git a/pls_Latn/state.json b/pls_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f44c790d442092f32917b209cc5999ba5ab2fe1b --- /dev/null +++ b/pls_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b6ee6646bcf1464bdc4093e2119ddcbbb7802cca2edb0f8d410305b2e75a29 +size 247 diff --git a/plt_Latn/.gitattributes b/plt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/plt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/plt_Latn/data-00000-of-00001.arrow b/plt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..101f5f3f6b5d87c9a47f2d7b5d74a802877aebb9 --- /dev/null +++ b/plt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8630be616263a02e50f656719942853427c25f34064c1a7759781c497b59a13a +size 18660912 diff --git a/plt_Latn/dataset_info.json b/plt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4715a9167484e35864f432b106fc6878910d95b5 --- /dev/null +++ b/plt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fac5e183e62f1b3332622a6abf97d6e29d8c4ddd62e93ec9a5c7c5560ac405 +size 1112 diff --git a/plt_Latn/state.json b/plt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e76748c59db26ebd555d29e0f8eeabbce27330d7 --- /dev/null +++ b/plt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d3177e30c080e273f26acbfe0db9690bf8d7fd6e7e4ecc422896342861d944 +size 247 diff --git a/pmf_Latn/.gitattributes b/pmf_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pmf_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pmf_Latn/data-00000-of-00001.arrow b/pmf_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d158c38abf3d23051273602666df8cf37a30ad11 --- /dev/null +++ b/pmf_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3251f18686d9e3b50051a92820d6d272f2472e9b8393f6bc43aacbbe5862fb +size 3344 diff --git a/pmf_Latn/dataset_info.json b/pmf_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b048a30643733d22085b43dcc38d382e94c1c8e7 --- /dev/null +++ b/pmf_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a1a8432b33e6138c08cc5ab1eaf940070632bf01ba814b8994d85a3d8f7807 +size 1087 diff --git a/pmf_Latn/state.json b/pmf_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..62f5f420a41d987720727d4a7c8763f57c317ccb --- /dev/null +++ b/pmf_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcde8330d0535b61c5f85f16e06d2ff05c7fcdad3c5ca158baf34bcfcb80c53 +size 250 diff --git a/pms_Latn/.gitattributes b/pms_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pms_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pms_Latn/data-00000-of-00001.arrow b/pms_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1a5ea95e34b2cc057da23616791972966591767d --- /dev/null +++ b/pms_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b25bfa36f1328022ced8563c7fa0de9665518994b6500af48ea052f05fe6d48 +size 61257496 diff --git a/pms_Latn/dataset_info.json b/pms_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e76fc753e8877fcad9570aab01c9203cc3418256 --- /dev/null +++ b/pms_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf4c7e639537009e156f7306655b63eaca612c9c4913e1565a1cfaabdfe26e3 +size 1115 diff --git a/pms_Latn/state.json b/pms_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0d5a76aa655635e1d53b096b2a4cb0e181594c9b --- /dev/null +++ b/pms_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b45b05519eef184cb5b0f6f9de19daef90075f59b5bf38131b1f4442c14f90d +size 247 diff --git a/pnb_Arab/.gitattributes b/pnb_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pnb_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pnb_Arab/data-00000-of-00002.arrow b/pnb_Arab/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb6077d71a80959bfd5f4359b293cbdad9f1909f --- /dev/null +++ b/pnb_Arab/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a690da24dfe55c606c3c2926e95227a45d7767b1936a91d138bb44d92fbf25 +size 174207376 diff --git a/pnb_Arab/data-00001-of-00002.arrow b/pnb_Arab/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..930423a469728133ac26914adf31ab31b8940339 --- /dev/null +++ b/pnb_Arab/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c968d2efeeb02aa35f6462fc8e863e72b29bbf142086c7f67dad45ddbac48ac +size 448099416 diff --git a/pnb_Arab/dataset_info.json b/pnb_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f7cab8bd971b22b449ae5b9e07cbc2929229ba56 --- /dev/null +++ b/pnb_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2619f07b46d358dfea24c6d9c0480567f5d6108559e61ed4e4788a63f1ee47e6 +size 1182 diff --git a/pnb_Arab/state.json b/pnb_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2bb377c3e4fb69c76dd20526185a282c41664af9 --- /dev/null +++ b/pnb_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef3f7d23406d06b2ad71a6cf5baa0cacbfa74de2dcdeb0a3884ea37d2a91dac +size 306 diff --git a/pnt_Grek/.gitattributes b/pnt_Grek/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pnt_Grek/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pnt_Grek/data-00000-of-00001.arrow b/pnt_Grek/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..60d04e87584ba49216d28717e89682539d794034 --- /dev/null +++ b/pnt_Grek/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69f70cff6f899ea62570b1f46188adbcd71b533379ff446b3230be21b3848eb +size 609632 diff --git a/pnt_Grek/dataset_info.json b/pnt_Grek/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ad203788b4a12b9c534e2f5cd20fb7a656297116 --- /dev/null +++ b/pnt_Grek/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfbfb931049f4171a7425e7f0cd9e8cb7f1cd5c8b27a16ba350968cb4b764b3 +size 1100 diff --git a/pnt_Grek/state.json b/pnt_Grek/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e847a0f6eafad66d441300e15c37ef17a7adb1b4 --- /dev/null +++ b/pnt_Grek/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7706e4b0b23b06bbfb6eda27c40f162efecd154f753b93c3ef8f0bb1ef8bbe95 +size 247 diff --git a/pnt_Latn/.gitattributes b/pnt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pnt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pnt_Latn/data-00000-of-00001.arrow b/pnt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5985740f2ec15638926d6516e4c01ba3da26bf6b --- /dev/null +++ b/pnt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb06211d877144a3bcf7949d0a30097df4c7345fdc662f3678549c911284ff41 +size 11664 diff --git a/pnt_Latn/dataset_info.json b/pnt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c761145e92baa78e36b0943e425726bcb8cc5c13 --- /dev/null +++ b/pnt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e54f589820980a7838ff2090c9b73ff8f8fce6492e04418be1c0a28685769a +size 1093 diff --git a/pnt_Latn/state.json b/pnt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dc3baf1eaec133c3fd7b60b36e015946fdd3b9d1 --- /dev/null +++ b/pnt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3902d87b4c71e967575a7d90b5ac97a76c14b9dbd6a07ab78a1d245227d04350 +size 247 diff --git a/pnz_Latn/.gitattributes b/pnz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pnz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pnz_Latn/data-00000-of-00001.arrow b/pnz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1f39ec974189ec1dc0c834dd716ede16265692fc --- /dev/null +++ b/pnz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c738d3e7acae7d974b8bca878ecb27dae828229426f98af11944c74cbb6e596 +size 4136 diff --git a/pnz_Latn/dataset_info.json b/pnz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..892dff745738fc7ae3d2ec45dca0db4711bd319b --- /dev/null +++ b/pnz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a058f50c3df6995a52118ecc66ceb2205fca67a7334602ec94aaf128ab32402c +size 1087 diff --git a/pnz_Latn/state.json b/pnz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9fb9d59d73b144e21c3742907ada60e298156f9d --- /dev/null +++ b/pnz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5d863c9c2210dc828cd9961e9a5aae49138e0e5362742bddeedc0f41cf96be +size 250 diff --git a/poh_Latn/.gitattributes b/poh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/poh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/poh_Latn/data-00000-of-00001.arrow b/poh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5677cc61d59c48ca9caf40be70989fab63096706 --- /dev/null +++ b/poh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1959aee04875d0ebac789573c8cc2860741a1700ab815b1fb472ce34df29c47 +size 10090488 diff --git a/poh_Latn/dataset_info.json b/poh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e1854ff3ea4797fb69fe6b2cc43d0ecaaf503de8 --- /dev/null +++ b/poh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5680d956e8d967d646757d0d506b88d04107737e6cf05e55d674eb663efeb88c +size 1109 diff --git a/poh_Latn/state.json b/poh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b4f8ff071d3ffdcad4fec9b23ddad8d756130a07 --- /dev/null +++ b/poh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f1c5811bfb92ba28c47d0ae8ca49be97271fb057a4f083dabd05657a2c4fd3 +size 247 diff --git a/pol_Latn/.gitattributes b/pol_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pol_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pol_Latn/data-00000-of-00007.arrow b/pol_Latn/data-00000-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..576134d04e2a861eace47e73a8d3c2981a034b16 --- /dev/null +++ b/pol_Latn/data-00000-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eba5e4181752f114a78a5764fd255029e1966fe4b497e5c75c9a452f6994b3c +size 676281232 diff --git a/pol_Latn/data-00001-of-00007.arrow b/pol_Latn/data-00001-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b8c702c61c996319eb078dea7a3744242da3f987 --- /dev/null +++ b/pol_Latn/data-00001-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59361c09e1431dd363d10d3e887411a145cd94c173791e9bdd29efbcbd06dde6 +size 442602544 diff --git a/pol_Latn/data-00002-of-00007.arrow b/pol_Latn/data-00002-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ea13b2e34acd012961a0d544aea5bd9426c03f4 --- /dev/null +++ b/pol_Latn/data-00002-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c629148da75a3c1d2a9324f4b0605b4535ccc84e054bb17d704970a101e31a6 +size 429807904 diff --git a/pol_Latn/data-00003-of-00007.arrow b/pol_Latn/data-00003-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..89afba53eb4ffc2d72ab1da92806ec171e5eccf3 --- /dev/null +++ b/pol_Latn/data-00003-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab334c8283ec3b43f9d7350d779149c903d8cd63d02ac4a67f1557249e9217c +size 392112088 diff --git a/pol_Latn/data-00004-of-00007.arrow b/pol_Latn/data-00004-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..71854d0485359f82a065a1054bf1fed5f38917d7 --- /dev/null +++ b/pol_Latn/data-00004-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd0eb058d7ff09b760f43eaa1cae37090f71b3c3f1ffd93d5a4cf05aa1ca471 +size 367641688 diff --git a/pol_Latn/data-00005-of-00007.arrow b/pol_Latn/data-00005-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95a2a7d57673714b39beca3146e71c4cc549c2a0 --- /dev/null +++ b/pol_Latn/data-00005-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea967cb81de270e124bddc7192d2f0c28a2362cded77059263ccd1513fee247 +size 404213400 diff --git a/pol_Latn/data-00006-of-00007.arrow b/pol_Latn/data-00006-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..537f80f85d8e22f7fe663b1fb5df6c8bb4e44765 --- /dev/null +++ b/pol_Latn/data-00006-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aba2b99ed997f9cec1c87f578576f7245809ae49b8b86fccf84b70555a495fd +size 377748136 diff --git a/pol_Latn/dataset_info.json b/pol_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..62e47dd075f1ebc402ab27122fb0bf0b319e8faa --- /dev/null +++ b/pol_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90926d63d4419f359b805e1ac1f48090e5c2500a71e5c516441dd032356b36c +size 1268 diff --git a/pol_Latn/state.json b/pol_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..be58ce12f7ec7e48b1a1332d9973ac96175d2b7b --- /dev/null +++ b/pol_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f567615e3e929c134de7822f6f1da5da985dc80af9102d53886c81869ccf7dd +size 601 diff --git a/pon_Latn/.gitattributes b/pon_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pon_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pon_Latn/data-00000-of-00001.arrow b/pon_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2f693409b8d3e57a7182b786c4dbbc86a57a04f2 --- /dev/null +++ b/pon_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b2e2bd38f5d5f68d25051ee4276f121ddee3785cf8b209dcbf3b70bc30c431 +size 16111704 diff --git a/pon_Latn/dataset_info.json b/pon_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1aec26ca1d78fc10c8dd3a65cd38beb340fca467 --- /dev/null +++ b/pon_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dbba7822afec4c73f310bdaaf0b92e08616519890e6ac6a9dc8aa91d99299d +size 1111 diff --git a/pon_Latn/state.json b/pon_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fcbbb22ff946d48ca371330c9984b57e538830dd --- /dev/null +++ b/pon_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e2d5bbb5b0242cc0c86ecb13bed501cf2a96891b3298d0c090d02a4a0713e5 +size 247 diff --git a/por_Latn/.gitattributes b/por_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/por_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/por_Latn/data-00000-of-00006.arrow b/por_Latn/data-00000-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d314475971e81bd4615c4683e385b2fc74252a6a --- /dev/null +++ b/por_Latn/data-00000-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b5d41da1ee02f03a08b58b8c96ab76f17d4fedd0487bfc99e1b38be800beb1 +size 732331728 diff --git a/por_Latn/data-00001-of-00006.arrow b/por_Latn/data-00001-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..daafc22a6d759d83a5d6bd23a91e14fa92a9a511 --- /dev/null +++ b/por_Latn/data-00001-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e00d1c58e661f280ca6fa190eb8296e9371c68b8d7d26202f04210e4367a96 +size 391649824 diff --git a/por_Latn/data-00002-of-00006.arrow b/por_Latn/data-00002-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7ac2b462687a088288be0fb0e9acfbfa56674855 --- /dev/null +++ b/por_Latn/data-00002-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005a37b87efef0997a910b9f2e14b04e8a77692737de68e3cb59b7a0c1609171 +size 499810016 diff --git a/por_Latn/data-00003-of-00006.arrow b/por_Latn/data-00003-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..58897167eaca88f347d02417bb2b2960e9f6b369 --- /dev/null +++ b/por_Latn/data-00003-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220104d1618ed53a9805ae2f9f59d528d2721c85ae0a8ec697ba3f87ba6679aa +size 441426672 diff --git a/por_Latn/data-00004-of-00006.arrow b/por_Latn/data-00004-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5c253b39cb220cb0cb0530b63b5064c55188bf20 --- /dev/null +++ b/por_Latn/data-00004-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c67b9becf815138354455deef3f94215b632fdea6cbab6dd59ef8d44b94281d +size 378668224 diff --git a/por_Latn/data-00005-of-00006.arrow b/por_Latn/data-00005-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9e931fd10e491f132b40157feac2b16fdbf780dc --- /dev/null +++ b/por_Latn/data-00005-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c25897d44cb84756f14d99ab7355eaa88f947689334d8f6f497d798deee1210 +size 389625200 diff --git a/por_Latn/dataset_info.json b/por_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e7008e1f5eacc7f24bd85a6a08a476ada6627e21 --- /dev/null +++ b/por_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0959db7e27e72d09c1f17ded7bd08a3f54b18fa6cb40b9f3ec4d0699906919a3 +size 1267 diff --git a/por_Latn/state.json b/por_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9f26efb80a68d52b808cb2bd003d5bdbd30af51d --- /dev/null +++ b/por_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf7943c168737ff6733637b879fea6232f7fab45b0b976aa25b8cbf74f2d3c2 +size 542 diff --git a/ppk_Latn/.gitattributes b/ppk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ppk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ppk_Latn/data-00000-of-00001.arrow b/ppk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6dedc8f9fa3eb8cf5e9223357b7e1d3a0a7c2468 --- /dev/null +++ b/ppk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69802ae044f474f38eccae849db5a4ccf5687ac370d37ee7d6dc51caebce8676 +size 2152544 diff --git a/ppk_Latn/dataset_info.json b/ppk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..08fefd52e2b9767657207330d0621ef8d6e5cf5f --- /dev/null +++ b/ppk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0fa01255e5845080d04f2a0bc0baeaca773ddc4852f698c82b8d4082e66c049 +size 1106 diff --git a/ppk_Latn/state.json b/ppk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c74a7838c7a42da59ebaa1bad6e23ba27c596575 --- /dev/null +++ b/ppk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535ec85f2771cc0f2516d352e3e41217d81fa8e90e63b705111fc38fbea3542b +size 247 diff --git a/prs_Arab/.gitattributes b/prs_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/prs_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/prs_Arab/data-00000-of-00001.arrow b/prs_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2bf66f5d5517eba2a8a6e802530cbc6f14441474 --- /dev/null +++ b/prs_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d859bd0057986e806b8e54c1a5b741ce65182877913b7b543b8b395061394f08 +size 2451000 diff --git a/prs_Arab/dataset_info.json b/prs_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..514795be163878aa1c6a92aebe6992f7d3657cd1 --- /dev/null +++ b/prs_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb62b851540aa1a73cca248e6f749f41dd60b67e0a846b009320a915fefdd568 +size 1105 diff --git a/prs_Arab/state.json b/prs_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e5816bc38dbf5acf6e653ae6123ded00e8655785 --- /dev/null +++ b/prs_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26c9d249b67c4b03c989fb429160c20a6470d92802f4d489526ff9e6c74fda3 +size 247 diff --git a/psp_Latn/.gitattributes b/psp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/psp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/psp_Latn/data-00000-of-00001.arrow b/psp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e8910decaf7bb57847fb2889f0bbe6cb2bcd53b8 --- /dev/null +++ b/psp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a5aa56ff1fb12e411871cb3df0cc56c612476a3f5ef5e089751e26497e1bba +size 5008 diff --git a/psp_Latn/dataset_info.json b/psp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2bd81433a7639d5e3578ada83fa438a94ba7be26 --- /dev/null +++ b/psp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292cc6d64bde9f7c2c99bb52d99bcc8a2432355d12bc7c9e2572cd8a098c688c +size 1087 diff --git a/psp_Latn/state.json b/psp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..eb0bdfa87efda61be3b552828b0596203849eac7 --- /dev/null +++ b/psp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95add27cfb750db59198ea32f422003d3eadfcbe606da9f6469e04002a04f06 +size 247 diff --git a/pus_Arab/.gitattributes b/pus_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pus_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pus_Arab/data-00000-of-00010.arrow b/pus_Arab/data-00000-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aec6f7b01bb1302fd812d3efb60e209367577a06 --- /dev/null +++ b/pus_Arab/data-00000-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c96bb2c23569ffd123154eed774060df4c6e6104fe5e8e5d27cdefc60c1dd1f +size 207721704 diff --git a/pus_Arab/data-00001-of-00010.arrow b/pus_Arab/data-00001-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41a951b350dd258266cf5e921e872029e626913c --- /dev/null +++ b/pus_Arab/data-00001-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae97033e9dcc5419272d2fe88761c0f0f78d4a8545ccaa0ebecf2012e408661 +size 1171859344 diff --git a/pus_Arab/data-00002-of-00010.arrow b/pus_Arab/data-00002-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..27a5eb718a90291e5ae1e332f99c91f59d2f6e7f --- /dev/null +++ b/pus_Arab/data-00002-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f675c54c950782aa8b0de8f439179332cea7ab20cf925efff431939f6dd6739d +size 397646352 diff --git a/pus_Arab/data-00003-of-00010.arrow b/pus_Arab/data-00003-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5930917fbd787a623a6e56be04189bc45e183e8d --- /dev/null +++ b/pus_Arab/data-00003-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950d50bd7464ad5edf9972c54a94bf07996d7a240403b942a3d8ab18dc4c9f3f +size 98112872 diff --git a/pus_Arab/data-00004-of-00010.arrow b/pus_Arab/data-00004-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3fc95d75ab4182029f9c99339d9fa9c5632c3b6c --- /dev/null +++ b/pus_Arab/data-00004-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4dac3addf1fec55fb8efa96b8e9aeb5a20502d55d983f0fd5072b407185447 +size 98725600 diff --git a/pus_Arab/data-00005-of-00010.arrow b/pus_Arab/data-00005-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b5dad99860caf189d7c5997f14605cabbfb4003 --- /dev/null +++ b/pus_Arab/data-00005-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dd4b0f495450e8b5a18a21b8ef0b2a946a0e9eff148bc22e5426fe81efac0f +size 98224008 diff --git a/pus_Arab/data-00006-of-00010.arrow b/pus_Arab/data-00006-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..49ce2cd27473f230e7658f772b3f506e4ca49af3 --- /dev/null +++ b/pus_Arab/data-00006-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea931d77c211f2a1f51f09ce325043bb9daf6f7df06f56f227d18cfa3ba2ab03 +size 98798336 diff --git a/pus_Arab/data-00007-of-00010.arrow b/pus_Arab/data-00007-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a24e609f83209a9ecf044c7076ed3f87be28e992 --- /dev/null +++ b/pus_Arab/data-00007-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadfafdd70901561311ddbd9899c54504267332684aaaeeecaf5891730ee6ba5 +size 98709088 diff --git a/pus_Arab/data-00008-of-00010.arrow b/pus_Arab/data-00008-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c3dd14a6646bf005056cde7d6a8571b028a5fb7 --- /dev/null +++ b/pus_Arab/data-00008-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02e96fd5906e781ecea684a2d5be4d5b956a77f113246281a157ea5419a941e +size 729905088 diff --git a/pus_Arab/data-00009-of-00010.arrow b/pus_Arab/data-00009-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..18093cd1247914d5e14e586331f06524c5540562 --- /dev/null +++ b/pus_Arab/data-00009-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a087e032882e6db1c2eca8aafa9013c4d8fbdd413f9cec128c659eb168e884ae +size 1570851832 diff --git a/pus_Arab/dataset_info.json b/pus_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4ea5093f0221d7f740e7cbc45ee36f097f12815b --- /dev/null +++ b/pus_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d7d80b2b7cb94d1537a8ce6f6cbfb99e9d9ba2794aa7f4150a81fff8b0040d +size 1420 diff --git a/pus_Arab/state.json b/pus_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fe783254d2126e0034fb93c5fc82b8b5ad7d7c75 --- /dev/null +++ b/pus_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f002297b2c3d6422bac42b484fc65ebaaa4dbfe71f55bebb1130151afb8558a7 +size 778 diff --git a/pwg_Latn/.gitattributes b/pwg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pwg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pwg_Latn/data-00000-of-00001.arrow b/pwg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..43107264346abd7b9387b66d553784b20fafd3ed --- /dev/null +++ b/pwg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720d112f997499872f8c8a66b220f3b7119fb7a8981a7f530621226c176f63a5 +size 1912 diff --git a/pwg_Latn/dataset_info.json b/pwg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b0b481a6f8adaeb812b7a759f745262904dc0f0c --- /dev/null +++ b/pwg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a07b1743fbff3b05d9f9a4b832106ff56d33946189db36c395ebff563c17c3 +size 1087 diff --git a/pwg_Latn/state.json b/pwg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..373372c080549c52343c58aa0b77c682a0d032e2 --- /dev/null +++ b/pwg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cecda3e681b463fe4e2ad4ab5d4ec221b5cb80f5bbe5db8a8b3cd5bd5213ae +size 247 diff --git a/pwn_Latn/.gitattributes b/pwn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/pwn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/pwn_Latn/data-00000-of-00001.arrow b/pwn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2643b9aedd7c4b50ce09081f9694f5160f5d768f --- /dev/null +++ b/pwn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a274dceb225e447617b14531498b4813ae9c91692a0853a392f168093395930c +size 808144 diff --git a/pwn_Latn/dataset_info.json b/pwn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..be069673d578c30dd8ca349a5f110cc661f530cf --- /dev/null +++ b/pwn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc85271c21a40bd0c3547d1869ff505e4736f4225e469f9856a31f6def3ead0b +size 1100 diff --git a/pwn_Latn/state.json b/pwn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..50385321f475c40c54f18e7a5b5818bb4d2d5745 --- /dev/null +++ b/pwn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a2f300a59039b3cd6fa0811a9c89addf46363373ad5ce2fde14c53527486bf +size 247 diff --git a/qaa_Latn/.gitattributes b/qaa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qaa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qaa_Latn/data-00000-of-00001.arrow b/qaa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d07a8fd01bd65df7c944a4c51c1c389883f6d17b --- /dev/null +++ b/qaa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f4d7cdcbf6cc4bfe467b4749a28262e7bbaed6ad4671eff8ab4caa8bd4c2da +size 1952 diff --git a/qaa_Latn/dataset_info.json b/qaa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..24417d39d9f6f0bae321dd761e4fb0ddcedece82 --- /dev/null +++ b/qaa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a3acc221fba0a50a6b4fbc95f483417d867a9a2fd685537751ef316604dc7a +size 1083 diff --git a/qaa_Latn/state.json b/qaa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3d56d19fcf2fa66a49130851d627e4a42bdd9b12 --- /dev/null +++ b/qaa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968417bde98d24da1cbd9f41a9483d50845fc2eb7358e5d12f2de4259e97e6ff +size 250 diff --git a/qub_Latn/.gitattributes b/qub_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qub_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qub_Latn/data-00000-of-00001.arrow b/qub_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f8cf9fdf6e1682e7d11fae5fe35a479a1282fb6b --- /dev/null +++ b/qub_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c07749c38573ff2d57d67b4d168ca75320393132479ea19fb9521e7f8ba08c +size 4570800 diff --git a/qub_Latn/dataset_info.json b/qub_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d2f1c0a406b26ec6220852a00ea3a29497dbb114 --- /dev/null +++ b/qub_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fcd7ea51393cc6ab0cac1b8fa8c398e16b41a8caab0e6547116a29b755d61c +size 1104 diff --git a/qub_Latn/state.json b/qub_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..78cb8a4f51f1fc1034b59f079bff2ccad76399e9 --- /dev/null +++ b/qub_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d615fc62554e2204c13aac0c2f2231ebacf702ef5a837329ea72ad529c0829ff +size 247 diff --git a/quc_Latn/.gitattributes b/quc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/quc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/quc_Latn/data-00000-of-00001.arrow b/quc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..896d854c244f00d498e1832b70b1494105e75264 --- /dev/null +++ b/quc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79a1d3ffcc812f1315e97d36cff140164a584880f89784c7966fe992192f46e +size 9010144 diff --git a/quc_Latn/dataset_info.json b/quc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5e9ee56211746de116da06373c8aa18fa2a55b1d --- /dev/null +++ b/quc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90489fc061853c17ab9d918b76558245180b86858e4a3ee218c2a40be67241d6 +size 1107 diff --git a/quc_Latn/state.json b/quc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ec2a8364b452f483a64e6600b892a05ea4171288 --- /dev/null +++ b/quc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a169953376e66d200cc637352cb81efb3a414113166fc80cca90d1ea0f8084a8 +size 247 diff --git a/que_Latn/.gitattributes b/que_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/que_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/que_Latn/data-00000-of-00001.arrow b/que_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7d683c8c7fbb2982626f9d4dab74dd40c69c8cf1 --- /dev/null +++ b/que_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4684d7e055babb56911916aa9d4beca3b4e18788ad7a53dc4926eb5b7cb21f39 +size 43956320 diff --git a/que_Latn/dataset_info.json b/que_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0f5ab885b9fa8f8e0f9ab6dfea6a50c1d312b24c --- /dev/null +++ b/que_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77151180f1ddcc8cbf8ff0184b645c9f8d2a43a259d75f359a6dc7ad4f73f502 +size 1113 diff --git a/que_Latn/state.json b/que_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b15cf7d2bebd44eef265dee0613a9ff7010be550 --- /dev/null +++ b/que_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3d068d1360cd9035044b293b32670247ed45a52af1b840da6835594ac9a017 +size 247 diff --git a/quf_Latn/.gitattributes b/quf_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/quf_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/quf_Latn/data-00000-of-00001.arrow b/quf_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5ac44e1b7d7e2a5ab646cb1b0451571f7293f173 --- /dev/null +++ b/quf_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a5824c7a6fa7e2862f2a6387acb94cdd846fd4c4a6c209ad25582e12b12aed +size 624000 diff --git a/quf_Latn/dataset_info.json b/quf_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd0702221f77882cace233a2981ea62fc0889e5b --- /dev/null +++ b/quf_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9c2eba925d7f6251a0db7f087d9c8fe4ff32b8830e8d572befa8b163a9310e +size 1099 diff --git a/quf_Latn/state.json b/quf_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..34aa0f1bd7cba520e4028526567d1c366a3d9397 --- /dev/null +++ b/quf_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ef5c2d3dc01f05e48e8778f71ea94ef596d7cd576a1e378ff8b66cb4f7fa0f +size 247 diff --git a/quh_Latn/.gitattributes b/quh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/quh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/quh_Latn/data-00000-of-00001.arrow b/quh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..33a1abf0dff8dc0dbac466f6174ae4ffb5a2b60e --- /dev/null +++ b/quh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114df6786dd39aa20f96bacd94a355dd69ab2d55ddbdf9c5fe8301623df33a69 +size 10768144 diff --git a/quh_Latn/dataset_info.json b/quh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..54ab2bdee940ac6b3dc3db81920cce8787cedcc4 --- /dev/null +++ b/quh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cfe92871980c0c21be0ec86d6c7e651eccbadb6f8af76048cbe53d77bbdaf7 +size 1111 diff --git a/quh_Latn/state.json b/quh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..52462f8848c04c4033c40d4912666e920ce7d499 --- /dev/null +++ b/quh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4e00fc81725943a39590bf2983e0cc9fb0fb40ef41e4633a1f299108a30dca +size 247 diff --git a/qup_Latn/.gitattributes b/qup_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qup_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qup_Latn/data-00000-of-00001.arrow b/qup_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f7e3f3be0f0a25fbc28bd357df5245a76a92d641 --- /dev/null +++ b/qup_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505427b40d3951a374e29926c959d18f743b8e3b6f43faf88a2d1c5eae8605ff +size 303344 diff --git a/qup_Latn/dataset_info.json b/qup_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ce099bcb88466a91c37c33dcc9e3da3954f06a52 --- /dev/null +++ b/qup_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa0d070d07bdecc464b8fc53e4ef000b3879dfd1602315a0cf84fd027e03c57 +size 1098 diff --git a/qup_Latn/state.json b/qup_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..328b1992a6e05dc63be00a7c10e4cf23018b8ff7 --- /dev/null +++ b/qup_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9301075bd9809a37cd209a7f7678f3d40efec0590ecc171f6148c08700ceb221 +size 247 diff --git a/quw_Latn/.gitattributes b/quw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/quw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/quw_Latn/data-00000-of-00001.arrow b/quw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7201a30a4ed9d021ee8b094102034a445385c594 --- /dev/null +++ b/quw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad38100e7960201a9f127f017b7801dce162b6bfca9a0440f9048a9afe338286 +size 1234656 diff --git a/quw_Latn/dataset_info.json b/quw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..415e31462da11ced4326563766f2fc771741a4ed --- /dev/null +++ b/quw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728fe3e28bac1d3e0de4bde0421fabfc3106def5c75635c4829857c20c2da7cd +size 1105 diff --git a/quw_Latn/state.json b/quw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b5d652540a5e2a65815aedadab07333aa489a395 --- /dev/null +++ b/quw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583a404152831faa8ae7d85e88e719ad7cd4f197b68b8b32bd1e924fafb4b231 +size 247 diff --git a/quy_Latn/.gitattributes b/quy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/quy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/quy_Latn/data-00000-of-00001.arrow b/quy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0a98bc1759232997174a0ec0fd55d6f3806edd0f --- /dev/null +++ b/quy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a401ff5e9e38dccdb8eae9d1381887b6b99615f1c8c87ef85604999c55b97d +size 379072 diff --git a/quy_Latn/dataset_info.json b/quy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..38d56d50c4db99c8c9a052c2f50f9adbe46bdf07 --- /dev/null +++ b/quy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f171d753ed000e8c517c3770e3516b0f08d9c4da42bdc242aefb53d6f11ef1 +size 1098 diff --git a/quy_Latn/state.json b/quy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..77a21a7dc9d007c1841ef1d4e08f5d6cf9974f1e --- /dev/null +++ b/quy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a72f9d7306fc941d645a05203092f696647493044bb013afce281afe6e7f31 +size 247 diff --git a/quz_Latn/.gitattributes b/quz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/quz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/quz_Latn/data-00000-of-00001.arrow b/quz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0920e54ac2a4f706f28c22c7498b52d7a41cdccc --- /dev/null +++ b/quz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d1c38edfd804e27dc2fa91b5bebd01cf628304355081308251e14f42933ebb +size 4456 diff --git a/quz_Latn/dataset_info.json b/quz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..80d3aa3c62ad0ecac05403d17cd81a5bb25c0ba9 --- /dev/null +++ b/quz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0bfd59fc9d093441aca88ecea9874d84cf6c9be8c9b87ed5cca93daf134786 +size 1088 diff --git a/quz_Latn/state.json b/quz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0b86089afb26609416b99435c9b36c9c2352299d --- /dev/null +++ b/quz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3baa5cb13648e1eb3461c671298e2541ecb473c105c32c4b4e7b06f2f1973bd +size 247 diff --git a/qvc_Latn/.gitattributes b/qvc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qvc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qvc_Latn/data-00000-of-00001.arrow b/qvc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..30d0a229390e98949460de85bcae371de99b4d8a --- /dev/null +++ b/qvc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7734046cf4db55621b6f14aabcdfc9df40258edd981af237add7da6efe67fb3 +size 239280 diff --git a/qvc_Latn/dataset_info.json b/qvc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4bc319a018e45da13f30a9ef739e4acf630320bf --- /dev/null +++ b/qvc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2902c92e51d655bbafddc48fc885626274812f9bf76b5f13236081a0aedbf34a +size 1098 diff --git a/qvc_Latn/state.json b/qvc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..48bc482ed4a56e744ec07dfd9bc36f7765190b2f --- /dev/null +++ b/qvc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc63dac01a6bde3eeec0958da7911cd6e0f67b819ccc55113947cb120330b64 +size 247 diff --git a/qve_Latn/.gitattributes b/qve_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qve_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qve_Latn/data-00000-of-00001.arrow b/qve_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..92b810bcce69428210d4444efc8a73544b9af3a8 --- /dev/null +++ b/qve_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31310b3aa32f9bd2e7d8d4fb82c6892c0ae436243cb96e533bfe628bb0648fbe +size 13888 diff --git a/qve_Latn/dataset_info.json b/qve_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..184adedea241fdffbcc4f750a5a06222190122dd --- /dev/null +++ b/qve_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a33a28afd263fb2fb3c0fce89f17301b3d762dec980ecff2a83779253ec4eb +size 1092 diff --git a/qve_Latn/state.json b/qve_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ad72992b4a583e521c57220e78022d9ddb73f834 --- /dev/null +++ b/qve_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291c1a897dc214eb851ce8a967f0fd9b3015035d1a92a7a148d5e5865bc9fee0 +size 247 diff --git a/qvh_Latn/.gitattributes b/qvh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qvh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qvh_Latn/data-00000-of-00001.arrow b/qvh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a9ef354e17042b0b085a3e45927c4fa5647f3692 --- /dev/null +++ b/qvh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ad8fb65206122736306241cdc1f5ffa41c7a95ec393f14905fe14a5cad2278 +size 2672 diff --git a/qvh_Latn/dataset_info.json b/qvh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b0fab598a737536037bc5e96271fa56e7e0a0ec6 --- /dev/null +++ b/qvh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc1f825fd9fe563816408353dc923f0c30983518ba8221008befb4a214b0f3f +size 1087 diff --git a/qvh_Latn/state.json b/qvh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8416c6a93749e1b0bd91d2631259e591de307fd5 --- /dev/null +++ b/qvh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c3c7c8651aa855f46966be215afaa34d68dcb4e608392b9b2fbeb69ca82cf4 +size 247 diff --git a/qvi_Latn/.gitattributes b/qvi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qvi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qvi_Latn/data-00000-of-00001.arrow b/qvi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a51d12945592378f6bdace561c2f0d293b2758ef --- /dev/null +++ b/qvi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cc2e2a20843417d369048ae214d65a2c8a89023126b1325445c1e8ef2a81c7 +size 4032544 diff --git a/qvi_Latn/dataset_info.json b/qvi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0764f4dc23e52f444682330efb82e48ed597e4c3 --- /dev/null +++ b/qvi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679e12a24e90da7202477335d8f23b781c01b03a8e9a794486070b50e80f9ee0 +size 1105 diff --git a/qvi_Latn/state.json b/qvi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f3dd13e3fd1c22786672427bf21e219822c33b27 --- /dev/null +++ b/qvi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc26673a4a52aee1a5ac49ac817f0f7a9365eacb5e6ecfdac8153e869b06b3e +size 247 diff --git a/qvm_Latn/.gitattributes b/qvm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qvm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qvm_Latn/data-00000-of-00001.arrow b/qvm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1bfe0d6539c85694f24c70fd072950bfd5a5095b --- /dev/null +++ b/qvm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109163f83836ec4dc094d7aace0205a9d6816579249aec3f639b01a8ad7b9398 +size 1688 diff --git a/qvm_Latn/dataset_info.json b/qvm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8dae0c39b78275b710f586d3a9adeed5b292fdb2 --- /dev/null +++ b/qvm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb98b4dc684de7b58dc54b314d4126f0397a10501c7df917ac745033410516ad +size 1082 diff --git a/qvm_Latn/state.json b/qvm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5745c1a22f1825a2d65f356ea8effd0000dc37b3 --- /dev/null +++ b/qvm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adb2cbc96fa8fd263f051f850635d29e20eccfa5047a94a0f5cf1fa69b4add3 +size 250 diff --git a/qvo_Latn/.gitattributes b/qvo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qvo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qvo_Latn/data-00000-of-00001.arrow b/qvo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10047265e8e1b167767abb2b0c19b53ab084a7bd --- /dev/null +++ b/qvo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d49994ffa264baaf4c4e97f254cdb3b6d7b651b84f5f08445b385c81ae9aef +size 3736 diff --git a/qvo_Latn/dataset_info.json b/qvo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..77994f73540317a2af8a44754987d27276c8e20f --- /dev/null +++ b/qvo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0199c18410a605aae2525882aadeed2649def67b6502a56065357c58115f054 +size 1087 diff --git a/qvo_Latn/state.json b/qvo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1eddbed9b1ae45e984ffae97ba5f86df14e53595 --- /dev/null +++ b/qvo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b213bc84efdb72a3f504a453d6a2a37f5d34236e6f52aa73ea46446dff37ac +size 247 diff --git a/qvz_Latn/.gitattributes b/qvz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qvz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qvz_Latn/data-00000-of-00001.arrow b/qvz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f8d8c6af8240a9b62ab331f59f916de9231d34fc --- /dev/null +++ b/qvz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd5cb6eff84344b3a1c3afcf4a21d2e563d52fe8b44d70421cb6a948e7fe5cc +size 445592 diff --git a/qvz_Latn/dataset_info.json b/qvz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6d2889c24d8144b6b3a4c484a603736a2c1c3872 --- /dev/null +++ b/qvz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45832055a705df86c5046b6ee17b926c442efdced9b42ab0b599b7b3e4f25902 +size 1098 diff --git a/qvz_Latn/state.json b/qvz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a1999186818396687463819e7bbdaac4b353c9a5 --- /dev/null +++ b/qvz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f771f5fe499528488e26c21dfceb829bf4651e784a18802e0202ca5ac72db1dc +size 247 diff --git a/qxh_Latn/.gitattributes b/qxh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qxh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qxh_Latn/data-00000-of-00001.arrow b/qxh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c00e252d0d8d788bd9aed4420f103bc50678a7c7 --- /dev/null +++ b/qxh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa89da074401581f45ef7924b108d4c97012553fb152693287882bc882ede156 +size 2984 diff --git a/qxh_Latn/dataset_info.json b/qxh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..25929849e91617c4cb9e50eedd549f0bc7427596 --- /dev/null +++ b/qxh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0485dd0d825a7bc3fc4d201ebbd49c31ef8c4b0b55409ba9c26539d1b061715e +size 1087 diff --git a/qxh_Latn/state.json b/qxh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ff39da2341d3a9a5c0d1660bdb877abd05332fda --- /dev/null +++ b/qxh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fee046603b72d767ebd8c3267dc6615b4fca5075b085b9c5325a3cd8131fba8 +size 247 diff --git a/qxr_Latn/.gitattributes b/qxr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/qxr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/qxr_Latn/data-00000-of-00001.arrow b/qxr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ecfc2da5934ddfa7c0148bcf6779eb4277d816ab --- /dev/null +++ b/qxr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3875f0b3fc78266c0179c151f970a56bd5848e54e3d6e7c35a794fb112483c +size 726400 diff --git a/qxr_Latn/dataset_info.json b/qxr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..55d7aba6c9721d3ce55fa25a2d210f76bb20fb5b --- /dev/null +++ b/qxr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b681d1c99b7989305ae2d7b557c4d941795479e103ef79d36b59841dd288d5 +size 1100 diff --git a/qxr_Latn/state.json b/qxr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..43018cfa711af05751ba7956172e4613d8974602 --- /dev/null +++ b/qxr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5002879d420000791527be20ab044b3e00ab0bf5763dc314721b045e02ed8b6c +size 247 diff --git a/raj_Deva/.gitattributes b/raj_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/raj_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/raj_Deva/data-00000-of-00001.arrow b/raj_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1840a1a758197d66c45cc5a88eec10cb1c384e4a --- /dev/null +++ b/raj_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02dd24d9fb9964fc1822a03f7a7b11f2739cc0b5c205e005d5f9914bde8be99 +size 711088 diff --git a/raj_Deva/dataset_info.json b/raj_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a06a5a63d785153b4258b89594584fa851b24729 --- /dev/null +++ b/raj_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e481f0b690ad5806ddaf1be6c074982a7db4f8151bcfc9d05b8d2441fd89fa24 +size 1103 diff --git a/raj_Deva/state.json b/raj_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e75b1fa4322f701316472924b933fa589b4f451b --- /dev/null +++ b/raj_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157e35eccd89ad6edad118e01aad09a9165c3546c1ce84fd06adbc4a9b16d2b6 +size 247 diff --git a/rap_Latn/.gitattributes b/rap_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rap_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rap_Latn/data-00000-of-00001.arrow b/rap_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cf53f87423cc22a1f4efa142d83ad40cee644722 --- /dev/null +++ b/rap_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1773b099b60171f55b7bbcd8c32b167c38d465059fa637721b53a5a0b03bf452 +size 44184 diff --git a/rap_Latn/dataset_info.json b/rap_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4af93ecb930e2cd66e46a29f13f20fc9bdef2211 --- /dev/null +++ b/rap_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2877c14885d6224c2a74c5ae5a606f645625d1151209bd7cd97f8ebad6bfea +size 1095 diff --git a/rap_Latn/state.json b/rap_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c07c162c35504e149dbca611104643970bc684cb --- /dev/null +++ b/rap_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b82cfe83d59d7951055f0c508bfb943a39828bbf1a7fe5ad8ea0e1669126e2 +size 247 diff --git a/rcf_Latn/.gitattributes b/rcf_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rcf_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rcf_Latn/data-00000-of-00001.arrow b/rcf_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e8b5172776ddecf09110d9ed693d48669004214a --- /dev/null +++ b/rcf_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98470a118c25bd8fe0aa3c3a6b3045a3577ab9dffa8ad819e6118d73efb4ab03 +size 6226392 diff --git a/rcf_Latn/dataset_info.json b/rcf_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b4af91ecf05d8c999574e0ee97af85273db22960 --- /dev/null +++ b/rcf_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1201315b8b6d62ae3614cf475bd926bbe60e850e1768a9739d7d188d15dc467 +size 1106 diff --git a/rcf_Latn/state.json b/rcf_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..04a53873c5797b9379f4a923f3852726c633c7c4 --- /dev/null +++ b/rcf_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6101e36a33b894973ede2f3b06be29e7d5106a04f2246665e78fb5e221713c92 +size 247 diff --git a/rel_Latn/.gitattributes b/rel_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rel_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rel_Latn/data-00000-of-00001.arrow b/rel_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7393a4cc19bd63ef8bf63712b2fd9c9dbcbe5efd --- /dev/null +++ b/rel_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72db74d5298c6999a3dd32766ca4d3166198f0d29d40ffc8ce257b72f93e06d +size 5040 diff --git a/rel_Latn/dataset_info.json b/rel_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ca482524bb358ea17340d994d967ee454d7a6dff --- /dev/null +++ b/rel_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc6b01760768fac61ece9d8c150903b97d8ebfac598cb18dd8b38c67dc0bc29 +size 1087 diff --git a/rel_Latn/state.json b/rel_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c7ef4dab34a29b8f08e4128824d8f4b077e78011 --- /dev/null +++ b/rel_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c814177ddaf89cb3eb11f5813fc305d0cce3ef436235bf252f85a9bcda5d51 +size 250 diff --git a/rki_Latn/.gitattributes b/rki_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rki_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rki_Latn/data-00000-of-00001.arrow b/rki_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a4527c81040df0b98397be6d19d7e9c5c632be5b --- /dev/null +++ b/rki_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2bc28d7d4b7ff1a97b461c7b5902497cbbdb846dbbf3faec7e0818a5059459 +size 92752 diff --git a/rki_Latn/dataset_info.json b/rki_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4e121cf2f8b2eeed0d534803f90647f3fb55a179 --- /dev/null +++ b/rki_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ac1031fe6f07e4ea9e3a781d2eaae36366f8be9a3aaa39721a4f9d10964f2d +size 1093 diff --git a/rki_Latn/state.json b/rki_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..73f1c434f34aa4ebeeb743d3ffd01ef8ec8447d8 --- /dev/null +++ b/rki_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c903cc8dbf6e03e02038885319c6717bb12d50b5d933ce36e1f172f36b2c1a +size 247 diff --git a/rki_Mymr/.gitattributes b/rki_Mymr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rki_Mymr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rki_Mymr/data-00000-of-00001.arrow b/rki_Mymr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9061e8aed224115918db9048a5b1a8fc315037f0 --- /dev/null +++ b/rki_Mymr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccef0d713b3868896222a79d0a288ad24d0050cc7ee079c0d2e0dd57255340a +size 3137096 diff --git a/rki_Mymr/dataset_info.json b/rki_Mymr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ef781c0a6b0b73ed4c92b139ebdde700b9504bd9 --- /dev/null +++ b/rki_Mymr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e8f336b58794ba30e54b66221783c8c362a5fa78c1454fa38fb42779cddda3 +size 1104 diff --git a/rki_Mymr/state.json b/rki_Mymr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..da8997ff0ffa67cf1691293c294ea60c234541b7 --- /dev/null +++ b/rki_Mymr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e0f3ca9a01e378653e7e862168503b002d92eca1caa9a5054978e4f29996e8 +size 247 diff --git a/rmc_Latn/.gitattributes b/rmc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rmc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rmc_Latn/data-00000-of-00001.arrow b/rmc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9df2e31ce9d30a8eac7535d3c988b44a581b625c --- /dev/null +++ b/rmc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da004eb5c8a7cd48733ce9e97f8782489d40b0420442794249bf3737e3d202d +size 3250208 diff --git a/rmc_Latn/dataset_info.json b/rmc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..66b19a7f87f5e3da2543cc0ade4a2970d0bfa5e5 --- /dev/null +++ b/rmc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45ecd358b16d42ae11ba85223486eee8de342fe7c3ddaa1e3112b0f9977cc08 +size 1104 diff --git a/rmc_Latn/state.json b/rmc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f519464a7bb994382a5bf84351816111de8aef9e --- /dev/null +++ b/rmc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcff79838631a88fd89340d666e995713535820b17648559a538b7c2b91b5a5 +size 247 diff --git a/rmy_Cyrl/.gitattributes b/rmy_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rmy_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rmy_Cyrl/data-00000-of-00001.arrow b/rmy_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..796a1afcecefd142eace6ce98a06ad308a312c86 --- /dev/null +++ b/rmy_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c9444b9256842d2796ad45e0b999904428bc49aba9f066163b3bf709e600b7 +size 1464 diff --git a/rmy_Cyrl/dataset_info.json b/rmy_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8f7b1074b89a3eb2ef5147dda0686983c0480a13 --- /dev/null +++ b/rmy_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe59eaff7d646c6476e9ba949bed9d4cc1877e5d392b26e10b41358532fc9d50 +size 1082 diff --git a/rmy_Cyrl/state.json b/rmy_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..87fbc5914d894bdd38796d3892daab50f383542f --- /dev/null +++ b/rmy_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b294e8d9285a69fea7b1970b77c7b0f416de189200696696c5cf3c260d90df7 +size 250 diff --git a/rmy_Latn/.gitattributes b/rmy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rmy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rmy_Latn/data-00000-of-00001.arrow b/rmy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aa8220e7f3ea751fd71b7b4bd94279f3920ea8c4 --- /dev/null +++ b/rmy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3a3929e6ab5851d60d2b578e19de6e66134fb04095c6cf4b7ff8288f05a6be +size 759744 diff --git a/rmy_Latn/dataset_info.json b/rmy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b7b77bd44be61eb1c12a9b12ddede27df80d792c --- /dev/null +++ b/rmy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240f0850fb6c87c1b0967e7754e24f1f26d38b17a02e3bf56fdaf471f7f39a3a +size 1103 diff --git a/rmy_Latn/state.json b/rmy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..02371a019229b723f32cd88770fe7672917c81ed --- /dev/null +++ b/rmy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f82b3873f3ff8051b96580a2237971ba64ea4894abb143a579dc72e06b5fcb +size 247 diff --git a/rnl_Latn/.gitattributes b/rnl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rnl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rnl_Latn/data-00000-of-00001.arrow b/rnl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7256dd0cb3b035e6290890a1f4500913b1435a7c --- /dev/null +++ b/rnl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcf3a89362c79a5e1d6c66f872a31f8d6beaa534d76c199f32fab74ace5646b +size 4288 diff --git a/rnl_Latn/dataset_info.json b/rnl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d71a846e225dc801bc4bfc5096f5c79ec7984c86 --- /dev/null +++ b/rnl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328aa30846fb5713d09ebaf1671539ac393d0c4a872c253f17931e031ef0e7b1 +size 1087 diff --git a/rnl_Latn/state.json b/rnl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..aa23cc19932a877b29faab259e71da66d6ec14df --- /dev/null +++ b/rnl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4ad5267d56197b45e7fdf92925ec007ff646cf0b3e0b1ae1e226e9141ec2ff +size 250 diff --git a/roa_Latn/.gitattributes b/roa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/roa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/roa_Latn/data-00000-of-00001.arrow b/roa_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..78701adb1ef03476225dc1cd399637d3c11a0c34 --- /dev/null +++ b/roa_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e896688ac82c69013e87569ae066b867e4b39065768d05147eebe947d1cd8892 +size 1674816 diff --git a/roa_Latn/dataset_info.json b/roa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3c5324fc610d6e0bf93981dfabaf09a760c45947 --- /dev/null +++ b/roa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b39c0a731c9191fa4d21bea2e04584003dc6f67e5c93eed846878a600dcb10 +size 1105 diff --git a/roa_Latn/state.json b/roa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d9a8c30fc9856e829e4f41101a889bf4414c9fcd --- /dev/null +++ b/roa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e436e57d99487dff95ea8460e54a77838ca20955a91f1c41c1828e6674725548 +size 247 diff --git a/roh_Latn/.gitattributes b/roh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/roh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/roh_Latn/data-00000-of-00001.arrow b/roh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3b033a7c11dfa81edd09cfb3b322db54d91a1dc1 --- /dev/null +++ b/roh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e06877ba357773f2af8cc44240a590927a4da662dccdb40b4bb96ec40c38a9b +size 181387560 diff --git a/roh_Latn/dataset_info.json b/roh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e5e0aa651b6c11e6f0a80bf3597a4676919a9968 --- /dev/null +++ b/roh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c18380b57d1b0a6999479e64f25a7f4dfdce4f5c44dae3629e64fae196e3edf +size 1117 diff --git a/roh_Latn/state.json b/roh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f4202d320c4e564b9749f7832a23528743422f30 --- /dev/null +++ b/roh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97576e662c601da8fd37fda5e0d4323b49892fff0cd4ba6880f62d911971cf2a +size 247 diff --git a/rom_Latn/.gitattributes b/rom_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rom_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rom_Latn/data-00000-of-00001.arrow b/rom_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..059040305cdd3896c77e3773f5dd119badbd898c --- /dev/null +++ b/rom_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dddf94b41c0aa14d8ac665454b39d6b54e73793a4cacbc0b822d6e8625ba6c +size 15514088 diff --git a/rom_Latn/dataset_info.json b/rom_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..083450adb0b09deec731287cca8332c09415186c --- /dev/null +++ b/rom_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20730f96d104e0305920d69af34836c8c347d89bdc0fe8863610895ccf724bc +size 1110 diff --git a/rom_Latn/state.json b/rom_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..08a101b79d8fde1a47b20a11a3e54cb3445964e5 --- /dev/null +++ b/rom_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb649f0a78e357458c7539bf2215163ccba87c5b1122639e0831c931b191170 +size 247 diff --git a/ron_Latn/.gitattributes b/ron_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ron_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ron_Latn/data-00000-of-00003.arrow b/ron_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..195ce1655ec447fbaebff400033d7ffab3da0aec --- /dev/null +++ b/ron_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087f0df986e3a0a81f1030cda9f38c978ba4a3909d789af7cf8bc14bcb11dab8 +size 185676504 diff --git a/ron_Latn/data-00001-of-00003.arrow b/ron_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..16fe1a2c7138601f13555033d33f2390fad4c092 --- /dev/null +++ b/ron_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf95636f488d7279d51f99cd94486b22c21f8737a68194d41e00ffa26aa5aecc +size 457736560 diff --git a/ron_Latn/data-00002-of-00003.arrow b/ron_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2690377e8ef39dfa71ede9a17968371b88cd4ca5 --- /dev/null +++ b/ron_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7568ad69df00d0ec994767159038ac066a3564abb7501b0a6baf50b3eb5857 +size 359504592 diff --git a/ron_Latn/dataset_info.json b/ron_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3fd8cdc1c09ecdca014f7f04166c32c2221d5eeb --- /dev/null +++ b/ron_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b33f255fb794823a8706581e9e2ca09738e63a44e3bdda65ead9d8530a29bb +size 1202 diff --git a/ron_Latn/state.json b/ron_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..858a42a24339494f94320f1c994c56cdfa782760 --- /dev/null +++ b/ron_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a42c9832f4d5bb32b3b29a725f0a4204caa9d0eb1d6ba9522e0c94d0dafcb9 +size 365 diff --git a/roo_Latn/.gitattributes b/roo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/roo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/roo_Latn/data-00000-of-00001.arrow b/roo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..133bf1b7786cf95c1ac1b581644645513e11d39a --- /dev/null +++ b/roo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30218395caa7e5b7193a0bafcce6c872ae9232719315d2862725e44ef62ea40b +size 2616 diff --git a/roo_Latn/dataset_info.json b/roo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..995f052ac165deef6f370c4cf2647033eb7fdcb3 --- /dev/null +++ b/roo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b7133166e9df54e028aaef77f06c3a1c0e90b1f0b601454ef2a4e5ed410fe4 +size 1087 diff --git a/roo_Latn/state.json b/roo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c4d4f2894bef144909734571afa192c8f37c3b84 --- /dev/null +++ b/roo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ac7aa6fdc76d7dea16cd9dfdd4cda751e3aaf78904be76567b03e49c6e7f48 +size 250 diff --git a/rop_Latn/.gitattributes b/rop_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rop_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rop_Latn/data-00000-of-00001.arrow b/rop_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42ad03b095e299af1ab6ea32577ff0713348d727 --- /dev/null +++ b/rop_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9274dc4facc9e530ce984f85c736943ed4b2c6995cd44fe33c0ca9c533d6ecc1 +size 6707536 diff --git a/rop_Latn/dataset_info.json b/rop_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d797a64831e798d5328f1bf4baa34dfbac7de4c0 --- /dev/null +++ b/rop_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91491c09acb20df1b9a7f34634deb675cc38f64c4d78bc6eef5563d6f89f1a01 +size 1107 diff --git a/rop_Latn/state.json b/rop_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..11c298ccce32e12b1aea68086c4b2a471681a8ee --- /dev/null +++ b/rop_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000221965f1411c8ad402224d30a7f3796f885c60ea018a558a8bc7015f21da1 +size 247 diff --git a/rue_Cyrl/.gitattributes b/rue_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rue_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rue_Cyrl/data-00000-of-00001.arrow b/rue_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cccd05955f3ecfa844d1f7534be7c566299252e2 --- /dev/null +++ b/rue_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b57541c71cf40d12a8e5debd99233483824e7488c7f523500de9937ede578b +size 24250072 diff --git a/rue_Cyrl/dataset_info.json b/rue_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7f17c79603301d722aaf2d31ed46c9bce8def1cc --- /dev/null +++ b/rue_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a318fe13e43247d97736dc12e049a91581db614876f004f2ea9c49a95fabe15 +size 1111 diff --git a/rue_Cyrl/state.json b/rue_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d4185ffc6ae8044b0460ec5f42b4b4e940cb7cb4 --- /dev/null +++ b/rue_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc50aae9faf87f7e35f6854be39ec55b55f7df3e489d470340f165a511c233a4 +size 247 diff --git a/rug_Latn/.gitattributes b/rug_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rug_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rug_Latn/data-00000-of-00001.arrow b/rug_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0dd27a292145885b26b50faf13227d04973d4ee0 --- /dev/null +++ b/rug_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9729bb6df178dd0d46f0ff960539ea90dc631426efd24456398247e214d4f901 +size 6414696 diff --git a/rug_Latn/dataset_info.json b/rug_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ad71c86752f00ddfe8afa74111d26d3e51d94ac4 --- /dev/null +++ b/rug_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882fca5f363d99297a9cde2ef470f700e6c6a645183e22590425dbc3cdae8097 +size 1107 diff --git a/rug_Latn/state.json b/rug_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1d754877cf8c9cb7afdb066a3407b9cca3ef9e41 --- /dev/null +++ b/rug_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc991fe892e1124a8601649b74fc0a967532904f4622bba2f7988b6dfafad899 +size 247 diff --git a/run_Latn/.gitattributes b/run_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/run_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/run_Latn/data-00000-of-00001.arrow b/run_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66a897dfcc183b218783a4190442e7caaf752b3e --- /dev/null +++ b/run_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b387e8ef9d319aaeafc646d2ef06d81cfd00fd61f5c2a34591082d4dda4ce6a +size 22539832 diff --git a/run_Latn/dataset_info.json b/run_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..731e70371e20fc6d6aff320a51b0f80a0da33ae2 --- /dev/null +++ b/run_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4f8ddc4444180a3eb0941e54857afb9bf47be76ca4ca311201d153f453a7e8 +size 1111 diff --git a/run_Latn/state.json b/run_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..abe0ab216d42d3135c32d13b923c062a7b364a88 --- /dev/null +++ b/run_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcaf747984c793896aacb52e1dc5f5e32df5adf4e09a665cb52c86f9cc62705 +size 247 diff --git a/rus_Cyrl/.gitattributes b/rus_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rus_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rus_Cyrl/data-00000-of-00036.arrow b/rus_Cyrl/data-00000-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..51366830f7381f318f886c83603172d8cd39a005 --- /dev/null +++ b/rus_Cyrl/data-00000-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7eae116bd48ed4a59b4e5fecdfe5107c25d7132436b2ad863772a3d3feee4d +size 712009152 diff --git a/rus_Cyrl/data-00001-of-00036.arrow b/rus_Cyrl/data-00001-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..19a7daa0cf7c544ca294a74af494de87afb8e915 --- /dev/null +++ b/rus_Cyrl/data-00001-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1bbd8bebcc3bf4ee4584e40175f8e500fab6d6f545e58b94b8ae94d3888381 +size 315168600 diff --git a/rus_Cyrl/data-00002-of-00036.arrow b/rus_Cyrl/data-00002-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f64cedfcd3d320aeaa0caacc9df9c747c46e842 --- /dev/null +++ b/rus_Cyrl/data-00002-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cabd0a33c80e1b8113c92a37002dd5639f56e9fc32861639bcb0c7c0daa79b8 +size 295804008 diff --git a/rus_Cyrl/data-00003-of-00036.arrow b/rus_Cyrl/data-00003-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..14027577aadc8dfb494b4d832d6c6a551abb7abe --- /dev/null +++ b/rus_Cyrl/data-00003-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53b5de09ef8859693eb9618fffee3c21d9f1c72f972dc62fadb2bc60fc880ca +size 420280208 diff --git a/rus_Cyrl/data-00004-of-00036.arrow b/rus_Cyrl/data-00004-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..410a4a9f4c8b09f9978643bc84d2d18e1fa72575 --- /dev/null +++ b/rus_Cyrl/data-00004-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2f6533faca5a452ae5788996cd6bb20c504bdc44fd3fc568610b7616e01b51 +size 2384673560 diff --git a/rus_Cyrl/data-00005-of-00036.arrow b/rus_Cyrl/data-00005-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10e36469b3ac8f1e30934393ad000a8d6db70b3c --- /dev/null +++ b/rus_Cyrl/data-00005-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07f09b539eb5f5e27c7b37b9dde8b34c03b9c3268feecfb3a3c534d4ae996d8 +size 424021776 diff --git a/rus_Cyrl/data-00006-of-00036.arrow b/rus_Cyrl/data-00006-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eb4a14c6518240441c57a6f669c76136152b8d57 --- /dev/null +++ b/rus_Cyrl/data-00006-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3084acc501d596edd64803d118e18d12dd22828d9c596a2f04627efa08510263 +size 281985472 diff --git a/rus_Cyrl/data-00007-of-00036.arrow b/rus_Cyrl/data-00007-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a65507bb0bfe2146973abdb2e17b217d2b6e4888 --- /dev/null +++ b/rus_Cyrl/data-00007-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764ff4522c13207577db840431f8701528d4dc63d3a9b2ca432b6c2fdab7a871 +size 301570040 diff --git a/rus_Cyrl/data-00008-of-00036.arrow b/rus_Cyrl/data-00008-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a503430cf5efcbf80d2ad0f6d858d3092fc15358 --- /dev/null +++ b/rus_Cyrl/data-00008-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdac708a39c4123613f057c7726c91c884d0c97c65f476a154dd29921158398 +size 288842680 diff --git a/rus_Cyrl/data-00009-of-00036.arrow b/rus_Cyrl/data-00009-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9735d470de449f75fac4b16e07e5bbc9ae973166 --- /dev/null +++ b/rus_Cyrl/data-00009-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd42497f16396428edbbffd226a643463ce1e6ea0d21a72fe98d9630b6abaa34 +size 415909952 diff --git a/rus_Cyrl/data-00010-of-00036.arrow b/rus_Cyrl/data-00010-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42dbca5d3358322bd8de51efc90584bc083ad7bb --- /dev/null +++ b/rus_Cyrl/data-00010-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb9f69df811cfbde75f64119c60f43f9728d79941a381602d30754a00bc0b9d +size 420542480 diff --git a/rus_Cyrl/data-00011-of-00036.arrow b/rus_Cyrl/data-00011-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d49dc6f15c8af0843c58210fb679d32e60359ea1 --- /dev/null +++ b/rus_Cyrl/data-00011-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65514f3fc00589edaa7c0f0b9c4f3dfd918e30e07b234f38e7c4b3cbd48d3d23 +size 427705296 diff --git a/rus_Cyrl/data-00012-of-00036.arrow b/rus_Cyrl/data-00012-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95600ce8d91064afbcc0d75002f9d25db41f81a0 --- /dev/null +++ b/rus_Cyrl/data-00012-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276b286e7f163124beac145895591099fb52ef637f26fef5c47221446096941a +size 396381240 diff --git a/rus_Cyrl/data-00013-of-00036.arrow b/rus_Cyrl/data-00013-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d3f78fad9048f3d1bb6f14862fe77e60650eef0c --- /dev/null +++ b/rus_Cyrl/data-00013-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e42a2c86dc9d53908f48a9be1a1f780c43f6a432296398553e945251e766fc6 +size 301452032 diff --git a/rus_Cyrl/data-00014-of-00036.arrow b/rus_Cyrl/data-00014-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1124a73d194d944b3109ed954e5dcec604fd7f60 --- /dev/null +++ b/rus_Cyrl/data-00014-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4369be8a988c6f5ec362c1c5cc891a75d1ae90cb72628f6cbaa570aaf0b7348a +size 271592904 diff --git a/rus_Cyrl/data-00015-of-00036.arrow b/rus_Cyrl/data-00015-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cd160113e43fa10194955b0a1511d746d6f9778e --- /dev/null +++ b/rus_Cyrl/data-00015-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c85973273cf543baaf37a659f13925016d2819b59d87ee4fd0c7f651b0d5fde +size 256692200 diff --git a/rus_Cyrl/data-00016-of-00036.arrow b/rus_Cyrl/data-00016-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..27ad0465b6f213a3933ec590e9953a876bea766e --- /dev/null +++ b/rus_Cyrl/data-00016-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dddc19ae9406f78c6f36ff36ec8526d8902e57b7831a640db2051117686bf76 +size 277055624 diff --git a/rus_Cyrl/data-00017-of-00036.arrow b/rus_Cyrl/data-00017-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..287d16de32b59535adf0c53e311bd05486640fab --- /dev/null +++ b/rus_Cyrl/data-00017-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47c3f6cc7b78b3ea062070ca7ed4f12f30b352d447c04e07ac05e35381b17c1 +size 685254952 diff --git a/rus_Cyrl/data-00018-of-00036.arrow b/rus_Cyrl/data-00018-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7adf6718d592d5b1d7fe1fa834b4a5bb4541aaae --- /dev/null +++ b/rus_Cyrl/data-00018-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed781798322eb6395c749454b531634d06549b134708c73e9c2b3f68c9c8d6b0 +size 705008624 diff --git a/rus_Cyrl/data-00019-of-00036.arrow b/rus_Cyrl/data-00019-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9a07209e833b3de7fe1f3f1adc39fccdfb98c8fd --- /dev/null +++ b/rus_Cyrl/data-00019-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e49b4db0f39b015579c0e37345c624d85bc48a2f243d2c134ac09d21221c2c +size 337442512 diff --git a/rus_Cyrl/data-00020-of-00036.arrow b/rus_Cyrl/data-00020-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e456a0d2e1f4847542003cd6964c8149b67dc19 --- /dev/null +++ b/rus_Cyrl/data-00020-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114d6d664ef327b94c23919f3ba1edcdd7d91e53022f22b51e8b3c1f55452ca5 +size 264133016 diff --git a/rus_Cyrl/data-00021-of-00036.arrow b/rus_Cyrl/data-00021-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..da56898ebc94de93f4cdf145be0e64e77ca57e9e --- /dev/null +++ b/rus_Cyrl/data-00021-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fe486b3f973d29f36c8f82a494d5512c15ec255645fa92c3773ff5d3f443f2 +size 283945176 diff --git a/rus_Cyrl/data-00022-of-00036.arrow b/rus_Cyrl/data-00022-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9914bd2c24479acdd5d4bdeb6090e31019c0096a --- /dev/null +++ b/rus_Cyrl/data-00022-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d5de813d50316badbbef72e0779e5f1807b18380197d4eb12f614960369ef8 +size 313224096 diff --git a/rus_Cyrl/data-00023-of-00036.arrow b/rus_Cyrl/data-00023-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b8d9d481e0d69efab82351b54717855c4a7f8fdc --- /dev/null +++ b/rus_Cyrl/data-00023-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673746532dad037ff8f3b634cc0bf08d57cda619c4b1dc23252344ea98c5af6c +size 291485112 diff --git a/rus_Cyrl/data-00024-of-00036.arrow b/rus_Cyrl/data-00024-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3c21d6955ca1eab1e9f134487673021113003176 --- /dev/null +++ b/rus_Cyrl/data-00024-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4388810351090d712c61a78b9f17893cf61ed7aef193d0363e328990972154 +size 306861656 diff --git a/rus_Cyrl/data-00025-of-00036.arrow b/rus_Cyrl/data-00025-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..67b6cf2fe0fdd104154a24f99a2479adb505d6bd --- /dev/null +++ b/rus_Cyrl/data-00025-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f363491c8afd3e4cd8970511ac296f3c24d1c715b1b0890c8fb77649eb1656c9 +size 2161676000 diff --git a/rus_Cyrl/data-00026-of-00036.arrow b/rus_Cyrl/data-00026-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7e253f26755cd45a988686d177336a76f37045a9 --- /dev/null +++ b/rus_Cyrl/data-00026-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d06c18d06fbeb01a54c8ee7308c59ac4d194ee6e375c2581d5c49b6d5bc8e5 +size 292296016 diff --git a/rus_Cyrl/data-00027-of-00036.arrow b/rus_Cyrl/data-00027-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..61015273f81e96c5a90cb6d4722cf8f20ced7db5 --- /dev/null +++ b/rus_Cyrl/data-00027-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e7cb821f663d0b5e2a44b6626d29f4e78c8dc61beb61b09d45c60856a3143d +size 506478568 diff --git a/rus_Cyrl/data-00028-of-00036.arrow b/rus_Cyrl/data-00028-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c852f5fc69e371caa864b8734de6f0a469e9315b --- /dev/null +++ b/rus_Cyrl/data-00028-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91766984ea6648b4082a632e7cff8413f82dedbad52b4c3e18d9d493d8149e80 +size 278610552 diff --git a/rus_Cyrl/data-00029-of-00036.arrow b/rus_Cyrl/data-00029-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..05452816a6ceeceb6d19d1664390fc4872ca0228 --- /dev/null +++ b/rus_Cyrl/data-00029-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8690063fb8a27508d399dc41c2ffca16cd6f6acdfad5a29daafcde455563de60 +size 297501224 diff --git a/rus_Cyrl/data-00030-of-00036.arrow b/rus_Cyrl/data-00030-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc1b0739f80fc9915f6062f7d4bfdc5568710fca --- /dev/null +++ b/rus_Cyrl/data-00030-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cc51ab6200f1031335fb0c44b5e8f17dcf09896327d1b0fcac30c94ec968e4 +size 330172256 diff --git a/rus_Cyrl/data-00031-of-00036.arrow b/rus_Cyrl/data-00031-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d5eafb0b351df7fdd94cf2738df415ba0c08959 --- /dev/null +++ b/rus_Cyrl/data-00031-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3c00db7e72378b52e08f5d7345360e20882945086655db20f48a51210eae4b +size 345022672 diff --git a/rus_Cyrl/data-00032-of-00036.arrow b/rus_Cyrl/data-00032-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b0581ff20ed4e87aba39d5f2cecfeda77a004b1c --- /dev/null +++ b/rus_Cyrl/data-00032-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e844e90fc472fcc4160e6dbe55b4d536e85e85828b4a9f7ea38420b5e24f9a7 +size 292949848 diff --git a/rus_Cyrl/data-00033-of-00036.arrow b/rus_Cyrl/data-00033-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..78d76f72ad3078792a12cf85a66f9bbb3f918541 --- /dev/null +++ b/rus_Cyrl/data-00033-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd2de8dc2d77bb4014b4f2103545cd36f6b5f44afcec7ecf51f3601aa03028e +size 259031192 diff --git a/rus_Cyrl/data-00034-of-00036.arrow b/rus_Cyrl/data-00034-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..29532b8c86dc82b33786df1a54f677536afdf17c --- /dev/null +++ b/rus_Cyrl/data-00034-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac92074ced65b916f332c9f79e2924a2cbc46ab6e30293579c41735a17c0ac6 +size 302065360 diff --git a/rus_Cyrl/data-00035-of-00036.arrow b/rus_Cyrl/data-00035-of-00036.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d7ad88aab93dcbd94e5a4ed6fff1fc30678f5aef --- /dev/null +++ b/rus_Cyrl/data-00035-of-00036.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88546e1636662587530efb2c45edbd7636553cf9ae4a5eda9ec188d5dbefd4ab +size 1346101296 diff --git a/rus_Cyrl/dataset_info.json b/rus_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..303548099d91025d422ec063328d5c51717aaabd --- /dev/null +++ b/rus_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2feeceb43d6c04827988f9ca91aa89efd3dec7d3d7695f99742f8800ee24f5e +size 1777 diff --git a/rus_Cyrl/state.json b/rus_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..39ef10faf308b5bf66d09a5c0d7b35c3f83da281 --- /dev/null +++ b/rus_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2023f0479db8eea3f5fbba2de8ba81cbbb844167d912598eb31d12bb0cf5924d +size 2312 diff --git a/rus_Latn/.gitattributes b/rus_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rus_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rus_Latn/data-00000-of-00002.arrow b/rus_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..06b805dfb2c40c064d0103f2c4336af2508b95d7 --- /dev/null +++ b/rus_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a5307778977eb0f61f2ce7aef26be1d280ccf586c3b4ef54e158487111417a +size 490851280 diff --git a/rus_Latn/data-00001-of-00002.arrow b/rus_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e3c10bcee90eef75b11fc6751844d584ccc04404 --- /dev/null +++ b/rus_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559d9871e2daccba5c6763a4dc769df822cf78ddb783d512ee3f118fe06bd195 +size 487532232 diff --git a/rus_Latn/dataset_info.json b/rus_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9754448c07615be074900c402a3855fe6610bf0b --- /dev/null +++ b/rus_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75be864af44992cf268f8b51b52f50942f314f97032b2cd9a9bddce00f32f571 +size 1235 diff --git a/rus_Latn/state.json b/rus_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..079d84619de885eec4c056299d4fde4518d81f3a --- /dev/null +++ b/rus_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebfe755c1f0b95177faf250a38396dc53559789fcbc466b7921b96b259d4cbf +size 306 diff --git a/rut_Cyrl/.gitattributes b/rut_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rut_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rut_Cyrl/data-00000-of-00001.arrow b/rut_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d1f39b29820153f48760d1ac238318696e6d7b42 --- /dev/null +++ b/rut_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81c09ada8c9c5a7b94eee9442ef30ffa345e060b22fce54e7d6520bd38ffa46 +size 597896 diff --git a/rut_Cyrl/dataset_info.json b/rut_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4481cc3da36330fcaef807322b790ef1b7c188e7 --- /dev/null +++ b/rut_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efedc342f4ad922d10b0972a16d6ee81f93f41342c72dd277b2d402d4a9646e2 +size 1105 diff --git a/rut_Cyrl/state.json b/rut_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..29954ae2884002733caca387d6454fe8fb51f08b --- /dev/null +++ b/rut_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cdc008ee127611d981c21f081a759871574818d4d30c452db3ea8f59fb2a15 +size 247 diff --git a/rwo_Latn/.gitattributes b/rwo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/rwo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/rwo_Latn/data-00000-of-00001.arrow b/rwo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7015996505cd5d84f8d3514aa32677ca4bb117a8 --- /dev/null +++ b/rwo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9347f07cecf35b73da8f5260f5fa95cc2ddea8027c9a951957da0ed3bcb24597 +size 4174160 diff --git a/rwo_Latn/dataset_info.json b/rwo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3cba15747038f9942e496133eebb69f9d2e93953 --- /dev/null +++ b/rwo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65b7b97cb096e68f8751c34bcf2059421d6a1e926d32bad686b37c799c26380 +size 1104 diff --git a/rwo_Latn/state.json b/rwo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a006f3403de0862599c3b44253d33492e900cff0 --- /dev/null +++ b/rwo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b8138f78e7b03c081a7ae86c6c9e80faabe237d0b0f7d8dc671abce30cac95 +size 247 diff --git a/sag_Latn/.gitattributes b/sag_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sag_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sag_Latn/data-00000-of-00001.arrow b/sag_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b5e8d3cfee809d630b76f35b2b3487a455195ce8 --- /dev/null +++ b/sag_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b2690a7e919e78159aca884a649e8bc697dc7bedda4ddf4051efa93e1a158b +size 17377280 diff --git a/sag_Latn/dataset_info.json b/sag_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d7b44f81998af1ecab490b4ff21dc3ee45d852bc --- /dev/null +++ b/sag_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213102d1cc1261f7e30cb4f9e40b3df1add64835d53b481057d54099a7872d30 +size 1111 diff --git a/sag_Latn/state.json b/sag_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9e75955d7efc7d596a20a398a4961f7b1d66207a --- /dev/null +++ b/sag_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ced9a9f45868d1a74098c0142b1e0b79ce8e18eabcdfc88e53c3f1fa2b7011b +size 247 diff --git a/sah_Cyrl/.gitattributes b/sah_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sah_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sah_Cyrl/data-00000-of-00002.arrow b/sah_Cyrl/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e64d09bf25595c344ddd03f7912e8d0de2a6edb3 --- /dev/null +++ b/sah_Cyrl/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4647ca086780c34bcf801428feec2cbd96995307fe0688309e3457ed36c2ddb5 +size 129723112 diff --git a/sah_Cyrl/data-00001-of-00002.arrow b/sah_Cyrl/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5bbc4208cddc75cec5b6c51015aa5bd95c91e68f --- /dev/null +++ b/sah_Cyrl/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4cb3e76bc24de5167b19b6473df20ae92fdb6b984ccf4b812d6b99a44486e6 +size 463610304 diff --git a/sah_Cyrl/dataset_info.json b/sah_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..48e4f0d0807401500b86ca210dc603e1659b8ec9 --- /dev/null +++ b/sah_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecff4668cfce1292c65ed9133b800d3ebca35e3a95810c2f05596bb545eaf19 +size 1182 diff --git a/sah_Cyrl/state.json b/sah_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6d36c9c93ab2e0a29a044225aebc9ae8a1d26e74 --- /dev/null +++ b/sah_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a7eceb4c79f9c061d6f344bbca01aed7abf12553d783f6dae7858256fac32d +size 306 diff --git a/san_Deva/.gitattributes b/san_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/san_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/san_Deva/data-00000-of-00003.arrow b/san_Deva/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8077e41d1162bcd9e98f46fa7a7fd39c6c6f866b --- /dev/null +++ b/san_Deva/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67697b9d02d88b095551bb87d12e580a3970dd63d4ef49959b6d22991d977cd7 +size 579257152 diff --git a/san_Deva/data-00001-of-00003.arrow b/san_Deva/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ae9201a9935f9c83d58253075d22ca1b28e33cc9 --- /dev/null +++ b/san_Deva/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3d0e561391557b0bb32f4892625717d8488bf540c29f683df4e4562c2b7de7 +size 63155512 diff --git a/san_Deva/data-00002-of-00003.arrow b/san_Deva/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4aba5112ca8779542ccd6719b53e8ce17f7462e8 --- /dev/null +++ b/san_Deva/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5624ed6bf274caae5102a8f37f8f10aa5d86fe58ca1171e477162e3fec548d11 +size 368022232 diff --git a/san_Deva/dataset_info.json b/san_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7db830c0a1f677583a6ed6e350973a3a889cc940 --- /dev/null +++ b/san_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1fbb87aebc55b28b5ad5974b299bcb0cb5c50ae0ef7a9f373c3364cc052568 +size 1221 diff --git a/san_Deva/state.json b/san_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..415f6d43ebfcc23949f0619c4c1940e86022922f --- /dev/null +++ b/san_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8524e099782777cca1e8799fa6f4936cbba1dca2404256d516b8ac1528ee04b2 +size 365 diff --git a/san_Latn/.gitattributes b/san_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/san_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/san_Latn/data-00000-of-00001.arrow b/san_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b8bc696f0bd2dc760775f9ca776d1df2595e41a1 --- /dev/null +++ b/san_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6d3d88f299ecd1a496ae58b63fdd1ae9ae133520dbe3cd06cafb156d35c20c +size 9929600 diff --git a/san_Latn/dataset_info.json b/san_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..08d94a327d9c3c7f1f72272b9f550f5e797b6424 --- /dev/null +++ b/san_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f159d38903db43b5ed8d26ce08410457800e116196f59f4897a76fc877bd042b +size 1111 diff --git a/san_Latn/state.json b/san_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..11bd67bd817f9551be2129506c67de8b86a4eae1 --- /dev/null +++ b/san_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c6dc851cc7a94753b9a3ec4c57c4d5d4743530c99b82df67f18fb39a0bd9e5 +size 247 diff --git a/saq_Latn/.gitattributes b/saq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/saq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/saq_Latn/data-00000-of-00001.arrow b/saq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..122202c9a616cac8fbd9ca459ef1b6a9da9f5d88 --- /dev/null +++ b/saq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe2f4a34129b8c87ebf5caf1dcbd3a35cb61d8e04e28d8895376a69f535da0b +size 10088 diff --git a/saq_Latn/dataset_info.json b/saq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..29ec83120dfc39566136c0b041fa7c88dc9cb167 --- /dev/null +++ b/saq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9801284de52cdbcfef5ba0d29cd64515a36140731cede390ad5c92f06e1aeac +size 1088 diff --git a/saq_Latn/state.json b/saq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f3a7a8308644c6eb7c3a1b5478b26a5ccac2fce6 --- /dev/null +++ b/saq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f1adfefc66d64071011b14e11c827d28a98d25ee114df6741ef474dbfaed86 +size 247 diff --git a/sat_Olck/.gitattributes b/sat_Olck/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sat_Olck/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sat_Olck/data-00000-of-00001.arrow b/sat_Olck/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e9541b864bb4b123803da0a3f3f0ffb437fbee15 --- /dev/null +++ b/sat_Olck/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6969c37e3a85da4f554250b78410e6554ac29480d0b99d7fbde244f5c3c8838b +size 68966944 diff --git a/sat_Olck/dataset_info.json b/sat_Olck/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9dfd88b7b92af1d26e573d05be8083a80f9dc7de --- /dev/null +++ b/sat_Olck/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207cd8db081417cf9f478ef9686b30aad1509b44a9699849a1e8470093aeaabe +size 1112 diff --git a/sat_Olck/state.json b/sat_Olck/state.json new file mode 100644 index 0000000000000000000000000000000000000000..635b8d31032818607e4efcae30323e0b12bb9593 --- /dev/null +++ b/sat_Olck/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259eace257c12cb29173a16e003416b234b73d196fcf83054f6fd83e64306579 +size 247 diff --git a/scn_Latn/.gitattributes b/scn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/scn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/scn_Latn/data-00000-of-00001.arrow b/scn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e73175c25833f2c626c5387d5c6b0d37b0e63df9 --- /dev/null +++ b/scn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2c56218e27c8c32a3c9a0c7834fc58a54442a9ec9017d6d66c9557bf7dc990 +size 48491840 diff --git a/scn_Latn/dataset_info.json b/scn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a610b54192b88294933dbbba1df48d634d69cab4 --- /dev/null +++ b/scn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbd7cf2869715c74062e1aeabaf91e6c5959a7cb42229d1b2074c7c580fd15c +size 1113 diff --git a/scn_Latn/state.json b/scn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..371cd7d8f92439757062e88faf2f5b24de131625 --- /dev/null +++ b/scn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29aec4154acbbc5e27bdd0772bd220f1a6264346f91245a15be1468e78a3d96e +size 247 diff --git a/sco_Latn/.gitattributes b/sco_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sco_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sco_Latn/data-00000-of-00001.arrow b/sco_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2e0af393a85d46f9e60ddcde6b976425612a8482 --- /dev/null +++ b/sco_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc00786613c7e53198547af1a7d880147d856e0f9f6987492455d9679b0df315 +size 117846344 diff --git a/sco_Latn/dataset_info.json b/sco_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0aeea8870479c1c9bf30d757e3f76044ccf5b102 --- /dev/null +++ b/sco_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e67c9a988e5accc5a5879e55d7159a43c51f0fdb86be1b15c1b3e094dde35c +size 1117 diff --git a/sco_Latn/state.json b/sco_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bf2745e62d2189685c801b5a9cb76e77e6f170f0 --- /dev/null +++ b/sco_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eef7c63ccdfa6dbb2bc6aa2e8b010335aec5759cacbd1042bf17b1b2532710 +size 247 diff --git a/sda_Latn/.gitattributes b/sda_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sda_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sda_Latn/data-00000-of-00001.arrow b/sda_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8a20ea9fadaf2fec34ff54013cb05b84237a5df7 --- /dev/null +++ b/sda_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cd80e2267d0863f7668d2d8863251212b6a50a57b4ecf7e38042b6670683dd +size 1661848 diff --git a/sda_Latn/dataset_info.json b/sda_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..21d7c2081df7a8c35f26470a68f920c342538d65 --- /dev/null +++ b/sda_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34af52b6db202c118a3d73957a4ad975cb466a9974cbc1f9ea590afa2289c2f7 +size 1104 diff --git a/sda_Latn/state.json b/sda_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6c21c504ae6b1db1153ed4071e55ffc8b43d50dd --- /dev/null +++ b/sda_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2b0ca7565c32fa7f50e8c5bf3be6f90e0884465cc025ad1411fa02b388289f +size 247 diff --git a/sdh_Arab/.gitattributes b/sdh_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sdh_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sdh_Arab/data-00000-of-00001.arrow b/sdh_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4905f1960b0f0bb290cb5e25a3a512df62e5541f --- /dev/null +++ b/sdh_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fe49bc5279423ffd88758c868173f03e3c7e262aafa624eb22f147e773721e +size 45245176 diff --git a/sdh_Arab/dataset_info.json b/sdh_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fa6a038b960e606e81a035053d5078256f801af8 --- /dev/null +++ b/sdh_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e366f4df36d4ce0ce1fb77f81736665cbd9cd1c8c7999050dd28c4f6b6221c51 +size 1111 diff --git a/sdh_Arab/state.json b/sdh_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5cb7f270e404674239b99c03f76a7190e014317e --- /dev/null +++ b/sdh_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4652d534bbb85b12172dd3d31aed8572a1d0cf3a5f34efe7b5bd974a0018f0 +size 247 diff --git a/sdk_Latn/.gitattributes b/sdk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sdk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sdk_Latn/data-00000-of-00001.arrow b/sdk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..60fce3516563c7eb401b51bfa9461fb8f32a6dc7 --- /dev/null +++ b/sdk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3bf30d73a9bf3870de1bc2e6952664cffc84f4e8ee74684129a9f804af1717 +size 30168 diff --git a/sdk_Latn/dataset_info.json b/sdk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0433fd79edd6944355a357e26fa0aebd9b3b35fe --- /dev/null +++ b/sdk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f81425aba49b87b1be5e3653a8a6073a7a4eb18b0a6fa499ca47c32b53147a1 +size 1093 diff --git a/sdk_Latn/state.json b/sdk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2e84695dcda1953809452547b13529e1e19e78b4 --- /dev/null +++ b/sdk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b90a5dbab69d6ab7ba3f62694d5c79910853db89bddb1e41665c4494dfc047a +size 247 diff --git a/sea_Latn/.gitattributes b/sea_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sea_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sea_Latn/data-00000-of-00001.arrow b/sea_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ef0883e112aa2489fe631850877116808ac5ef9f --- /dev/null +++ b/sea_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2aeb6862e621940377f861b035e86154c8188be5f9ef1f17bd828d27a6ade9 +size 12632 diff --git a/sea_Latn/dataset_info.json b/sea_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd0f1273eb7c1bf13482e1bdf6a309c2ebb055e2 --- /dev/null +++ b/sea_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3223f31b162f887f8e638d8a88dde7fd0e7976d140fc7a25d483b0e14f9ec9 +size 1092 diff --git a/sea_Latn/state.json b/sea_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..214bf4e9edbbefe9d8f1b6715909a1de81582ac3 --- /dev/null +++ b/sea_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81dad2ff9fa39b0572102173af8c9e497f2e8d1bd7dfb609b357270266123188 +size 247 diff --git a/seh_Latn/.gitattributes b/seh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/seh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/seh_Latn/data-00000-of-00001.arrow b/seh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..10ad5893a2aabffd4069bf3438d945c9eabbbdba --- /dev/null +++ b/seh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45debd7363e58eb81fbf49e6e91f1be0ad5a734ae6889e31ef1b847e5545bac +size 6270704 diff --git a/seh_Latn/dataset_info.json b/seh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b076446ed1db128138e316a7961840489cd72dfd --- /dev/null +++ b/seh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60cc759dacd4e13a1775bc4769304e6b6343f1029d7b08d9b0a780ea2b0be31 +size 1106 diff --git a/seh_Latn/state.json b/seh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fa57858609cfe3f5248ffe14e6bd2165ed507d8d --- /dev/null +++ b/seh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a60ad0bdcf274ea461c1cdb60a7358d056ce8dec1fb47ee19f6068e771667f9 +size 247 diff --git a/sgd_Latn/.gitattributes b/sgd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sgd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sgd_Latn/data-00000-of-00001.arrow b/sgd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d6b8741682c55f0e4423c23ced43c35eecfda092 --- /dev/null +++ b/sgd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73f27c7821e99a5e80f612e7b6852b7a26f8f68c63eb8484bfff4e6396a4cea +size 3520 diff --git a/sgd_Latn/dataset_info.json b/sgd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..53d8ac2a8de6ff9790756543c9581b03b203df71 --- /dev/null +++ b/sgd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a71caaa5277084aecd683a475c2c47ebfc939b5a2b28668f12b0450c8c28ef +size 1088 diff --git a/sgd_Latn/state.json b/sgd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0b667e0b31f74f7ff71a78107891c1628cec5025 --- /dev/null +++ b/sgd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68832ecf3786df5e03a7fc6809bb8409c4afe455f2e810d020173206154d786f +size 247 diff --git a/sgs_Latn/.gitattributes b/sgs_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sgs_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sgs_Latn/data-00000-of-00001.arrow b/sgs_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..afe2dafcd7dae6d3cc60df93f65e2152eb0c4a4b --- /dev/null +++ b/sgs_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79978f9097c592cd4a12e3ff4175a8b7cbfb1716226578b3ff12fead8c84731c +size 4951192 diff --git a/sgs_Latn/dataset_info.json b/sgs_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..84fb1e19df2f3e41400f80ac9aceab2e2880bfa9 --- /dev/null +++ b/sgs_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef62d5c4c35014cd9a0a3852da442200c1e698c226f3602bb635199c1bd65d9 +size 1107 diff --git a/sgs_Latn/state.json b/sgs_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..17a09af776a6633e820ebeb424ee84b3fe94a4dd --- /dev/null +++ b/sgs_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496694a8235c212ba0fd13100dbb7c1ed872fa0d12de6417402b279455d3c35a +size 247 diff --git a/shi_Arab/.gitattributes b/shi_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/shi_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/shi_Arab/data-00000-of-00001.arrow b/shi_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b264aa0e9441d3805e62bb714603f1b5a60c7a3 --- /dev/null +++ b/shi_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7301d1834ee30f78501d8a7a6653b5b203be6c4f475b3dfccefd91ad93d6a84 +size 1640 diff --git a/shi_Arab/dataset_info.json b/shi_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a20de59f3f6cea935702530f97482bdd5def4219 --- /dev/null +++ b/shi_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d14eb903c4fe95a72f03956ea6784833f3c4e0f470cabb7fca0a880a16032e +size 1082 diff --git a/shi_Arab/state.json b/shi_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cafb3f41c3bfa789728061e77a24ade207b3cfc5 --- /dev/null +++ b/shi_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e321e8bb0ef3c10e784b37715aa156533dedb672ec3764ee51dae388e019b5d +size 250 diff --git a/shi_Latn/.gitattributes b/shi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/shi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/shi_Latn/data-00000-of-00001.arrow b/shi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6af01940c4dc47ddef6cbabcf30aa76a62e3c492 --- /dev/null +++ b/shi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9e04be0e8ff88d46b20028472152ed4e5f285f1cf03cd767fdd4200b3765d3 +size 2134824 diff --git a/shi_Latn/dataset_info.json b/shi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..767802c6189a4c3f7b1f9147fe8b721aebcc93fa --- /dev/null +++ b/shi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0358ba3c32559062f432031c513ac819b92220b029fdb7dff54910caeae95cf5 +size 1105 diff --git a/shi_Latn/state.json b/shi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..32fb7a7d0d19f382c9d447aa77881c22ebc82284 --- /dev/null +++ b/shi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edca6dc418f06093f9a9b15f82f4d6e1fb447406b5ddf202b1e10a7791682a90 +size 247 diff --git a/shn_Latn/.gitattributes b/shn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/shn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/shn_Latn/data-00000-of-00001.arrow b/shn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c2f9146e6e9bb01d3889a2e0fbb05a52fd58d1e --- /dev/null +++ b/shn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87d19d63b96be83c8c4a7385f4296c8fd303338759723e5b342b1d542681cd4 +size 134544 diff --git a/shn_Latn/dataset_info.json b/shn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a0a3925844b4994ee1c554738aca1d729a6a72eb --- /dev/null +++ b/shn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e96de7dcc6a132b812b2eac78561a87b21466993b3afe2dec777cefaa401c2 +size 1098 diff --git a/shn_Latn/state.json b/shn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2f136194e8a27445af229272c4e85b0e60a4b661 --- /dev/null +++ b/shn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91145bdd6adef2b828f268e54bc0052f41e389bc232945231b55a3f3939c7620 +size 247 diff --git a/shn_Mymr/.gitattributes b/shn_Mymr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/shn_Mymr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/shn_Mymr/data-00000-of-00001.arrow b/shn_Mymr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e6d7376a49b9bef3d50fee0f044c75a523a22e1a --- /dev/null +++ b/shn_Mymr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32caf50277e3a1571ad036fd147e520b37e1267ab682c41f9e633d871dbeee33 +size 29565032 diff --git a/shn_Mymr/dataset_info.json b/shn_Mymr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3625d7c72578a73dcde9dd4755f9876a7efb4068 --- /dev/null +++ b/shn_Mymr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d66ac5da2253dfcaa18759aca34d6806650f7cd32494b45348c777c5a04c55 +size 1111 diff --git a/shn_Mymr/state.json b/shn_Mymr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d5e8e3bb2314fe243e573a1208a0a041ab5fa565 --- /dev/null +++ b/shn_Mymr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ee8b80f48aab4693dbe50daca1db7ab0827cce89a7daad9c8c52f740383b94 +size 247 diff --git a/shp_Latn/.gitattributes b/shp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/shp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/shp_Latn/data-00000-of-00001.arrow b/shp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95a74b6de5e7f969e439791055fbeb798d0b9b08 --- /dev/null +++ b/shp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed04ce4971d02b271babb9a90832fbe24895d5e7e172e308b988b6f2a2030b16 +size 1979104 diff --git a/shp_Latn/dataset_info.json b/shp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e18c7db93fddedfefb11ab275a444709b4fb5814 --- /dev/null +++ b/shp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf97fe26c82a511ff799144c2ad760aa4f52e8230cd9e7eb9c3e499e82502149 +size 1106 diff --git a/shp_Latn/state.json b/shp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..00e2f61d4bf9067490ca6fc3086be9034d7bf7c5 --- /dev/null +++ b/shp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530dc48a76847aa26ff376283c957a5928b7f8d498fc7df5f1ab1ac64515fc01 +size 247 diff --git a/sin_Sinh/.gitattributes b/sin_Sinh/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sin_Sinh/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sin_Sinh/data-00000-of-00027.arrow b/sin_Sinh/data-00000-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9681d3807d57b19e7fb2517030df5a9c660b8a1d --- /dev/null +++ b/sin_Sinh/data-00000-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853d25e4540a444268a47058b4145d9288d332a8961aa6b653c060a2341927c0 +size 375826624 diff --git a/sin_Sinh/data-00001-of-00027.arrow b/sin_Sinh/data-00001-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..27653a90b717fb340c0d86edbf1c440a76f174fd --- /dev/null +++ b/sin_Sinh/data-00001-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f7cf7a5b31c5d590d328d335b22691798af0276f37cc29594098f1c9ed5030 +size 133578528 diff --git a/sin_Sinh/data-00002-of-00027.arrow b/sin_Sinh/data-00002-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1c869ad8ef027e59b2ed91db3145e823f1929907 --- /dev/null +++ b/sin_Sinh/data-00002-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1367777c57d5306f1668dcdcac9f57c578c1075109b64328180516b25485baa +size 135469832 diff --git a/sin_Sinh/data-00003-of-00027.arrow b/sin_Sinh/data-00003-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d60d1450300a2edd3968ff6b6db7ba60eab68de4 --- /dev/null +++ b/sin_Sinh/data-00003-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296c6a831a1442d4c0aa44da84b3b9f3874659ae18494c941d4d5524b02e5d7a +size 135788552 diff --git a/sin_Sinh/data-00004-of-00027.arrow b/sin_Sinh/data-00004-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..19099b9969d9e0095efd57b926a4fab3f97130ef --- /dev/null +++ b/sin_Sinh/data-00004-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a0f191cd291d7d41f590f55b924b838ff813d51e0be401457190862309ee8e +size 135522296 diff --git a/sin_Sinh/data-00005-of-00027.arrow b/sin_Sinh/data-00005-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5ceaf1aeb0a501fc057e580ecfb5f627b9543c0a --- /dev/null +++ b/sin_Sinh/data-00005-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43197b6d4ddde027546d61ecb4d650fe87c1fdf02a2858a1ea4627d9ab619eb +size 135835568 diff --git a/sin_Sinh/data-00006-of-00027.arrow b/sin_Sinh/data-00006-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f65da13ca029b6b49a98272dd1d830c1c1912e14 --- /dev/null +++ b/sin_Sinh/data-00006-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411c4b1cb3372887ae9b96cbdd6fd8d8d3a1a1584954c408bd08da528d32b801 +size 133926840 diff --git a/sin_Sinh/data-00007-of-00027.arrow b/sin_Sinh/data-00007-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6462caf624042cc5814dadc34a2916a46108245c --- /dev/null +++ b/sin_Sinh/data-00007-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a57ad7dc0599e452349606e2c5744d4a493e1314287dd628cd38054447f77fe +size 135548848 diff --git a/sin_Sinh/data-00008-of-00027.arrow b/sin_Sinh/data-00008-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..01f421f31b820c429c4f5646b2cf5344ea10af3f --- /dev/null +++ b/sin_Sinh/data-00008-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb34cdce4442cd011fbaf23430d44e1b80e65eff8ddbc28b106814993cf40a6 +size 136538224 diff --git a/sin_Sinh/data-00009-of-00027.arrow b/sin_Sinh/data-00009-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..155b9aeace022650d30e850e1cb6d9d212203048 --- /dev/null +++ b/sin_Sinh/data-00009-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd41cdb5e8637bd013c10b8174b00df9e6207b35d598ab654ed88906eaf8b634 +size 135525240 diff --git a/sin_Sinh/data-00010-of-00027.arrow b/sin_Sinh/data-00010-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aebafa7af160ea8204f9f720957e78563619448f --- /dev/null +++ b/sin_Sinh/data-00010-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0025055252ec21f9bdf021f8d2810e1e1741b2da5cbb283043edeb614d9943d8 +size 136513024 diff --git a/sin_Sinh/data-00011-of-00027.arrow b/sin_Sinh/data-00011-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..16e86fee2c004a12f3ee7c3b623a900ee8b46532 --- /dev/null +++ b/sin_Sinh/data-00011-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3353d5549591b584f4d2072e433cad6ee80acc99f98164a8dfeaf3529911eb +size 136201664 diff --git a/sin_Sinh/data-00012-of-00027.arrow b/sin_Sinh/data-00012-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cf2137994f10acaccf0912c5bf18ae5f4a19d349 --- /dev/null +++ b/sin_Sinh/data-00012-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf43780ae63e7d867d282b9f09f2603923e5b4246e73e9fdd8fe53425a8bf31 +size 135425424 diff --git a/sin_Sinh/data-00013-of-00027.arrow b/sin_Sinh/data-00013-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1594281353f02fa1b90d5d122d69664307da7de4 --- /dev/null +++ b/sin_Sinh/data-00013-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac7bc020fb58933fccca9917e7c65b142c02de2c6cc36774b2d129e67c75042 +size 136790912 diff --git a/sin_Sinh/data-00014-of-00027.arrow b/sin_Sinh/data-00014-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..802883d4e2a129fd1a7c4c12672ba42321a3e14e --- /dev/null +++ b/sin_Sinh/data-00014-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf86b4b1fe11e78137bb8636054fe2ea315ca2e3d12624b85eade2d20be63eff +size 136000160 diff --git a/sin_Sinh/data-00015-of-00027.arrow b/sin_Sinh/data-00015-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0b3d7fb7619a3b9edafd01c3cd5c12f7b4742af7 --- /dev/null +++ b/sin_Sinh/data-00015-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101db539f474154d711a2857cc2ab22a36b91470766e4cd9cb306eed3ec9d801 +size 136592624 diff --git a/sin_Sinh/data-00016-of-00027.arrow b/sin_Sinh/data-00016-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0e6174c534aa50cbf52f72ec942eee503ff440ca --- /dev/null +++ b/sin_Sinh/data-00016-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15391359ee0234e59f424e9b0143c51553e863637d0f10be64fe46d36f60446 +size 138003984 diff --git a/sin_Sinh/data-00017-of-00027.arrow b/sin_Sinh/data-00017-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..561299a6ca73d2f86f4d3002f35ebca9d9629c6e --- /dev/null +++ b/sin_Sinh/data-00017-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e7bc70256a3488cea938b5135b9a155b4f915df1908c6c0f693e9d5edda115 +size 223705608 diff --git a/sin_Sinh/data-00018-of-00027.arrow b/sin_Sinh/data-00018-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..deb6daee432503c355d87ea5888fdc7708f18289 --- /dev/null +++ b/sin_Sinh/data-00018-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc902bb609696716d740a5601e5ac7ba549e74794dedbaa1465ba59a757f703 +size 2500647080 diff --git a/sin_Sinh/data-00019-of-00027.arrow b/sin_Sinh/data-00019-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41dae2d30210beba63f974cad6b6f4f6bf9b6cc0 --- /dev/null +++ b/sin_Sinh/data-00019-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015b2effa6ac10b5b99409cd8b74049de13b70454a88d263b4c1a5a5aafad744 +size 1988306240 diff --git a/sin_Sinh/data-00020-of-00027.arrow b/sin_Sinh/data-00020-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d494ba5cd8a830c15fd4b6666be0ab8d29e7a31a --- /dev/null +++ b/sin_Sinh/data-00020-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be1d333c9bad17a97fe974835f8825e42fbca020354d5d18ab9a1c4a259ce5e +size 2298807472 diff --git a/sin_Sinh/data-00021-of-00027.arrow b/sin_Sinh/data-00021-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ff563fbd99b2a5f690de014cfc9883184d42a16b --- /dev/null +++ b/sin_Sinh/data-00021-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef0c5a22e8d02c8c0d4a711522e73fd0c634886a13a6aa67f9c56713e6f22d6 +size 1705666064 diff --git a/sin_Sinh/data-00022-of-00027.arrow b/sin_Sinh/data-00022-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8f596fddb42427308a93856bfbae883a8493f36e --- /dev/null +++ b/sin_Sinh/data-00022-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d079023f823780ffd99e18ac531d36343f16fad140c3f6223dd2c76e8d083401 +size 144683656 diff --git a/sin_Sinh/data-00023-of-00027.arrow b/sin_Sinh/data-00023-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a0adbf66555b1e77dd4ee606748cb0b589cebb65 --- /dev/null +++ b/sin_Sinh/data-00023-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aac5d1a998c13156d4c5db3e49a5c5596cddff62b189d4f034b6235a2fdc96a +size 144771544 diff --git a/sin_Sinh/data-00024-of-00027.arrow b/sin_Sinh/data-00024-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eabb47d141b1387dd29121d41b406e93c3c7a3a1 --- /dev/null +++ b/sin_Sinh/data-00024-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f1b5e03ce2531292425c72a19d060a5679f10593e655e72d34a307a027b652 +size 144289432 diff --git a/sin_Sinh/data-00025-of-00027.arrow b/sin_Sinh/data-00025-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1cc93e7928ea640d4cfdd00c32cddbba07ba7074 --- /dev/null +++ b/sin_Sinh/data-00025-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c783ec3b7d4a7e9eefabb7a7e38f7e769edb29d6fc8b53e44454abf962d21816 +size 144718312 diff --git a/sin_Sinh/data-00026-of-00027.arrow b/sin_Sinh/data-00026-of-00027.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ef26caf05f3a0fea1fa546221eab7c241d93432e --- /dev/null +++ b/sin_Sinh/data-00026-of-00027.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f0a4cdb1829c693b0728105bfb3d8ed229ffb0d784a43b085ed096e0c4017b +size 1354261352 diff --git a/sin_Sinh/dataset_info.json b/sin_Sinh/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f8a9fe29de84804ff6a0307f0db977dde633ac22 --- /dev/null +++ b/sin_Sinh/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2c67c4e6f4bc75c9264c2fdca77a2c86a0e8c8d164f88c76d97253960e5d50 +size 2030 diff --git a/sin_Sinh/state.json b/sin_Sinh/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bf3a6b567b0c42e16f16bda509bc5ab7639a615a --- /dev/null +++ b/sin_Sinh/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd8d277f0f759259cf4259a83e75c563defc510793e4c0153839a5feb48dfab +size 1781 diff --git a/sja_Latn/.gitattributes b/sja_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sja_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sja_Latn/data-00000-of-00001.arrow b/sja_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..30a63235413122edb95e2737e1dc36aa62eec758 --- /dev/null +++ b/sja_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea965fb1eaeb5fe3b709b7a63664974c72aa667a400a3583d172654f8627446b +size 4122888 diff --git a/sja_Latn/dataset_info.json b/sja_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..380fe62e779b0e735bc0d7b2b50158219f35e4ad --- /dev/null +++ b/sja_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315dfb2dfa9db4c83625b82f06cbf389a31d19b7447aa660131024bffa763e23 +size 1104 diff --git a/sja_Latn/state.json b/sja_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bad93667694a5e238f033a1ace687a88287d10c7 --- /dev/null +++ b/sja_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160e7c7a9d5880834c127ac58e58bfeef86bc4aaf25c7231bfc3aea41b8d9f56 +size 247 diff --git a/skr_Arab/.gitattributes b/skr_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/skr_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/skr_Arab/data-00000-of-00001.arrow b/skr_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cf95a9f8bc6c9da3fef1bea7573f0c9544779177 --- /dev/null +++ b/skr_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ce075e58a65d45cea3ef2cb0a04c529949be2ba1cdabb4e64ad0f56aa3d103 +size 23082792 diff --git a/skr_Arab/dataset_info.json b/skr_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2e05b688b1846f7b0f3431ffb9a624b281b93de6 --- /dev/null +++ b/skr_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7c90fa554ed1cd62d5302f0d78fd9ef471158d2c3a5ea44d916d7c99793bc2 +size 1110 diff --git a/skr_Arab/state.json b/skr_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a439eec50ee1d19d97847064e2ec0bfbc097d8f0 --- /dev/null +++ b/skr_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f249296de99415f724148b78a98c9c8cbf1245188d9e879b0636cbab13218270 +size 247 diff --git a/skr_Latn/.gitattributes b/skr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/skr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/skr_Latn/data-00000-of-00001.arrow b/skr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..19a49669a0558d78b358c93ddbd34ae973f96544 --- /dev/null +++ b/skr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48aabbb385984d15ac62a432bb8d4a89099ca3b96dff992db6733fc36322de27 +size 61128 diff --git a/skr_Latn/dataset_info.json b/skr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2e7f1859cc34933e7ec3bb8da916239ee610c96f --- /dev/null +++ b/skr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4481517cde80ce85ae9413ae290bc77df35f6e4c070f8f04a9a771c498cf4ae +size 1094 diff --git a/skr_Latn/state.json b/skr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..78dec781ddcfe2412f36e56b7f57a7e516249bbe --- /dev/null +++ b/skr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087d62cb400ee3a7b630f397f9602430d7a7b03bd1acbb9c68755fd36a08e947 +size 247 diff --git a/slk_Latn/.gitattributes b/slk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/slk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/slk_Latn/data-00000-of-00001.arrow b/slk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..67e1847925a89a4ff8c8a56195b4b6efd1b4117b --- /dev/null +++ b/slk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6525f433bfe61f7dcfaffb6ef1bc06fc92509385cd2d685086795c2e01365fb +size 490922776 diff --git a/slk_Latn/dataset_info.json b/slk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f70b8e8fd0c2471e9b0874b021ee9319af4fbb4f --- /dev/null +++ b/slk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ce3aed89dfe69993939f58cacd9852382bfd72ad1b2ef1f3c53dfa1ba346b7 +size 1182 diff --git a/slk_Latn/state.json b/slk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f9d8085f82014847b8eb7ed797e1a0d960f46c32 --- /dev/null +++ b/slk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001d5c2e36a095879f661718940ab4402372031502b3eeaf3a36a6f42355645b +size 247 diff --git a/slv_Latn/.gitattributes b/slv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/slv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/slv_Latn/data-00000-of-00021.arrow b/slv_Latn/data-00000-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5e9006be4c110a930e154468f587c1177ab36f8c --- /dev/null +++ b/slv_Latn/data-00000-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772230aaf3114ccfb8f5af8ab5e8e6afee6b0f8098b859407b990c52830b31c6 +size 442542800 diff --git a/slv_Latn/data-00001-of-00021.arrow b/slv_Latn/data-00001-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6771bdc177abbf0655c3d02781fb1f0f88c8d00c --- /dev/null +++ b/slv_Latn/data-00001-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3abb5b01cb65be4b8f2cfc3aa730850d77fb86437f567111b5779baccdc2ff +size 440250776 diff --git a/slv_Latn/data-00002-of-00021.arrow b/slv_Latn/data-00002-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1f92115f1a51504c1fa74679018684ac350ed738 --- /dev/null +++ b/slv_Latn/data-00002-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8ff7e4d13f1cc5c133ad0dcdbc5c7a3a9982fa496c5edd10dd6c18f83d1b43 +size 442182968 diff --git a/slv_Latn/data-00003-of-00021.arrow b/slv_Latn/data-00003-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0984460184f7a24b7b8c764ac8d6cdceb29a0654 --- /dev/null +++ b/slv_Latn/data-00003-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab11d1706dff97a175ec89070248a59528e966c28367747b316194bf7c78b237 +size 455803840 diff --git a/slv_Latn/data-00004-of-00021.arrow b/slv_Latn/data-00004-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6aed77c13e720ca6651633d2bf9ef38485bde990 --- /dev/null +++ b/slv_Latn/data-00004-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c78bfa1f7fdd635fa56c918f25ae760092f9b1b98823dcb1c6a6100da9eda0 +size 466358688 diff --git a/slv_Latn/data-00005-of-00021.arrow b/slv_Latn/data-00005-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5ab2c3e7e76c5ce6ddab10a33b738c1568b02d89 --- /dev/null +++ b/slv_Latn/data-00005-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e319adf6b1e84bd139a464e44620d79bc714b64c02445289f774200fd1bfefb8 +size 464618640 diff --git a/slv_Latn/data-00006-of-00021.arrow b/slv_Latn/data-00006-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..00ad060b11a54b4179be9093844bc5fcb558abd1 --- /dev/null +++ b/slv_Latn/data-00006-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c64074efe735febd4407d539f5b40ef11e50a676b2bb498c1169cd994796ab +size 457564392 diff --git a/slv_Latn/data-00007-of-00021.arrow b/slv_Latn/data-00007-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1ddb0b715f7e36963efeb6d3937703fdb51ce042 --- /dev/null +++ b/slv_Latn/data-00007-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0d67c9099d594d60ce4153f6672f5f67ade69926b06bfef257f98c2d12cc22 +size 458348208 diff --git a/slv_Latn/data-00008-of-00021.arrow b/slv_Latn/data-00008-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..28688a8bb0070b1fe188f9ae9b31e4b91cb5b400 --- /dev/null +++ b/slv_Latn/data-00008-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04ab926ffc77de341b10dacd8258b3f8bc75a1b5d25f05302003571ddce02c4 +size 758982592 diff --git a/slv_Latn/data-00009-of-00021.arrow b/slv_Latn/data-00009-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ec1ee4b09d0360b3cfcb2004abc3ed5a04b57b83 --- /dev/null +++ b/slv_Latn/data-00009-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17e43610955c2abd0eb5a850b9a9633d8aaca49b0dab76f9022eb7455fccaa3 +size 434448152 diff --git a/slv_Latn/data-00010-of-00021.arrow b/slv_Latn/data-00010-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c7e9a7875f00eec8682794909b2bb1bba5486013 --- /dev/null +++ b/slv_Latn/data-00010-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab1c4b21a39245de6e02284ac543dcf0c6c7264be046a440cb4f3825a4323e1 +size 445166128 diff --git a/slv_Latn/data-00011-of-00021.arrow b/slv_Latn/data-00011-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..378385fdbd6a66d8d71ec7219da409497db16274 --- /dev/null +++ b/slv_Latn/data-00011-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f0230f2838bf11acca4013232b050bfa0c4ef138461f3334fb6045cf5ef2bf +size 456844608 diff --git a/slv_Latn/data-00012-of-00021.arrow b/slv_Latn/data-00012-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fdcdb953463bd88be3f7e0b74fac16d038d91d37 --- /dev/null +++ b/slv_Latn/data-00012-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd51fff9236883000db8c8bb7284c6657ff0984d3f8db330fe4a895ce7a4a132 +size 455096040 diff --git a/slv_Latn/data-00013-of-00021.arrow b/slv_Latn/data-00013-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..989c5d176cff2428b907f126454c17f3033e41d1 --- /dev/null +++ b/slv_Latn/data-00013-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5939bf72a4ab37c75266bb6edabde42c63c06d672fe32850cc8cba3e4039ec +size 435514280 diff --git a/slv_Latn/data-00014-of-00021.arrow b/slv_Latn/data-00014-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fee99997383c714304a556211cf998c87da923fc --- /dev/null +++ b/slv_Latn/data-00014-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d232c65ac421da43ab2fd293cc1bedfd6244761e9bf09b79a681c11cfc72ee30 +size 442972984 diff --git a/slv_Latn/data-00015-of-00021.arrow b/slv_Latn/data-00015-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..80b56499b25285c19e54f064bfea52fc3e7b4596 --- /dev/null +++ b/slv_Latn/data-00015-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecfbc194fc9aa00cdebf5f9c8168ae28fef9747b9e3be827d2883cff34a2a4d +size 441394448 diff --git a/slv_Latn/data-00016-of-00021.arrow b/slv_Latn/data-00016-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..67e1d1e0222350cfdc5f42859965730bb91445e8 --- /dev/null +++ b/slv_Latn/data-00016-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e75dd19748b3fb64ad5184bbbeda74a50a7a0e4db06acbb2b5739337da8730f +size 455577848 diff --git a/slv_Latn/data-00017-of-00021.arrow b/slv_Latn/data-00017-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fca78e072ad2efa43d360ee524e91fcd0cc91a7e --- /dev/null +++ b/slv_Latn/data-00017-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be28b03863c064d1e57653cc448930b1beb0f665ffd5917a60ab4a9bd07e877a +size 1010630080 diff --git a/slv_Latn/data-00018-of-00021.arrow b/slv_Latn/data-00018-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb87d7e209e6738fa53d503173542660e7766b3e --- /dev/null +++ b/slv_Latn/data-00018-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93cbbee93919bdf21fc6cc465dc35bfc48270cdd02e2eaeb747d1142af649667 +size 473527432 diff --git a/slv_Latn/data-00019-of-00021.arrow b/slv_Latn/data-00019-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6ad0d249ffed7ab27d5246a471ce5dbc35cf297a --- /dev/null +++ b/slv_Latn/data-00019-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5918cf630d6234f52f5be97dbaca10d0e03104464befe743cf4ad59af5ffc76 +size 473985240 diff --git a/slv_Latn/data-00020-of-00021.arrow b/slv_Latn/data-00020-of-00021.arrow new file mode 100644 index 0000000000000000000000000000000000000000..43d0784d43e2fbd8968102b5580bcc4486e3d20c --- /dev/null +++ b/slv_Latn/data-00020-of-00021.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe7fd789b8dd9f2f249bae6e19f390dc2621b3142b4b83ea00707c4ee76dbe8 +size 473462808 diff --git a/slv_Latn/dataset_info.json b/slv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6c5e62638e057323f78bd4616a5b2c3920ba7eb6 --- /dev/null +++ b/slv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0d84fe1291df47cbcd6ff1e6ae59b85ad4fad90585ee325e466f5986a61982 +size 2680 diff --git a/slv_Latn/state.json b/slv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3a683cb5f51ee6fe880bbd3522f5b6d941d2e48e --- /dev/null +++ b/slv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21b91b1e3e4a164c871d68395c531144e388be0e6b5275964b1132af2586e09 +size 1427 diff --git a/sme_Latn/.gitattributes b/sme_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sme_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sme_Latn/data-00000-of-00001.arrow b/sme_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1963cbb9338a9b6ad15344cf05491c22998f9fe8 --- /dev/null +++ b/sme_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a43c72e6ad1eb6fb350a78c0f6b5a8cd46b148844fd4f2d2ce5757c0bde7642 +size 119963928 diff --git a/sme_Latn/dataset_info.json b/sme_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e11c156706c0b164dd128c7e0be405e66e33a143 --- /dev/null +++ b/sme_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3763cb6e03b5ac9fe6261089ef8e52af5a0940251269bc9c7156ef97843818ff +size 1117 diff --git a/sme_Latn/state.json b/sme_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b5d5790fc76872b60d83064d980378e7d1e18c40 --- /dev/null +++ b/sme_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c9499dd85c6760f1f5160e44adba2f2ad106dab410acb5b8519b6b47c08835 +size 247 diff --git a/sml_Latn/.gitattributes b/sml_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sml_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sml_Latn/data-00000-of-00001.arrow b/sml_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c93beb121f090a3457a40922590b0382ba1e7289 --- /dev/null +++ b/sml_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b613f85233fba54ee9bef38519486ea85daf6c7f8c3caed95bd41b4692817b +size 3896 diff --git a/sml_Latn/dataset_info.json b/sml_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ede30e674803e96a2e31f36a66b0a3a025fcaaa9 --- /dev/null +++ b/sml_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c96d0e629239a1f4f644def26788840736b48bfdc4386670739e13909b49d00 +size 1087 diff --git a/sml_Latn/state.json b/sml_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d0f7990e90c5b9ed1711ecf334e6c4e2f5482da1 --- /dev/null +++ b/sml_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3e2e3243603bdb71da0e829c1f7faeb4cdc263c46c39b65acb31cee8984c5a +size 247 diff --git a/smn_Cyrl/.gitattributes b/smn_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/smn_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/smn_Cyrl/data-00000-of-00001.arrow b/smn_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..235aecde768d5fcdc07fdb7d3a374295b91ebb69 --- /dev/null +++ b/smn_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fb9eb991573effc614531daf264328512823c669a2409795d15186cdf1b2b2 +size 3712 diff --git a/smn_Cyrl/dataset_info.json b/smn_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e7fefcfcd4ff9121e2445797a27f738a59183790 --- /dev/null +++ b/smn_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0e7c75a2e4bcad0a7a1b915781a300a6323674847c3793125a4798e9c0f9ff +size 1087 diff --git a/smn_Cyrl/state.json b/smn_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ac81f2198a456c2b325586285caafac039b565ae --- /dev/null +++ b/smn_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ea34c24bc30965a6020259c601c783ca00714e6a0d97be3944ab245fdbab09 +size 250 diff --git a/smn_Latn/.gitattributes b/smn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/smn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/smn_Latn/data-00000-of-00001.arrow b/smn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aac66f627ba72357316c2f69e5b272482cbfd950 --- /dev/null +++ b/smn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8d48e3e8881cf5ae35a161b9c53765407d725ca430fa1ece818ae6cd897514 +size 5347512 diff --git a/smn_Latn/dataset_info.json b/smn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9154afe58c6be2f5985df72779fad577a6aa05e2 --- /dev/null +++ b/smn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afea34a39ffda77797f976d543dac42083547e6f1bac6daaa11b075e54f6fef +size 1106 diff --git a/smn_Latn/state.json b/smn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1da39a48065d7e90b86b741409f32365e948a793 --- /dev/null +++ b/smn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b1ef2a449d832be0ec2a887690b6f2cdc3bb8464c74f031406cfcfe7a8bedc +size 247 diff --git a/smo_Latn/.gitattributes b/smo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/smo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/smo_Latn/data-00000-of-00002.arrow b/smo_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d1130b4787050611e7260b5f19459e2bb15e108e --- /dev/null +++ b/smo_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fd7d1b418e1e7e44b4de9bb78d91657b3263afc2d3e8e992722ce51aa578f9 +size 165647848 diff --git a/smo_Latn/data-00001-of-00002.arrow b/smo_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6f82d1f3f9f7a6eaa918f3c6d7cb32de4cc0387 --- /dev/null +++ b/smo_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed47f3c870f98b0e43a8465b783823d0275ad85622a18a58c264ca92f39d12eb +size 434051792 diff --git a/smo_Latn/dataset_info.json b/smo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..504db41f52fcb825eeeec2b7bd8add7eb8181792 --- /dev/null +++ b/smo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a7ba216f18a4c7b313f868ec02809cd6b18fc83b03757348ae276678a84bce +size 1184 diff --git a/smo_Latn/state.json b/smo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3bdd05ea92744082ef2e353f6a61fa9dd1760047 --- /dev/null +++ b/smo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a78803b6e402b10220044cde775abd0270d666c88e32c44891c5a2807db6f0 +size 306 diff --git a/smt_Latn/.gitattributes b/smt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/smt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/smt_Latn/data-00000-of-00001.arrow b/smt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..06285217a302b934669ca9a0dd3f5d939402c6a3 --- /dev/null +++ b/smt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15107d1f36c03286194daa0e9490837804a785b2e0fe8394afd822efaa20c00e +size 251520 diff --git a/smt_Latn/dataset_info.json b/smt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..265a7973b4591928a6d67bfe58fa4e27efd89128 --- /dev/null +++ b/smt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652147cfb3b349ec67d0c81bf1eb98ca308723b0f4e8ff10d90f91e5f78cbe87 +size 1098 diff --git a/smt_Latn/state.json b/smt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..10156cd69b082124c928df8cd03494865689de30 --- /dev/null +++ b/smt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5717f17715f7bcdab1876a315554812310b9e257a69bf1c06855aa673d84059 +size 247 diff --git a/sna_Latn/.gitattributes b/sna_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sna_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sna_Latn/data-00000-of-00003.arrow b/sna_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bdc55bc751332e685bd5f65153964bbbb8a9c7e4 --- /dev/null +++ b/sna_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15a7e6fe09fd67bf155882f568f27d2fee3d7d5d4125162b4b5bb851243d459 +size 411203560 diff --git a/sna_Latn/data-00001-of-00003.arrow b/sna_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b33e93458837252c5798b2f1cf0dad3fab45bc19 --- /dev/null +++ b/sna_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19276d05562ef3d9c32572a62e364aff74c1974e26ec38d63115673d80c560b4 +size 191396904 diff --git a/sna_Latn/data-00002-of-00003.arrow b/sna_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0cbdbdfd9e53b73648253eb9cf2bfbb08cead0b2 --- /dev/null +++ b/sna_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a131018720ef7093713ace911cd934e079da36d71868c2e8d8f3beeecb83d1 +size 584978880 diff --git a/sna_Latn/dataset_info.json b/sna_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ad3a9e638e3f7aed39db445b2cde08ccf2313e63 --- /dev/null +++ b/sna_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a007bcf83f40c95a3d378d5f5153bf6303990e2b129211a0672a325d1b719d +size 1205 diff --git a/sna_Latn/state.json b/sna_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f2c5445eca368aa45b85c15f693bf066ed175924 --- /dev/null +++ b/sna_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8238fd9ee760c3b64d1fcbc82824e8552ab0968c73bfc666850b45a5925bef1c +size 365 diff --git a/snd_Arab/.gitattributes b/snd_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/snd_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/snd_Arab/data-00000-of-00007.arrow b/snd_Arab/data-00000-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..110c4815d8170ea370d69b88fdd36fe77fcae3e0 --- /dev/null +++ b/snd_Arab/data-00000-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bce00939740b8c918af1f15c6e3ae347afee0e0fa892c11411b74bd0103d3a9 +size 883956104 diff --git a/snd_Arab/data-00001-of-00007.arrow b/snd_Arab/data-00001-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f003881d96713af7a6f1ebcc723e219e91d25816 --- /dev/null +++ b/snd_Arab/data-00001-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f37130d7f9b914aab43351e1a47e7e06ed4fa0dbc46561486bdfdfaa2e4bb37 +size 882464360 diff --git a/snd_Arab/data-00002-of-00007.arrow b/snd_Arab/data-00002-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8dcd8b19d13bbef4a65722aa3f2bb2de77321f84 --- /dev/null +++ b/snd_Arab/data-00002-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379ec9613961b67e50f188530b4782e778c04c4d8031942c6dd2478c3c3adbfa +size 908788200 diff --git a/snd_Arab/data-00003-of-00007.arrow b/snd_Arab/data-00003-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e21786c36d8563cd3ac56b60d4fae1bee48035f1 --- /dev/null +++ b/snd_Arab/data-00003-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c3cac07812c8c9667add2a77a0fa17cff26dd0f6d99c4acf39168d204beb8f +size 269708224 diff --git a/snd_Arab/data-00004-of-00007.arrow b/snd_Arab/data-00004-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..512c8b58da3ac75715664ff3332ec369dfab1e9c --- /dev/null +++ b/snd_Arab/data-00004-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85845d75b7ae18aa59dec8f89dc06f0fc34e0782ccd53b31d4f3833f1976e48 +size 104971392 diff --git a/snd_Arab/data-00005-of-00007.arrow b/snd_Arab/data-00005-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..77c7bd782fad9d8892a8591c89465bc45edce632 --- /dev/null +++ b/snd_Arab/data-00005-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2eb7c2ca18a27f1a82bd1799968f6f9bd44a20bf78e9435d72cbb941b5bff2a +size 105518384 diff --git a/snd_Arab/data-00006-of-00007.arrow b/snd_Arab/data-00006-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c163bebc550d8120c0a68959e2273faab65f836a --- /dev/null +++ b/snd_Arab/data-00006-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516488ba7dae2569c51633913fa521c04c7c2c9b4a7d2ddd4e83101ba5873573 +size 213074080 diff --git a/snd_Arab/dataset_info.json b/snd_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b593ac1741daf207787f373f848646311b1d111c --- /dev/null +++ b/snd_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb056f681f82421267556f1ba6fda7d3e104bf80af73c9fffab3de48038885f6 +size 1401 diff --git a/snd_Arab/state.json b/snd_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2f8b6226d77872539e35c786d790da95e3486db1 --- /dev/null +++ b/snd_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5975635213ffaa1348c373d864aabf431140003666fc8230c17113209189ad +size 601 diff --git a/snk_Arab/.gitattributes b/snk_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/snk_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/snk_Arab/data-00000-of-00001.arrow b/snk_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e1d095ad3180347db8c7ef833dd0c7acbfed1597 --- /dev/null +++ b/snk_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fe944efd249cadc37f0de074669e86639bbc5aef1c1db716867880df5e6070 +size 1456 diff --git a/snk_Arab/dataset_info.json b/snk_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..90ce4611fee8973e46b87a638787900d0dba28df --- /dev/null +++ b/snk_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351f174778272ce15de9fb8bea8d32dc8777b41bccbb0c9b54ba218700ad4336 +size 1082 diff --git a/snk_Arab/state.json b/snk_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b1f806f12abbbc1242340edd3d6f339424f3124a --- /dev/null +++ b/snk_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65bcf48ae694c5f944ffcff61796f788618f01a9c1a0807f030ab08e9318e1a +size 250 diff --git a/snk_Latn/.gitattributes b/snk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/snk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/snk_Latn/data-00000-of-00001.arrow b/snk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8d6cbd39d9509cefd1806a6d9407ce2a2c961146 --- /dev/null +++ b/snk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e172deeaf3d9ded58b48a5520aab37365d0c65c44648fd1d294ac11782030f +size 44208 diff --git a/snk_Latn/dataset_info.json b/snk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6c96cd4d935e45e5efb656522302d0ce8720846d --- /dev/null +++ b/snk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14e858963a75f00637a4eea5e77de044beb2ac4f9f8c53a7ebd8a758b937973 +size 1093 diff --git a/snk_Latn/state.json b/snk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9c14c04c58ba938136aea6908880bdc9fa57dcdf --- /dev/null +++ b/snk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5a635894c3cf6c8e3e5f2c7ebfa72b1f80f7eda1c833d0feb38739be736cbb +size 247 diff --git a/snl_Latn/.gitattributes b/snl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/snl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/snl_Latn/data-00000-of-00001.arrow b/snl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fbc01f6a37fd9e19716580657281bbe48d1f3842 --- /dev/null +++ b/snl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca1e22d4186154a2009ed001c6b58620cbd9dce22662bd543be970adce42a94 +size 1968 diff --git a/snl_Latn/dataset_info.json b/snl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..444bd21ddc362d94d2b4da2c85de79eef486c689 --- /dev/null +++ b/snl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23fe2d34038731358aadab3f90c5cd90aea9ed14b1fad38a0e3ee75305c97ae +size 1083 diff --git a/snl_Latn/state.json b/snl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7bf2c2f22fe5a1a3ee5cc0642d8147224e0b40ea --- /dev/null +++ b/snl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22281d2b4b6f0ac9ce1e131fa4da28bc1ff7ffa2f85d1a7aa09c8d85198ac343 +size 250 diff --git a/som_Arab/.gitattributes b/som_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/som_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/som_Arab/data-00000-of-00001.arrow b/som_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fee086182d349a16766670fccd1bd3aef6e9e4a6 --- /dev/null +++ b/som_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05aa9eb3b2c6009f789b0345680ff0e3d153e0ec1658da06bb2e02b5015ec483 +size 15878752 diff --git a/som_Arab/dataset_info.json b/som_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bf5f2239322f15cab915c854ff003a3289ea3a41 --- /dev/null +++ b/som_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a33f1f9b4985ae783ee2a47cf91e285d03ded5961b1736f0c6c47e58921a407 +size 1111 diff --git a/som_Arab/state.json b/som_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0c12eba712e33d1cced263b452ea6f0bcde98169 --- /dev/null +++ b/som_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d64af1c7e9fee0acf8e68d87f9892e39431a229805475b60242abe4870d02a +size 247 diff --git a/som_Latn/.gitattributes b/som_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/som_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/som_Latn/data-00000-of-00013.arrow b/som_Latn/data-00000-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6fd4b41dbbe890c860816b878cf889a7996bd384 --- /dev/null +++ b/som_Latn/data-00000-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9580810dc35159688c8d524bb5bbf2ac7bc51fc1b1d7ecfff2f172256cdf4c +size 1076997192 diff --git a/som_Latn/data-00001-of-00013.arrow b/som_Latn/data-00001-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..998f54b30308da68a480bcf28808a7ba88af0c69 --- /dev/null +++ b/som_Latn/data-00001-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe456fd3836dcd24f9d2e27d9b25259752a6b1b7d260c44a9d5b8bcbe995393 +size 459619120 diff --git a/som_Latn/data-00002-of-00013.arrow b/som_Latn/data-00002-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b97326e5cfea7897cc0dc2a4cc4187d465a5b5f2 --- /dev/null +++ b/som_Latn/data-00002-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae153323b256e8bd85f12008d8cd77f52c8e1a1ddb13a6eb1da930341c63d360 +size 93982568 diff --git a/som_Latn/data-00003-of-00013.arrow b/som_Latn/data-00003-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4d76485afa413520321298fc3b9188330375dd1e --- /dev/null +++ b/som_Latn/data-00003-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e23abef20df52a646662158ccd50a63447cf232495ff76d3c58d3c34288e1af +size 93449040 diff --git a/som_Latn/data-00004-of-00013.arrow b/som_Latn/data-00004-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d65c0c943e9fc0968e8c683cd2cf1a26c77c162e --- /dev/null +++ b/som_Latn/data-00004-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004393c2dcc05691dc648002d4c97e6f274e536e5c6e55c5e0a40c06aeabebb0 +size 93709160 diff --git a/som_Latn/data-00005-of-00013.arrow b/som_Latn/data-00005-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ef5c8f3bb6d21d4c61a01cbb0f34bad7bd64ce12 --- /dev/null +++ b/som_Latn/data-00005-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6aa4ff1408249bf9199bbc83490ef374fe8978dd408b6d96c14527eb36397d6 +size 93476040 diff --git a/som_Latn/data-00006-of-00013.arrow b/som_Latn/data-00006-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1067c2806ea4a66544d59d7288a49c6d817710e0 --- /dev/null +++ b/som_Latn/data-00006-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10f410d588ea9afb2bfa9774dc7710a3a8fa3b311df768fc32b68f6a25e9945 +size 93543976 diff --git a/som_Latn/data-00007-of-00013.arrow b/som_Latn/data-00007-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a2ba80d02dd65dbc55d8606ad85e273f53d87caa --- /dev/null +++ b/som_Latn/data-00007-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deca9b02f12100290584fb3b6e1989e823b921b46d558024d5cbfaaef10e1962 +size 92801560 diff --git a/som_Latn/data-00008-of-00013.arrow b/som_Latn/data-00008-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b31d019e4a2a5d09deb253e0b009a6147bfd9ef9 --- /dev/null +++ b/som_Latn/data-00008-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dac43890eb7275a3d65733c3d0217d125dce5be66f50277c435bb993cacef26 +size 794275368 diff --git a/som_Latn/data-00009-of-00013.arrow b/som_Latn/data-00009-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..72d4617e8055d6422105754f4335bfffd655047f --- /dev/null +++ b/som_Latn/data-00009-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da849e2ceb45f30319dc9694bf9255e2829e2a102d979f3bf9303c04653616d8 +size 1198354480 diff --git a/som_Latn/data-00010-of-00013.arrow b/som_Latn/data-00010-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c435262ada6e4434a4dbb4e11ef9d85ef4e97efb --- /dev/null +++ b/som_Latn/data-00010-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d42c5c77888cef00819f49a496650e82c50122370d87d3875761bff8883d7b +size 610855128 diff --git a/som_Latn/data-00011-of-00013.arrow b/som_Latn/data-00011-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e1c10f571a33535b351a254f58fc378c52a319c7 --- /dev/null +++ b/som_Latn/data-00011-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7416c14eb1e4441f718c5a84ff2d967b923631d36b67adbd3545e4ba8c8d1fff +size 112638784 diff --git a/som_Latn/data-00012-of-00013.arrow b/som_Latn/data-00012-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e139f2b52aac217d19f838a74146125916caecba --- /dev/null +++ b/som_Latn/data-00012-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fad8b0f2fbbaef6fcc2180e91d4fb71d5bda5ce0c5159a663220d182d516d73 +size 1420894824 diff --git a/som_Latn/dataset_info.json b/som_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b72d81693a79a9bc640e42059269680c699cb31b --- /dev/null +++ b/som_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cd5c4ba36ad71eaa647a6b65eefbb953ce7e88d75ae7952fc08e0bf0503ab9 +size 1495 diff --git a/som_Latn/state.json b/som_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..01f309ecf3d9caefdb1b96de73e097311e233b00 --- /dev/null +++ b/som_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4259649ac8406bd6f95a4a53156afbf1f11aa02d8cd7603d64c92d1d5e04e188 +size 955 diff --git a/sot_Latn/.gitattributes b/sot_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sot_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sot_Latn/data-00000-of-00002.arrow b/sot_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c3eb72859e50f275fff19f91a166223c42633d35 --- /dev/null +++ b/sot_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdc6721431c40af7495bc3d696d3968bb277625c6a21eadb3584d7ebd5271d2 +size 208700408 diff --git a/sot_Latn/data-00001-of-00002.arrow b/sot_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..03f98d9bdfe329f0296d4d67cb59618f0541fad6 --- /dev/null +++ b/sot_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68358912525c05a330a8b7c5e9e5b8ed788ff9d12fe2bf5c1c9cb79d1d9f8075 +size 424484208 diff --git a/sot_Latn/dataset_info.json b/sot_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5b1787ce979c4187cbd42004efdec82b57f7210e --- /dev/null +++ b/sot_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02792ed5fbe1aed3bb44afe3b8e69f95de527af804c1ef460f980c3e8dfebf5a +size 1184 diff --git a/sot_Latn/state.json b/sot_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..240d6c2a501af165409268e8b997b5a569a9ec16 --- /dev/null +++ b/sot_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e317b7c04220c6b940c685202e80ebfb65ebef389dca04642a6c91d11b8a30ed +size 306 diff --git a/sox_Latn/.gitattributes b/sox_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sox_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sox_Latn/data-00000-of-00001.arrow b/sox_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f73ac0d40a465acc8ac0e094d8044b034eb7cce7 --- /dev/null +++ b/sox_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99eecf010e6446f17a2a16fcb3ffecc8b2d13af2f5736107f793b8a4f05ad348 +size 2352 diff --git a/sox_Latn/dataset_info.json b/sox_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..278ae68adbfcbb50172fbf30193c77fbdf5710a2 --- /dev/null +++ b/sox_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59712a3a78753fb12748bf71f878dbab3eadbc7e7133ff01989f6d19ced8a49a +size 1087 diff --git a/sox_Latn/state.json b/sox_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e1048351cda5a81cd0f9e1b9d68018b99d969cbc --- /dev/null +++ b/sox_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b43e0d7d7faca94a50c815f654f507bc9995c893708ed4a481d1c157c1a3d7 +size 250 diff --git a/spa_Latn/.gitattributes b/spa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/spa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/spa_Latn/data-00000-of-00011.arrow b/spa_Latn/data-00000-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f3120374321770ee8bbef4fb2094b2a6b23c47b9 --- /dev/null +++ b/spa_Latn/data-00000-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cb0ab04d4dd3ddb8c9484d89258c5d6286ca81064daec7e20e5a2067b8a00b +size 379258872 diff --git a/spa_Latn/data-00001-of-00011.arrow b/spa_Latn/data-00001-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c38e5207fc6e116cc4d2c09995b48becf9c6eb8 --- /dev/null +++ b/spa_Latn/data-00001-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed23b8e5061b583a306e4e732aadb55360e038835a4dc94a8645ceaf6aecf1b8 +size 379606192 diff --git a/spa_Latn/data-00002-of-00011.arrow b/spa_Latn/data-00002-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..153eb252fcbe43a227bdb3dea6bff73da160c1f1 --- /dev/null +++ b/spa_Latn/data-00002-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959d3bd7e6f09a478603ca43c639327dc596613f480e216b91db35d0155e05f9 +size 443988984 diff --git a/spa_Latn/data-00003-of-00011.arrow b/spa_Latn/data-00003-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..59abaa118df19c750baec76c811ed02c77f0615e --- /dev/null +++ b/spa_Latn/data-00003-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001e0e2f650397bc64699c846be6287dc6a8f099199aa711ed847e522d2c441c +size 586389984 diff --git a/spa_Latn/data-00004-of-00011.arrow b/spa_Latn/data-00004-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..aa4e6557f176fa66ac0dc7527928c29cb79ede26 --- /dev/null +++ b/spa_Latn/data-00004-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0901653c22859bbd75591b54b904fc79b399424b73e891abfca21b232ceb716e +size 483368912 diff --git a/spa_Latn/data-00005-of-00011.arrow b/spa_Latn/data-00005-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..72b201682fd51de5140975b395f5754c5a85db9a --- /dev/null +++ b/spa_Latn/data-00005-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16630978f7888ee2b8912deed9323bf633abc00971ff2b6c67646795e96fbd51 +size 798222072 diff --git a/spa_Latn/data-00006-of-00011.arrow b/spa_Latn/data-00006-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..de0d6527889c713d3d0f4a00c5773a65746ae58e --- /dev/null +++ b/spa_Latn/data-00006-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03a4ab21564b362be626dde9866407917138c3a3a09e09b9eee25d10fff28b3 +size 628475544 diff --git a/spa_Latn/data-00007-of-00011.arrow b/spa_Latn/data-00007-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6860269b2d6d3b1a232a73c057843e2828578db6 --- /dev/null +++ b/spa_Latn/data-00007-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9465c3cc9e20dd1959a480f77481d41cdc17de2b95ceba50b5f5ca251afbafe +size 416477744 diff --git a/spa_Latn/data-00008-of-00011.arrow b/spa_Latn/data-00008-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dbd414924e36d3a493671fc7e08e15b6ee6bccdf --- /dev/null +++ b/spa_Latn/data-00008-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dfab9e0210ca28a4890095cee47f4c25e2169cbb2e9ce32b192f070e17a133 +size 559075168 diff --git a/spa_Latn/data-00009-of-00011.arrow b/spa_Latn/data-00009-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f0ad5fb1447e81ebb6c171176fe0a326e4b13887 --- /dev/null +++ b/spa_Latn/data-00009-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1180ef6c8e2d436aab3c6eb5f13904bc466a26e9a20136e6f6d3259986c24d7f +size 290679200 diff --git a/spa_Latn/data-00010-of-00011.arrow b/spa_Latn/data-00010-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3f46b0730849689533c5f79b0f0ce58e39af4a71 --- /dev/null +++ b/spa_Latn/data-00010-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c1d53b513d7e7fd9d22ee761e0ca012bb3448e603bfc83ff619f06f2d82bfa +size 394410200 diff --git a/spa_Latn/dataset_info.json b/spa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6a2c281594cdbed13fda2420c765314f457bb2f5 --- /dev/null +++ b/spa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f5c9848432d2e0bbe4bac3c9ebadd7769b4739aac385ade63fd1df6bf72b06 +size 1377 diff --git a/spa_Latn/state.json b/spa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a4499eb94dfd66b531155ed929d02642cbfe6e6e --- /dev/null +++ b/spa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff07d90d279d8a2f204fc80b51c0c1b71bec1cc39356f05a8ad30722e40ccfc +size 837 diff --git a/spp_Latn/.gitattributes b/spp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/spp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/spp_Latn/data-00000-of-00001.arrow b/spp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5ea1b448477db788a8f16583a74186186dd56dac --- /dev/null +++ b/spp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b54f9abfc9460368b91ab4f9669e10c4eb35a8d33a29bbd064944dc28c89de +size 760456 diff --git a/spp_Latn/dataset_info.json b/spp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fa1b7a9284521cb8cc963a2701195c98e8c75377 --- /dev/null +++ b/spp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418e2bdcbdb3584bb7b98ed279f3710f9e59aee9262dccda3f664dcca592cfb3 +size 1100 diff --git a/spp_Latn/state.json b/spp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7ae3de51da747aeef27d54cfe39e8a7c3fb6567d --- /dev/null +++ b/spp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d290e99d2c3f4f66069da438d9e5be35103fbbcfe4fb7ce761145d47798c5e9 +size 247 diff --git a/sps_Latn/.gitattributes b/sps_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sps_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sps_Latn/data-00000-of-00001.arrow b/sps_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d0000fd87e6785a13272fc12df83053090abbbf2 --- /dev/null +++ b/sps_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bbcfc85f3b4c083e730902d3c565d73add244c53892251cdeed1284d345421 +size 2864 diff --git a/sps_Latn/dataset_info.json b/sps_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..41750d1cc8bce8691a39ccf5657209d19fb69464 --- /dev/null +++ b/sps_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f063f993c7e54c52cd2242e5381c8739742b3a4f2977352a5796e2f89ed18c9d +size 1087 diff --git a/sps_Latn/state.json b/sps_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f235b661ff6c1ab988374f0bbb0fff65a21e6a47 --- /dev/null +++ b/sps_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46d76778f4dff4474922a053c109dea7a8f1bce8b87392d8d0ef91268de59fd +size 247 diff --git a/sqi_Latn/.gitattributes b/sqi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sqi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sqi_Latn/data-00000-of-00011.arrow b/sqi_Latn/data-00000-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c077def33482a67c9c506a009e1795dd18764adc --- /dev/null +++ b/sqi_Latn/data-00000-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541967ec6d0b7ba3bb258fd71d68256d2d4e96579331c50722fc3f08678752f7 +size 432076456 diff --git a/sqi_Latn/data-00001-of-00011.arrow b/sqi_Latn/data-00001-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6317bc108712f72d1d2618ead4e101627f4701cc --- /dev/null +++ b/sqi_Latn/data-00001-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0426fa8a21d2a5aaf400723443413a5878aa8c54e64387b808cb3bfc5a156c22 +size 431866752 diff --git a/sqi_Latn/data-00002-of-00011.arrow b/sqi_Latn/data-00002-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7274ce3b335a3026c6ed916d57ca6d727558b502 --- /dev/null +++ b/sqi_Latn/data-00002-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3997bf57e2b3c9240c30720b09bae899fafff90edd193ead4c81c8adf7ecbfe4 +size 561821952 diff --git a/sqi_Latn/data-00003-of-00011.arrow b/sqi_Latn/data-00003-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..17ccd2389537c5bec3cafe102833f0512640baa2 --- /dev/null +++ b/sqi_Latn/data-00003-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fad8593a8b0d2631f0cd724747dd0e5801750c658cf71084835d921202a36cb +size 427234176 diff --git a/sqi_Latn/data-00004-of-00011.arrow b/sqi_Latn/data-00004-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4e92b1f08941e41082f947eb3fe671e14e4a8c72 --- /dev/null +++ b/sqi_Latn/data-00004-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837002d4bd8e35bf9efe986ae5f27ac98cddd256736bd1e8dacedf9e79489309 +size 426217448 diff --git a/sqi_Latn/data-00005-of-00011.arrow b/sqi_Latn/data-00005-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f5754b7ce0a9ad4d5b50f283fc2e6ad00400e94 --- /dev/null +++ b/sqi_Latn/data-00005-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12faca25318278d2c24cd37ffa038c5796b8149a17809d99cc289b9136324a9e +size 428430360 diff --git a/sqi_Latn/data-00006-of-00011.arrow b/sqi_Latn/data-00006-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6542e2b99f832345a8b6140f19ededdee10b8e73 --- /dev/null +++ b/sqi_Latn/data-00006-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb25391a1f6389c4bf6040dac0096662c6f3a0c863cee6aea8284afcc96d1a14 +size 429585008 diff --git a/sqi_Latn/data-00007-of-00011.arrow b/sqi_Latn/data-00007-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..51ed01eca31e102e9fabf0377f064cccaf3a1152 --- /dev/null +++ b/sqi_Latn/data-00007-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2363cecf3ceccbc1d6eeb59038cde7a11e4d47871a93b40be3ab8116c8281621 +size 431622192 diff --git a/sqi_Latn/data-00008-of-00011.arrow b/sqi_Latn/data-00008-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c8bf8597aeaf2dcf62634fc8d42af1ade65af8f3 --- /dev/null +++ b/sqi_Latn/data-00008-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69d3108656445df9da7d94347c2d4f90ebb49d36dfef654b9abc2312832a2b0 +size 438344048 diff --git a/sqi_Latn/data-00009-of-00011.arrow b/sqi_Latn/data-00009-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c90125b27b3db3567706ca2e87c57778ba686e1 --- /dev/null +++ b/sqi_Latn/data-00009-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f100f2af08e092cc8c1261a2dde64d091bc4ed1676da9875a77ecbf4159e7742 +size 436935952 diff --git a/sqi_Latn/data-00010-of-00011.arrow b/sqi_Latn/data-00010-of-00011.arrow new file mode 100644 index 0000000000000000000000000000000000000000..57ae917ba6dd6b90d573a532a12d8bab74ac9df7 --- /dev/null +++ b/sqi_Latn/data-00010-of-00011.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7c2d27bc78e1c700a32713af0c2c504987cae59c19d7f04bdbbcc246670972 +size 858882960 diff --git a/sqi_Latn/dataset_info.json b/sqi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1e8de01777eb2dee0ea43be5373e881a9f465c37 --- /dev/null +++ b/sqi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d52a9bb1e400c0b245f8d5dba4dd2dd8b7f85399d16d2c16f4c7679fa9797dd +size 1871 diff --git a/sqi_Latn/state.json b/sqi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2f07c8a76befccaca231595e2bf8cd0f883f76ca --- /dev/null +++ b/sqi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2368c4774165c7d0b6ea87458c71536484d304de800ad776b9e557eca2d02a1d +size 837 diff --git a/srd_Latn/.gitattributes b/srd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/srd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/srd_Latn/data-00000-of-00001.arrow b/srd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..75df364ad2fee26818d4cb32c87e5a0a04484865 --- /dev/null +++ b/srd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4c77bb0023856c26d67a7de94b5ca88f375404d2957b2bf2ed6e698ed2feff +size 33931192 diff --git a/srd_Latn/dataset_info.json b/srd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4e8d3ceb64f9386157635e9d4dd57c027cec05b8 --- /dev/null +++ b/srd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c9cb198e8a8b6477f0169ddf75183575f5edad2766f45f39a89d5ba1d1317c +size 1112 diff --git a/srd_Latn/state.json b/srd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1a801dbdf3562719500a4d3956c7c14e52e67689 --- /dev/null +++ b/srd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4d51dfeb0bc93a46da9799a1e50a5a4e501339b88bd549471af9720ff99c15 +size 247 diff --git a/srm_Latn/.gitattributes b/srm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/srm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/srm_Latn/data-00000-of-00001.arrow b/srm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f7261fcc88cbf73fe6bb85842ee331489c8ff3d3 --- /dev/null +++ b/srm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4c9f22c45b328903096c02c31cdac0dcfbdc0b08454ccfc36b2418190eccab +size 4231760 diff --git a/srm_Latn/dataset_info.json b/srm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1e183b31a5142619a58c003a7d5d5293a46d7155 --- /dev/null +++ b/srm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2893aaccdeba64593ee3ee5a0aabbb384149e5d2166fd2e6c18bc77bc9c288 +size 1105 diff --git a/srm_Latn/state.json b/srm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cdb20343a187a9e2fc09d7a5278d95b6cc726570 --- /dev/null +++ b/srm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec436f065b702ea4db5554b282137ed545b9e8a1742575ac4985ba6eadfa751 +size 247 diff --git a/srn_Latn/.gitattributes b/srn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/srn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/srn_Latn/data-00000-of-00001.arrow b/srn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e894a5d7a7fa99c69e3233a6b39b99c8481a938e --- /dev/null +++ b/srn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22d21ffe7d6d9064fffd03f0ea389b5a6d1737df53bb7353e17387bf4dfd6e2 +size 18875288 diff --git a/srn_Latn/dataset_info.json b/srn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..48995a0e4921fcf5dee597595885eb76fe8d41cb --- /dev/null +++ b/srn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b5dea69c7876d76198a2043e639af3fc3b5716f430655953ffa0fa46f7fd4a +size 1111 diff --git a/srn_Latn/state.json b/srn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..46bd1103b649d4b6118529609352582171fee787 --- /dev/null +++ b/srn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508d0da5a49a3c073af10196beedc223a8283722d219df3004eb5e238a767f75 +size 247 diff --git a/srp_Cyrl/.gitattributes b/srp_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/srp_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/srp_Cyrl/data-00000-of-00018.arrow b/srp_Cyrl/data-00000-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8190cb64f6fe633edb065da67fe929a2d3b74296 --- /dev/null +++ b/srp_Cyrl/data-00000-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0875e90286b14b3b180086cb53f88a77abec9dae8ee4320253c03bb121fe55 +size 417853800 diff --git a/srp_Cyrl/data-00001-of-00018.arrow b/srp_Cyrl/data-00001-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..954aac1c24468b6924adca14c895a6ce0c030208 --- /dev/null +++ b/srp_Cyrl/data-00001-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0b6aea7f9cc6b5b9a05797bca2c3d037ac5674b66901e375b3c681e1325ff0 +size 422096264 diff --git a/srp_Cyrl/data-00002-of-00018.arrow b/srp_Cyrl/data-00002-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e9c80120922953f66b1d65575d0aa839e82301a5 --- /dev/null +++ b/srp_Cyrl/data-00002-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d83a929eff9f6bf5881a5871d0945489d4df018aa98816af21beca8baadda98 +size 1875250736 diff --git a/srp_Cyrl/data-00003-of-00018.arrow b/srp_Cyrl/data-00003-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b777c9b83fe7c27b9e82d4f5075ca7ea984edde2 --- /dev/null +++ b/srp_Cyrl/data-00003-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844811263c2c0321e8fec6f8e5d4d1e3e103c15eab2e2ba0981833aaa9e7aff4 +size 401478152 diff --git a/srp_Cyrl/data-00004-of-00018.arrow b/srp_Cyrl/data-00004-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6835a1b8f6a1017768cd6ecee7dc8dfd4018e7bc --- /dev/null +++ b/srp_Cyrl/data-00004-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4b88496126d772591cf8f75553892435809c9762923aaaaea057d302fb66bb +size 405970944 diff --git a/srp_Cyrl/data-00005-of-00018.arrow b/srp_Cyrl/data-00005-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c68af91f8904f4a59ef3b59e2e2ccbbeeb23496c --- /dev/null +++ b/srp_Cyrl/data-00005-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3044ea384e2cc0b02ab119b161c566853b74cb0337f8537e608ac4450d70f2e3 +size 414276912 diff --git a/srp_Cyrl/data-00006-of-00018.arrow b/srp_Cyrl/data-00006-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a50be634e4d7a8a083e3b4af3969e32bc082f3f8 --- /dev/null +++ b/srp_Cyrl/data-00006-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091fd06cd94f37f188c1773aeb22f0c7bb8d4755d22a20adf73717ffa0959eb0 +size 411541936 diff --git a/srp_Cyrl/data-00007-of-00018.arrow b/srp_Cyrl/data-00007-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1085b8c6148692efb425e8a6cef638ded62a091 --- /dev/null +++ b/srp_Cyrl/data-00007-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a5e7334f4204913574607af99fe02b56340fcd71c545dc6bbd0f5ca1ee12c5 +size 409328808 diff --git a/srp_Cyrl/data-00008-of-00018.arrow b/srp_Cyrl/data-00008-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6360c75fdf7e5da73f7b47fccef911e36ab2281c --- /dev/null +++ b/srp_Cyrl/data-00008-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d08c52ccfc2ede237bae33af097a4b2ce14f4cf58191534ba16d5ffd062b62a +size 406482064 diff --git a/srp_Cyrl/data-00009-of-00018.arrow b/srp_Cyrl/data-00009-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7a8fb99e13fd3ebfc7abde43313eadd6d8c8a677 --- /dev/null +++ b/srp_Cyrl/data-00009-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098df77c025d683cc389991244a93cc1ffd02a043bf448882276dd74a3bc41fc +size 403667464 diff --git a/srp_Cyrl/data-00010-of-00018.arrow b/srp_Cyrl/data-00010-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a2035fb138ee0a06238eb161de9c84e734450b21 --- /dev/null +++ b/srp_Cyrl/data-00010-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280a835f0d2b3caead9aeb4090c227d85f054a405f1f45c5dc138b3612b38ada +size 399044760 diff --git a/srp_Cyrl/data-00011-of-00018.arrow b/srp_Cyrl/data-00011-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c6f45d2759e02df454ee9286148a5f119057dd77 --- /dev/null +++ b/srp_Cyrl/data-00011-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dda2116c244e57d30ee960e064afa4702a237b7a138d3b78292c86fa0806dcd +size 402993544 diff --git a/srp_Cyrl/data-00012-of-00018.arrow b/srp_Cyrl/data-00012-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9ffa99351e7c9b52c03823547c70baa9601397e1 --- /dev/null +++ b/srp_Cyrl/data-00012-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f62d3db156c71682c8e6af000b3f4e2e66507c83ae72a3e81d11fa481b95fd8 +size 410427112 diff --git a/srp_Cyrl/data-00013-of-00018.arrow b/srp_Cyrl/data-00013-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..99de9934269caa6ae0e3f02b47ae88f7cbe9ae0f --- /dev/null +++ b/srp_Cyrl/data-00013-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649692bc8c10d6a53a3d08817965a4a58ef8a8fad47272720797691e234a2753 +size 415968296 diff --git a/srp_Cyrl/data-00014-of-00018.arrow b/srp_Cyrl/data-00014-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b152292ef83c6d4f9f56e634a6319703cb02d41 --- /dev/null +++ b/srp_Cyrl/data-00014-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a23f9bea3541c051ef204b55e2e84e18b0bf3d30c9863e996f0e464dfdf26d +size 412295200 diff --git a/srp_Cyrl/data-00015-of-00018.arrow b/srp_Cyrl/data-00015-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5ee5490c725d289f2831a5e9cbe7240ef52decd6 --- /dev/null +++ b/srp_Cyrl/data-00015-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016ee26a513490479717dd722169b25423472d763152cebc01b54477e55d011c +size 415128672 diff --git a/srp_Cyrl/data-00016-of-00018.arrow b/srp_Cyrl/data-00016-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1536e3ada3ee80a8e6fc3b629836548e72651a0f --- /dev/null +++ b/srp_Cyrl/data-00016-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bb09eabc3768fed085b290c10649198dbfca3141ee5f1c19138d8b03154c4c +size 423205520 diff --git a/srp_Cyrl/data-00017-of-00018.arrow b/srp_Cyrl/data-00017-of-00018.arrow new file mode 100644 index 0000000000000000000000000000000000000000..08533660ffa8580304cc2c26a354e71171f3f043 --- /dev/null +++ b/srp_Cyrl/data-00017-of-00018.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90e98b83bdef1039588f786e270ce5b098a314ac9baca3336e9a96d89b5901c +size 420909480 diff --git a/srp_Cyrl/dataset_info.json b/srp_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ba45a258af36e3e6af731b24985a8aa499e1373b --- /dev/null +++ b/srp_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3bcd53dc57884207c58c9811c6526ed3d7dd1927f239f322f63d3a1d5f4d4e +size 2040 diff --git a/srp_Cyrl/state.json b/srp_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..75bea4d4736904756aeebdabcaacc69ec00116d0 --- /dev/null +++ b/srp_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3c06223f9d457ffb09636c4c696b8ed8dbd4fdb38b576de262a8f62fc64e3a +size 1250 diff --git a/srp_Latn/.gitattributes b/srp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/srp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/srp_Latn/data-00000-of-00002.arrow b/srp_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..616e12b27dc126cc91e630cc567b9eff18ad4948 --- /dev/null +++ b/srp_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115812c7d99046119a401ba33e6e1a0d6e42ee75f3d08df0fe7f47db85b27436 +size 227416000 diff --git a/srp_Latn/data-00001-of-00002.arrow b/srp_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66e81d19b2a8f3858a05fb1c47a1887c1d714661 --- /dev/null +++ b/srp_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e189e24432b4e5fb8a0953041283a6a4434ec58ad9976ffe4a18796a2dd1d1b2 +size 360563152 diff --git a/srp_Latn/dataset_info.json b/srp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..97b1b506fac0a11eab8a3576909b40a80a5db5ca --- /dev/null +++ b/srp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651d10ccd227761cb9572b6eb99331677ff71f16e67e10b5ee0c4a5cd9a55319 +size 1184 diff --git a/srp_Latn/state.json b/srp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6dd5dabcd700e6f96ac94281657f3de64d955925 --- /dev/null +++ b/srp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f264f12d7d6f13a57007f727ca97a2595835de9c442e8bb2e87c2c6b11cccfb0 +size 306 diff --git a/ssn_Latn/.gitattributes b/ssn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ssn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ssn_Latn/data-00000-of-00001.arrow b/ssn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..46122e09d7e1e541ac927feda180b1ed4968263a --- /dev/null +++ b/ssn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64a1aa0bb466a8f512e1b6889aba35ca7ec0cff1cf94f7c90d8a3934063c7f7 +size 5920 diff --git a/ssn_Latn/dataset_info.json b/ssn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7e5f3ce1b08df4b9db8169ce315a79dc2be2e8dc --- /dev/null +++ b/ssn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ed6df2a11e41d24e2e2e98c4388f7c8d855a751da6117441ad7dc525ef7b7c +size 1087 diff --git a/ssn_Latn/state.json b/ssn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9cbfed9eea06fbbd1d0320b9b60b6ed4594e2928 --- /dev/null +++ b/ssn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87198e75d3e1226a3785fb325c98b70ca3a47b04d6df6f96cb87c7f75a11c16 +size 250 diff --git a/ssw_Latn/.gitattributes b/ssw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ssw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ssw_Latn/data-00000-of-00001.arrow b/ssw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b0950bb785c439999bae3c71cee261ca0298fcf9 --- /dev/null +++ b/ssw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fb3da738cb66e99076b99ccd4632abf48c25b20ea00a2cfc502dfe0fc4aaee +size 13974184 diff --git a/ssw_Latn/dataset_info.json b/ssw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bd46572ad267fae29574ea86ce7a1649fbeb67a7 --- /dev/null +++ b/ssw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22355e016fbabe2bb0e2eec2ae75176b94346265644f5295bb8352cbe35007f8 +size 1111 diff --git a/ssw_Latn/state.json b/ssw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3eb4006d64e0edd251fb185d965e6f4726404048 --- /dev/null +++ b/ssw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f8fd402ce45dad3426c07cddc6b6bd0d96f2f20b1ead2cad0d0e83960cf4b7 +size 247 diff --git a/stk_Latn/.gitattributes b/stk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/stk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/stk_Latn/data-00000-of-00001.arrow b/stk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b3169831b1df14c7fbf84dcba1f41bb73ceefb61 --- /dev/null +++ b/stk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536c956167834313e26b2bd5c2b0af9903d33f26f03713cc02eceb711ac86b3d +size 40064 diff --git a/stk_Latn/dataset_info.json b/stk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..74febded4d5d74fdb8219b53f4ce69433c4eeb84 --- /dev/null +++ b/stk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec8e1908afae1498cb5d2d0a64bf45b6955088bbeff9e3108af0bb13d86ce9f +size 1092 diff --git a/stk_Latn/state.json b/stk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3ce8d4fd135403dca412c28566adead1cb197bd8 --- /dev/null +++ b/stk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed797971f01a10cbbb780554b2d77539a9bd459461ff47bbc8ab0a2d273660c +size 247 diff --git a/stq_Latn/.gitattributes b/stq_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/stq_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/stq_Latn/data-00000-of-00001.arrow b/stq_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..01c69131c3b88f07f1a522071af772451c47e89d --- /dev/null +++ b/stq_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cfbd565068d505c35b675032a70c397654c0f2c644cf9cd107ae8625fd5533 +size 7693344 diff --git a/stq_Latn/dataset_info.json b/stq_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..90c8fbd6d346b0d4bec1a95cba9aa7ae2f57f147 --- /dev/null +++ b/stq_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d561f76b1417414b6ddd0a0d16d17568db1703d3c000777bb6a7ed681a8a0a53 +size 1106 diff --git a/stq_Latn/state.json b/stq_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..85bb316f8a3b06947175182c6f118b222198fdf6 --- /dev/null +++ b/stq_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e18302ae793afb84885931a3839d5a9d10b5535fbb2c2e319adaf1fa865d55 +size 247 diff --git a/sun_Latn/.gitattributes b/sun_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sun_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sun_Latn/data-00000-of-00002.arrow b/sun_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7ffcf11b2b8bad7ec22c774bffb1a99493e73628 --- /dev/null +++ b/sun_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7132d968bd8cbb53234572d1954f72d54a7fb9bbd46b894955d83e8d46ef0e5 +size 641706472 diff --git a/sun_Latn/data-00001-of-00002.arrow b/sun_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..adfbed75c06290d75c7ce9403fbd08639b25ae98 --- /dev/null +++ b/sun_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6c3233ab4e34a168aa760e5b9688b8007f31914bc413b197cc869c633d990f +size 322273000 diff --git a/sun_Latn/dataset_info.json b/sun_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..aa8fd3014083af3d7142d9765c7b9783e0a814e6 --- /dev/null +++ b/sun_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3447dff66311ccbfded513c9ae8b7dc452f1ff01cfc06fea38869b74e7a8de37 +size 1206 diff --git a/sun_Latn/state.json b/sun_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8a17a428a3aa5684960351039b1ce50b35e9b7b8 --- /dev/null +++ b/sun_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afc49e1c74b2ba3155cad3cb38e902bd9a31bbce86a5cb5d1e9b14aa30ac4d6 +size 306 diff --git a/sus_Latn/.gitattributes b/sus_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sus_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sus_Latn/data-00000-of-00001.arrow b/sus_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e6bdc375e4101b3efbbeab86a096103b60115bfa --- /dev/null +++ b/sus_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde4b3a98e3994fe507d18c19721e593be280d08477d1535cced3841db8a100e +size 2176416 diff --git a/sus_Latn/dataset_info.json b/sus_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0c60cdb9c6479d042272bece56605afee40766dd --- /dev/null +++ b/sus_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a7467d6ce7587c272b0012b8942130597ecb11bb6017d080f5c382abd32c18 +size 1104 diff --git a/sus_Latn/state.json b/sus_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d92c1da12a77dd595ae6e4e429e6297dc65a4850 --- /dev/null +++ b/sus_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef25eb0e9be525bd0ff915e06562f0fe03647f4acce39cc84d104f99bc68a2ff +size 247 diff --git a/suz_Deva/.gitattributes b/suz_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/suz_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/suz_Deva/data-00000-of-00001.arrow b/suz_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6667daa553abbfcc4e4b4853c81fc2c122ea303d --- /dev/null +++ b/suz_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46281745f386dbc145eb4104d52cc564fef37ade8a150788eb94516f55b1c9bf +size 10394272 diff --git a/suz_Deva/dataset_info.json b/suz_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0a3d7475cae835a06e198ba960e053b5a299acdb --- /dev/null +++ b/suz_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595e4f292f4f7d35e4fb88149cb09db3f9e64339f1664ba2715f676b33731d81 +size 1111 diff --git a/suz_Deva/state.json b/suz_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..92d0aa1d70de4c3b509a22d182c4a753e5d697a8 --- /dev/null +++ b/suz_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25de89919e0649ff525b152bc635065889323ff44f30377643e0fa7b6506e489 +size 247 diff --git a/swa_Latn/.gitattributes b/swa_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/swa_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/swa_Latn/data-00000-of-00013.arrow b/swa_Latn/data-00000-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b5cf376f2583865af4daef7b65eefb30b0c16ecd --- /dev/null +++ b/swa_Latn/data-00000-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255bc69e21fff43db95232e710f2b816af0c0dad96e8756de660ab66d6005edb +size 146463936 diff --git a/swa_Latn/data-00001-of-00013.arrow b/swa_Latn/data-00001-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cbf1561d6d8eab68c9b8e8e128e0a24ad290a174 --- /dev/null +++ b/swa_Latn/data-00001-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed6f3571f0fc948db08eb36d42d5f485691b83bfe5909c9fa49377c010242e7 +size 902646328 diff --git a/swa_Latn/data-00002-of-00013.arrow b/swa_Latn/data-00002-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9f7fc381305154bbecc632caa8779a86a375471f --- /dev/null +++ b/swa_Latn/data-00002-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8302e86b4925e5b367717f2250ffe03f5d12975629237a575309aa93657c1ebc +size 2018669752 diff --git a/swa_Latn/data-00003-of-00013.arrow b/swa_Latn/data-00003-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dbd0db45def70edf389ad338ca2dfd7432396a12 --- /dev/null +++ b/swa_Latn/data-00003-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b16172ea7085926f5be0a35d689716e4627258acb88886499c2ec254f1cc95 +size 1277926432 diff --git a/swa_Latn/data-00004-of-00013.arrow b/swa_Latn/data-00004-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b678117aae232abba49c58d58a3e54d335d489ee --- /dev/null +++ b/swa_Latn/data-00004-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f3395e3c4713b1ba3c4190862657daa6dff510006ba38f2413137d49c17f72 +size 506001624 diff --git a/swa_Latn/data-00005-of-00013.arrow b/swa_Latn/data-00005-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e2193a51e5fd3a267f9d889e571e4f351b85c5a0 --- /dev/null +++ b/swa_Latn/data-00005-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47018369b384b55f0cf94849909cc5caede98ff2ec1362ac3d94b8776667bc24 +size 111153696 diff --git a/swa_Latn/data-00006-of-00013.arrow b/swa_Latn/data-00006-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c2368429ddbf5a00660aefbb79b6a759fe559ce4 --- /dev/null +++ b/swa_Latn/data-00006-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8551e97e82fb68e49873d60b9e965c8f4b471da8250bce71920890bd76895612 +size 223180352 diff --git a/swa_Latn/data-00007-of-00013.arrow b/swa_Latn/data-00007-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..92422c69974a89a7072bc18731828d7809e03c45 --- /dev/null +++ b/swa_Latn/data-00007-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aec5cbac871f0384ca2a539953f8cd325b12d0bb561fbf7a09800357917018c +size 144845600 diff --git a/swa_Latn/data-00008-of-00013.arrow b/swa_Latn/data-00008-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..992121cbe77950d8fc03fdce1506878f8b47effb --- /dev/null +++ b/swa_Latn/data-00008-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cde8d434b71ccd9dcc00f576c60b0fc3da0dcd2f6ccfd58264e75f04a77aef +size 144772968 diff --git a/swa_Latn/data-00009-of-00013.arrow b/swa_Latn/data-00009-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e473556c1b71f48ea0779d5d8f1d1027754af7d7 --- /dev/null +++ b/swa_Latn/data-00009-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8babf2c6f5ba3bf7697f810111f385af661e8d8f960934ba08168f504d811c +size 145275672 diff --git a/swa_Latn/data-00010-of-00013.arrow b/swa_Latn/data-00010-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95e716dc233b8dfaf78453c18badb08823c24aff --- /dev/null +++ b/swa_Latn/data-00010-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c27b1cb7bf12b00b21b735bcf2649475d7f8f869bb950d1b10f69e23fea5ffc +size 145532920 diff --git a/swa_Latn/data-00011-of-00013.arrow b/swa_Latn/data-00011-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..016e162c47feee17ec6030b887e85e34a936c74f --- /dev/null +++ b/swa_Latn/data-00011-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4668f83b6937f2d39048b15492960f1c135013d230db67899cd8a9473f5d53 +size 144850664 diff --git a/swa_Latn/data-00012-of-00013.arrow b/swa_Latn/data-00012-of-00013.arrow new file mode 100644 index 0000000000000000000000000000000000000000..743b106668e7adf6a18e9b2bed2b4ac74a03ed13 --- /dev/null +++ b/swa_Latn/data-00012-of-00013.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61658d9a1370b90b7862ed83c3ce76b4fc64962f7a227ce4bec3649214cdd58e +size 145924952 diff --git a/swa_Latn/dataset_info.json b/swa_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..299264eaba2505c1c92732faf7d24fc608b63a1d --- /dev/null +++ b/swa_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73369f5fd2fa758ca4af4be703b7a61ed5006d36a7e29ac8d4cfcad8ec2411c2 +size 1595 diff --git a/swa_Latn/state.json b/swa_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1640f24e3b6e8913c4bfcd15462815889ea2370d --- /dev/null +++ b/swa_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63799376898654ce087d245c03e40e2c5c8d1aa64cce128eb26e44677e8d9685 +size 955 diff --git a/swe_Latn/.gitattributes b/swe_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/swe_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/swe_Latn/data-00000-of-00004.arrow b/swe_Latn/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..92fc01060583aca01b01b3f4ac755b2c35d536cd --- /dev/null +++ b/swe_Latn/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f6ea74b55bcfeca894a78e6301314a17cd5a7c7c91ae5bc6a611122db48985 +size 923155896 diff --git a/swe_Latn/data-00001-of-00004.arrow b/swe_Latn/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..65777c95c50b441b9605f2445305a44416d807c3 --- /dev/null +++ b/swe_Latn/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76eeb3f5a987d71e0461df21d6eb396e13c50a942df1fbfcfda1ea4d0ea30bb6 +size 262343648 diff --git a/swe_Latn/data-00002-of-00004.arrow b/swe_Latn/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..75a0f5842a331a55f5c5db9d1f63006bd012f36d --- /dev/null +++ b/swe_Latn/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b0cdf104018e0a03bf350f51a87bc3d23a2fbe55c2457675a0a242ae8933f0 +size 362725664 diff --git a/swe_Latn/data-00003-of-00004.arrow b/swe_Latn/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e9e809377c0e73a2ebc6e6874b15430665d3acef --- /dev/null +++ b/swe_Latn/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50010cce7cc2aed83298e152dcb342f193f66edb6e75e83f457937cbad8b683 +size 411547776 diff --git a/swe_Latn/dataset_info.json b/swe_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5664d4c6b1532dbad1242d81d6b443a106701f0a --- /dev/null +++ b/swe_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914395a7279fe70874b5889f5f1eba75583656e7445c8ee87fda58f4fa986daa +size 1236 diff --git a/swe_Latn/state.json b/swe_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cf96251eec9bcbb4ec111f28e0532849258713f4 --- /dev/null +++ b/swe_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db69e0b504746ddb303cf30995b5edede6f0c96a54e196b9fa1e97cd8695daf9 +size 424 diff --git a/swh_Latn/.gitattributes b/swh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/swh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/swh_Latn/data-00000-of-00001.arrow b/swh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3e4f0acccf13c59c14ff66d7f68ea874070226f3 --- /dev/null +++ b/swh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e7f50b1506c941c6ffe47fa94bb32c4db2af8fcfb767aa71808f459f60ce5e +size 6257000 diff --git a/swh_Latn/dataset_info.json b/swh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..53a80c2a02ffa82e6f3eecd0553200f139015055 --- /dev/null +++ b/swh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44667ac81d2493dc2a09bc13141b7dd77201378f4e81fb429417b99656231b54 +size 1107 diff --git a/swh_Latn/state.json b/swh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a439211343344319e4e0e3e7038c1e694012287e --- /dev/null +++ b/swh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c953b311e303addd1f8859101718b381316569eba97dfda3d43dd17913119e8 +size 247 diff --git a/sxb_Latn/.gitattributes b/sxb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sxb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sxb_Latn/data-00000-of-00001.arrow b/sxb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..33ce8c6b196e67f26207b31b01128d69738a439a --- /dev/null +++ b/sxb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b25cea43ed0c52df97b3e9c12a181a390ac57690563f83dc4b12a12622752b +size 6288 diff --git a/sxb_Latn/dataset_info.json b/sxb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6f2091532debbf203c38ac9463452e0e208f8d7c --- /dev/null +++ b/sxb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a268a08183fae79cfc77e1f15672ba7a5459999ba84a5269fb0fbf8e89f704 +size 1088 diff --git a/sxb_Latn/state.json b/sxb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6cf3f89f353a663f4bfc670247af8b0cc8862e0a --- /dev/null +++ b/sxb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca691219287ca36ed84e2d5040ae6d8e48beff752cc0da31da3fd6a45b1fb1a +size 250 diff --git a/sxn_Latn/.gitattributes b/sxn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/sxn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/sxn_Latn/data-00000-of-00001.arrow b/sxn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d6bf14bdc2289676ab6b0e55464ab79189a6bb5f --- /dev/null +++ b/sxn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca49d5ede8320cda0fc0a7e31c29a16a4bf514cd57384f7e4e0c64035553b38 +size 1736784 diff --git a/sxn_Latn/dataset_info.json b/sxn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..982ff02825ce4937085e9270a67fc3f74185e834 --- /dev/null +++ b/sxn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c4303bacc700870abca4805deec640fbb8bc26c06ab99b651db91163252e4 +size 1104 diff --git a/sxn_Latn/state.json b/sxn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ee25d8321c4e6764a243a118e41c22ed85b9a03e --- /dev/null +++ b/sxn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57aa8601faa2d17d6aa7e2a8db01126ee8b124f7154c5bcf3b12dcaacefcf69b +size 247 diff --git a/syr_Latn/.gitattributes b/syr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/syr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/syr_Latn/data-00000-of-00001.arrow b/syr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e26fa1489d586f2e0c354a153e46862717a1c369 --- /dev/null +++ b/syr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccb2dafabea1b22081f6009edef92c55f96d4e7a03c2eaa76bf5cb6b2f481d1 +size 66984 diff --git a/syr_Latn/dataset_info.json b/syr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e52e33421ad6f2a9a81d0e42b8948d9a0c2a71c9 --- /dev/null +++ b/syr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3cc0c858ee788131981670bae7c374a519fcd66ee862dc937bffc079b04740 +size 1094 diff --git a/syr_Latn/state.json b/syr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..aace869e67511d023f29b617de77ada6970354d5 --- /dev/null +++ b/syr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87718d1e8fe74cab38fe2fd9605477d5fe5a0c433de1e246789c888e6544563 +size 247 diff --git a/syr_Syrc/.gitattributes b/syr_Syrc/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/syr_Syrc/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/syr_Syrc/data-00000-of-00001.arrow b/syr_Syrc/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3f1ac56c247fdc35ac370321aee8e4f2387b64ee --- /dev/null +++ b/syr_Syrc/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe718dbeb682be1ab354326a01f9e66ec09a6f39664798f5dbdf9c8814f8233 +size 25012784 diff --git a/syr_Syrc/dataset_info.json b/syr_Syrc/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..921cbd9cae3091d03f75e1792869d4c30cf13016 --- /dev/null +++ b/syr_Syrc/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408911d4cf0c58dfbc404d596f2f4c235491a6b6a8db1075797008c1e4a1a379 +size 1109 diff --git a/syr_Syrc/state.json b/syr_Syrc/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e62ac15bb272de086ea9344903e2b85de5e8206d --- /dev/null +++ b/syr_Syrc/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc330d835d989c5a0b71f932a6013a20c633d2439dc6e7b9c7996331a0d6517 +size 247 diff --git a/syw_Deva/.gitattributes b/syw_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/syw_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/syw_Deva/data-00000-of-00001.arrow b/syw_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c3c6dea16aa1bdfcb86c9cf56d732cdd3cf479d --- /dev/null +++ b/syw_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081c7174f042b6c0c349fe251d1f99c3981110888050504a13a7e5bcdea9d4be +size 2144 diff --git a/syw_Deva/dataset_info.json b/syw_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..4055c11528bd379a2882bbddc06a4dac221de025 --- /dev/null +++ b/syw_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583f86a78ec9f23d6bcc719f684947f70d0538ce08491f13d1886625e3ca733a +size 1083 diff --git a/syw_Deva/state.json b/syw_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..be42ef2c8b0ac571fbf66ce216c8492155ffe462 --- /dev/null +++ b/syw_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59deb7ec05816e003c4f5bdcf72671956e384e6dfa63414816e89f810b2d34f +size 250 diff --git a/szl_Latn/.gitattributes b/szl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/szl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/szl_Latn/data-00000-of-00001.arrow b/szl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ccad97dea1d4694f3b834684e9619de0ba787662 --- /dev/null +++ b/szl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6cd69861f4faaac70517b676b1fc3d7bfec9e05a1da5a69355c71ab198b1d4 +size 24975120 diff --git a/szl_Latn/dataset_info.json b/szl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0b4a05c5a68b1691a4c635851774fff8e2c60680 --- /dev/null +++ b/szl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3669503e2d48e15d8e95e8056c675eea9652ad3a25ca42eba7c06cb3c53b8db2 +size 1112 diff --git a/szl_Latn/state.json b/szl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..4f06c5bd444b6c240b5dcead66dfdc9c0e4c15f6 --- /dev/null +++ b/szl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d675c672e5e3f47632b31b7c15b57b2970d6dc46f0fd829d77e927b09adb4daf +size 247 diff --git a/szy_Hani/.gitattributes b/szy_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/szy_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/szy_Hani/data-00000-of-00001.arrow b/szy_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..56092bb94f46150b018e8c55320ea3a031e9b946 --- /dev/null +++ b/szy_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4be183fc1cf112740ed304f91d872f876dc618ad84948e5e1b440c56c4f674 +size 41792 diff --git a/szy_Hani/dataset_info.json b/szy_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..51c37a7b242a8c753189bdaa8a74754d3071dd49 --- /dev/null +++ b/szy_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e60940936c770a4811730dc9c648db6172fef3dcc683c38d3bf9667bc0af1e +size 1093 diff --git a/szy_Hani/state.json b/szy_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..23404209451e80b81e3db2308b7fd54247dfdda2 --- /dev/null +++ b/szy_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639f00a49429759a4547c0c3c0f8abe99419288389defd81c3d3d8977bdd7f16 +size 247 diff --git a/szy_Latn/.gitattributes b/szy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/szy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/szy_Latn/data-00000-of-00001.arrow b/szy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4405e2132070a94d6a08c71458954d5de6248929 --- /dev/null +++ b/szy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511bce1d2827fce867479521275660eac7115ea33790c277853820fe21fd2a17 +size 9796408 diff --git a/szy_Latn/dataset_info.json b/szy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e42a74e2f9073a81d69782eea34a92648bc76083 --- /dev/null +++ b/szy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73995c0dda6a6bcca65299aa9d3d124fc51d878bb09465848c5b20842429c300 +size 1110 diff --git a/szy_Latn/state.json b/szy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..82fac965145972c9ec5d71d53ebaa0f0ab64ef30 --- /dev/null +++ b/szy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991f4d138f66aee00c68a8d2da377bda5e531d28092d8da3d38527bec129a6ba +size 247 diff --git a/tab_Cyrl/.gitattributes b/tab_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tab_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tab_Cyrl/data-00000-of-00001.arrow b/tab_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..595b80ac79bdf5eba9f4d890bb2bba3e3a655857 --- /dev/null +++ b/tab_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a9f6b6a4c235d601055db3e46955fca5aa41bbc48c557519e4adbb30f6feb3 +size 7956296 diff --git a/tab_Cyrl/dataset_info.json b/tab_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b45f50f96940bcd3d84c5f7af4fc56c0f92724bc --- /dev/null +++ b/tab_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa0e6eb96ca3e7b735de376d75e52201efdeeef3716e3043671cb0f33ad9973 +size 1106 diff --git a/tab_Cyrl/state.json b/tab_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..41c792c1504a83fd644071228d3193ae4226aa3f --- /dev/null +++ b/tab_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbf9f101077f072e37cd4a8eef498e425a6e55dc7893722220e3d59bd087356 +size 247 diff --git a/tah_Latn/.gitattributes b/tah_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tah_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tah_Latn/data-00000-of-00001.arrow b/tah_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..27503c32def42fdbbabe623dd9d1a9ad33d06e0e --- /dev/null +++ b/tah_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f340387d00cc7cb3888e678670e77a4cc3440498f98a2a5f370ac4d5e48cd9b9 +size 287264 diff --git a/tah_Latn/dataset_info.json b/tah_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..43f0a1e57aea3ad70165f682dabc3999627c02a5 --- /dev/null +++ b/tah_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d84df7f20367da0b1144523fa10f76d5726026b94d53d31fe8ed6711d656518 +size 1101 diff --git a/tah_Latn/state.json b/tah_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..93e209642508d7a78e277428b47318709214859f --- /dev/null +++ b/tah_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83edc947524909b60ece864dae8d45153e17a2da2acf55ddcca743794281ec1f +size 247 diff --git a/taj_Deva/.gitattributes b/taj_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/taj_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/taj_Deva/data-00000-of-00001.arrow b/taj_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..40c7015e381c47b7db41258f4c0693a474fba9eb --- /dev/null +++ b/taj_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f98ee5ae06a6b9a877fa0906e370b633a5bbc27f3afe377e03a4975d4c73b8 +size 233064 diff --git a/taj_Deva/dataset_info.json b/taj_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5dd52da51dd1eb9fdc8ee6be668752004bdf6437 --- /dev/null +++ b/taj_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d394f7c9a8ec5b21f477859335974e48e83631b18ab00a8ca37e2c119cf3a5a +size 1103 diff --git a/taj_Deva/state.json b/taj_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2ea184eb02b0eb4e16f863bc93b3e10c1e66821c --- /dev/null +++ b/taj_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6244ef93f50307798039558e84495b4449286b98f808a27da27146e608d635 +size 247 diff --git a/tam_Taml/.gitattributes b/tam_Taml/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tam_Taml/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tam_Taml/data-00000-of-00017.arrow b/tam_Taml/data-00000-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d01f31bce0592c4725c7619f361ce3a79ccb87e1 --- /dev/null +++ b/tam_Taml/data-00000-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99235d6b9923400f299bb4474fc0fd237790f1f80904462f2da64e175146ff13 +size 429163344 diff --git a/tam_Taml/data-00001-of-00017.arrow b/tam_Taml/data-00001-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5148b854c45a80848818cb0ce5012a81a4c46c61 --- /dev/null +++ b/tam_Taml/data-00001-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e229b928a6da3319dd88aebee156d15e832275205f3217d3167cde13680b13f8 +size 421995008 diff --git a/tam_Taml/data-00002-of-00017.arrow b/tam_Taml/data-00002-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9b11659aa538698339f34e05adff435119300600 --- /dev/null +++ b/tam_Taml/data-00002-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddeefe24547e43c087181959bb857419390222808a49c386b0fead28e14e84a +size 940441448 diff --git a/tam_Taml/data-00003-of-00017.arrow b/tam_Taml/data-00003-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b5b5d8d5e784498b4fcf03fb6ccf32e5de8ad027 --- /dev/null +++ b/tam_Taml/data-00003-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26b8e875c96f33c29e5c7ecd90178debafb0b9521d7805d15f51d6458517ad1 +size 1155351000 diff --git a/tam_Taml/data-00004-of-00017.arrow b/tam_Taml/data-00004-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..172dbe5a82a3afc25915d91c0b7205616bf4d233 --- /dev/null +++ b/tam_Taml/data-00004-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008e03d68a7099742c9bfc66705a7ff97fd9c1958cd50f8e344d5b91ccccefc6 +size 422932976 diff --git a/tam_Taml/data-00005-of-00017.arrow b/tam_Taml/data-00005-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b3c6714dea292074ce02c9cb95d7ecbf324cbca --- /dev/null +++ b/tam_Taml/data-00005-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3581f25458aba3cb3b7385a0e7ce9366c122e0f868ca176091fa09a839207c2 +size 424919904 diff --git a/tam_Taml/data-00006-of-00017.arrow b/tam_Taml/data-00006-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e2decf906c8dcd52578b9e2440e0725eb0440c2a --- /dev/null +++ b/tam_Taml/data-00006-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1993c0b8ddbc038bb37236f1f80a21c8d6951575783bc6a3b9d9528799b3688 +size 428470792 diff --git a/tam_Taml/data-00007-of-00017.arrow b/tam_Taml/data-00007-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..73a9bea3a49bebb17800395a5c519e3a85d59626 --- /dev/null +++ b/tam_Taml/data-00007-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0c075c8643ee63e40466dfc9eb98cd2319c7448b720b88aeccc57459cefc97 +size 322596368 diff --git a/tam_Taml/data-00008-of-00017.arrow b/tam_Taml/data-00008-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..044b4c3ce8fa2843b1c92874223b42b6b6baf930 --- /dev/null +++ b/tam_Taml/data-00008-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc078576e7caf67f53284c0f05b13e7c56f9154c76af93dd29b345bfa3583c9b +size 433919304 diff --git a/tam_Taml/data-00009-of-00017.arrow b/tam_Taml/data-00009-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a8dfb7ba6b112de3ad8e9277bac790ca3faf508d --- /dev/null +++ b/tam_Taml/data-00009-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421492159efbfb98f04621821447a2b8fd4b40be9ac877216b95871ff8561c93 +size 455882000 diff --git a/tam_Taml/data-00010-of-00017.arrow b/tam_Taml/data-00010-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..547664f7aa957912c20fc9ff9b63293407141390 --- /dev/null +++ b/tam_Taml/data-00010-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e25f421b44833dddd67a8509bf66d95f444d7ba0400a9022f82eccb5ab16de +size 433446256 diff --git a/tam_Taml/data-00011-of-00017.arrow b/tam_Taml/data-00011-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a5158827111046a5866999b772dff27f2f18abdd --- /dev/null +++ b/tam_Taml/data-00011-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4999a54f1fa08781622595ab026e3ca83bdeefb58ce04c59e325957766f10a8f +size 433043840 diff --git a/tam_Taml/data-00012-of-00017.arrow b/tam_Taml/data-00012-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..178cef766293a8759df9a6438130cb9f8b8ccbb5 --- /dev/null +++ b/tam_Taml/data-00012-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e451b3544e39caaafafa38a624205b7bd0615358cf9fb45413181e526126f7d +size 430563776 diff --git a/tam_Taml/data-00013-of-00017.arrow b/tam_Taml/data-00013-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8da7e7152ab2204b3c1b6e7743f8c8413c5c4a1c --- /dev/null +++ b/tam_Taml/data-00013-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a1d7fce431f675d7b831ef41982b0612fe31d703084f6c1ea6a828bb9b69f3 +size 430298736 diff --git a/tam_Taml/data-00014-of-00017.arrow b/tam_Taml/data-00014-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..200d2303991896a43f587b3851117f17440a2372 --- /dev/null +++ b/tam_Taml/data-00014-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ae96dd9854e0143e2c5ad228f37a3e7b031fed20dc980c11ff6fe9349e1773 +size 426541896 diff --git a/tam_Taml/data-00015-of-00017.arrow b/tam_Taml/data-00015-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6883bbbe2403166d944eed625d7bd3e206ec3a94 --- /dev/null +++ b/tam_Taml/data-00015-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440764e140d931c8bc3f0badbc0fa7bb88f04950201a5dd4d4e604525771c8f8 +size 426291112 diff --git a/tam_Taml/data-00016-of-00017.arrow b/tam_Taml/data-00016-of-00017.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c10c562cd3f8e60b112f234796e2d1f6530aafd --- /dev/null +++ b/tam_Taml/data-00016-of-00017.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261aa87cf8323072561c68c4e1766653b40df8598241a077567852674ade0ec7 +size 426044664 diff --git a/tam_Taml/dataset_info.json b/tam_Taml/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9303be01aea47b939570379a167e1bfbb6dfd208 --- /dev/null +++ b/tam_Taml/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61331100ac0232e10f056752b51515cd7c1c56fd0405d60ba616dfa41d6f0c65 +size 2796 diff --git a/tam_Taml/state.json b/tam_Taml/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cbc0718bb94d8163b48eed018ae6da749b5174e9 --- /dev/null +++ b/tam_Taml/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5aa299472d0bdcb6009d455d4a2f94fb9b5f12137d989620463078738f4022 +size 1191 diff --git a/tat_Cyrl/.gitattributes b/tat_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tat_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tat_Cyrl/data-00000-of-00010.arrow b/tat_Cyrl/data-00000-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2b37cbc364712950e013f0a89176106bfd35e0d1 --- /dev/null +++ b/tat_Cyrl/data-00000-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be57d9abcd3c6e318014a1731f8f9be50bbe640986069d61f31506dc362b0684 +size 1006931440 diff --git a/tat_Cyrl/data-00001-of-00010.arrow b/tat_Cyrl/data-00001-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ea3d229ff6e719ad7551693334aaeede648511dc --- /dev/null +++ b/tat_Cyrl/data-00001-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccf02354ad281ffd4ddb1ee76372852e4121d77cb6c9a03f12f81a1307cf3ce +size 134760816 diff --git a/tat_Cyrl/data-00002-of-00010.arrow b/tat_Cyrl/data-00002-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d6a3777f866e08a3e442764ad4c3d41c8cc8aea4 --- /dev/null +++ b/tat_Cyrl/data-00002-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3aaf2d7811c750ff0c958f9797ebbf445361900ab2af6d2ed7bed82dba4729b +size 133242912 diff --git a/tat_Cyrl/data-00003-of-00010.arrow b/tat_Cyrl/data-00003-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9c04f239924155921e760e96ed90053ce155c570 --- /dev/null +++ b/tat_Cyrl/data-00003-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bd5046d8bf5944b732661ff931154befa0cfec0b1a9445216868a263b24534 +size 134492792 diff --git a/tat_Cyrl/data-00004-of-00010.arrow b/tat_Cyrl/data-00004-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..54cbf7d090a4e49d204ba6e2effb5668a8c550f6 --- /dev/null +++ b/tat_Cyrl/data-00004-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6426bc9f5250bc2a2dd053393ec93d5d8ffdc35ec1b6b2b7e3c657cc892b1b +size 134058616 diff --git a/tat_Cyrl/data-00005-of-00010.arrow b/tat_Cyrl/data-00005-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..09f34508faffd9e01bad09c77d4912987aed7a6a --- /dev/null +++ b/tat_Cyrl/data-00005-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2feaf6024156ae858df89ba570378602faf057be1867ed379b5c2a4261f2af +size 134394408 diff --git a/tat_Cyrl/data-00006-of-00010.arrow b/tat_Cyrl/data-00006-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2a19f1a9b8e9586713d084290ff8dae55949b594 --- /dev/null +++ b/tat_Cyrl/data-00006-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64092e47177da9baf38a62af0a89cf5c085120161aecb3a274dd94500b048e7b +size 134058968 diff --git a/tat_Cyrl/data-00007-of-00010.arrow b/tat_Cyrl/data-00007-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0fb68984f7706b152e682b2b6c26500c560c200b --- /dev/null +++ b/tat_Cyrl/data-00007-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a620d41cbf810fd189046c08602324c02eab063d0aace6090c65a34ff81b934 +size 134424440 diff --git a/tat_Cyrl/data-00008-of-00010.arrow b/tat_Cyrl/data-00008-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5d6ae6eba497036a9fdae1dabb28b56208546b32 --- /dev/null +++ b/tat_Cyrl/data-00008-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968580520dc1ccec8322aa92871c52029e25d5aafeb4d7db6db9e28983f4623e +size 643245800 diff --git a/tat_Cyrl/data-00009-of-00010.arrow b/tat_Cyrl/data-00009-of-00010.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ea3d1bfa801c020c72b7f7db2c09b037ddc6628 --- /dev/null +++ b/tat_Cyrl/data-00009-of-00010.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0109b7ad599cfdfd40da78ef5b838a87e5bbb535f3858388db57334b2b70985b +size 2281825840 diff --git a/tat_Cyrl/dataset_info.json b/tat_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c81558a73e496b39d6761258a384202de3863aed --- /dev/null +++ b/tat_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842a9fdf870e59e3ab70c362336331bd0c631eebf76ebace43c6bbf0f7163a66 +size 1391 diff --git a/tat_Cyrl/state.json b/tat_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..92742cc9b03528716f8ee15fb63d4017afac38fe --- /dev/null +++ b/tat_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0547eff4c13463987ae30e4f7da315ca843b1ce18af35c2bd7815303005d46d8 +size 778 diff --git a/tat_Latn/.gitattributes b/tat_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tat_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tat_Latn/data-00000-of-00001.arrow b/tat_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e9aca07f975d033a2ecb8f8c3beab62b4ac7c356 --- /dev/null +++ b/tat_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdcc50a4fa77d7f0399dbb9ff9a8cf9d74c085c83902cf5b13b61b2a6288dd8 +size 86379896 diff --git a/tat_Latn/dataset_info.json b/tat_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..662883c4cd8ea0b14bb2768f12927536d30b8960 --- /dev/null +++ b/tat_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06753bea53c1d92b2b7665d3307982a730ae3ed225dbc1db62a5ba4ffa0565e4 +size 1116 diff --git a/tat_Latn/state.json b/tat_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bd027df7e0869663e3187bf6c6185aad703a2312 --- /dev/null +++ b/tat_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240c022425364e848d7aa9b6b20995ab6401065f2ff6e833a7a22567fdf45a35 +size 247 diff --git a/tay_Hani/.gitattributes b/tay_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tay_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tay_Hani/data-00000-of-00001.arrow b/tay_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8a65bab18909aa4865d18ad011563ac67acd4147 --- /dev/null +++ b/tay_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956630195a43618091b2a4ac5ed75fa84ad5a2c7614c617c0a67232d36a38f0b +size 2536 diff --git a/tay_Hani/dataset_info.json b/tay_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f03976b7575e1b28c8e9c043b746b54fbdd2c2ac --- /dev/null +++ b/tay_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c58f83dcbb509964b83609ae0d5f6d70398725ddefb2037fbcc7300b095ba75 +size 1087 diff --git a/tay_Hani/state.json b/tay_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0016bfaa94c1529d3c0e60419a92938efcef6331 --- /dev/null +++ b/tay_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b19531e22f2828eb9949334312811c7fa825c65b833d9d9790da130394f652 +size 247 diff --git a/tay_Latn/.gitattributes b/tay_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tay_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tay_Latn/data-00000-of-00001.arrow b/tay_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..36d8836da8883e78285764cc29b6edf48693b332 --- /dev/null +++ b/tay_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e86dd2082c7d57c6d72c009f585cdcdc7e6a22ead4e5e6212d4d5931b1b0c6 +size 2721608 diff --git a/tay_Latn/dataset_info.json b/tay_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0a379fe2a0f03a61b80d1b5aa8878689a7d34fba --- /dev/null +++ b/tay_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24e5c7c14f7d6dd0bf599f6ba30cfa3c6ce7592ce563b31f533d455e714631b +size 1105 diff --git a/tay_Latn/state.json b/tay_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e6bf69087f8afe191934ee61c7bb2e9bcb751d31 --- /dev/null +++ b/tay_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc3fe8b153a447f47edd2ad3f15d5d2a367558b49da585a5afcd4adf0695af0 +size 247 diff --git a/tbj_Latn/.gitattributes b/tbj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tbj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tbj_Latn/data-00000-of-00001.arrow b/tbj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7a9fb67c192bdcf7af939013bb44608a7250d517 --- /dev/null +++ b/tbj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73499add37b82d8c4ca43aae6613c2c52bb058c18e1e77d03b2c47011473e61b +size 3792 diff --git a/tbj_Latn/dataset_info.json b/tbj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..69ecebbabf7c66220c96ea9afd14e2b38ed1d1c2 --- /dev/null +++ b/tbj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b839e4090ef66eb8cdfae95c0c1cd9262b5ac3baf60c143f65014abe4a89d547 +size 1087 diff --git a/tbj_Latn/state.json b/tbj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bfca8f5f4b3cceea63c2086b69ff8cb8f944aacb --- /dev/null +++ b/tbj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f020747d4a537b886879cf755e32a32242fb75ee78cf81e16571d6d00363994b +size 250 diff --git a/tbz_Latn/.gitattributes b/tbz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tbz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tbz_Latn/data-00000-of-00001.arrow b/tbz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3f639c5e15d7af79a20bea8c6e70a561567a8978 --- /dev/null +++ b/tbz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ae4cfbf7d7021acf3b2236c79e1c5ef4211a1706333d6616a711dae5839b26 +size 12825344 diff --git a/tbz_Latn/dataset_info.json b/tbz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..490b187d1aeb3107c6b860a9eb575f89153e1471 --- /dev/null +++ b/tbz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bc5e4620f85267de242b00d1f94fd5922c6824cf3e89a41628af4a6323d8df +size 1111 diff --git a/tbz_Latn/state.json b/tbz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..400ad6fdc0074f2ed07058a89343d103c8a5ffff --- /dev/null +++ b/tbz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f417404f443d088c2918c4b1edd5d929c2b5005cbb105c34d774114f9c25fb27 +size 247 diff --git a/tca_Latn/.gitattributes b/tca_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tca_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tca_Latn/data-00000-of-00001.arrow b/tca_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..954f894bbc2a008502912028a58bff73c4fed8be --- /dev/null +++ b/tca_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa556ae5293c8342aa42618cc1bb97a141da78cf2f4da6ca58be53b093115d0 +size 3762032 diff --git a/tca_Latn/dataset_info.json b/tca_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..990755ec46f614916591def619044e16e51caa8c --- /dev/null +++ b/tca_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b19300b0435300e6f382a28020dabfd506af55c39538cf4256537aadb2f274a +size 1105 diff --git a/tca_Latn/state.json b/tca_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..21c7b5684138a4eeedd6dd4dfc35c8000a2746be --- /dev/null +++ b/tca_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050cd827df084b2a55516af83e8480035688744671704e3f5b3334b4acd30650 +size 247 diff --git a/tcy_Knda/.gitattributes b/tcy_Knda/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tcy_Knda/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tcy_Knda/data-00000-of-00001.arrow b/tcy_Knda/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..60e3813ba744e01f30c0ace7baa21152bc85b894 --- /dev/null +++ b/tcy_Knda/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c4db8a82572eacf351358094c552b0c15d6824976e175e208595bc6fec1437 +size 18359496 diff --git a/tcy_Knda/dataset_info.json b/tcy_Knda/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b9294904768f930cc7236c44aefb855f84392608 --- /dev/null +++ b/tcy_Knda/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e3dfcb07f53f7e0613a36269d4a36613bc62b54ddfe7ec53c30d2f3d74f498 +size 1110 diff --git a/tcy_Knda/state.json b/tcy_Knda/state.json new file mode 100644 index 0000000000000000000000000000000000000000..04764718616b61e095fb1ac67e7cdf2f1c10bf44 --- /dev/null +++ b/tcy_Knda/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef69ac71d8d5c2a8019d2483e6cf5f1c126e3c40367f0bc9b6c71d687990f7e7 +size 247 diff --git a/tcy_Latn/.gitattributes b/tcy_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tcy_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tcy_Latn/data-00000-of-00001.arrow b/tcy_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6e9bd466d087e2976dd5663361fb7532e49719c5 --- /dev/null +++ b/tcy_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0e8b358833f2c14dc7f0cdeee7b0e0ed1012dc2437e6021290f53e26fa142e +size 51408 diff --git a/tcy_Latn/dataset_info.json b/tcy_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..076d029dce01fdfc6a05576b971f6e481c583f7d --- /dev/null +++ b/tcy_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6abded99746346f95492443b256509c1d352a7cde7b2011287088b4693cb57 +size 1094 diff --git a/tcy_Latn/state.json b/tcy_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ce28e678273609e9d21f67becd743b06e65e608d --- /dev/null +++ b/tcy_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7337bb7a53f601ef9fea8dc292f509ae2db2ef90c9ebc15fdd809764e103b9 +size 247 diff --git a/tdb_Deva/.gitattributes b/tdb_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tdb_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tdb_Deva/data-00000-of-00001.arrow b/tdb_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..73bf90a567bc5fa86ee38d2e5b42e015a365cfe2 --- /dev/null +++ b/tdb_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3cf9ff37e608bd9445ed8f6eef0079202f176efe6d9a1795029c5012697317 +size 1512 diff --git a/tdb_Deva/dataset_info.json b/tdb_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ae1d81dee25bd2d03b86f2780164d9a0a8c4102a --- /dev/null +++ b/tdb_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e55b3f28b0fc2fb4ae3df42fc96afa3cfa2b08861da96b901252e5c835f653 +size 1082 diff --git a/tdb_Deva/state.json b/tdb_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..3fa2afee9ba0b8667da7d9b315a1f5958dce5ed5 --- /dev/null +++ b/tdb_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556d54bd4be2f4fbb7ec3e945f2fda066e5d848ce85f0dcb80625e2c5e88c697 +size 250 diff --git a/tdg_Deva/.gitattributes b/tdg_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tdg_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tdg_Deva/data-00000-of-00001.arrow b/tdg_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..363520223b5651505196f18ee5bbe3e019dc1b80 --- /dev/null +++ b/tdg_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d168a43d6155a802e7acee31a822528d74487bd1fe1efc862864ee1cd956a7d +size 23304 diff --git a/tdg_Deva/dataset_info.json b/tdg_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7290bebd2f8b827e2151416d2b7692524e91d10a --- /dev/null +++ b/tdg_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8494149f7a164963f70a9ac3b406641a722691225701b3ff01e93f2cbbc498 +size 1093 diff --git a/tdg_Deva/state.json b/tdg_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d86bd7d377d65e469cf0ee44ff017d51296f1ec0 --- /dev/null +++ b/tdg_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7645fdbfcd2a7f950fb3d9a2fcebecf25e316bcdec915c2d59eb629f2e7aa10d +size 247 diff --git a/tdt_Latn/.gitattributes b/tdt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tdt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tdt_Latn/data-00000-of-00001.arrow b/tdt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cfb08b8eb395ae63b2f3b90ef06c79b9c4206dab --- /dev/null +++ b/tdt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1b6dc8626edd833b7c4441555b46654e362a1cd5241104df494ee7af4d0680 +size 1505008 diff --git a/tdt_Latn/dataset_info.json b/tdt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f4b515ff0fb3d8dbc5eeefbd092bafedf0951936 --- /dev/null +++ b/tdt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7539ccb8ed8914e634590ca3cf104fefde9fc6ab04020f73ce284831a71a9222 +size 1105 diff --git a/tdt_Latn/state.json b/tdt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5cd4fabb6fbf0c2ce520dcbfd3f803e016e7fa92 --- /dev/null +++ b/tdt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8a882e86772eeedc2dbc545c6f76cb802c166c6b37b791c5ee8292b677ee92 +size 247 diff --git a/tdx_Latn/.gitattributes b/tdx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tdx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tdx_Latn/data-00000-of-00001.arrow b/tdx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3fdad2f1c40a35f4045d7adf3a5cb48f21ff9905 --- /dev/null +++ b/tdx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826ce93609f6b16335629cf0dd52645c9e153692a69989dab86724428dc7e159 +size 1605880 diff --git a/tdx_Latn/dataset_info.json b/tdx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b25868b73bb495d5a3b41497d847cd3eac0f5f2f --- /dev/null +++ b/tdx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577918c7e60abe5af7e0d1973f46413d01f5d39ae995334b1306e91129f44cfd +size 1104 diff --git a/tdx_Latn/state.json b/tdx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..10e2fdcbaa86af33564f2ceac5fb2fc22bef0da5 --- /dev/null +++ b/tdx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eff38295311004e6e5b417d963b01de7d97dea1ed1e1435e1cf2b8aa9ab3b32 +size 247 diff --git a/tel_Latn/.gitattributes b/tel_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tel_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tel_Latn/data-00000-of-00002.arrow b/tel_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2abbf495c83482603295c093021bc7ddff8f32ef --- /dev/null +++ b/tel_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be113ef93fb077bc7b333e628d3ad72461e62d6c69cb8340e7e48e18dc647d8 +size 505703144 diff --git a/tel_Latn/data-00001-of-00002.arrow b/tel_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..de9c2a3e38afc3f2297cecb228d55330845358e8 --- /dev/null +++ b/tel_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97cf9ce7491621c6232f967e2cab304e4cecd14b8abe06c30aed7c30917f3a8 +size 160784552 diff --git a/tel_Latn/dataset_info.json b/tel_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9e683d17160c4750791e309e33cfb6509474fd7e --- /dev/null +++ b/tel_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2e622ed180fa285b40721450dd5c397c8d118388cb46ce49b29d7c7bafbc93 +size 1205 diff --git a/tel_Latn/state.json b/tel_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..015ae142840dfc9ba533e40163bf88e2ae6a8dd2 --- /dev/null +++ b/tel_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbd700affaa79260850ef6547f9d4bac63f619e92ce025acc718c405dfefd40 +size 306 diff --git a/tel_Telu/.gitattributes b/tel_Telu/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tel_Telu/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tel_Telu/data-00000-of-00030.arrow b/tel_Telu/data-00000-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f83ccdfbf4bb66e591189a177905015492f8c8fa --- /dev/null +++ b/tel_Telu/data-00000-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da358b9b01e2c79cddda6781d311b028c1efa90b17b6bf28d5bc7e50f1f700ad +size 1282507944 diff --git a/tel_Telu/data-00001-of-00030.arrow b/tel_Telu/data-00001-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..97f289746e9864cee1c40737bfe54033a900680e --- /dev/null +++ b/tel_Telu/data-00001-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bc61380760ca3ed812848d3c27a3cbce66813b8f3b2ffa2e759e78dd32ed0c +size 1888296832 diff --git a/tel_Telu/data-00002-of-00030.arrow b/tel_Telu/data-00002-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e70e5896beeee623f4a685463b196979beafeb08 --- /dev/null +++ b/tel_Telu/data-00002-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0744c94b7a131397cab70fbe9f7f94c75512b26c9c0a1fc76721c945a730b2 +size 1666549464 diff --git a/tel_Telu/data-00003-of-00030.arrow b/tel_Telu/data-00003-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b61e1b5a836007364018fa9647aaae3d928cb629 --- /dev/null +++ b/tel_Telu/data-00003-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7d74561c5f719cde576f8e6231188a4679b2835c18b84be2dfa1d9b6a94f72 +size 153751496 diff --git a/tel_Telu/data-00004-of-00030.arrow b/tel_Telu/data-00004-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..914ed5f721cc440e36b28dcc902f412f5e8aa77c --- /dev/null +++ b/tel_Telu/data-00004-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5764e96d0a5d65a7e061111dd41d27ff1b8f387c0cf7c215853dadcf466855 +size 153657216 diff --git a/tel_Telu/data-00005-of-00030.arrow b/tel_Telu/data-00005-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8a0d5580befb8e9914e1aebfc19522b8bf470ba3 --- /dev/null +++ b/tel_Telu/data-00005-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17278482568f35743df35e88c8bc2add1f57ffc402637ce85d09b0d3cda6a16f +size 152712400 diff --git a/tel_Telu/data-00006-of-00030.arrow b/tel_Telu/data-00006-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b845e80463b8e45a70607adee8d9b332becae2fd --- /dev/null +++ b/tel_Telu/data-00006-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6838fb3810b0ab0d8396fb9cec0933f0421e97328489d746a0048f101749380 +size 154389328 diff --git a/tel_Telu/data-00007-of-00030.arrow b/tel_Telu/data-00007-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ad27b742563b52fb141365d24291a5270cedad07 --- /dev/null +++ b/tel_Telu/data-00007-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42986e08d421923c8c946b26d53f68f44d975e5198da489de16221cf5167bf3 +size 154319688 diff --git a/tel_Telu/data-00008-of-00030.arrow b/tel_Telu/data-00008-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e1efdbb8914109e91801a3cffe146004fbc43764 --- /dev/null +++ b/tel_Telu/data-00008-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9c649ffbe348414cda6b97719fe5bf51455b25dbdf48b7609ecda36dc89ba2 +size 152891952 diff --git a/tel_Telu/data-00009-of-00030.arrow b/tel_Telu/data-00009-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8b3d38a46d7b0beeb2574d514b0cf9161f0aa219 --- /dev/null +++ b/tel_Telu/data-00009-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82190cb359a735614786266ffa5d9376d5c8850c106b6d01381bf106bd3eaf82 +size 153121896 diff --git a/tel_Telu/data-00010-of-00030.arrow b/tel_Telu/data-00010-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4fc391b63625ba0e92f4d112781ad289a48f2b76 --- /dev/null +++ b/tel_Telu/data-00010-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910531c93af9edb2940253052323a74f04b5e04e14a2d0ec35348e91709a6a30 +size 152675896 diff --git a/tel_Telu/data-00011-of-00030.arrow b/tel_Telu/data-00011-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d65c5146d51b1a981466014b317722d38097fd46 --- /dev/null +++ b/tel_Telu/data-00011-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd1742a6251aa53b1600f5ec8cf27753dc5d2a39d48a6343398f59034555892 +size 154041784 diff --git a/tel_Telu/data-00012-of-00030.arrow b/tel_Telu/data-00012-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a5bf52f47b297b64914809362df0a6613c65721f --- /dev/null +++ b/tel_Telu/data-00012-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8230fb6b5e2967e422e7e9f67bbe2382bfc956e02bc8f8b9e27e391c2918d3be +size 152651944 diff --git a/tel_Telu/data-00013-of-00030.arrow b/tel_Telu/data-00013-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4d0d8d048579a3d5409f8c8aa71683f6ce65af7c --- /dev/null +++ b/tel_Telu/data-00013-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c896aae7eee82a30ef47ecc80432149e9fbd2315726363dc582c2490472cc982 +size 154841392 diff --git a/tel_Telu/data-00014-of-00030.arrow b/tel_Telu/data-00014-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e2fbab170c02d9de3bc9dea49fa50d8f2c8812b4 --- /dev/null +++ b/tel_Telu/data-00014-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2670f24afa2189122b4cc46a0ff47259b3e170b3da1eb84de9f69ddf54280d +size 153755720 diff --git a/tel_Telu/data-00015-of-00030.arrow b/tel_Telu/data-00015-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cb5dcfa4f75215bfd11e3a2515fffb38eb070123 --- /dev/null +++ b/tel_Telu/data-00015-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a68fc3264d3c2610fd1fef8809ae968a5431a2d76bc2615f7e53cc6aa33bdb3 +size 155483872 diff --git a/tel_Telu/data-00016-of-00030.arrow b/tel_Telu/data-00016-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d22504da036b9407d07c3ab2e2d76570514ef6ea --- /dev/null +++ b/tel_Telu/data-00016-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a883e41f9170264db94acad71003ff04b6df7bdc53e9b1f0fadcabdeadb26891 +size 154014808 diff --git a/tel_Telu/data-00017-of-00030.arrow b/tel_Telu/data-00017-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c72e62dd27c1ac4dd51c3e9994afc97b2b76d48e --- /dev/null +++ b/tel_Telu/data-00017-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d172b0ac58888642d47d1516c3a6b2443d8d92308ec6b7f971d26a1e69a9cf +size 152776368 diff --git a/tel_Telu/data-00018-of-00030.arrow b/tel_Telu/data-00018-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b1f96caf961383b88723ab13ff1e1372a35fc1a9 --- /dev/null +++ b/tel_Telu/data-00018-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0426c9ff8643747c24a804ba4288222046aaa82269335177a1d08585cad47649 +size 153056408 diff --git a/tel_Telu/data-00019-of-00030.arrow b/tel_Telu/data-00019-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0b4d74594bd6eb5caee7cfa2ab79c232782304e5 --- /dev/null +++ b/tel_Telu/data-00019-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab27fe274c35b1cb98612cfd05129bc103f2e6a2c1a80602e6ed2a714236890b +size 153741456 diff --git a/tel_Telu/data-00020-of-00030.arrow b/tel_Telu/data-00020-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c822c20c4d962e2181c38ff5dedfdc2d28642ca --- /dev/null +++ b/tel_Telu/data-00020-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f0fb39776d8b76c1c08675871c0ad1d618f932c7298046167c8e0b0675082d +size 151886520 diff --git a/tel_Telu/data-00021-of-00030.arrow b/tel_Telu/data-00021-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..03e676a19f02316f31983d582c62696eae23bbca --- /dev/null +++ b/tel_Telu/data-00021-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46259a3d53418034edacbab78121544fe82100eae5b9c8d4453c7cf1e1af643e +size 155542704 diff --git a/tel_Telu/data-00022-of-00030.arrow b/tel_Telu/data-00022-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..857f5599f01c729e4ec1bb26189adcc3da9baa02 --- /dev/null +++ b/tel_Telu/data-00022-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2179d6e09ca2530531ff237924226cda53531f6cb8085b9ff7cc2dee010b03b +size 156701368 diff --git a/tel_Telu/data-00023-of-00030.arrow b/tel_Telu/data-00023-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0d23fc8a8ddeb5bb0ccdb27a93fe4db92444e05d --- /dev/null +++ b/tel_Telu/data-00023-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53e19e278fb31b50a0a62ff937a3c2de0996aba148b9c1fb1207697bfec1370 +size 157170480 diff --git a/tel_Telu/data-00024-of-00030.arrow b/tel_Telu/data-00024-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bd1b226c684837955242ae2847f8ed8d35139439 --- /dev/null +++ b/tel_Telu/data-00024-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b3d7278351c86534c5348ef07958cf53bef689bb83b8717b2bdb63d07bc2f7 +size 155167984 diff --git a/tel_Telu/data-00025-of-00030.arrow b/tel_Telu/data-00025-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c4dc906668859ce2622b68cc1af01c58b585c0d --- /dev/null +++ b/tel_Telu/data-00025-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4a9742bbd63a31384055ac11054f8a1260dc8fa35b386d036a3f6241a56a99 +size 796289080 diff --git a/tel_Telu/data-00026-of-00030.arrow b/tel_Telu/data-00026-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..15763170e41452916bfd65d518d9e525624a4a04 --- /dev/null +++ b/tel_Telu/data-00026-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8d9969c4693e423fe05a71bf6eeb68e6aaa0649d23a90ebe8ee7ccbce529f4 +size 1408972056 diff --git a/tel_Telu/data-00027-of-00030.arrow b/tel_Telu/data-00027-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c11b01c68cb182009ce0c308daa6ff6ad295029e --- /dev/null +++ b/tel_Telu/data-00027-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c0695d88c9353931949ab01416a3fb3065f8fa0fde941fc1e7a74f2d3e8ccf +size 1386060256 diff --git a/tel_Telu/data-00028-of-00030.arrow b/tel_Telu/data-00028-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b481fef06b25dea6356186a4a7ac3ffdc4892a82 --- /dev/null +++ b/tel_Telu/data-00028-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607a145a67c7315331e4ffac679f8d1486df820bf70289cba86ed6b96d2e744d +size 1384444592 diff --git a/tel_Telu/data-00029-of-00030.arrow b/tel_Telu/data-00029-of-00030.arrow new file mode 100644 index 0000000000000000000000000000000000000000..20da03e09bc5e3a92f57bbae6b17397a481198e2 --- /dev/null +++ b/tel_Telu/data-00029-of-00030.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aee16c8e99efc6fc1da7139960e2eb13f2dac63901e16ffc17bb5d738f66ce6 +size 1385340368 diff --git a/tel_Telu/dataset_info.json b/tel_Telu/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..9a87afaabda216c3c8a03ffe0816ada19ba3ba1a --- /dev/null +++ b/tel_Telu/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e778c64140cfa8e4cc26669c723856d832092145c5e9808f68c681390889eba4 +size 2059 diff --git a/tel_Telu/state.json b/tel_Telu/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a95ca839e019e1fab78fc2b403e99bfc9d34e9f6 --- /dev/null +++ b/tel_Telu/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89597ae589abb239518ded00824bf239945e35dc671fd4df5b1e96c8c59a4ce4 +size 1958 diff --git a/teo_Latn/.gitattributes b/teo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/teo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/teo_Latn/data-00000-of-00001.arrow b/teo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b9f647a9d5becd2253eaa957f4901e4f8d270e4 --- /dev/null +++ b/teo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477dfae8345d9fb8e802f9713b7ace4fcf94270a8cb67bba843f3a462266e3f5 +size 1632024 diff --git a/teo_Latn/dataset_info.json b/teo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b7b5c5ef7cd7adda122b650843a59f4c4782ca56 --- /dev/null +++ b/teo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0551dd32f56435f477bbd931b9bc45572c253db25c624dac0ee25c4e6e3d6418 +size 1104 diff --git a/teo_Latn/state.json b/teo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0bc12dd7efd8c6d8f7240940723e256565662e65 --- /dev/null +++ b/teo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8160c0635b6b96472b9d6879b708cc02cdf7e05f3edcdea9cd7c5a25be54681e +size 247 diff --git a/tet_Latn/.gitattributes b/tet_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tet_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tet_Latn/data-00000-of-00001.arrow b/tet_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb5497ec285d0e2b8f09ea08ee5a3a48685f8147 --- /dev/null +++ b/tet_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a35e9341de9e189c093522a47d3d3d004aa5727482fb20d43bbdff0d3e1cf7b +size 158978360 diff --git a/tet_Latn/dataset_info.json b/tet_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..09f83b5f1235c38907db9c7670d9730df78c33ad --- /dev/null +++ b/tet_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d21d6d983197e0c6f3f04d00e94af137ededc7cf80482b758a6345136c3650e +size 1116 diff --git a/tet_Latn/state.json b/tet_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8d085d3566d3f874a264cd518daa8c330f63bc80 --- /dev/null +++ b/tet_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3703643e122bbab243fb903bb7461b853f50d959a75dee0b88cf41816eda881d +size 247 diff --git a/tgk_Arab/.gitattributes b/tgk_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tgk_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tgk_Arab/data-00000-of-00001.arrow b/tgk_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0674c9f2c03e3747619026962b9e5479a0ad58a8 --- /dev/null +++ b/tgk_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e22f99c112ea0021a8982622147d0333438e1b7e9ac371394ed5b1b7e31610 +size 114032016 diff --git a/tgk_Arab/dataset_info.json b/tgk_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8a7ebfee32a5305ce6682075cce1aeb15f0ae56a --- /dev/null +++ b/tgk_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b1a3260c0da61c3edbe7d256bcd97e73f805b44bb0e5be6e5a138a762673bf +size 1117 diff --git a/tgk_Arab/state.json b/tgk_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bb13cc8c7609f46a1349efb5560da8c33acb4fe3 --- /dev/null +++ b/tgk_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897b7626fecb441a37b4edaa43ceb018702b468cfd644fb05e92f2c91382bb03 +size 247 diff --git a/tgk_Cyrl/.gitattributes b/tgk_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tgk_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tgk_Cyrl/data-00000-of-00033.arrow b/tgk_Cyrl/data-00000-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5398078d9ded1f73f6eae91b1f12f55d58a9d553 --- /dev/null +++ b/tgk_Cyrl/data-00000-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac24b203141a37467bc530e72c33ea2aa079ed15aee066042448fde86cddada +size 1841262792 diff --git a/tgk_Cyrl/data-00001-of-00033.arrow b/tgk_Cyrl/data-00001-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1905d175b890273fb3bbcfd6a6df5b455e1c43cd --- /dev/null +++ b/tgk_Cyrl/data-00001-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e4a503b61d8002b2da5b27f45bfc02e58867f77e02cb4ed2c6031a18c21a86 +size 241044472 diff --git a/tgk_Cyrl/data-00002-of-00033.arrow b/tgk_Cyrl/data-00002-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bfa4d116dc79a35a7222ff7cb64dc8b7dcd11ce4 --- /dev/null +++ b/tgk_Cyrl/data-00002-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e167bcd4ffebe208d888b4c2130d99412eb8ac86304db210af03d074fc917e +size 240637664 diff --git a/tgk_Cyrl/data-00003-of-00033.arrow b/tgk_Cyrl/data-00003-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f61d11acda186f1fbd2ea9a1e7b9c9ece8a04553 --- /dev/null +++ b/tgk_Cyrl/data-00003-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff99e12d45421fc38926896eaa8a4ca517b0d16779bb7fce4492b8afe2337b2 +size 240905408 diff --git a/tgk_Cyrl/data-00004-of-00033.arrow b/tgk_Cyrl/data-00004-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..45da507857b70b6f4558b9b6b9c0ccf171dbf7ad --- /dev/null +++ b/tgk_Cyrl/data-00004-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efad123af0223414ca0ef3b04ec4f8b9caf2e57ad49bf692706c33ac19aee376 +size 240593400 diff --git a/tgk_Cyrl/data-00005-of-00033.arrow b/tgk_Cyrl/data-00005-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e9600b62ef262c97f12db7d2ef6a985a677e2863 --- /dev/null +++ b/tgk_Cyrl/data-00005-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c37e7e211f0c9ea05296e25f0cbeadc64ef8cf4bb0cab6a659ee1bfcb336633 +size 241017792 diff --git a/tgk_Cyrl/data-00006-of-00033.arrow b/tgk_Cyrl/data-00006-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d28aeb04399d0bce85aaacab712e268151001d1a --- /dev/null +++ b/tgk_Cyrl/data-00006-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b24ff359824afe9a2f9ce7c43d9748c8f93e058b6da480e0b089b7740cd4f8 +size 241484176 diff --git a/tgk_Cyrl/data-00007-of-00033.arrow b/tgk_Cyrl/data-00007-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8959e776ea01a2ac400e33450f22440c9ebc2bf0 --- /dev/null +++ b/tgk_Cyrl/data-00007-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d062829192dc93f6e4eeb0f1cbed3ea7562b60031ddd893c6b0e88919f71c795 +size 241500752 diff --git a/tgk_Cyrl/data-00008-of-00033.arrow b/tgk_Cyrl/data-00008-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..51faad7a8ae3b589d0443f77b9d239bc28c28370 --- /dev/null +++ b/tgk_Cyrl/data-00008-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284d728a123adec7b4a40e0708a5d60e3d7e1c310520c5a2d1e4256d0c170729 +size 241294016 diff --git a/tgk_Cyrl/data-00009-of-00033.arrow b/tgk_Cyrl/data-00009-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6cc1854ad020a99fd68d1f317c8b5b4d27a4de8f --- /dev/null +++ b/tgk_Cyrl/data-00009-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd0a2a223f14f5c2ba41f71083bd904ecc28c5b8b4c1bbac6b903fb2abcb010 +size 241101432 diff --git a/tgk_Cyrl/data-00010-of-00033.arrow b/tgk_Cyrl/data-00010-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9e018b7b1a68503e60691e2bc301f6f8be549241 --- /dev/null +++ b/tgk_Cyrl/data-00010-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c8eebd5e245f177967bfc6427256b2437d0acd37a09288039babd273f534b3 +size 240945608 diff --git a/tgk_Cyrl/data-00011-of-00033.arrow b/tgk_Cyrl/data-00011-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7ef48268ffb3908616831776885f829b58f95c5b --- /dev/null +++ b/tgk_Cyrl/data-00011-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5130ae08557dc47278619c97995fe14b7690828869967c6f975d4eeee08c4d4 +size 242557000 diff --git a/tgk_Cyrl/data-00012-of-00033.arrow b/tgk_Cyrl/data-00012-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..06baaadda787c9096517750b5f342f15f1d8edef --- /dev/null +++ b/tgk_Cyrl/data-00012-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0084587eca003018095c8ba401a1fa64f98b5fa144b62a83b71f433845c512 +size 241845112 diff --git a/tgk_Cyrl/data-00013-of-00033.arrow b/tgk_Cyrl/data-00013-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..81cfa70a278bcad4e7732dd4f681747ef267336d --- /dev/null +++ b/tgk_Cyrl/data-00013-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc2322a7dec5bd1b2e55a7e8e377ee360d8128b0cc3b7f6f2e35abcf30bc076 +size 242364112 diff --git a/tgk_Cyrl/data-00014-of-00033.arrow b/tgk_Cyrl/data-00014-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e3a0f485ffad94ee2ebe9c1cbc2802f1c000cb02 --- /dev/null +++ b/tgk_Cyrl/data-00014-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf790d7b1b98fda5abda7541f125062d2960099dc8620417ebf1b9d56353ca21 +size 241623008 diff --git a/tgk_Cyrl/data-00015-of-00033.arrow b/tgk_Cyrl/data-00015-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dc19cb6d20da5764585c0e03e85ff2918568fef1 --- /dev/null +++ b/tgk_Cyrl/data-00015-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9b54392fc142694bbfcc6f98e298a4596823eab177f513e0b4a481ad98845c +size 241584776 diff --git a/tgk_Cyrl/data-00016-of-00033.arrow b/tgk_Cyrl/data-00016-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9fa2684002e93978f1fa26bf49bda257b2f5c375 --- /dev/null +++ b/tgk_Cyrl/data-00016-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c68d015b913835e8d5bab07ee8dd1693e4882e3053aa505002933ef0fe41ec5 +size 242109832 diff --git a/tgk_Cyrl/data-00017-of-00033.arrow b/tgk_Cyrl/data-00017-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6e6b5e6eb0963167b25076c0ffa1465a58175210 --- /dev/null +++ b/tgk_Cyrl/data-00017-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0c3fd1f23b72304a2cf282ac5b3b79305c214857ad1453233484be68d64e35 +size 242348232 diff --git a/tgk_Cyrl/data-00018-of-00033.arrow b/tgk_Cyrl/data-00018-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d26812b288c405e227b6f36db9e575673346f984 --- /dev/null +++ b/tgk_Cyrl/data-00018-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1bcd289bdf397f0417592395b474d8692ff2da1a71c8db640ded5c4a5e0419 +size 242032000 diff --git a/tgk_Cyrl/data-00019-of-00033.arrow b/tgk_Cyrl/data-00019-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..75409a825d2b70d8446822e8b0f5565526596229 --- /dev/null +++ b/tgk_Cyrl/data-00019-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ef8325d149abd039ec3470adb75302bc320fc10ea08a50e8adaa7162ad2fda +size 242201776 diff --git a/tgk_Cyrl/data-00020-of-00033.arrow b/tgk_Cyrl/data-00020-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..df87c9a751080e83a552cde586a266b7dd195842 --- /dev/null +++ b/tgk_Cyrl/data-00020-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac040d5a9f2e85a77c74ad31fdd10cfd61c6da057354bb1cd4d641b8330fee1 +size 243203504 diff --git a/tgk_Cyrl/data-00021-of-00033.arrow b/tgk_Cyrl/data-00021-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9d79d07f7730b6fd7ec49ff71986557e7c6a32f9 --- /dev/null +++ b/tgk_Cyrl/data-00021-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29198c2c8ddbed24eada120d4aa66be22509671f37345ba0492e2abe6b3a620 +size 242754728 diff --git a/tgk_Cyrl/data-00022-of-00033.arrow b/tgk_Cyrl/data-00022-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..15129057f618c883b2ebac10ca6cd556512497d0 --- /dev/null +++ b/tgk_Cyrl/data-00022-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4c77e21eef30ad31b1499e4323ff3c8e0b7231df0c3cb07d88fc6b7e02f8ab +size 241888032 diff --git a/tgk_Cyrl/data-00023-of-00033.arrow b/tgk_Cyrl/data-00023-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9a0afe704aae094c141b1307af8e47195393b9c1 --- /dev/null +++ b/tgk_Cyrl/data-00023-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c416bc4e9e3a0822723c26089a232aaf8780305e5ab4ff3fe4f024667d9878b5 +size 242967872 diff --git a/tgk_Cyrl/data-00024-of-00033.arrow b/tgk_Cyrl/data-00024-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8567c9ce2435484fd5c46244ff5107217f8e3360 --- /dev/null +++ b/tgk_Cyrl/data-00024-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152f7dd014050eacf53bc5183f0e2848a1db5c198fb46814139d4cbe74df59a2 +size 242704384 diff --git a/tgk_Cyrl/data-00025-of-00033.arrow b/tgk_Cyrl/data-00025-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b105b881d3a2047b630d92423911c8ad158448b --- /dev/null +++ b/tgk_Cyrl/data-00025-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf495168d2da770289787e4df2ff578c584d209b46753b9230eedb0a19f8e6d +size 242793696 diff --git a/tgk_Cyrl/data-00026-of-00033.arrow b/tgk_Cyrl/data-00026-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fdff458be26adcd17166d13cae12ab941f9a0f04 --- /dev/null +++ b/tgk_Cyrl/data-00026-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526f7ca0a8189483696905d0d1f00d69fea3b3b2ce1426a59472a3956e58a34d +size 242689616 diff --git a/tgk_Cyrl/data-00027-of-00033.arrow b/tgk_Cyrl/data-00027-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b6bd58fbde28dcfce2483bd6a5d18920ce6b018e --- /dev/null +++ b/tgk_Cyrl/data-00027-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08cbb43c0cfb833b7d83db0cbf98a664df520a2d00f431a81bc08f47f67a7cb +size 242908496 diff --git a/tgk_Cyrl/data-00028-of-00033.arrow b/tgk_Cyrl/data-00028-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c7361268a4b88049c7c8b8af9dfb98ae46d460ba --- /dev/null +++ b/tgk_Cyrl/data-00028-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da29c029aceb205672ccda88b225b609edf2b13050c0a7c9f8fce20a75c5662 +size 242449456 diff --git a/tgk_Cyrl/data-00029-of-00033.arrow b/tgk_Cyrl/data-00029-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8137e1d81a14ca38040d6fdb230680b315013c0e --- /dev/null +++ b/tgk_Cyrl/data-00029-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525447277246d935413c6702d115e43c44efb5c92a3b13a8a09bcd68b19e9866 +size 242638688 diff --git a/tgk_Cyrl/data-00030-of-00033.arrow b/tgk_Cyrl/data-00030-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f64bc9faf7a97f59f6f5b6c235662f09436c494 --- /dev/null +++ b/tgk_Cyrl/data-00030-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4697db5da836a17761cd791350f1a91af24a0c9ab08af4da9f694ccf70db608 +size 1996897432 diff --git a/tgk_Cyrl/data-00031-of-00033.arrow b/tgk_Cyrl/data-00031-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1861d36907c4f90158faf144a4b7224a854e2168 --- /dev/null +++ b/tgk_Cyrl/data-00031-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58e58d667cbc88544e11f55b09ee15034f506b87f6db85c1b41812c8db274bc +size 3098422136 diff --git a/tgk_Cyrl/data-00032-of-00033.arrow b/tgk_Cyrl/data-00032-of-00033.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ae338239b2a99e4beea2c5f214bc3f99d27de71a --- /dev/null +++ b/tgk_Cyrl/data-00032-of-00033.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9551131ad8f0efdd6a6b598bae44c04b81d42d365cd43912ff9bae2a822c599 +size 2532391024 diff --git a/tgk_Cyrl/dataset_info.json b/tgk_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe8b800c31f2dce71530796cf90d9247ee8a058 --- /dev/null +++ b/tgk_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717d6e8ecf73cd10a16cb7d6ec844cd33a1c5bdd16d473da99e8e4729cd86f54 +size 2143 diff --git a/tgk_Cyrl/state.json b/tgk_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..669006e40aef0e4e484b3647b3defe61e5af6a3c --- /dev/null +++ b/tgk_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddf0ab4bdb6c2e2c27911399d912cebb9eb2b6d5b7d8bc461a36a5ebd028650 +size 2135 diff --git a/tgk_Latn/.gitattributes b/tgk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tgk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tgk_Latn/data-00000-of-00001.arrow b/tgk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e02bb83827e33ebe58cca52c5d1fb3eb5b96294b --- /dev/null +++ b/tgk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27557f412c1ce540ae19cf83f1ca0591a1070179ce9621f3e8ffbb9e3924169 +size 304518312 diff --git a/tgk_Latn/dataset_info.json b/tgk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..66998d43919dc36a095db32189fb65d045aadce4 --- /dev/null +++ b/tgk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41385f906405c91012552521dc2eb100ba62eda72bcc8f96e1c6762ced390f50 +size 1117 diff --git a/tgk_Latn/state.json b/tgk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7cdec44a9efd3273f954daceefa67acb66f9fdbd --- /dev/null +++ b/tgk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f68f5c15b7e66043e25092da613fec5d4eeef6a9156c13caaea0c7d770126f +size 247 diff --git a/tgl_Latn/.gitattributes b/tgl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tgl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tgl_Latn/data-00000-of-00001.arrow b/tgl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2cd9a99c63c81d28a1bf6fa1422882735b942175 --- /dev/null +++ b/tgl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67841538f9fee6152819705542b59aab8a5720cb178ac649fd34ee6b8b974964 +size 437798712 diff --git a/tgl_Latn/dataset_info.json b/tgl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..119d54c30a0d00d35079b8ba79eecc0c789eb59e --- /dev/null +++ b/tgl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55315efa6d0ce039312be30b322b9f83bc86382266a72caa272354bc7a7c7ce4 +size 1119 diff --git a/tgl_Latn/state.json b/tgl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9fb84b407e16630adbd041c0eeadc411e6b8e8ce --- /dev/null +++ b/tgl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d88c223bbf8b7cebe9e913d437eb22debc9701e2342d1863c8cca3af6431c3 +size 247 diff --git a/tha_Thai/.gitattributes b/tha_Thai/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tha_Thai/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tha_Thai/data-00000-of-00006.arrow b/tha_Thai/data-00000-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4b151d0c8d864df6e62e865b0715f0d552ff4899 --- /dev/null +++ b/tha_Thai/data-00000-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6c54452efdff53f8c7f62c110dffb389991c67eab71ccc3e93a4a20fa50c01 +size 932086064 diff --git a/tha_Thai/data-00001-of-00006.arrow b/tha_Thai/data-00001-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..478aab6a5e4fa3b044e5caed936bf082d25f452a --- /dev/null +++ b/tha_Thai/data-00001-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9cad59dbf6c0e1bbf5ecf38201b03c7510fa8e03a312c6d9fc4c7d0eeb3a4d +size 262447120 diff --git a/tha_Thai/data-00002-of-00006.arrow b/tha_Thai/data-00002-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..02e0245e559413c767f72293863c7d57001e307c --- /dev/null +++ b/tha_Thai/data-00002-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a61064edf36465b3b1adf4040ce54cb0c929d24b6c74b9274b82778e429494 +size 260551960 diff --git a/tha_Thai/data-00003-of-00006.arrow b/tha_Thai/data-00003-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e179a38eaaf2182835ea6370b7eeaa37ca979c72 --- /dev/null +++ b/tha_Thai/data-00003-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544f3431ef47c9f30acc308dd74a1b20d0d89d5fdfa5a4608da37b553cb77ef2 +size 263180456 diff --git a/tha_Thai/data-00004-of-00006.arrow b/tha_Thai/data-00004-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8ae071e51306aa31b5560f7905cfd36a92ba3e8f --- /dev/null +++ b/tha_Thai/data-00004-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccad6eacf12675b6b60bd61940b1a043b63996f58b74368ee793744a78e5b64 +size 264169496 diff --git a/tha_Thai/data-00005-of-00006.arrow b/tha_Thai/data-00005-of-00006.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6d5364f881eb41de38cf68f790385d673b5ab669 --- /dev/null +++ b/tha_Thai/data-00005-of-00006.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcaa542261e772acc9d6ca0a1c0482ed6411f612b55026346b59bcaf286f0c4e +size 640007872 diff --git a/tha_Thai/dataset_info.json b/tha_Thai/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6ba994b120525c0c8329e06668c67329165ca135 --- /dev/null +++ b/tha_Thai/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8810264e99e06bdd6b34a6a8e726eae3d31d1f45e92203025cdcfc03dce951cc +size 1266 diff --git a/tha_Thai/state.json b/tha_Thai/state.json new file mode 100644 index 0000000000000000000000000000000000000000..042d5e8fc2312692a0f7b110273d59309541eab6 --- /dev/null +++ b/tha_Thai/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9070df65b81a2297c61928d3658704fd31a4fbfde936fbe0f0476b22aca77a31 +size 542 diff --git a/the_Deva/.gitattributes b/the_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/the_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/the_Deva/data-00000-of-00001.arrow b/the_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..31bad2a54afab169dd18aafc2dc00aa3824655bb --- /dev/null +++ b/the_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaa04b2342767f73c70e5b379d34fd8b8afa7d6c4f49ea31b6933041c7be138 +size 77848 diff --git a/the_Deva/dataset_info.json b/the_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4e975f2b39ea1e37e73c24200640605c3a3f99 --- /dev/null +++ b/the_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89465a0365e633f21a0edba5611a00b24340c4e28238211124671ca37cad89bc +size 1094 diff --git a/the_Deva/state.json b/the_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..57a2496138358d8373127245fa700f668dc3e9a2 --- /dev/null +++ b/the_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2654f0caf6f3a0137f4782aad9d87759ca3e20dd12b6bb82c29faec5c5d6544f +size 247 diff --git a/thk_Latn/.gitattributes b/thk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/thk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/thk_Latn/data-00000-of-00001.arrow b/thk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..60deba8708cd9e62e0dc6edf38efb323a3a552a6 --- /dev/null +++ b/thk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d56fb08d719cb27775f419e8d9606b6d4e5c16109f07aae22de8a40856e32b0 +size 1832 diff --git a/thk_Latn/dataset_info.json b/thk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..666414107107e30ea7d8aed00dc4cf9b8c78ddf4 --- /dev/null +++ b/thk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6dca148730ed6d9dc43a6e46502c0fc70e1a0ad2aff5b22e807353be40fa24 +size 1083 diff --git a/thk_Latn/state.json b/thk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ac34c1e16cb1e028e13632d08a6d3e27f684aba3 --- /dev/null +++ b/thk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb039faca343507b900bb6bf5ef4689bcd3c69a151d193f29124105de136316 +size 250 diff --git a/thl_Deva/.gitattributes b/thl_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/thl_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/thl_Deva/data-00000-of-00001.arrow b/thl_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d5c7fea3153ca36b8788f3a6f3c1bbea36e419d2 --- /dev/null +++ b/thl_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d9f49434112785462d07dded743d3eabbb417f2f897443320891e6d5b5507d +size 254528 diff --git a/thl_Deva/dataset_info.json b/thl_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..459905150f761ac1e93eaa0c4b6bacc9fbf1b0f8 --- /dev/null +++ b/thl_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1c3d30cb61cf0554cd256a9d59e4984b394b4d1de9a3b8c7df5e716143cc26 +size 1099 diff --git a/thl_Deva/state.json b/thl_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..37dd191e0c83bbc2d6ef34d3fef9c69315030c29 --- /dev/null +++ b/thl_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabda060018c85fdbdb5c6081bd5a8daebc1007b7ccaa5523acf81aad7383f94 +size 247 diff --git a/thy_Thai/.gitattributes b/thy_Thai/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/thy_Thai/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/thy_Thai/data-00000-of-00001.arrow b/thy_Thai/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bdc28899eadd7dff8ea838d06998916c003599d6 --- /dev/null +++ b/thy_Thai/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68899f2e2717f50627f943fd144866e64e44fd7a2e6ace64232392c5753dc9d1 +size 3928 diff --git a/thy_Thai/dataset_info.json b/thy_Thai/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5183fbf3e65c2cc81f5fb04c29d489788000d9db --- /dev/null +++ b/thy_Thai/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53166f907231e3d7bfdb6f53c1cd773870a5abed636ae204fe499eb30d26e5d +size 1087 diff --git a/thy_Thai/state.json b/thy_Thai/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6ea4ed42d3dd00d855685477ce5954dd410fdb50 --- /dev/null +++ b/thy_Thai/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4efd7e3ddf71c698964a2dea353f87f3441a705e51cedb32a56efe4b658a46 +size 250 diff --git a/tio_Latn/.gitattributes b/tio_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tio_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tio_Latn/data-00000-of-00001.arrow b/tio_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dcb5609ba1bcace4225ff5449ddf92347b9cc08b --- /dev/null +++ b/tio_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4707834443e0d7bf78cce33edbac5f32119fcedb48d6c988b4002f5d7c6eac07 +size 5128 diff --git a/tio_Latn/dataset_info.json b/tio_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..be71cb48000eaa1783d4aa481e33ad06ed6901f0 --- /dev/null +++ b/tio_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f96ff8832309b70114c69fd408d4e6f0b9b5b902c5ccb0cdce0010fa7cfe9f2 +size 1088 diff --git a/tio_Latn/state.json b/tio_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5f99a1d01a65d4f5bfb607d22c446ef386cf1f5c --- /dev/null +++ b/tio_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f85ebc27409384f75b2f59e3136b8677c44bd3b1219a1a71ad732c379ca975 +size 247 diff --git a/tir_Ethi/.gitattributes b/tir_Ethi/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tir_Ethi/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tir_Ethi/data-00000-of-00002.arrow b/tir_Ethi/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cce1a1f1d7e3ec0daff6ec3bda205eb9833d8f72 --- /dev/null +++ b/tir_Ethi/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6c1c3b91dba107291f7a9055dcfe7e184dcb3c28f9184db5b2654ff42c7c0f +size 405697976 diff --git a/tir_Ethi/data-00001-of-00002.arrow b/tir_Ethi/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f6670a85d906c7e3fb6323693545f32979177087 --- /dev/null +++ b/tir_Ethi/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c4ee87ccc5735ebf229b403cbb84f57c6b1a5dc984a352472e46a17582693f +size 236819440 diff --git a/tir_Ethi/dataset_info.json b/tir_Ethi/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1681b1bb2f35f6d96ce355296fbfeea8bc1d609e --- /dev/null +++ b/tir_Ethi/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6208476172cc2f1d996a62475086782dd046a8d4df6a3ff245cbd76ba3a2f722 +size 1186 diff --git a/tir_Ethi/state.json b/tir_Ethi/state.json new file mode 100644 index 0000000000000000000000000000000000000000..81b75bb00a809224cb2f4008995d6cad0cb070f6 --- /dev/null +++ b/tir_Ethi/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf1dbb4155e25e38b735bea17f91e32d6e7d95b8f36b1a8dda92450cef802e2 +size 306 diff --git a/tiv_Latn/.gitattributes b/tiv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tiv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tiv_Latn/data-00000-of-00001.arrow b/tiv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5222b90521d62940fbb3bc4ce32c449e324234f9 --- /dev/null +++ b/tiv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad194383a0fea96c8ec1cbb1d42777547638d427c92d64a8129f2810f920f01 +size 10440472 diff --git a/tiv_Latn/dataset_info.json b/tiv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..65dfd908fc1c018094ebf3a4f2c67dcffaa5c5f3 --- /dev/null +++ b/tiv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f1d23cabf3988f165da35425e4095f04eddc39134b2cb65210eb1d2456b681 +size 1110 diff --git a/tiv_Latn/state.json b/tiv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1e302db6452a44f4157f9ede00860dd37904f775 --- /dev/null +++ b/tiv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72d26bc1b828372cebf8981fd64453022238dff559ade6ff941511814bf4896 +size 247 diff --git a/tkd_Latn/.gitattributes b/tkd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tkd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tkd_Latn/data-00000-of-00001.arrow b/tkd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9d23e9feabb0c5b754ad718b4e8be2d58732ea23 --- /dev/null +++ b/tkd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149bfdc23451cf32955ac883c3a55d1841bb3e833c11268681086c304c970d4f +size 2832 diff --git a/tkd_Latn/dataset_info.json b/tkd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bec8177a3f3d895f2d49e7a1744bb2d736d6bcb4 --- /dev/null +++ b/tkd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630542636c94e9fd26c61de4e2d33fac11c08070e6d44faad4392b2bb22116e5 +size 1087 diff --git a/tkd_Latn/state.json b/tkd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..73b26da6c84893262d848da1fb96c75e16b274d9 --- /dev/null +++ b/tkd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad197125c0352d3de5314c2c77ab69dd86f1c4680a6998be33b3fa4e774aa27 +size 247 diff --git a/tkr_Cyrl/.gitattributes b/tkr_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tkr_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tkr_Cyrl/data-00000-of-00001.arrow b/tkr_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..06e25d05f50389c112f776ae8bceda3fc41d869c --- /dev/null +++ b/tkr_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6196894a13fab37d4c49394604192e3832c84bad79468ac50677732f731ab471 +size 7384 diff --git a/tkr_Cyrl/dataset_info.json b/tkr_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0912bd0765a495989789459c1609d5a2b0f61be7 --- /dev/null +++ b/tkr_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facc9761e63d4fbb99039be85c6ee0204e27b5c1d06f3f4aa24defc331065c26 +size 1099 diff --git a/tkr_Cyrl/state.json b/tkr_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..96490c19f06facb6e4c50fd2ef7759941842e145 --- /dev/null +++ b/tkr_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430996e3c7a9bb69bd53e8e4f556dbcf4718e798d46d5f20244576da61674209 +size 247 diff --git a/tkr_Latn/.gitattributes b/tkr_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tkr_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tkr_Latn/data-00000-of-00001.arrow b/tkr_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b26cad0484a78d1fe4108213d3aa40aec5c7795 --- /dev/null +++ b/tkr_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074e7cd6ecb3f5e40d3d223b366150e2ced35239476a761179c069c3905b4ef8 +size 7728 diff --git a/tkr_Latn/dataset_info.json b/tkr_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a1ad8e16d7aef1e57df06a71b3de1ed9b28e26ce --- /dev/null +++ b/tkr_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6ead073022af64a61b7ed98dfdf1bd13ccae669befa58523a173b1ba1eaf95 +size 1094 diff --git a/tkr_Latn/state.json b/tkr_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0e2c4bcc5a0d06b36594607a19da5dcd49353f66 --- /dev/null +++ b/tkr_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4353e7c109c3c346520d9cfae67ecd8213e895daee579adcfcd32ddd3ab7e2c4 +size 247 diff --git a/tks_Arab/.gitattributes b/tks_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tks_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tks_Arab/data-00000-of-00001.arrow b/tks_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..65109aef0ec5159ec16355298d71e3b8e7fd7ba4 --- /dev/null +++ b/tks_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3601c0b3448aa3f00d806feb22b77591901907a64a1e1fb9a1790e6983509a +size 82872 diff --git a/tks_Arab/dataset_info.json b/tks_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ab4b232fe56210cb29fabf8e75e7ba1d277125e6 --- /dev/null +++ b/tks_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d017b6e66994f908ebce21f52e87fc6660db5308d63e7d046661714ec09f14 +size 1099 diff --git a/tks_Arab/state.json b/tks_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f73554acb4640fadd7832d3dcb9c165d8fec7ec0 --- /dev/null +++ b/tks_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f0d9d5c478bdda3f24d710ae54b84d25dac2b7df902a6bef0febf98de67429 +size 247 diff --git a/tlh_Latn/.gitattributes b/tlh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tlh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tlh_Latn/data-00000-of-00001.arrow b/tlh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7dfa27fbbbe54eaf7a8d7f2c2674454404445218 --- /dev/null +++ b/tlh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d910308d6d9f6372173a09377472761779f97273a2047a4c663d8c63876fc9e +size 7266728 diff --git a/tlh_Latn/dataset_info.json b/tlh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..98fe4175404e81143fb4471034cd65de3a8b9521 --- /dev/null +++ b/tlh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df3ad04c83410cbdced977491ae85fc80183b6a01ddd5c69f441be6ea534d10 +size 1106 diff --git a/tlh_Latn/state.json b/tlh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d1b9769a4c92e1603b531bd9d62eacc853186e1d --- /dev/null +++ b/tlh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bbef82e07e58cc6632013dca35c706bf7fbaada8c9f6e82d9035b79353ed5d +size 247 diff --git a/tll_Latn/.gitattributes b/tll_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tll_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tll_Latn/data-00000-of-00001.arrow b/tll_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fea570952640c2b83d349a32e8610039a43a9d5c --- /dev/null +++ b/tll_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598b358bc4c0c384daec779995c28501b797b32bcea9c07062082d37cd420650 +size 448048 diff --git a/tll_Latn/dataset_info.json b/tll_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a0d1a32fc29081345df4f1b036be26806daa473a --- /dev/null +++ b/tll_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4fc8d115b9d9f1ea73c91db128851fbd71ac8e4e28a1312381d04ee8dd9598 +size 1098 diff --git a/tll_Latn/state.json b/tll_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fc1535aa828a5729ed3524a920b7a977bb4f02d9 --- /dev/null +++ b/tll_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f148fff155c756822950150a41d32d35f27dfe1c431866a5f6ca8dea8dde967 +size 247 diff --git a/tls_Latn/.gitattributes b/tls_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tls_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tls_Latn/data-00000-of-00001.arrow b/tls_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..83ac0d2035f12cfbeaabfe2ce1805972c93360d8 --- /dev/null +++ b/tls_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ac6e0cfec6c7165ffaf574a195ac2d6c0e46e65a3fe449da3c5263bf393748 +size 4619920 diff --git a/tls_Latn/dataset_info.json b/tls_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2f29a299e47161ec49c3004529751278def7f1f4 --- /dev/null +++ b/tls_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f59541d782fa4a3e4c4d0f98cc2416ebcde46e63627624d64a537be8fbd409 +size 1107 diff --git a/tls_Latn/state.json b/tls_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2dd968265ba4a8f5935c9efb74d6deea3b889325 --- /dev/null +++ b/tls_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78c3914a4af87a8616d2869bc60637f8ee48f0f3e5f98ea2d4ab6355bda3728 +size 247 diff --git a/tly_Arab/.gitattributes b/tly_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tly_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tly_Arab/data-00000-of-00001.arrow b/tly_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..29c047938f64f76ac52f7b1d98638d66ed463afa --- /dev/null +++ b/tly_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be28e85185fb851be4e694daf9a7ae2e6b48f737be9288a2f88f673d74fb473 +size 2715328 diff --git a/tly_Arab/dataset_info.json b/tly_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..38c7bbbc8e87c9e102709c633558b5199148b7df --- /dev/null +++ b/tly_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ed8553982478552df9c664a8a5effee1ef43228da0ce7e2f612855e291a5fe +size 1105 diff --git a/tly_Arab/state.json b/tly_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..63bdb126bd8b23a7fb2313b13e5aa44efe4f9328 --- /dev/null +++ b/tly_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70971e5226ce14277b37c989160fd8bf3328d81d1f614fcab4f3411074a17674 +size 247 diff --git a/tly_Latn/.gitattributes b/tly_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tly_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tly_Latn/data-00000-of-00001.arrow b/tly_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5d1a0d97c455b5943b2558fb3dbcf2b09fad0bc9 --- /dev/null +++ b/tly_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c9318e8335d222f1819e658081e9841c5701c89aa1c064f80e868efd3d9714 +size 2046112 diff --git a/tly_Latn/dataset_info.json b/tly_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..87c8968146a341ff862a36b97c980f6244a9c299 --- /dev/null +++ b/tly_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8bbea4120393752059335c84e24bcc09461c200f9e58110f3c01c86e27a1bc +size 1105 diff --git a/tly_Latn/state.json b/tly_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b26bdc340af5bbc8a46a1a6bdd7ca7758d56f24b --- /dev/null +++ b/tly_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c46ceeb3645b16bded22039c54352b76eb157aba226b8483aa96ba490216bf1 +size 247 diff --git a/tnl_Latn/.gitattributes b/tnl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tnl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tnl_Latn/data-00000-of-00001.arrow b/tnl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c8ac5689a9d40fe2ccfd962821f7844827222e53 --- /dev/null +++ b/tnl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b911db85fb123a5de23969cea0fd53141162ec4ffef181ffcccd76bc28d84ec7 +size 6768 diff --git a/tnl_Latn/dataset_info.json b/tnl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0daa593cafaef5de1e6b0700175e514cc52a2946 --- /dev/null +++ b/tnl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8551b79cadb3f336a55889edd85750c92ff4ff3e301588139390721ae61a3f47 +size 1089 diff --git a/tnl_Latn/state.json b/tnl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ae7312d50cce20eb21df85679fcd09d3c6267edc --- /dev/null +++ b/tnl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef6e6399222565a137664fe9c278ba8e0bad63fa19f795f4331c6fd5686a35f +size 247 diff --git a/tnn_Latn/.gitattributes b/tnn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tnn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tnn_Latn/data-00000-of-00001.arrow b/tnn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d55fa858c911cc6446ce2db75b77b1d425ea9fc8 --- /dev/null +++ b/tnn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3ce708ec603c36a984b46d516087d20fb518ce31c555b2dd0bdb011dd17645 +size 14592 diff --git a/tnn_Latn/dataset_info.json b/tnn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fca8f40c2f4e2e15db1acf7a04a418a336f53478 --- /dev/null +++ b/tnn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3932f210b31fe0dd32a31e51f9bc6ff925378b38e15fe9d4a1c9e27b60970019 +size 1093 diff --git a/tnn_Latn/state.json b/tnn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..70d8321cb75223c325b75494a354ec5e8a945ad8 --- /dev/null +++ b/tnn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253a6628b4bf51d6fd724b0b296ee16950c627fb8754f97bf14bf12bf73b2975 +size 247 diff --git a/tnp_Latn/.gitattributes b/tnp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tnp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tnp_Latn/data-00000-of-00001.arrow b/tnp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9cf5c45076eec93606378ce64bb179c9bd5e4f3e --- /dev/null +++ b/tnp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c065e0c2168ec00a041500ac14958cd0c8181e1690cabc40fbddbd97c0329c +size 2896 diff --git a/tnp_Latn/dataset_info.json b/tnp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..72cfaa30d6067f7e8ae075c170ad44872395dbe4 --- /dev/null +++ b/tnp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c4dde3193d955bbba9563804e6ae81944082a7b6724b6bc7c91abca713609b +size 1087 diff --git a/tnp_Latn/state.json b/tnp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cfc1751e2b0a8d693b4a7f1935f6cd34529969cc --- /dev/null +++ b/tnp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc24da32e6b9301c18d281a4605613c5f7117b8274720da196e6f06af6c4f1e1 +size 247 diff --git a/tnt_Latn/.gitattributes b/tnt_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tnt_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tnt_Latn/data-00000-of-00001.arrow b/tnt_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a0f0bb73226b1c89240e1143aeef2a9fff4a0740 --- /dev/null +++ b/tnt_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229e49e6d96eb6b5ed5f063fc31f83b219aa17cc50cfcd6bfb93c0c0400f2a07 +size 5512 diff --git a/tnt_Latn/dataset_info.json b/tnt_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c52914a72d38a3c80d7fb4e7d4da5d75232d9dfa --- /dev/null +++ b/tnt_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a9eef6c892db44dca63dee9cb12abd31c516f8d16a73e0cad6eff60596710a +size 1087 diff --git a/tnt_Latn/state.json b/tnt_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..29b36ebb700c2014a6c57b364ba53399f1fe976e --- /dev/null +++ b/tnt_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f4c565e23bc3266b786f01dc381a520b993bdc1231fcd4f1be3a560b2cf113 +size 250 diff --git a/tod_Latn/.gitattributes b/tod_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tod_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tod_Latn/data-00000-of-00001.arrow b/tod_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9766314d0729fcd6d08f2d22eb6f67e1bd2fb872 --- /dev/null +++ b/tod_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4669ec1cf99f448c56b1407f1c9d41822374f451622ef34acf165c732ad414 +size 3104 diff --git a/tod_Latn/dataset_info.json b/tod_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d0709dd8609bc7d266c838a77359309dfabfb0d5 --- /dev/null +++ b/tod_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c88dfea2a2aeaed5f5583b62c0f70c7f854e02a7b601d60b18428931143c06 +size 1087 diff --git a/tod_Latn/state.json b/tod_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..435e99db1f808fff30a10340919b36dd1fdfee5f --- /dev/null +++ b/tod_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec18c8a288599dafa78ad8bacebbfe7832d0b2b96ef8642dacf28b286350bc60 +size 250 diff --git a/toj_Latn/.gitattributes b/toj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/toj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/toj_Latn/data-00000-of-00001.arrow b/toj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f343cdd499c58a2c8c8fd9bc25634025f9b4c4ea --- /dev/null +++ b/toj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e862d922f5d5171f1bc6d1fe024d9437cb5cf62d01d73b09415ef9fd80dfe130 +size 5369144 diff --git a/toj_Latn/dataset_info.json b/toj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2cd8137716fa1175f30b1c3d5bf1f2fb498c2d3e --- /dev/null +++ b/toj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02698edaff94f07538d0973d3a090da891bfb2a910b0bbacf8e20de702a2094c +size 1106 diff --git a/toj_Latn/state.json b/toj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..372c51fa59928d6943172567dfc4e193e8c0e48e --- /dev/null +++ b/toj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18af0ceb8f9e3f6aad5feefb7045090e7c3c628cb20cbe02ba2c8673e3aed4b8 +size 247 diff --git a/tom_Latn/.gitattributes b/tom_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tom_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tom_Latn/data-00000-of-00001.arrow b/tom_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e27354130d1daab479adb38632a2ea4e0748946a --- /dev/null +++ b/tom_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be3a56abfc1907b4b49b707c9a2890f40a226fa34ee6da09dfd7da81f8a5c35 +size 5656 diff --git a/tom_Latn/dataset_info.json b/tom_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ce3908d6de83c3b9cdfec8d073ac05a673955c4f --- /dev/null +++ b/tom_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331734635f24b4115cf5953a5c10ab23010a3cb97150158f16c571ad2949f6d0 +size 1087 diff --git a/tom_Latn/state.json b/tom_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6ae043a18acf44416f9b2e872f9189e69038c3cb --- /dev/null +++ b/tom_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f4a178f61278cc56e22b5156c7dc154abf8b7d2c4dcd266af8f14d7a7849da +size 250 diff --git a/ton_Latn/.gitattributes b/ton_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ton_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ton_Latn/data-00000-of-00001.arrow b/ton_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ad94d9ab96a8a6bed13016d237d672a24595633e --- /dev/null +++ b/ton_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff95252250e2e78f3451b1cf7e2e56ea9c7d8d72e720acee4a7e3bebdf5307c +size 31867464 diff --git a/ton_Latn/dataset_info.json b/ton_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..654f9b316bacb2b2cb07922f8dcde2db93a0fa3f --- /dev/null +++ b/ton_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1486713dee9cc1cf7fd683264f623423313fdfa1510b2de5514996067c50681e +size 1111 diff --git a/ton_Latn/state.json b/ton_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9bc33616403465844f9b65d49bef593fd1747fe3 --- /dev/null +++ b/ton_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525080a5ec91d0bbf57a909310ffdc228502b146e888c864e82b044fb77d9e60 +size 247 diff --git a/top_Latn/.gitattributes b/top_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/top_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/top_Latn/data-00000-of-00001.arrow b/top_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2450fdaf4169634fa9c00b21ecef89318da54c34 --- /dev/null +++ b/top_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9852cb7cbbfdbba84f2bc8b5dd8861f295ffdb87ac70df5101321c71e4b64e2f +size 2001120 diff --git a/top_Latn/dataset_info.json b/top_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5154b9079352f92f6bebb680d4c3df8462219edc --- /dev/null +++ b/top_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f28aa5971cc57355c0b7c8e651c0a1b5423f3be7a25c77a9f2113ac677416d +size 1105 diff --git a/top_Latn/state.json b/top_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..78dbda4a1d81e4dce23356554af2b18964372c76 --- /dev/null +++ b/top_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3591b4f526a34ac4001dca88aadaebf49f3ca4c8bc3e38acf05dc6296e8282 +size 247 diff --git a/tpi_Latn/.gitattributes b/tpi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tpi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tpi_Latn/data-00000-of-00001.arrow b/tpi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..17217842e11646e82c171e0ecd89b78568ec5b02 --- /dev/null +++ b/tpi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5267ee209d05cea0326544c8ae23e9fa474c5ef3370bc90c12154562950b3ea +size 9450448 diff --git a/tpi_Latn/dataset_info.json b/tpi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b5aee140536a8e9f96cae5869096ddf53915e74e --- /dev/null +++ b/tpi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4239524eaa4810e58288ef0e8addef87398e482e587bf14747abd716a560037e +size 1109 diff --git a/tpi_Latn/state.json b/tpi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e2380d71e85169e67867e8bbcd04baa1547f003a --- /dev/null +++ b/tpi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f97290d7c3615e158045e23f42bc2996c506f95debb25166a2aeb58586e9fab +size 247 diff --git a/tpl_Latn/.gitattributes b/tpl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tpl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tpl_Latn/data-00000-of-00001.arrow b/tpl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..19d2931a5653c448d9ee0f21ba46ec01937d6fce --- /dev/null +++ b/tpl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e67c6436c7e2085861bcf310146aa357f0c0371cab7ae37db43f1ec80a09756 +size 8360 diff --git a/tpl_Latn/dataset_info.json b/tpl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b55af002fafe49b1c8750fc89ed1a6e8e2dcfd58 --- /dev/null +++ b/tpl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58aa561aa939ae9aa7b1e78e23bc94c255bc834a56190cee3f3279b77da1397b +size 1088 diff --git a/tpl_Latn/state.json b/tpl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dcbe124eb5eec453074afd9d832ee92431dc6a8a --- /dev/null +++ b/tpl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c5d077451dc81392178210bbd5e0019cf5b079b67ca1e8a20ba869485c8375 +size 250 diff --git a/tpu_Khmr/.gitattributes b/tpu_Khmr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tpu_Khmr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tpu_Khmr/data-00000-of-00001.arrow b/tpu_Khmr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ea4507954de12ccd00d7b6f47c1378ebf2e9833f --- /dev/null +++ b/tpu_Khmr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64566665398c24fea92e4ccd94a7fb5c7d5340ff56cf9140f1b0c447928d4b9 +size 178200 diff --git a/tpu_Khmr/dataset_info.json b/tpu_Khmr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b3398822e96459d9525b9972a0be0dce7514ba43 --- /dev/null +++ b/tpu_Khmr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8bb20dd1e389aa35abe2b7f8a21b5bd076c958ea2e47f0ea66a1b4ee0fa58a +size 1098 diff --git a/tpu_Khmr/state.json b/tpu_Khmr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..18c399277af3757e59fa4c04d06d62b37a11a7f1 --- /dev/null +++ b/tpu_Khmr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0aa1d3aff36ac0efe1ee1c61a23b478de023d85d73f9593841763e44778f24 +size 247 diff --git a/trp_Latn/.gitattributes b/trp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/trp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/trp_Latn/data-00000-of-00001.arrow b/trp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..17fc492e7b60682df222c265d774fef58e47cc8f --- /dev/null +++ b/trp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2444f3e3754ee31a2f4d080251c24d918e82b5995f3218572faa63a77c01a8 +size 248528 diff --git a/trp_Latn/dataset_info.json b/trp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0da065f8b865088244ea006ea354a18733b32d42 --- /dev/null +++ b/trp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f156fcc2117e47802d28bf6e0986d8d3c398e24292c71b3dd15becb475f0ee3e +size 1098 diff --git a/trp_Latn/state.json b/trp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b65862c52009f2df01d9241970b71b72440b6498 --- /dev/null +++ b/trp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeeec82fadb7849274bf02efd58409658329d09fce155927280b1defa7bfdf2d +size 247 diff --git a/trv_Hani/.gitattributes b/trv_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/trv_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/trv_Hani/data-00000-of-00001.arrow b/trv_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..33e8199cd83a24a868c6b22e559fef933887a765 --- /dev/null +++ b/trv_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a43cc1d7acfb8156cddef2d210e7806d9f399a16b566a2b6b9ecb02421405f9 +size 6672 diff --git a/trv_Hani/dataset_info.json b/trv_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2d02068d02ab74753e64acafcbbad53b293d82a5 --- /dev/null +++ b/trv_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6d26da234e0674831c20c08183093b4f9955f69269dd752995ac6e724e89ec +size 1088 diff --git a/trv_Hani/state.json b/trv_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e7e44e7eec5f445048af1758a5254a3eef12052b --- /dev/null +++ b/trv_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cb51c35cb9cd95989846747f3227da6f1189f26ffcc4138bc41761c3660196 +size 247 diff --git a/trv_Latn/.gitattributes b/trv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/trv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/trv_Latn/data-00000-of-00001.arrow b/trv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..422f23748970892d194a116fbf33666fc99a5729 --- /dev/null +++ b/trv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd85923d56cdcf0aa38096f437518b8b4a02aaf20e663eea816410f06587ed0e +size 4892232 diff --git a/trv_Latn/dataset_info.json b/trv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f42353029ced3ef5cc6f8567e2b437aa02b17962 --- /dev/null +++ b/trv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f31902aa339fe56596a5c9160e0059db62f699445d0adbfd35e5add4260d99 +size 1106 diff --git a/trv_Latn/state.json b/trv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6c75787e66254eb80c9f706240885c8e02d0daba --- /dev/null +++ b/trv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d126eb9f129fb224fa7c6f553173653824b3db6db66e4d9b5c6638d0df7ea09 +size 247 diff --git a/tsb_Latn/.gitattributes b/tsb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tsb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tsb_Latn/data-00000-of-00001.arrow b/tsb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1009c80e22e8e9a90ff7265b190fd7643c02b1e3 --- /dev/null +++ b/tsb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af6b6918c9e752e66dc72a5737eb5ef10c8f733427154b97f7d781249c75501 +size 3992 diff --git a/tsb_Latn/dataset_info.json b/tsb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..501c1a37d46123ac78335ba9c4f79fc561620e06 --- /dev/null +++ b/tsb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fb1643230497d4dbc510a3556744f6da5c9a5c48e04946c5d1dcd779eceb76 +size 1087 diff --git a/tsb_Latn/state.json b/tsb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..461e5f7f01cd621e3446e159771e1dcfb396c495 --- /dev/null +++ b/tsb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf470ee51479087d314ed5d1708d240d779a4dc711a679088aded6a9be35de7f +size 250 diff --git a/tsc_Latn/.gitattributes b/tsc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tsc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tsc_Latn/data-00000-of-00001.arrow b/tsc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..497908d11c7b834f23a6c697d2b85ff839c075ef --- /dev/null +++ b/tsc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef54bda80112a4de8ce4d35f0e0ad232877cdaabb8d3c1cf7720f9a349d7cf3 +size 488176 diff --git a/tsc_Latn/dataset_info.json b/tsc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..db2396c758ba7b51a7f4c03cf702538bfd27e8d5 --- /dev/null +++ b/tsc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39147e9875d885a91ef18e81fd14f7351f7489591c8abd05a3b892bb01421174 +size 1099 diff --git a/tsc_Latn/state.json b/tsc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a362cbfb6ece7408ae8138ec2f51db351e209728 --- /dev/null +++ b/tsc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c99b7dc6a6ef63cf4635e25e7683be1704869ef1e75770cdbc8ba4544175b73 +size 247 diff --git a/tsg_Latn/.gitattributes b/tsg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tsg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tsg_Latn/data-00000-of-00001.arrow b/tsg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..313ecb4b5d6ca4045cd6dda231c829646b474f73 --- /dev/null +++ b/tsg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09ac28df61d4356cab203a5d013a8e3e572cf0d4b34a3886d00c6171976f93e +size 2199504 diff --git a/tsg_Latn/dataset_info.json b/tsg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ecbe27e26edb1440a4182942441eb61c341226c8 --- /dev/null +++ b/tsg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a20a9694778e881a00d63bee9f4173bd5a6b6a12f240217322d356f3a5261b1 +size 1104 diff --git a/tsg_Latn/state.json b/tsg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..68662f839aff5c6996dec1dfaceb7893bff59781 --- /dev/null +++ b/tsg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44b1022b57a50e3a34abda253cea23b315b3e02712a4af0fe00f59c9e7b02e1 +size 247 diff --git a/tsn_Latn/.gitattributes b/tsn_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tsn_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tsn_Latn/data-00000-of-00001.arrow b/tsn_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..91b176e56dd3fdaec43cf0e9904d0db9fcd531e6 --- /dev/null +++ b/tsn_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365d8e5c12e4484286561ea865e2a16d32fde136b3a2916574ddca70e35ff4ed +size 80894120 diff --git a/tsn_Latn/dataset_info.json b/tsn_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3ecd33a93c4531f026977b3f6f3e13b1ce470fda --- /dev/null +++ b/tsn_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc54a2bba899f6ff911d4fb7ee606dd9d0a221cd3168729f5f5f9cb1f758931e +size 1118 diff --git a/tsn_Latn/state.json b/tsn_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cdd94493407368387ea9572dbce0cc0b4d080598 --- /dev/null +++ b/tsn_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453509fd39ef91a73150ee81aafaf4a3fe9aba6e91ea7512f314ad8e20009f84 +size 247 diff --git a/tso_Latn/.gitattributes b/tso_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tso_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tso_Latn/data-00000-of-00001.arrow b/tso_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..41e4cec1a0a34ea98a95ed3acb9c9fbe1e75b6fe --- /dev/null +++ b/tso_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb495a5998cb0bfff718585cd9c5c7cfe32f51e55a31f4d579bf5a0d744fa197 +size 56285760 diff --git a/tso_Latn/dataset_info.json b/tso_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..193950deba093ed6df734a766e635c963fa4916f --- /dev/null +++ b/tso_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34428ba7699b3c856522881502ebba5d485d35e3b273a853a3febae5cf50d87 +size 1113 diff --git a/tso_Latn/state.json b/tso_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7a867d6d2e5765545035d22aa04cdc7dee31d20e --- /dev/null +++ b/tso_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f24bb2884dbdd2706aa40e35b565543f9826d690636b726e80034c08b0fbb67 +size 247 diff --git a/ttt_Cyrl/.gitattributes b/ttt_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ttt_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ttt_Cyrl/data-00000-of-00001.arrow b/ttt_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ca48900043144a27841cbe3f8fe5094d0660ef6 --- /dev/null +++ b/ttt_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c852d1c19fc5a9a7e3d7b44ff54d82e4faa4e91fa2babf198fb09027237d7c2c +size 27752 diff --git a/ttt_Cyrl/dataset_info.json b/ttt_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7e1ff7eb1b7627bebd88675ef3783fb25cc3fde7 --- /dev/null +++ b/ttt_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d6ef5ce46c8206f743a0c93bc07e523a2234d8ba375a9e60c1321c096ffe59 +size 1093 diff --git a/ttt_Cyrl/state.json b/ttt_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c46c5d1e5f3dbfff2b6ee9cad0135df0bdc245f1 --- /dev/null +++ b/ttt_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5633ce30072221989798b1a0fab1ef3d7d46a1d72f8b540b66b2f36a702574c +size 247 diff --git a/tuc_Latn/.gitattributes b/tuc_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tuc_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tuc_Latn/data-00000-of-00001.arrow b/tuc_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eef5d81f3be1fbd2d6695a0b3170bf2445ac7eae --- /dev/null +++ b/tuc_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5779b2f91ef379927810cc5fbc469a0a620b51aa1e1d95a431a6e42b8b6f08 +size 9666824 diff --git a/tuc_Latn/dataset_info.json b/tuc_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7ddfb887fbfc12f672d19d0215b7be10c8a74670 --- /dev/null +++ b/tuc_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b50aff26bd28fa43eb31ae0f3ff8635b9cb62c525c5959e0167243fec36606 +size 1109 diff --git a/tuc_Latn/state.json b/tuc_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c2e30ef409a435dec9bfcac89088d047df875631 --- /dev/null +++ b/tuc_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419bc71871d77650e634afc2f9e8131f4dfe153891eaf5c972ed2c27cdb0e9ba +size 247 diff --git a/tuk_Cyrl/.gitattributes b/tuk_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tuk_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tuk_Cyrl/data-00000-of-00001.arrow b/tuk_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bbe2ddca2cb1c47f57b93b0e04a740c7dbd13f2e --- /dev/null +++ b/tuk_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418f3dd3dfb53281ff1389e441c4e1886ceaae8330f6382c72d0f661f354e3e0 +size 116208 diff --git a/tuk_Cyrl/dataset_info.json b/tuk_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c8049a8bfb373144ad7837309b54941122e9f790 --- /dev/null +++ b/tuk_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4a15b4931175c7278af51c52aed2b1731509fb7978f4b8eaea0b3ca55f8fd1 +size 1099 diff --git a/tuk_Cyrl/state.json b/tuk_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8255a6157e572ed9a698ea778c5e64264d2cf130 --- /dev/null +++ b/tuk_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550f6a335a04c7909a558cdcd92ec56ec033985809f0cdff1dccc15299cd851e +size 247 diff --git a/tuk_Latn/.gitattributes b/tuk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tuk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tuk_Latn/data-00000-of-00001.arrow b/tuk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee51d7dbddb027de6d627a18e34cb918157e6090 --- /dev/null +++ b/tuk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc685e6b77790541a5f795d2627073c1c97a1ccedeb2b2af3df018edb08035c2 +size 487758672 diff --git a/tuk_Latn/dataset_info.json b/tuk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..06333ba8a10cc4cbfd8453ea6c6f433c66fd7fd6 --- /dev/null +++ b/tuk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1247f36071bf2a0f19a1c0658f4be144e2884ee002362fab1e27bb339b2d9b +size 1118 diff --git a/tuk_Latn/state.json b/tuk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..62cdbb21824d3aebd0f781b296c74c3df153e43d --- /dev/null +++ b/tuk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0155076e6dcd76531c600fc8b474ad792acd6e3805a43ca373351af0b59c25 +size 247 diff --git a/tum_Latn/.gitattributes b/tum_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tum_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tum_Latn/data-00000-of-00001.arrow b/tum_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ceea699fa94f7789bf1faa8424400125f2c004d5 --- /dev/null +++ b/tum_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0544c02ac387e41a0bdff985ba6710688e9a3c32009e4930687210c86bea62c +size 8793776 diff --git a/tum_Latn/dataset_info.json b/tum_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6544a42218a53e52f920ca525e15b76d03e977cb --- /dev/null +++ b/tum_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b526e06b0a88876d4e6326a41ea10a04418b27e3c6c23f1ded7f578f6f493f +size 1111 diff --git a/tum_Latn/state.json b/tum_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2ad333d47110a348b9a7e6df7a8a91d0d5bce864 --- /dev/null +++ b/tum_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963d66e82390b3fa6e2bd11de0a3ce33b1100d75f974b537be6f7399a4043b48 +size 247 diff --git a/tur_Latn/.gitattributes b/tur_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tur_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tur_Latn/data-00000-of-00003.arrow b/tur_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..eb183bc81b1a0263489568560703704062228749 --- /dev/null +++ b/tur_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7bde90af7316ceb92f72de019e78814c72ec068d4a0c3864f56fe649d11eb4 +size 284920224 diff --git a/tur_Latn/data-00001-of-00003.arrow b/tur_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cab9a29600338401dcafea6c9af6c420e3e688de --- /dev/null +++ b/tur_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e916239f1865555042f3fac6183002defe89226e4df43fa65ece1a0262fc9f +size 528643744 diff --git a/tur_Latn/data-00002-of-00003.arrow b/tur_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c22725c575a77019af80671ccb4f8ec5c9af8eb --- /dev/null +++ b/tur_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675dbe4b2e139377c20087be8ac2bc5fe3b1be5459607e91797338eec57f057d +size 319822616 diff --git a/tur_Latn/dataset_info.json b/tur_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..613b5f99e66735635bb50dcf007df5ae18edb69f --- /dev/null +++ b/tur_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8bdd1cd443e2f39082694964e28cf8e5485a74b8acbda3e05f4cf038bb576a +size 1203 diff --git a/tur_Latn/state.json b/tur_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..90ac134bc286818065a8b99f7e89fc96b2f96d4f --- /dev/null +++ b/tur_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd52a5357ea51e9fd17768d17a8ff20eb28d89e101f2b03fe9125190b0cc26e +size 365 diff --git a/tuv_Latn/.gitattributes b/tuv_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tuv_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tuv_Latn/data-00000-of-00001.arrow b/tuv_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..891cc4fe0310f5219ffbed77620bda3d1e2fdabd --- /dev/null +++ b/tuv_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4ae33020593e2303376c413b5a9723d53b75241bd68eac9433d6747a510240 +size 1680 diff --git a/tuv_Latn/dataset_info.json b/tuv_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..586ba4d392457faa11021409429217593583128a --- /dev/null +++ b/tuv_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f958fd93c40d8c7be0245ce0c857eaecd793a04ef9ab5f397b01dc1e4531b1a6 +size 1082 diff --git a/tuv_Latn/state.json b/tuv_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..baf3b4784d9b9d6fe539d32e7dfd8e1c7b239dca --- /dev/null +++ b/tuv_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4291f2550bed1607ba1da68f89c4978f2cc9369fb5c8175fa11931f5ef7d400 +size 250 diff --git a/tuz_Latn/.gitattributes b/tuz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tuz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tuz_Latn/data-00000-of-00001.arrow b/tuz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..410c506111ae77f4d7a1dc5abc4825e14665fca9 --- /dev/null +++ b/tuz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d47638ca414674d4e4ce9164b4ff100e4843154cbb2184fea61d28eb78acf0 +size 40504 diff --git a/tuz_Latn/dataset_info.json b/tuz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..04dd8e867787b4de1267b3c6f727655607004c9c --- /dev/null +++ b/tuz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae281fc4b2176677432279cc80c9dcd5661ab8609c3e6f25d7b965f64eeb070 +size 1092 diff --git a/tuz_Latn/state.json b/tuz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..08fbb2dc3a90b54227c8e2f6833cc8b6165fc2e2 --- /dev/null +++ b/tuz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca070641812f35299fd84f5c26cee5e99231b9367dbf01fe8c82dbb25dd93fd +size 247 diff --git a/tvl_Latn/.gitattributes b/tvl_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tvl_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tvl_Latn/data-00000-of-00001.arrow b/tvl_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a52f83ca9b544d3f2c83a9253d8378f6cfa9c45a --- /dev/null +++ b/tvl_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e1861b1ee4aa9d4f9709716d66bc0589200c591cfbdc06a3d1ef1d2a35688f +size 8340360 diff --git a/tvl_Latn/dataset_info.json b/tvl_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c068341af4554f709cf450fe2d27715fef7e9233 --- /dev/null +++ b/tvl_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8798ef1a5d9c48d4b1aceb27f6ce90a331a8366138c9b6b89056bfaf5c6f9e98 +size 1105 diff --git a/tvl_Latn/state.json b/tvl_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..36dff072f798ed79e1daab5b14341454c58a9d90 --- /dev/null +++ b/tvl_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4425d5c085b34fcca22231b26559501a46b43aca4a54097093695b2c1b5cfbd9 +size 247 diff --git a/tvs_Latn/.gitattributes b/tvs_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tvs_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tvs_Latn/data-00000-of-00001.arrow b/tvs_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8159e4f11b15a3b9f51b21f71ee9c878f06e42ca --- /dev/null +++ b/tvs_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f09fea88bb6e33ed41c688e6a159f6f4ac1ddd2948186543351197e41d9563c +size 5864 diff --git a/tvs_Latn/dataset_info.json b/tvs_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f81bcfcf48b4c80b8c2d476eba6d36abc9288ed4 --- /dev/null +++ b/tvs_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebd7a089c498655dc3096c8e1d7b113581bdafdd115a5ec7e064f72e9855f96 +size 1087 diff --git a/tvs_Latn/state.json b/tvs_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..94484515dec6e9b220e22e4e5f6bd6cf26bd1cca --- /dev/null +++ b/tvs_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa5bc490221f0108ca01240a241da13b1abcd9343370dd23b4ca68494923a8a +size 250 diff --git a/twi_Latn/.gitattributes b/twi_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/twi_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/twi_Latn/data-00000-of-00001.arrow b/twi_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0227b8bbca1a88f14b270d140b5d24d348b84780 --- /dev/null +++ b/twi_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb96cf1c57fc6db15872e9d7c0173fefef5ceff6c5fa38dfb520053c6eeb873 +size 12882456 diff --git a/twi_Latn/dataset_info.json b/twi_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca78223cfe5644eab0bf467d08cdec38b8270ac --- /dev/null +++ b/twi_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000b7a8b4058330f25a4fe5600dda725f9915cf73cbc74c260db62486d2af6fa +size 1111 diff --git a/twi_Latn/state.json b/twi_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..741d48756e607778d14edae79275a4677dfc3955 --- /dev/null +++ b/twi_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583293ee33f97d25d69a93de9d3f226ddfb0095b36b72a9f040c2433e918f09b +size 247 diff --git a/twu_Latn/.gitattributes b/twu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/twu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/twu_Latn/data-00000-of-00001.arrow b/twu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..76f61ebc965bd58be10ba496cd83db8bf52b1567 --- /dev/null +++ b/twu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc59d7467a10ae7f07e6509041f36a64844c06356413884b5cc50d06765568f +size 3284192 diff --git a/twu_Latn/dataset_info.json b/twu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b9a4bbeee580d007ae55126a78f689c9439f72a1 --- /dev/null +++ b/twu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e09ac8242e3042b43439c512511b2d37cffd2bfbe1aed80aad23b6349cce40 +size 1104 diff --git a/twu_Latn/state.json b/twu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dc6c0e59d50ecf95de187f7c3d710fd8dd0fdc54 --- /dev/null +++ b/twu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64453beec724da92440da20b9201ef594b252385a96f4f9e83f774158aa9b1a0 +size 247 diff --git a/tyv_Cyrl/.gitattributes b/tyv_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tyv_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tyv_Cyrl/data-00000-of-00001.arrow b/tyv_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c6c717811f7519dd2c96130348100ae26cc1e68d --- /dev/null +++ b/tyv_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bcc5915ac4348f061fb9288ee72f996627d2d836df1b6fda60073972de1071 +size 93464864 diff --git a/tyv_Cyrl/dataset_info.json b/tyv_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6be66e514e25e22d61cd638e92e355c08aee031d --- /dev/null +++ b/tyv_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65867f6be0cd5dd5546304ab8d479da26a15611a7ab5a70c03d0464b29ca9b27 +size 1116 diff --git a/tyv_Cyrl/state.json b/tyv_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d391cd8dd9bdf89c8a9400b71e87a32cd63fdc41 --- /dev/null +++ b/tyv_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc110bc57f7fd6657cb06d01abc4011a49d9666012cf4ed679f315877495c8a +size 247 diff --git a/tyz_Latn/.gitattributes b/tyz_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tyz_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tyz_Latn/data-00000-of-00001.arrow b/tyz_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..83185357b322a2c1f888f07ee5021ea63f4790b1 --- /dev/null +++ b/tyz_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68e8405bc0b864dbfd4a37a8fb537b9199ea66255126d4919e03b46d60d2754 +size 13023504 diff --git a/tyz_Latn/dataset_info.json b/tyz_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e400b0302cf380f6f61aad1e8af71a8090dac39c --- /dev/null +++ b/tyz_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2ef2a11a0f46dad3a5e2e7711451df1950bdcdd1946cdc2fc26e9733e47a94 +size 1110 diff --git a/tyz_Latn/state.json b/tyz_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..0bba5cb6cf0f91dacaac693d73cab62a5c4dc88e --- /dev/null +++ b/tyz_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba4770b60c5149e967019a365219c9706281425f9927e58d5b01008d8fdd567 +size 247 diff --git a/tzh_Latn/.gitattributes b/tzh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tzh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tzh_Latn/data-00000-of-00001.arrow b/tzh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1a9684600d23c3fb922e6ba2f43a1ad4f7eb959b --- /dev/null +++ b/tzh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813deb30ae08ee315fe59a7275d8933a2b476630c68f302523d5658853767adf +size 5911416 diff --git a/tzh_Latn/dataset_info.json b/tzh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7640343592304b8ce9b8474cc66528389b4b1679 --- /dev/null +++ b/tzh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1082a974357efbe5e2a20790aca57a7896a5054333ccb4de87a0879e806f7110 +size 1105 diff --git a/tzh_Latn/state.json b/tzh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7b705c832417cebb7e9dc383f313c3dcb4058b72 --- /dev/null +++ b/tzh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbab0d89ab4d31b055f6653d4a7f674f72978d02d2432585ffd49c449af2c128 +size 247 diff --git a/tzj_Latn/.gitattributes b/tzj_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tzj_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tzj_Latn/data-00000-of-00001.arrow b/tzj_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e75828274993e1379c5043bb15b326e331a61448 --- /dev/null +++ b/tzj_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c66f7cec693753653d90af2e34950ea5811011125bce3a888f507b663161346 +size 891824 diff --git a/tzj_Latn/dataset_info.json b/tzj_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e56c2082106b1451eb3746fbc3e5db87cb62ac7f --- /dev/null +++ b/tzj_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedfd486ed58282646bad5311e3df1896af7e7851cf3ee215a62607b4e2b4bd1 +size 1100 diff --git a/tzj_Latn/state.json b/tzj_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..845e582a0022ba5a29c93ee07f55805c6a047841 --- /dev/null +++ b/tzj_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993ba6984b34b62c9219d0b5696f1b06dd017ffd9270f0ef26b5ab31d8cafed3 +size 247 diff --git a/tzo_Latn/.gitattributes b/tzo_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/tzo_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/tzo_Latn/data-00000-of-00001.arrow b/tzo_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8932d11007eb8c47bf133ba6ef8e83775ba32926 --- /dev/null +++ b/tzo_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9df2c3933a301382d5182e55e8975452a596d1b3de00182a2ce6c5eb04f641 +size 20215648 diff --git a/tzo_Latn/dataset_info.json b/tzo_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..04dca4c981d18c1fc69dbb5d25fe71ff8570fcab --- /dev/null +++ b/tzo_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84233f6e6c7f5f10566f7a2152f18d02f1e97b9facfe6f53e25773d539fe71f +size 1111 diff --git a/tzo_Latn/state.json b/tzo_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..ca8b5d078f29d8c1abce5a32cbcea6bf40048cbd --- /dev/null +++ b/tzo_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0a18421aa3d9295c608e5a935f5a9fed32b9b397aaa1c562ec461d819df75e +size 247 diff --git a/ubu_Latn/.gitattributes b/ubu_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ubu_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ubu_Latn/data-00000-of-00001.arrow b/ubu_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e4f6b5ef9e51a2e98cfde54f3e88745038583e56 --- /dev/null +++ b/ubu_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5af797a27db210593e802f574670a7c84b0970275e92765b519322a7e47bc5 +size 6453400 diff --git a/ubu_Latn/dataset_info.json b/ubu_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..39d334709048bb7ddea1fa08b4a3b94143c8a78a --- /dev/null +++ b/ubu_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c46bc5786aab6d569788b9c56ee2d4b8eba77b5a500c453252b5d8a2f56ebe +size 1105 diff --git a/ubu_Latn/state.json b/ubu_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..11bac833d39a8a54190c3b065dcdda7bb5d3354e --- /dev/null +++ b/ubu_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f018efaed2045139b5739fca4407700c1250020a31d0906f599a4a7527f8ad +size 247 diff --git a/udg_Mlym/.gitattributes b/udg_Mlym/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/udg_Mlym/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/udg_Mlym/data-00000-of-00001.arrow b/udg_Mlym/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cda0b2c34b4b042abeb164b74a5f8743973e7e4b --- /dev/null +++ b/udg_Mlym/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c780098c7880c0937516f4e689e00c13468ede32cf31f67be590a0d4a21365 +size 3616 diff --git a/udg_Mlym/dataset_info.json b/udg_Mlym/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..16f9f35f9b21b58693c00351d3e8fbe8bb041680 --- /dev/null +++ b/udg_Mlym/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439e96121a50e289c4d12585dd06adda0080e5e4881830efa0e0c7fda52588c7 +size 1087 diff --git a/udg_Mlym/state.json b/udg_Mlym/state.json new file mode 100644 index 0000000000000000000000000000000000000000..08aa44931174eae28c17a5a4368cdbf6cae9a6f9 --- /dev/null +++ b/udg_Mlym/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fd7303dcd13d80b91a2d724a44f4bec4f4344efccbfe43e3832fed247cb00f +size 250 diff --git a/udi_Cyrl/.gitattributes b/udi_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/udi_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/udi_Cyrl/data-00000-of-00001.arrow b/udi_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..55e531f453d091e024c12f3206d6903caedf36b8 --- /dev/null +++ b/udi_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aafcf036d6bd7d314fd952de4a0ed25afa7f741fe7dd86cf1e92c9e70bb0a0b +size 5640 diff --git a/udi_Cyrl/dataset_info.json b/udi_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..14ffa3d00217b37b022e85dae5fed2dce4fe1fe3 --- /dev/null +++ b/udi_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6664765053eb1b4e1f60e8f9e9607a6cef1125868e98a2038dd54eee0fea177d +size 1094 diff --git a/udi_Cyrl/state.json b/udi_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..98607c6aa2d429f3dce9514054113d023a3be9fc --- /dev/null +++ b/udi_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15ff862147daf49e1e4fbfc12ab3bd3ddaff879d1b6a0927facee5033ef2c84 +size 247 diff --git a/udm_Cyrl/.gitattributes b/udm_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/udm_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/udm_Cyrl/data-00000-of-00001.arrow b/udm_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a588c38fd1451bb5a19ac981fcbc6eec33cb557d --- /dev/null +++ b/udm_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2712b384cfaa1af0660c75b8f1138476b120367c2a71db9021c44b79002354ce +size 122378144 diff --git a/udm_Cyrl/dataset_info.json b/udm_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8c64803a6b317f6930c546ad66a1d7262b2eaa3d --- /dev/null +++ b/udm_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e447f7dbc3618dc0f984b727a4e44d04b14eaa171d1365d18bea90dc5722c5d +size 1116 diff --git a/udm_Cyrl/state.json b/udm_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..015902c2dd0f071f69178a996a8ef78f4534f313 --- /dev/null +++ b/udm_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b4875238bc3855c02555af112ae738220f2c9583b281b2cc9ca5d4ba5e903a +size 247 diff --git a/uig_Arab/.gitattributes b/uig_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/uig_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/uig_Arab/data-00000-of-00005.arrow b/uig_Arab/data-00000-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2f5de64a34aeaa800163d672aea5b2889b81f3d5 --- /dev/null +++ b/uig_Arab/data-00000-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8e2899056986bdc5a172d8b33c30a502e51f089b75a234e3d4a344fad5c785 +size 1102707832 diff --git a/uig_Arab/data-00001-of-00005.arrow b/uig_Arab/data-00001-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3c0a99651eefa5f277d22362f154d319a843b703 --- /dev/null +++ b/uig_Arab/data-00001-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cc6a121da018326c9bca28e75cf13a80da4f16fd572bd5902a6362fb15509a +size 312790184 diff --git a/uig_Arab/data-00002-of-00005.arrow b/uig_Arab/data-00002-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2824734bb5dcbb90eec63ba10448ac407e1c7572 --- /dev/null +++ b/uig_Arab/data-00002-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59475180aed86a799e23beea96012d71be7935cc7b5e276f88868cc17df4c363 +size 103084800 diff --git a/uig_Arab/data-00003-of-00005.arrow b/uig_Arab/data-00003-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..446cd31d15d12ba8466ffe0c3cc3af396a583a43 --- /dev/null +++ b/uig_Arab/data-00003-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063af8068ba2f737c4bff162bf2cb01d66e6ccb9d2c3253f7506c08aa3e3d6ae +size 105141424 diff --git a/uig_Arab/data-00004-of-00005.arrow b/uig_Arab/data-00004-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b8292d1738bdcdac3cf905260cec7ba05f7333ad --- /dev/null +++ b/uig_Arab/data-00004-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0912a0db3fe9a784ddc2041df8f29f0e1c9a5cb45621712af700804b58a9dbf7 +size 449371296 diff --git a/uig_Arab/dataset_info.json b/uig_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b19204497c485340505e09b63d5a4ddc42474a62 --- /dev/null +++ b/uig_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d5e13c76cb96ebafb6c264f2b1441481b9af87870789514600c4b9c4c8ab06 +size 1235 diff --git a/uig_Arab/state.json b/uig_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b13a375200e255b4c6c169425f3a131e61708aac --- /dev/null +++ b/uig_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55552a5521d1c7a1a5a36e3f178a2ea9f44fe03863019d36b024bf293d18b0c7 +size 483 diff --git a/uig_Latn/.gitattributes b/uig_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/uig_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/uig_Latn/data-00000-of-00001.arrow b/uig_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5e51811876d47dcd9de3442eb3e25897299e09f5 --- /dev/null +++ b/uig_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bf61fdd1bd1d3daa39196b7779c90c1fea3f33bff89aa015a5d6cf77163fad +size 1899056 diff --git a/uig_Latn/dataset_info.json b/uig_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a0a7f140a9393fa8d24489ec56cb88dfa7a6b5e8 --- /dev/null +++ b/uig_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19f00c1bbc198919b1415bd871dfe2d26b8b3f8645803f37dae69c2958a7d87 +size 1106 diff --git a/uig_Latn/state.json b/uig_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7270ac3a0fadf03145c94beb5669d3af5099415f --- /dev/null +++ b/uig_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edce0b4f9199e15487fc37b5fa5f0f8d63bccc90bddae51a35461eab387c79dc +size 247 diff --git a/ukr_Cyrl/.gitattributes b/ukr_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ukr_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ukr_Cyrl/data-00000-of-00012.arrow b/ukr_Cyrl/data-00000-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c68ab2c869405141f731713d4f70e788c70b6379 --- /dev/null +++ b/ukr_Cyrl/data-00000-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c901347420bd941c43fa3aba4f18ebaa306a9e31b3a0bbbf1711fa98dd927470 +size 1027994536 diff --git a/ukr_Cyrl/data-00001-of-00012.arrow b/ukr_Cyrl/data-00001-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..550e025d62bcc16b8454dd6a48168d86f316fe80 --- /dev/null +++ b/ukr_Cyrl/data-00001-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c4270a6d611c9c66c4828b3a91af0655e061e83004966e1df3216f30ddcbfa +size 810560848 diff --git a/ukr_Cyrl/data-00002-of-00012.arrow b/ukr_Cyrl/data-00002-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dff8d1483b1457ae948c4f35913d2e3e541e3e05 --- /dev/null +++ b/ukr_Cyrl/data-00002-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307079e91a682bbf59a87ff943ff3d0038e289483dbe8a9f7afb3e2aed640787 +size 558778128 diff --git a/ukr_Cyrl/data-00003-of-00012.arrow b/ukr_Cyrl/data-00003-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cb63f6c00242a19dc204129107b45d32f2287e1f --- /dev/null +++ b/ukr_Cyrl/data-00003-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78156c03fd5fabf802262461c449128037525449f3e07bad7106f3540cd1eaeb +size 114749872 diff --git a/ukr_Cyrl/data-00004-of-00012.arrow b/ukr_Cyrl/data-00004-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..539f06fb8cae499240ee3f0fe66fee1951270d2c --- /dev/null +++ b/ukr_Cyrl/data-00004-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1abdffde063b2d021c6ad6a22559254a9e3bf71efea246b27fe986499e9e02 +size 113918176 diff --git a/ukr_Cyrl/data-00005-of-00012.arrow b/ukr_Cyrl/data-00005-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..53a261277689df034ae7933a3f2076002c4241d9 --- /dev/null +++ b/ukr_Cyrl/data-00005-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbb8f5858113c7d2ea5f6c3e175de5f13a4cfe3753f3d80b86afb6211b8477e +size 113504032 diff --git a/ukr_Cyrl/data-00006-of-00012.arrow b/ukr_Cyrl/data-00006-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b596e55cc44eac28922b27e225dd9ba369e7b820 --- /dev/null +++ b/ukr_Cyrl/data-00006-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bec6624ce46502801afaefa5b383dfb0b49b5c94c00728f46b17477f3986543 +size 114009360 diff --git a/ukr_Cyrl/data-00007-of-00012.arrow b/ukr_Cyrl/data-00007-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d85e9eb74747a6075b0616885bf13c1464c48cf7 --- /dev/null +++ b/ukr_Cyrl/data-00007-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b576c10370d70748406a8243baaff5303cab0616f132118653be2fc7e4f7ca +size 113276872 diff --git a/ukr_Cyrl/data-00008-of-00012.arrow b/ukr_Cyrl/data-00008-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c1127e76a7c75bc8f37a11d626d4599b014eb8c --- /dev/null +++ b/ukr_Cyrl/data-00008-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8102b3da03e5061d12a7bc4166c82b928845d4035731c52eed9fb0e2fe2e0091 +size 342380032 diff --git a/ukr_Cyrl/data-00009-of-00012.arrow b/ukr_Cyrl/data-00009-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6b7e73f5fd1f44d8b270532f581605c7d0b706e3 --- /dev/null +++ b/ukr_Cyrl/data-00009-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25e5257cc74ccf734e1c9e53e3b994bec2dde063de4f778c7cf910ebcc0d089 +size 748441656 diff --git a/ukr_Cyrl/data-00010-of-00012.arrow b/ukr_Cyrl/data-00010-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c7da6b6f89242027626b7d134b07fecf548823b0 --- /dev/null +++ b/ukr_Cyrl/data-00010-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10922babb27ac6a6bef79c1860cd7f4fedc2d1fbeea72fa354553e91f570b1e +size 798924800 diff --git a/ukr_Cyrl/data-00011-of-00012.arrow b/ukr_Cyrl/data-00011-of-00012.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4a88988bfbd63c38a29267de0ebffae301e0ab4b --- /dev/null +++ b/ukr_Cyrl/data-00011-of-00012.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c996a3ce89b0a86077b069033654147e1d3cee31590940d4c0c6487452191f +size 756412704 diff --git a/ukr_Cyrl/dataset_info.json b/ukr_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3e6c06464f6e2868398db5359ede6bb93360c093 --- /dev/null +++ b/ukr_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5a1b0c2c3048d645c10ed8d20641b484efb1c494c34703c56a6ed2fa7baa2a +size 1361 diff --git a/ukr_Cyrl/state.json b/ukr_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..50bc24a8da054652c976b4bca4ba38163d6ad38f --- /dev/null +++ b/ukr_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef8610ac1ed21a28cce68279ea4c91df937b5f5596b11363d7ac64911f91b82 +size 896 diff --git a/unr_Orya/.gitattributes b/unr_Orya/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/unr_Orya/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/unr_Orya/data-00000-of-00001.arrow b/unr_Orya/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..77022fa308fdf7e351b0454536001d1dc9268a61 --- /dev/null +++ b/unr_Orya/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ccae175dcc6370a13de58bb03c030272c6cf46ba771619775d6f2376f2f829 +size 1760 diff --git a/unr_Orya/dataset_info.json b/unr_Orya/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..013c1156c4e2acf49d56c258a6462d1c6fc423b5 --- /dev/null +++ b/unr_Orya/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853e158795e728c8654d81d633f52600579d232f2b4d664d8132af04e157e5b3 +size 1083 diff --git a/unr_Orya/state.json b/unr_Orya/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cbd42c17b0046e1d92bc4f95a7dffefd384ac27a --- /dev/null +++ b/unr_Orya/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabe8b2276e43c1420d6800ef3ec7e1842539bc8d3e10653d43770adc93f70b8 +size 250 diff --git a/urd_Arab/.gitattributes b/urd_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/urd_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/urd_Arab/data-00000-of-00026.arrow b/urd_Arab/data-00000-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7030fb5f8aebc3960e1ee588c9f93bc491431503 --- /dev/null +++ b/urd_Arab/data-00000-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa1049b9ab750e25a18783d284015028e7e134fb704f2b16a627e43a7e1d653 +size 1749397344 diff --git a/urd_Arab/data-00001-of-00026.arrow b/urd_Arab/data-00001-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3b7eab77d845360c8b2929c424d1012987cf8681 --- /dev/null +++ b/urd_Arab/data-00001-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c24584de57886b83e5b8c84e3b413ed77211a0eda394725fb55ce2be8617b8 +size 1773573552 diff --git a/urd_Arab/data-00002-of-00026.arrow b/urd_Arab/data-00002-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e117702e7541611888ab7776b93978ac2e09d444 --- /dev/null +++ b/urd_Arab/data-00002-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6490dd4ad1e8fa158a8f567e01e056a826969692911e2388e945873e324d22 +size 1760130856 diff --git a/urd_Arab/data-00003-of-00026.arrow b/urd_Arab/data-00003-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4f2c50f03532a3332caa50fd1036d47ef5c90be7 --- /dev/null +++ b/urd_Arab/data-00003-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94efa5a322ddc9b121de0ee6d88e7a4e3bec487558f0a9c3a698958cbafeba5 +size 1757542352 diff --git a/urd_Arab/data-00004-of-00026.arrow b/urd_Arab/data-00004-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..651c5b99d718809b1cea247736cb120ae6a4051c --- /dev/null +++ b/urd_Arab/data-00004-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6422e2b5b745a1ffd4c5367c90c96d3cbfd75642f59ac1731088364da8a9a3cb +size 1215831160 diff --git a/urd_Arab/data-00005-of-00026.arrow b/urd_Arab/data-00005-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2e7fcb01e0f6f6ccf7a847dadadd33c65c6d1292 --- /dev/null +++ b/urd_Arab/data-00005-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67d6e769e5eef1c061ffed289c03b2ec01e96f67687c230afe3f134835fe7f7 +size 603086952 diff --git a/urd_Arab/data-00006-of-00026.arrow b/urd_Arab/data-00006-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6e72aa87e3ec605d79b8f21c8577495f97bd6039 --- /dev/null +++ b/urd_Arab/data-00006-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4045a957e95b1670a7257e8ff9ce991a47487aa12e49aac96ddd16da333cae +size 169358288 diff --git a/urd_Arab/data-00007-of-00026.arrow b/urd_Arab/data-00007-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5689a137bad87e86082ea2be05da2fd27a9e3557 --- /dev/null +++ b/urd_Arab/data-00007-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f96b4e911a4aa59d09b557690a8f51684052b0c1a462a1d86a92bbef2ab942 +size 174473672 diff --git a/urd_Arab/data-00008-of-00026.arrow b/urd_Arab/data-00008-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..407cc6713c409c5e3db7cd449ee70557afba55e6 --- /dev/null +++ b/urd_Arab/data-00008-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cd02104bcad9cfa4481265a57ad3e6d470e72f42f1ca56371f5e13785d739f +size 173445336 diff --git a/urd_Arab/data-00009-of-00026.arrow b/urd_Arab/data-00009-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5adf1e651e61399481e2b14d6373e4aba72291f9 --- /dev/null +++ b/urd_Arab/data-00009-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a64e9ef1ee552dfe2c0b63b42791cf933d4f401de533c3d1ad828d5ef8cf8a +size 175408616 diff --git a/urd_Arab/data-00010-of-00026.arrow b/urd_Arab/data-00010-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8288a4a931e4df758b9dddfcb7152d298fa0069b --- /dev/null +++ b/urd_Arab/data-00010-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a1fbcc77412895f168ae849e20dafe8b742a038e640c488dcef6007450d55e +size 176178368 diff --git a/urd_Arab/data-00011-of-00026.arrow b/urd_Arab/data-00011-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..68f33ae370c12a61696384e7c02809aeab150cd1 --- /dev/null +++ b/urd_Arab/data-00011-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8bf197378480300f120b0d1828851fac7b15de075d5624059d3efdf577908a +size 172958384 diff --git a/urd_Arab/data-00012-of-00026.arrow b/urd_Arab/data-00012-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..49235973df4da476aa9d9a129c79416f07541e9a --- /dev/null +++ b/urd_Arab/data-00012-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0f5421dd3045e7434ce0b53f11ac364c3823db55d736be7dde5f29aebed6cd +size 173535472 diff --git a/urd_Arab/data-00013-of-00026.arrow b/urd_Arab/data-00013-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c7a58f8679cfe19164875d496f72cd31b23d4398 --- /dev/null +++ b/urd_Arab/data-00013-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d97a582c5dd5d86608ce8fed2abbbc6cf4f88212f002af46f8c80731e134f5 +size 174772896 diff --git a/urd_Arab/data-00014-of-00026.arrow b/urd_Arab/data-00014-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d8b895f780a12e2cfb46e69f0e58901fac76969f --- /dev/null +++ b/urd_Arab/data-00014-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf13b4fa8cd4ac962a58b1d8535e29c7a30036233dd908425e910716645e219 +size 177928256 diff --git a/urd_Arab/data-00015-of-00026.arrow b/urd_Arab/data-00015-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4bcfab3430463dcd95a2321c08316f6f83e68e78 --- /dev/null +++ b/urd_Arab/data-00015-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb12b549acfacffb7715851c814d3bf3448011ad15559ce9d3aa8d17c642959 +size 175599424 diff --git a/urd_Arab/data-00016-of-00026.arrow b/urd_Arab/data-00016-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fac6d2646e2ffe033ada09611d6778a3e7523e2e --- /dev/null +++ b/urd_Arab/data-00016-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd462ed883d91b9ead018c07bd960bb22787ea3e6dba2870873ba4db35cbf577 +size 176098856 diff --git a/urd_Arab/data-00017-of-00026.arrow b/urd_Arab/data-00017-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c49e5fbbb9d9ed70e4b629f7ae753425e3bb9a24 --- /dev/null +++ b/urd_Arab/data-00017-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e761cd28531dd3b9886d3b687912bda9bd3e20519e06ef610b4dca6893a82d9a +size 477511048 diff --git a/urd_Arab/data-00018-of-00026.arrow b/urd_Arab/data-00018-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2986ff43817dc7b7cd371a5d1f51783638b8de29 --- /dev/null +++ b/urd_Arab/data-00018-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973bb02a5f12a757bd482a44ccc6548c17cd81a22d5e639cac9431eec53909f0 +size 174708392 diff --git a/urd_Arab/data-00019-of-00026.arrow b/urd_Arab/data-00019-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e7cf02cf4377d720e6cd173238bfde6b95201168 --- /dev/null +++ b/urd_Arab/data-00019-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3469291ed008d81224bc480077da6953531c02c4633ea36d7ff274dc7c03ab43 +size 173576520 diff --git a/urd_Arab/data-00020-of-00026.arrow b/urd_Arab/data-00020-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66091ae16f24646b89e8499976a49b066f564848 --- /dev/null +++ b/urd_Arab/data-00020-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d2cf04b331de59ebb13c1b7cef4b322721df6c4a1de18370f62a067eae920c +size 173177608 diff --git a/urd_Arab/data-00021-of-00026.arrow b/urd_Arab/data-00021-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9f1772807a506ce5502a4a9507788d85cfac997c --- /dev/null +++ b/urd_Arab/data-00021-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498570bc7d4fed02d4db6c5ea80203f034b56c34a8c6fb3b483b56f0686a0cec +size 173943680 diff --git a/urd_Arab/data-00022-of-00026.arrow b/urd_Arab/data-00022-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..af20fc1387cf0c95d5e3afa04b9ea8337f615834 --- /dev/null +++ b/urd_Arab/data-00022-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fc07d22534f703c657eacf9cf77e4c38273db43e18bba4a50d9ecff7a9fcab +size 174268192 diff --git a/urd_Arab/data-00023-of-00026.arrow b/urd_Arab/data-00023-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5cdcfa86cd5eeb2e6d9dadaa9c33ebc397db0adb --- /dev/null +++ b/urd_Arab/data-00023-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62f90edb779e8bf33243935dd20e685c2840c3033585abac3e4e69f8ef617cc +size 173944232 diff --git a/urd_Arab/data-00024-of-00026.arrow b/urd_Arab/data-00024-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1fa9af71329d8932371d57c354e8dc83515954e7 --- /dev/null +++ b/urd_Arab/data-00024-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7752a1a95cc7156c871489111a8f5f07592f31cc48f3f08541db6827f69b018b +size 175069664 diff --git a/urd_Arab/data-00025-of-00026.arrow b/urd_Arab/data-00025-of-00026.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d1cc8fde0aaa05b391bcc13f63d75ea89dfa475f --- /dev/null +++ b/urd_Arab/data-00025-of-00026.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4a1123125cd322037c7483ef88a200d6eac856505f68724c69b474376c2b3b +size 176036216 diff --git a/urd_Arab/dataset_info.json b/urd_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3d2ca115ceb86512818374a33dc552625d6a7366 --- /dev/null +++ b/urd_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583c628dd4d51de2c7a4b894397000bee17ae33726a0f94b560c46e51b28dd8e +size 2386 diff --git a/urd_Arab/state.json b/urd_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..070351379a4e0a71bf036049bcf6a0f40589a280 --- /dev/null +++ b/urd_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f9ae4c0a175eb389764b24fd16dca30e5f04f77f898aae86ea2a4244f0c8a1 +size 1722 diff --git a/uzb_Cyrl/.gitattributes b/uzb_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/uzb_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/uzb_Cyrl/data-00000-of-00007.arrow b/uzb_Cyrl/data-00000-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a7e10cdce4b42c39d4b92cc3958f04b756747a16 --- /dev/null +++ b/uzb_Cyrl/data-00000-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cb71b99b257fc6d377880347231c6db4bc6219feaf7aa03caf4f747a5f4cfd +size 2176378712 diff --git a/uzb_Cyrl/data-00001-of-00007.arrow b/uzb_Cyrl/data-00001-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a9cab1c2a5e5276deef7faaae7318f1d2ae06c8f --- /dev/null +++ b/uzb_Cyrl/data-00001-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4072a6a4537a1bdb3a221cf4428c14c656bb3dc4f281de5067a42ff7b0ea84c3 +size 168798856 diff --git a/uzb_Cyrl/data-00002-of-00007.arrow b/uzb_Cyrl/data-00002-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c562e01d44d8062bcbdff6ad93ca0207663d1b98 --- /dev/null +++ b/uzb_Cyrl/data-00002-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1667ab86265ff9efcc1265f3e06b0682b0a91f17ac223446c29cd38163ae71ab +size 168776112 diff --git a/uzb_Cyrl/data-00003-of-00007.arrow b/uzb_Cyrl/data-00003-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5979d86590f83b7cd3246dace465f06255ba9615 --- /dev/null +++ b/uzb_Cyrl/data-00003-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b14c01ba4bebe5562e351d1250bf51273bb0c0a67cd5dd5765eacf8978b4eae +size 169488400 diff --git a/uzb_Cyrl/data-00004-of-00007.arrow b/uzb_Cyrl/data-00004-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..dbf3b7cfb1489c0b57d9196e57e3c9bd85ef4259 --- /dev/null +++ b/uzb_Cyrl/data-00004-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733d8acc4bba8a8aae4afd98421b4c932b3f71bf11b6319006959453dc37df18 +size 169116488 diff --git a/uzb_Cyrl/data-00005-of-00007.arrow b/uzb_Cyrl/data-00005-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..51f7ab600a427ea13374ed2f835ce11efdcbc787 --- /dev/null +++ b/uzb_Cyrl/data-00005-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cfca1811c7255966418b3bb8b0ee05584d844ad968d922c822315ef46505c9 +size 169457800 diff --git a/uzb_Cyrl/data-00006-of-00007.arrow b/uzb_Cyrl/data-00006-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9db68c0a1b7e0cb117e7e24e00dc7a66a0b2161c --- /dev/null +++ b/uzb_Cyrl/data-00006-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdaea3a95a5b8bb80efeb2ba1271c4968210a38eeadaabc5ea1d99d9e0d351b +size 191392200 diff --git a/uzb_Cyrl/dataset_info.json b/uzb_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..eb086462781939565d0545584251625337487ece --- /dev/null +++ b/uzb_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc054cbe9bf761c2a414d4444d97d5e65c1e7d5943ac555fe0136ea27475bee1 +size 1266 diff --git a/uzb_Cyrl/state.json b/uzb_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8397ed0c2a0833952049d5089654f99bc21a4730 --- /dev/null +++ b/uzb_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff05bdb0fafe4097b579c85d8cdf8db1a9f4126aeaeb4c52979a12584c471eb +size 601 diff --git a/uzb_Latn/.gitattributes b/uzb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/uzb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/uzb_Latn/data-00000-of-00016.arrow b/uzb_Latn/data-00000-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2c0f9c4dfffd38485282c96246d93c895404d48d --- /dev/null +++ b/uzb_Latn/data-00000-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f690d9bd1a7625689fb5488c7175cb94bd50eb4fe395d98fcc36185829281cb9 +size 1526658336 diff --git a/uzb_Latn/data-00001-of-00016.arrow b/uzb_Latn/data-00001-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66b98a5c81737c9919daf0673d0cc7a66b9f19b6 --- /dev/null +++ b/uzb_Latn/data-00001-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5329dea2f9d8c7c7b5a22ab5e30b2af914308a6df9eeb03d2a8ab20aa07a8462 +size 1553523960 diff --git a/uzb_Latn/data-00002-of-00016.arrow b/uzb_Latn/data-00002-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..71c2d52459ae52348483bf2dfe17c4b2b30e1d76 --- /dev/null +++ b/uzb_Latn/data-00002-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1695c5fe0208f00a5889094a54f6af18ced9e5a08001b4560b04a9e703e0e164 +size 1197295936 diff --git a/uzb_Latn/data-00003-of-00016.arrow b/uzb_Latn/data-00003-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ee9482eb30d6b5f8e6e4f4823bce3ccaf7b590ba --- /dev/null +++ b/uzb_Latn/data-00003-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926c25bcb7a6a52cc536de6ee0ecd7611b406e3198c386f77cf86ebff2eb6b3b +size 97414448 diff --git a/uzb_Latn/data-00004-of-00016.arrow b/uzb_Latn/data-00004-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4156296b27f65c9c0e04361492273f5b7a65b3db --- /dev/null +++ b/uzb_Latn/data-00004-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb8cfbf6f0ada797f610f4ec1bb6176e78c941db56e9287bd2047965b330093 +size 97261896 diff --git a/uzb_Latn/data-00005-of-00016.arrow b/uzb_Latn/data-00005-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7d6bb3d3c2b4eb0dca5d10e91fbf2d9c81d636af --- /dev/null +++ b/uzb_Latn/data-00005-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524471de02750838afc6ca9a6b508a10b7efb84bc7ab1686d3dcf30546878dd5 +size 97312584 diff --git a/uzb_Latn/data-00006-of-00016.arrow b/uzb_Latn/data-00006-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1bbfb28c6ce44cb46fca58a23036761569579bb4 --- /dev/null +++ b/uzb_Latn/data-00006-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6faa0074c82fdcaeebc81af786098b5c3192a04897468a0bf958040b710704 +size 98459416 diff --git a/uzb_Latn/data-00007-of-00016.arrow b/uzb_Latn/data-00007-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9afb96cfc0d7cfab1f895e812ddc135eef56520b --- /dev/null +++ b/uzb_Latn/data-00007-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c426559644142e4e229adaa304e21de8831f0075973db2becb13bad1e7a668 +size 98115960 diff --git a/uzb_Latn/data-00008-of-00016.arrow b/uzb_Latn/data-00008-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f56c69b91882d841a1e137d43e660b73e99de71b --- /dev/null +++ b/uzb_Latn/data-00008-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb0bfc7ccd789dac18659ea0e532475600a8716ea4fd539ab9ebe053d605963 +size 1033223264 diff --git a/uzb_Latn/data-00009-of-00016.arrow b/uzb_Latn/data-00009-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..feba344ab1c4b7923bf637b6234653e3a1cc5a22 --- /dev/null +++ b/uzb_Latn/data-00009-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5308a59e313b5cb2f23e92eef75c1cd421629f099f4d296b0f12c34d756677 +size 507415632 diff --git a/uzb_Latn/data-00010-of-00016.arrow b/uzb_Latn/data-00010-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..16e119ff1ff6a1f20912556513882cad72f2cc9e --- /dev/null +++ b/uzb_Latn/data-00010-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bc3b09d84867f7e05d9b399948f83d773bb872871d1179d4a727038fe0dec6 +size 108842880 diff --git a/uzb_Latn/data-00011-of-00016.arrow b/uzb_Latn/data-00011-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a0094da5fd16653f4701476c1ef6396b86a688b0 --- /dev/null +++ b/uzb_Latn/data-00011-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce893178d8ac426e4d94cd09f92d015daf5f6b1b30420fd27d965d5b8757fe92 +size 109420496 diff --git a/uzb_Latn/data-00012-of-00016.arrow b/uzb_Latn/data-00012-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5263d0fda4ed5b6962aeeb07615b2b1683838840 --- /dev/null +++ b/uzb_Latn/data-00012-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b5c79b869ba888ba0e59412a0025de8b72c708f9d7ddeeb221fe07d7f956f5 +size 109064432 diff --git a/uzb_Latn/data-00013-of-00016.arrow b/uzb_Latn/data-00013-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7847f5f9ee6e79d218dd4036b2a114e0ddb790fe --- /dev/null +++ b/uzb_Latn/data-00013-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ab3d9ef6becabddbaa5ad67ead0ef63905ca65f2a111fff2465715d50a0917 +size 110243576 diff --git a/uzb_Latn/data-00014-of-00016.arrow b/uzb_Latn/data-00014-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e35d9b79587417b1b2db217396b6215f9bb14479 --- /dev/null +++ b/uzb_Latn/data-00014-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1249136d0c36d676abe9b877e7ce7e960964e577e99f6fd9eee1dfb370ebd29 +size 109253760 diff --git a/uzb_Latn/data-00015-of-00016.arrow b/uzb_Latn/data-00015-of-00016.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c8a25bccdd17c3dfdf592f8a9f2f3939fb484b57 --- /dev/null +++ b/uzb_Latn/data-00015-of-00016.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc40d42e9a8aa16b0cc6156a4595b68a02fc3d8989b43e12ed3bbf1497e2115f +size 682541096 diff --git a/uzb_Latn/dataset_info.json b/uzb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..21a499ed366bc774e76809b06f77f7768e8dbb1c --- /dev/null +++ b/uzb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34bcb5f66f87563a6c5826a41281a32ba23aa0f252db96ef123b86b20f9886d +size 1633 diff --git a/uzb_Latn/state.json b/uzb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..463129fe497d40218a5f33ce2914a99731814c8b --- /dev/null +++ b/uzb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567c478c73dc42eb4da9d10b610cd074bf8f3e4294f56ba2bc12ba1b6f441fd9 +size 1132 diff --git a/uzn_Cyrl/.gitattributes b/uzn_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/uzn_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/uzn_Cyrl/data-00000-of-00001.arrow b/uzn_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb86241f0977626b0fd9d5ec634f45bc93a953eb --- /dev/null +++ b/uzn_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4bea8e48a3c4d753897fe302042b3614635da8fad4010c83741b2ada4ee0cc +size 490159792 diff --git a/uzn_Cyrl/dataset_info.json b/uzn_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b7de45446bb52ef26c1858bc1b1073e85bbcaf5a --- /dev/null +++ b/uzn_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23cbd3ac75ebb408d3938b4256a2e9790021c9096d6b7ec455043ebc3ae07a3 +size 1185 diff --git a/uzn_Cyrl/state.json b/uzn_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9f84a93b740c4a51b4cd79749041814248edb3e8 --- /dev/null +++ b/uzn_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45a83ef3edaa134b31fd7bcd6b4738677121a29cc6c491aca83de1515d335d9 +size 247 diff --git a/uzs_Arab/.gitattributes b/uzs_Arab/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/uzs_Arab/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/uzs_Arab/data-00000-of-00001.arrow b/uzs_Arab/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bcc1b67a46906b2746765b4b2bf8f8231e315513 --- /dev/null +++ b/uzs_Arab/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9070578cb6bedace05a807cb521d52cd346a773c2f38736c13c783eafb340940 +size 33477664 diff --git a/uzs_Arab/dataset_info.json b/uzs_Arab/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2022e1b3620125daa7db41ae9a6b872a0ed72a37 --- /dev/null +++ b/uzs_Arab/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c8ac1ac4b724dde34d257a851f5bdcdd5f894ad7e5eb2232bd72398b7c93ab +size 1111 diff --git a/uzs_Arab/state.json b/uzs_Arab/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2f92b310fbe22f1e8a0c0b5727111ce351b22c40 --- /dev/null +++ b/uzs_Arab/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce61f0a345609a1ef30b5279e4f6171a65aa5c2d73f2801244f4bdeb6ee690b5 +size 247 diff --git a/vec_Latn/.gitattributes b/vec_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/vec_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/vec_Latn/data-00000-of-00001.arrow b/vec_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4df48f2319e458de7132dabeb5aac5488e3604a1 --- /dev/null +++ b/vec_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60d725b3f67d48654ea47871744e2a39a75e079e8a9c21cd97456d6a8cad442 +size 146023136 diff --git a/vec_Latn/dataset_info.json b/vec_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..89476ca1f3a5a4371bf8d27559358e59e5b3ca22 --- /dev/null +++ b/vec_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daafb2dafef3648239f0fe2eaddbcccfeb840b9d493d6125e32198a7b2462376 +size 1117 diff --git a/vec_Latn/state.json b/vec_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..89e081768ff4c4daab50a4c16443e3814a44e804 --- /dev/null +++ b/vec_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429eecbba6cb138c04dbcbaac549f9ed08d2953ce9aedb5c645756ef15759df9 +size 247 diff --git a/ven_Latn/.gitattributes b/ven_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ven_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ven_Latn/data-00000-of-00001.arrow b/ven_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3f862940848efd5695ff45d0a618212ea6692ba8 --- /dev/null +++ b/ven_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e056ff681d2830a55ceaa4b1db61b99ed0ae3500f4975c6d7cf9fd097bb0831 +size 21451944 diff --git a/ven_Latn/dataset_info.json b/ven_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e4dfea54ee44f388cc09200a094de7e32523d591 --- /dev/null +++ b/ven_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1e5ae80a0ff7abdf5c2f052089810c92989ef1b170bee3070721aa5ac1cbaa +size 1111 diff --git a/ven_Latn/state.json b/ven_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c68dd08095e3147115e7be5e79d3e87f787532b8 --- /dev/null +++ b/ven_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e083d97ce74623b1d2a9beacae3128061a04aa13da458059e93ea122449de9a +size 247 diff --git a/vep_Latn/.gitattributes b/vep_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/vep_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/vep_Latn/data-00000-of-00001.arrow b/vep_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..246919a8ce863a95a618d48af48aedbe1884936f --- /dev/null +++ b/vep_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93191d6395bb33a7336338bfb49fc4cbb86721e94b54f14ee4121b6439b9086 +size 20131576 diff --git a/vep_Latn/dataset_info.json b/vep_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..878b726ba71919ea473297e3d5423e23070f78a1 --- /dev/null +++ b/vep_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b922dc2f7a81cd6bd1ecd8acefeb0a3d3e9c9b9e86f6693f7281649f45690373 +size 1111 diff --git a/vep_Latn/state.json b/vep_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1632cf1b28a11d7432b35ead5f05ee5d1ddc830f --- /dev/null +++ b/vep_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b66cc20c05679d253ce82f4c35e51d9daac8706f3f64a51fd2dde5324c9765f +size 247 diff --git a/vie_Latn/.gitattributes b/vie_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/vie_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/vie_Latn/data-00000-of-00004.arrow b/vie_Latn/data-00000-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cbc4662063724cd721e16b19d05ccaf76b6c8e55 --- /dev/null +++ b/vie_Latn/data-00000-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9c7fc55d96491ce2aab401d70386962c206c4437140495e904938efee8e243 +size 914489648 diff --git a/vie_Latn/data-00001-of-00004.arrow b/vie_Latn/data-00001-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..9aed12312a96aa7ba6693b576194887003f2ade0 --- /dev/null +++ b/vie_Latn/data-00001-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9a59210dfcd7689777441c2ca8d76c46c305da10bb6701ed0dcd768eaf83ed +size 426917456 diff --git a/vie_Latn/data-00002-of-00004.arrow b/vie_Latn/data-00002-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8041f556c4f4db6e39f3cf8b29c98075f7f45646 --- /dev/null +++ b/vie_Latn/data-00002-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c07dc02b36f0fa03317f896867d586ac22fa698e8704cb755b8e5358fb00516 +size 175688944 diff --git a/vie_Latn/data-00003-of-00004.arrow b/vie_Latn/data-00003-of-00004.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7e4a05bd485107019f7456ebf3c1be0ef85206a7 --- /dev/null +++ b/vie_Latn/data-00003-of-00004.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a9caf6c29240945db218561cdb650c3d4d9eda6778dd9862b541d7f930731d +size 326397272 diff --git a/vie_Latn/dataset_info.json b/vie_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..33d11b486897ac732c2dca847bbd548279683f3f --- /dev/null +++ b/vie_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e7679a053d534e5c6bcb2542e3bcd483460847662b0ed2d19b091f69641bda +size 1237 diff --git a/vie_Latn/state.json b/vie_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..411f083868c65a1ea632357ef80d027c756f6d8c --- /dev/null +++ b/vie_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b5f682e17700b9d21f1dc12da778a2fc85e87f0e174f256d462cf7699e3d56 +size 424 diff --git a/vif_Latn/.gitattributes b/vif_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/vif_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/vif_Latn/data-00000-of-00001.arrow b/vif_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..754042592223653fe8c6d45019212ca1d7970e6c --- /dev/null +++ b/vif_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5a67ccc725bbf69828553884f4efb073e05d44eadddb9a8635827aa995b896 +size 9392 diff --git a/vif_Latn/dataset_info.json b/vif_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..31d69bcc8603022302ca26908ac4ece4061f8b00 --- /dev/null +++ b/vif_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fa12a87d17f46162efcbace43be6e9584a8868a0f83bd366801a360e7e517e +size 1088 diff --git a/vif_Latn/state.json b/vif_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f2c7e4d1fc07942896397fb0d01ea3a4996ae627 --- /dev/null +++ b/vif_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37524f43671b21579ca8b56a7949eb61817d869721081717342c6b2a89293eeb +size 247 diff --git a/vls_Latn/.gitattributes b/vls_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/vls_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/vls_Latn/data-00000-of-00001.arrow b/vls_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5a492757c70f1edcbb25b3e8e2b187c85e77a33b --- /dev/null +++ b/vls_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4065782b61cbab88bdbc5aed87bb1fec5147ff6b33d5620e64de8a1f86e6f686 +size 27276440 diff --git a/vls_Latn/dataset_info.json b/vls_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..397ee23e9e6f49e07b409b0cc8e76b9152e982d3 --- /dev/null +++ b/vls_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9794c600168ddd111a9c0a123404f2be19dcbe7881e3486b66a3b7f95fdc6e +size 1112 diff --git a/vls_Latn/state.json b/vls_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c940e76836ffc8a2d7dfcfd5a7be4503705db608 --- /dev/null +++ b/vls_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a0bf434d27982229c040bfab69287c579e36b473295c2f230a4194ce203dee +size 247 diff --git a/vol_Latn/.gitattributes b/vol_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/vol_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/vol_Latn/data-00000-of-00001.arrow b/vol_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..140c7c62683f97bf82f4dc247b5b0a3e4934ea9b --- /dev/null +++ b/vol_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa4cf646a0791c31b7ad4ed099923de534172d03708f02e0895da0436442da2 +size 52073568 diff --git a/vol_Latn/dataset_info.json b/vol_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7264e9786090c4cd87ac0b53a076efddbeca12c7 --- /dev/null +++ b/vol_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41d3fb60cb8f3cd7611ab2c64622b5a702e8b3473f624b69d45d74eb031e749 +size 1113 diff --git a/vol_Latn/state.json b/vol_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..aeaeada3156c924261f17827f762ecc524db3839 --- /dev/null +++ b/vol_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f831d338e16074967a202ccdde9c7c98de6e1d2aaa76a2c996642b6310544e53 +size 247 diff --git a/wal_Latn/.gitattributes b/wal_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wal_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wal_Latn/data-00000-of-00001.arrow b/wal_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bdaff273b47bf09afa2ee7e5df7793d8c1c33fe7 --- /dev/null +++ b/wal_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2219653238736349f0c61c8112c67328a71d2ae7e174d4b46ae7274e82929ff5 +size 7235648 diff --git a/wal_Latn/dataset_info.json b/wal_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a5979543ac2b29cbef170606f3af3f59f461e809 --- /dev/null +++ b/wal_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7646521b63784cab4cefcbf7d2ca503e1e866a44ed2a82f6f8995ef58f710d0c +size 1107 diff --git a/wal_Latn/state.json b/wal_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..be5be53ccffbdf8c1a5a3b22e2f9a1b349a63596 --- /dev/null +++ b/wal_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b463752ce0166040ba494b2f1da16a07ea2ffa3f53ffc5ed667f325183622ed4 +size 247 diff --git a/war_Latn/.gitattributes b/war_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/war_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/war_Latn/data-00000-of-00001.arrow b/war_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7c39718a3e7d62d66950e50a7e02b17c8d1f0f1f --- /dev/null +++ b/war_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a113d53a1f50a48332d53bcc9eeb22c0aea465e1e078295ec3676b5b3e40c41 +size 425403440 diff --git a/war_Latn/dataset_info.json b/war_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f8741a90ba9fcc0ea86a5942ac9f6aae2c2fb2a8 --- /dev/null +++ b/war_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c787688ece90f6731c1e342e8b87fe79ccc6a1f9d946025157ed2f9279cbde +size 1190 diff --git a/war_Latn/state.json b/war_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a5358b16baaac0f1ee89b3d5951510b7c1c52b96 --- /dev/null +++ b/war_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfc9b9019704b18216e04f7cc18ab47c72349e7ecf0e11b58ab952b0ac46568 +size 247 diff --git a/wbm_Latn/.gitattributes b/wbm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wbm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wbm_Latn/data-00000-of-00001.arrow b/wbm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0c142f7cd21b1b1e95c473137e20fd88af4f8f9d --- /dev/null +++ b/wbm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e3c16b5cd664e4b8962017adcf06056b5c3ce85bd882f5dfa8098f60bd43b5 +size 2504 diff --git a/wbm_Latn/dataset_info.json b/wbm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..11fab33a3f2b29ddd2031537c58ad904a3713634 --- /dev/null +++ b/wbm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9da16c1573569fc831410c83cf0adfbd386941342619154b33985fbe2d1105 +size 1087 diff --git a/wbm_Latn/state.json b/wbm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cebdca31a083799cb5ad204873aa19dab71e8a2e --- /dev/null +++ b/wbm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ee0f34e33c064abba76117bf00fdba8172d61e882466b1c1a2583326c2dd00 +size 247 diff --git a/wbr_Deva/.gitattributes b/wbr_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wbr_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wbr_Deva/data-00000-of-00001.arrow b/wbr_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..152948d15a2abc4fcb1c4ed05ffc4246cd78534f --- /dev/null +++ b/wbr_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3688f5135bdf42643a994f774f9ebe11229f90c138086003448dc305da75084 +size 4304 diff --git a/wbr_Deva/dataset_info.json b/wbr_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..729842453fc8ee8cac67533386c9193209de6abc --- /dev/null +++ b/wbr_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b7ef5d78086113ba14df5fdd4a52485c264754378f4ad6b6fffb1c684b0437 +size 1093 diff --git a/wbr_Deva/state.json b/wbr_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a848286fa7f0c3f2e34d408615f9b9aa5dd3836d --- /dev/null +++ b/wbr_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11479184d8b48dfbf39194f940832f615cd419deb2604fc7573ae708927bf47a +size 247 diff --git a/wln_Latn/.gitattributes b/wln_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wln_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wln_Latn/data-00000-of-00001.arrow b/wln_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..07ea900898aa990518c46246db38fc9d161ae643 --- /dev/null +++ b/wln_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2afd8e684e778f90642a13005bff27c56d6a3dc700c63d37673650b3ce9c80 +size 124657008 diff --git a/wln_Latn/dataset_info.json b/wln_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..57b2e91d1f375538761914d8035cf0d988ec66b6 --- /dev/null +++ b/wln_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dd3fb2a841d61365a049434fc63fe83defa5b3dd8e61ae227d8262e7f9fa44 +size 1118 diff --git a/wln_Latn/state.json b/wln_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bd767fef9422b258a924d01428a212f6a0cf545c --- /dev/null +++ b/wln_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b498e30332fb73dbe0fab106249c1413808cc221d5bc5c8065a553f1938cc5 +size 247 diff --git a/wms_Latn/.gitattributes b/wms_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wms_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wms_Latn/data-00000-of-00001.arrow b/wms_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..df3744995c08f0041dc34703889b20c04d3c3766 --- /dev/null +++ b/wms_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af67e0263fb65a0cfa46ab7d74b155347acf3808f701e355f722e080e309f28 +size 5216 diff --git a/wms_Latn/dataset_info.json b/wms_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fffe67605e6f3183b9b0f3b81477137b271cacb9 --- /dev/null +++ b/wms_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1fa94fdb7dd731ad78d8af97cc7bb73988a76d97d0948c09490eb326d06bee +size 1087 diff --git a/wms_Latn/state.json b/wms_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fafea3f2ed8d3746cd2beec6e9832700fc3ed88c --- /dev/null +++ b/wms_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f59e84ef93b37a5b22198ab93f4549ff41928279ff7d20de30a0def4ef95b0e +size 250 diff --git a/wni_Latn/.gitattributes b/wni_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wni_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wni_Latn/data-00000-of-00001.arrow b/wni_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ffd002cde7f30e01e889e54043df491189b08e90 --- /dev/null +++ b/wni_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bf6a231f1747cdb7f1ce1c498994b6a157fe1eb8f51aafa22a7822ec132583 +size 28344 diff --git a/wni_Latn/dataset_info.json b/wni_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a26979ba8aeb1e3a349e8923297082c396d0673a --- /dev/null +++ b/wni_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4c5004bc99d5adad8d29bdedb0c87459083af3c5423c7bf6c94fd39da0dc5c +size 1093 diff --git a/wni_Latn/state.json b/wni_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b4e590b3a7ab219f18e1e53ca93bf59356f04f59 --- /dev/null +++ b/wni_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9714b55f95057a1a483d40b89737c59364013dbc37d0298f7300e7e9350a01e7 +size 247 diff --git a/wnk_Latn/.gitattributes b/wnk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wnk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wnk_Latn/data-00000-of-00001.arrow b/wnk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..0efc0b5c41c741c075ef0176965e2c2920723bea --- /dev/null +++ b/wnk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7121f1d1b824d7a72b3b36123b1a947f96c46c2dd6cda63dbff24ac27f370034 +size 5256 diff --git a/wnk_Latn/dataset_info.json b/wnk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..16c839c1d6e1e60832c6e53288dac9838434c626 --- /dev/null +++ b/wnk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70d50898269da72cf0eac9048864f4535eb87a33a287fc03fff1f4f31ff33d4 +size 1087 diff --git a/wnk_Latn/state.json b/wnk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c7d2dcb3a6b687c63576ce3c4700ab05b020d8e2 --- /dev/null +++ b/wnk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400ebacd564396c1c88cab34b4f4dd39c1032615fb1acdbdb16bac52c10c18b3 +size 250 diff --git a/wol_Latn/.gitattributes b/wol_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wol_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wol_Latn/data-00000-of-00001.arrow b/wol_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..7155b481cf134d5f8e4007d69396c4a0ca002a14 --- /dev/null +++ b/wol_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd193c18f640e848c36991656391b0ef4596ea97321f0dd63afb99ce3b7c466e +size 16825656 diff --git a/wol_Latn/dataset_info.json b/wol_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0785182161335ce0fc0c30ed0a16501333a91461 --- /dev/null +++ b/wol_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926842c601ca55b2b00365adb26ef1dbf5b8abfc1d12ba0234c9f65d46da3120 +size 1113 diff --git a/wol_Latn/state.json b/wol_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cde3697ce25ee1f927cd77871519e5c4a8786915 --- /dev/null +++ b/wol_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e520b06f212aad68f20132537f47a14a67ed56f06e8ced2b560455b6de4b95c0 +size 247 diff --git a/wtk_Latn/.gitattributes b/wtk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wtk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wtk_Latn/data-00000-of-00001.arrow b/wtk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8c0b74eedbb4bec1dbdd7ccf1ec94ba8310b7652 --- /dev/null +++ b/wtk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579fd3d310a39161e5eb9a31f1de96766a7ba35be13cbd3a339b2777cf204b7f +size 2616 diff --git a/wtk_Latn/dataset_info.json b/wtk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ec48c67c147c7baa11248dfda59289fc7f5c9272 --- /dev/null +++ b/wtk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4203ba6773e5824c78f361891d5550a9aaf399505de594bdfc6c500ae134831 +size 1087 diff --git a/wtk_Latn/state.json b/wtk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..dc50de9a789798ef104036f3612998011727fa8e --- /dev/null +++ b/wtk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23113d8129d1ce051442fd34c97be8dbc46ebf55cb3ca031499ae28bc4b4c2cc +size 250 diff --git a/wuu_Hani/.gitattributes b/wuu_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/wuu_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/wuu_Hani/data-00000-of-00001.arrow b/wuu_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..48e9537b1dcc842e75c09d359b610c7ee2ff2c87 --- /dev/null +++ b/wuu_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6989cf6acb019d2a7a4c9fc5d334b8683c6c1c0ead4655824a2c97bdacae71e +size 9447824 diff --git a/wuu_Hani/dataset_info.json b/wuu_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..bbd440dfb93232f409e2793a5ef8b33fb73be40f --- /dev/null +++ b/wuu_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648d9d41611a270ba562cb38767214891e7a1ed449b5068a2e75c1aa1ea6cf8d +size 1113 diff --git a/wuu_Hani/state.json b/wuu_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6b8554ab06da2b7c7e6d9dc540d90f37aa02e8b5 --- /dev/null +++ b/wuu_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19913662e94d5eebf59e745126c6ff700a5c290ad9a6f059918d42b47e0d7fd +size 247 diff --git a/xal_Cyrl/.gitattributes b/xal_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xal_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xal_Cyrl/data-00000-of-00001.arrow b/xal_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ce8eb1bda3a8b1dd2e83c39a6f1493e94e2a64b --- /dev/null +++ b/xal_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f989b4f2a650c90abeb6f912c776673579a8fea12c9c816946951373d20045f6 +size 7896584 diff --git a/xal_Cyrl/dataset_info.json b/xal_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..7fade4736535047318df56a792252500539dbb2c --- /dev/null +++ b/xal_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621a9ec56fa1d419375f006479d3c99e63271c495c84e6c4b715a865335a4c09 +size 1109 diff --git a/xal_Cyrl/state.json b/xal_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f73bb621d8fabcafe0dcfba3605564f87565fa58 --- /dev/null +++ b/xal_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546c7788946181fd7643d3c634c33fd1800b16a8bc46c7dc8b0130336fb831ea +size 247 diff --git a/xal_Latn/.gitattributes b/xal_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xal_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xal_Latn/data-00000-of-00001.arrow b/xal_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..91fd75a4cb5fe2150544c1cf58de5da194ade9e0 --- /dev/null +++ b/xal_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1c65441b8c2a033396610401fb67aa58df677c0011f1304f34e3dd6c511aed +size 38936 diff --git a/xal_Latn/dataset_info.json b/xal_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..2310baf9f5ba938157adeebcd61c9cdcb2cae526 --- /dev/null +++ b/xal_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6552503dc2c5be2b7911fa131786c347b5fe942c07d089e21ab082dec1c56ac3 +size 1094 diff --git a/xal_Latn/state.json b/xal_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6a8787f22221c82c26990752edb894a43b55ddfc --- /dev/null +++ b/xal_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c32d05304968f01bd33a6e7998a69ae6f4a2412df3481432851c42009c420a9 +size 247 diff --git a/xav_Latn/.gitattributes b/xav_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xav_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xav_Latn/data-00000-of-00001.arrow b/xav_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3ac2a2d51a8514489f112d3d6f720176da03749c --- /dev/null +++ b/xav_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b478e42a4c3c397b64968675b42851432c0987db6d6469dea05a66c5d5ee2c87 +size 5690600 diff --git a/xav_Latn/dataset_info.json b/xav_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b6a34952cd5e2e0acbff3f1aa36b7d160cc53d08 --- /dev/null +++ b/xav_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202232941cc37508d358a3c6a8e4f6425f3343f95d7f1d14f600c30caa7df684 +size 1107 diff --git a/xav_Latn/state.json b/xav_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..9bab9bfdf154193cd84386fd67250f948aa7b671 --- /dev/null +++ b/xav_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db9666544365d55ba87107287405ed287129c3a9ea659998dd71d4a9a54b776 +size 247 diff --git a/xho_Latn/.gitattributes b/xho_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xho_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xho_Latn/data-00000-of-00002.arrow b/xho_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..b10279500f68211f47b6c8aa5df8a28bd5a945a7 --- /dev/null +++ b/xho_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e221b26b73d056800e043bb5ee45a007d21271d00e5d87a3a70c04e8bbb8cfe +size 126367424 diff --git a/xho_Latn/data-00001-of-00002.arrow b/xho_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..59930bc74f3a84dac687fada77e4c070fda41f08 --- /dev/null +++ b/xho_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2c033484895c008350654566cb46a8f8c73c5bc0980f02af92635541a5d1a9 +size 531112536 diff --git a/xho_Latn/dataset_info.json b/xho_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..066a5e5e5014be637ef4477404be91f252236c3b --- /dev/null +++ b/xho_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976f83678dd9415d5cbfcfcb20a20b8957b9f4d7e38b075808c4d46734f63a19 +size 1185 diff --git a/xho_Latn/state.json b/xho_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b93fab6693bcd7b7359bf232a9cdf62b13f9cb47 --- /dev/null +++ b/xho_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61789434964834f9f13d2e8e46692844414fb66cfe1c0d01b788021088a8cb4d +size 306 diff --git a/xkg_Latn/.gitattributes b/xkg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xkg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xkg_Latn/data-00000-of-00001.arrow b/xkg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1124396c0f301194531a050dfeb369b63bacbf51 --- /dev/null +++ b/xkg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e357b4f1f7db0dd85220d62e87861d7c038eabccb6f479370f48874dd4e8aa36 +size 42032 diff --git a/xkg_Latn/dataset_info.json b/xkg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..dedcc74feaf2dce2f2e45bc6727db50f74b52b72 --- /dev/null +++ b/xkg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58cf7bd966ab94a3c1853cffdda95a7835b92012671bac918a1f3fe1920b932 +size 1093 diff --git a/xkg_Latn/state.json b/xkg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..5f9a23c82929e8360544d70b8c89ab0ca2d51c13 --- /dev/null +++ b/xkg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b04d1065a512c9792c5f7b37a961037b14821c6d9cb90998e58189be2b414c9 +size 247 diff --git a/xmd_Latn/.gitattributes b/xmd_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xmd_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xmd_Latn/data-00000-of-00001.arrow b/xmd_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c246f35a7ec45e373aad732bcfb460bc4a0f9f0a --- /dev/null +++ b/xmd_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390335ecc82b946edfa68daff8934ea63427eaf36cce4ee9224ee9b4a6325f56 +size 3952 diff --git a/xmd_Latn/dataset_info.json b/xmd_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fbba44652aee0465eaed6549afaa7880b5e4a416 --- /dev/null +++ b/xmd_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c219b8cff1455262aed8ffcf6c3538e3de3f5437dc31df3612613f6196fdafe +size 1087 diff --git a/xmd_Latn/state.json b/xmd_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1cf52868b0ce1d1e4dfa4c60c0879f9ea6098aad --- /dev/null +++ b/xmd_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c1509834f160ff584d640dc8218bb9065f0953edbfa90f66be8be281f0f792 +size 250 diff --git a/xmf_Geor/.gitattributes b/xmf_Geor/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xmf_Geor/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xmf_Geor/data-00000-of-00001.arrow b/xmf_Geor/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..d86796bb667d8fdb1f0a85cd051a3c5edfe6142e --- /dev/null +++ b/xmf_Geor/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73a00fe0c0c7dd61011b1078a9f4748003d26250c548fc530ccba7157e58d00 +size 69762424 diff --git a/xmf_Geor/dataset_info.json b/xmf_Geor/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..45cd6c8339ba582cfe1318367ae973818677c1bd --- /dev/null +++ b/xmf_Geor/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e12e996913e9eef89a4e41946a7c66f12fe708d0589fb41c9ba6f4c97bff05 +size 1113 diff --git a/xmf_Geor/state.json b/xmf_Geor/state.json new file mode 100644 index 0000000000000000000000000000000000000000..886d90b58f712066efd38de17ed684d790cdffbc --- /dev/null +++ b/xmf_Geor/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc8b4500564f758b5747d5e02d60e5fac64e49eb7773db95e78f230f7a57d42 +size 247 diff --git a/xmg_Latn/.gitattributes b/xmg_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xmg_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xmg_Latn/data-00000-of-00001.arrow b/xmg_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a1ee0013844f609dc06503ac34d2ab35b3cdcad6 --- /dev/null +++ b/xmg_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1fe30baa8fb86bf581259dbcd3838562c5c04b33ad365e57f9c4b17f2a7205 +size 4472 diff --git a/xmg_Latn/dataset_info.json b/xmg_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..389910b99615e9a2fa29e05f253d319cfe6199a5 --- /dev/null +++ b/xmg_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646523fbd4ac464f9c04e6ced0c40a66161033a0cb0fb9c90b0e7d7614d7bb9f +size 1087 diff --git a/xmg_Latn/state.json b/xmg_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..80bd04faf594edddb2a1f0f86690588226e4f6e3 --- /dev/null +++ b/xmg_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076d043ed1176815c3f8e1320368777c5523fd527758b1cd04b42821c908c148 +size 250 diff --git a/xmm_Latn/.gitattributes b/xmm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xmm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xmm_Latn/data-00000-of-00001.arrow b/xmm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..de9e71e4a4b4171a7332f06eedafcd895f37312e --- /dev/null +++ b/xmm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956b55485ccda75b1bd072c53a0d754de7f2e559037b749d222dd3f475650dd5 +size 5928 diff --git a/xmm_Latn/dataset_info.json b/xmm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..07540138a299c76c66b4706c86b7a03de5b82fa8 --- /dev/null +++ b/xmm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9add275712f96e39d267435d96ef2d1d5dc76e59a235562cf1b328e95bd8f1 +size 1087 diff --git a/xmm_Latn/state.json b/xmm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..f3c587545703dd281b99ff41a28913bfe09a2982 --- /dev/null +++ b/xmm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5578a9af5d376bad0a32d089b6c59197b6ef35e94e07d2a10050784162835bc3 +size 250 diff --git a/xog_Latn/.gitattributes b/xog_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xog_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xog_Latn/data-00000-of-00001.arrow b/xog_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..310c5458a2af74842365aa97227faa66cca840d4 --- /dev/null +++ b/xog_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70abbd19a9e62555d6ea9e027988a06adeee8ec840e2e4e407f1b6d0d06a910a +size 2592 diff --git a/xog_Latn/dataset_info.json b/xog_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..f295562612eff3c02b18d792f5e33eb212f00b96 --- /dev/null +++ b/xog_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2276c505632a85501a6aefc86c02c696bad9bae4f6b0efa1714bd5605eaf3faa +size 1087 diff --git a/xog_Latn/state.json b/xog_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..eb404272a9a60b0c717488b62ae9e365bda13cdd --- /dev/null +++ b/xog_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785fa3cadb2d6face733dbf67bf267b290d8a4847f6215476c1d16db19f792e5 +size 247 diff --git a/xty_Latn/.gitattributes b/xty_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/xty_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/xty_Latn/data-00000-of-00001.arrow b/xty_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..991a68101d882fb59db5b74a15296ce42d1f143e --- /dev/null +++ b/xty_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac80e830693c3103d9479cc5f6d42d4ddb68084db39bd8e60514e69d01a8b66c +size 2632 diff --git a/xty_Latn/dataset_info.json b/xty_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e587400b09a5f13b18c2bf624c8d8f15e1f532b5 --- /dev/null +++ b/xty_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c26f978de4d8c775105e16fb0c09facb9eb64e361b35af6441bd64c9cf2660 +size 1087 diff --git a/xty_Latn/state.json b/xty_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..36a263e28f669b35818904640cc84311ceca5d05 --- /dev/null +++ b/xty_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3b226dec33c91fa8257f0ebdbbb6f643c7d47079d0429f6ef407ae722e009b +size 250 diff --git a/yao_Latn/.gitattributes b/yao_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yao_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yao_Latn/data-00000-of-00001.arrow b/yao_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..a180536cdcae9007c28a4ad853023b63c3c7c29c --- /dev/null +++ b/yao_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccde6301c8363f5b6df2eede6c487a5203a280e378f9b0baa2de0c4e236359b +size 1025288 diff --git a/yao_Latn/dataset_info.json b/yao_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..0058c637294154512fa16636beabd4c95cd145f2 --- /dev/null +++ b/yao_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e115b25e197612debe122d8d009d754ef1434b63e0ae1fddfad254704e9654 +size 1105 diff --git a/yao_Latn/state.json b/yao_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..858f66eb66cbc96460b0e55031253c7ca61adcd1 --- /dev/null +++ b/yao_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d2704140bf32d55f39a2434ddd82bcff526f9efcb1f2d817e8ccc462904057 +size 247 diff --git a/yap_Latn/.gitattributes b/yap_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yap_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yap_Latn/data-00000-of-00001.arrow b/yap_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..e7980043305743cbdb9ae8941e755dbd84ffc73a --- /dev/null +++ b/yap_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b6a75d5e4775aefe9e8ca947550ca12ac3287850c3bbe3fd52d0c3d99cc585 +size 4559888 diff --git a/yap_Latn/dataset_info.json b/yap_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d2c1b5c6374591045399d3c00b600b08f50bdf74 --- /dev/null +++ b/yap_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529e3e7c8f9f72821266de29c405f51197f7d1c5f7f14c93e887e45950448cc1 +size 1105 diff --git a/yap_Latn/state.json b/yap_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d9168a0ed37b5042e272b8b15b32ebfc0a57e84c --- /dev/null +++ b/yap_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d228f608c8cb1b33d0ecb0aa75a10b7c65ae8bcbd42d43b5f7f61b7ad9eb195 +size 247 diff --git a/yas_Latn/.gitattributes b/yas_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yas_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yas_Latn/data-00000-of-00001.arrow b/yas_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1add2cd48cd5d7aeafe0e2445db363bdcf126840 --- /dev/null +++ b/yas_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530458e837b3c439900702000c71df9ac480fe43cde350beaa0fd6abb08fcff0 +size 4944 diff --git a/yas_Latn/dataset_info.json b/yas_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fcc7504eac5c291c9782f81d7f39aa6d24e0228f --- /dev/null +++ b/yas_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df07d8a550d6ac63c3abae89165e5a331649d18608f1f7514519b2294b5660ee +size 1087 diff --git a/yas_Latn/state.json b/yas_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..560e0a8a9a78a554fbb24db8a74ab30fbbe5aebc --- /dev/null +++ b/yas_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d0d223d648d1c9abf9ba6eac97fbcbdae2beb3ce00a547cdbb45744bb8caff +size 250 diff --git a/yav_Latn/.gitattributes b/yav_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yav_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yav_Latn/data-00000-of-00001.arrow b/yav_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f634b2663d63b1cc1c169da19767df00681da83c --- /dev/null +++ b/yav_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ec7bd756cc47e34aaa556095078ce6750fe0136f003752cdfc0c065fc4b56a +size 4320 diff --git a/yav_Latn/dataset_info.json b/yav_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..fdce8f13a9f3729fc51e89ede8fc325237192d44 --- /dev/null +++ b/yav_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d3b27377fa19613a3e460dbc185246e587b026051e518d93b0ae89b809ec1b +size 1087 diff --git a/yav_Latn/state.json b/yav_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..427c60a5ec15b570d17fda26996461cb00a89467 --- /dev/null +++ b/yav_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b89b9c89dbb0ba1a78fff97d3ce06feb26a54e07adda080d4a5409388f4abe8 +size 250 diff --git a/ybb_Latn/.gitattributes b/ybb_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ybb_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ybb_Latn/data-00000-of-00001.arrow b/ybb_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..879359c49cc110a36f79e0771b5958f6af02c431 --- /dev/null +++ b/ybb_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af20f9ea2f263b9193d9523772e1cb5a7364fb48faa5a5469ae938e2099cb447 +size 4952 diff --git a/ybb_Latn/dataset_info.json b/ybb_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ff0b6baa7acbae7044bcecc484b6d0ce7ce6115c --- /dev/null +++ b/ybb_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079af4f023c21d89e0ce624f4ba8a74a36247d91c208aef3cb970affecf4c072 +size 1087 diff --git a/ybb_Latn/state.json b/ybb_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..03d8df837faf3c175db5645e18da308e738ca6f4 --- /dev/null +++ b/ybb_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28878397bbfd7d0d61fc5c84e745cec69bc284e697ceb034002ba277240a7f5 +size 250 diff --git a/ybh_Deva/.gitattributes b/ybh_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ybh_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ybh_Deva/data-00000-of-00001.arrow b/ybh_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..c096577221f94f2f5c72755b1300551303c03ce7 --- /dev/null +++ b/ybh_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6d26f2c93cf11608261555d988b69ca942c3b2aea36d80127fca383fc313d1 +size 46208 diff --git a/ybh_Deva/dataset_info.json b/ybh_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a81c2f78ab8ece660b9a6878dbac21746bbea2 --- /dev/null +++ b/ybh_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5a8986da6c81309ae9a33062bcb4a1905da1a9046f22dca7f8ac58a8ac68c6 +size 1098 diff --git a/ybh_Deva/state.json b/ybh_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..112571a8bc2403e1b9b0008d7622678099f88979 --- /dev/null +++ b/ybh_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4915350fae97eeae83915095c41038222e91939df6a388d9853e409636950032 +size 247 diff --git a/ybi_Deva/.gitattributes b/ybi_Deva/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ybi_Deva/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ybi_Deva/data-00000-of-00001.arrow b/ybi_Deva/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..cc800fde17e9a9757852ab334fead8789145e8f3 --- /dev/null +++ b/ybi_Deva/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cf8323d7fadbb9fd8a0f278d7f9d2f1f4c760d29f8c7407b9ff91884307767 +size 46192 diff --git a/ybi_Deva/dataset_info.json b/ybi_Deva/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..830fb572e8413e43306992f4334bbff7a5ecaf4a --- /dev/null +++ b/ybi_Deva/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a326412ac6d3c3eb59610f51eee22c50c612aae998d8412e7165301420ee4338 +size 1092 diff --git a/ybi_Deva/state.json b/ybi_Deva/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6aad68a20243a092fbbc1e81c82fd7375e8de01b --- /dev/null +++ b/ybi_Deva/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c50ae19197c031bcf3c5b37bf7376d863b970e22fd1ab940fd6153d0aa48d7 +size 247 diff --git a/ydd_Hebr/.gitattributes b/ydd_Hebr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ydd_Hebr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ydd_Hebr/data-00000-of-00001.arrow b/ydd_Hebr/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4877585ee11e36fd64557a341bdf3dcb1078f2fe --- /dev/null +++ b/ydd_Hebr/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82d162df779f61be18871f7a345e1616f3f693e194fa0e90694d6aacc8c4918 +size 2768 diff --git a/ydd_Hebr/dataset_info.json b/ydd_Hebr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..6df600c80740a9a4c332484a8227757867295465 --- /dev/null +++ b/ydd_Hebr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b77b8f00d02c5039535dda9330b6a146351b648a1e3efc86c53c06f90d53a8 +size 1087 diff --git a/ydd_Hebr/state.json b/ydd_Hebr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..10e584983fb3ee899468d92ad8a70cd2cab3d470 --- /dev/null +++ b/ydd_Hebr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42c303ec8bc6b792b6e767930315b07fb3a91033c9807d7a95976d1dcad6a6e +size 250 diff --git a/yea_Mlym/.gitattributes b/yea_Mlym/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yea_Mlym/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yea_Mlym/data-00000-of-00001.arrow b/yea_Mlym/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..adc587bc162dcfe3d9ab9111d3e67e564bc858d2 --- /dev/null +++ b/yea_Mlym/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0deeb690d2de2f416970b5a404625b5ad952a092650c25f4009619ec4b0de1 +size 3112 diff --git a/yea_Mlym/dataset_info.json b/yea_Mlym/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..cb8df6de05e421789b00ae84f9b31293fc594f52 --- /dev/null +++ b/yea_Mlym/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a19bdf3b4403fe3fb4835eca8c95d82a575a2e324c3a16d1ee408f5beeedbec +size 1087 diff --git a/yea_Mlym/state.json b/yea_Mlym/state.json new file mode 100644 index 0000000000000000000000000000000000000000..88a9b8e4c7b8d26255707b46be1aa18608d791cb --- /dev/null +++ b/yea_Mlym/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55def09f1561acc3e712ec606093f4b255d5a43397796e853840de1a234127b +size 250 diff --git a/yid_Hebr/.gitattributes b/yid_Hebr/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yid_Hebr/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yid_Hebr/data-00000-of-00005.arrow b/yid_Hebr/data-00000-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8994396144b1c441188e22a26b8e6897fff41afb --- /dev/null +++ b/yid_Hebr/data-00000-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbce9b5f45c99fc4db41d35cbab6c9ac8db9a06695df57cc26304b290d1a30f3 +size 680805552 diff --git a/yid_Hebr/data-00001-of-00005.arrow b/yid_Hebr/data-00001-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ead27d88c57c08d67cb570ab544ab7b202b75d6a --- /dev/null +++ b/yid_Hebr/data-00001-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb36bc4edbc8bd5089d1a9579017102352bc8b8dd4b45905b7633895dabb4318 +size 1026828264 diff --git a/yid_Hebr/data-00002-of-00005.arrow b/yid_Hebr/data-00002-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..65057ba452558795bb32e31f2154d316e29e0f02 --- /dev/null +++ b/yid_Hebr/data-00002-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff86fd0c85104d8598b116645f92e4342fbfd94728393746d5d69a1cf17dc70 +size 85778800 diff --git a/yid_Hebr/data-00003-of-00005.arrow b/yid_Hebr/data-00003-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2a229af3f1a52125c0516a9b5caa26906d1e16d0 --- /dev/null +++ b/yid_Hebr/data-00003-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8ff9d4a74d7454993c68042502b95940faf1e739bd08ac9d8681ed0d1f7456 +size 87500128 diff --git a/yid_Hebr/data-00004-of-00005.arrow b/yid_Hebr/data-00004-of-00005.arrow new file mode 100644 index 0000000000000000000000000000000000000000..db277420a64c408090ed96e2c520b23d0324c428 --- /dev/null +++ b/yid_Hebr/data-00004-of-00005.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef992d1ae922b62cfb417d54e17025c412cb968d5480b2aca423ec8b8dcaf42 +size 159828904 diff --git a/yid_Hebr/dataset_info.json b/yid_Hebr/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..be9cb1d66bc10ddb105d5be2b0dc806eea0317d0 --- /dev/null +++ b/yid_Hebr/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7782783029fb7384e7aec9930512e2e8e947da3e4fc45f852788da6e63d5ac7e +size 1264 diff --git a/yid_Hebr/state.json b/yid_Hebr/state.json new file mode 100644 index 0000000000000000000000000000000000000000..cf9c06dc2a0927b9f98d11756fead92327989929 --- /dev/null +++ b/yid_Hebr/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55616035c612e416dcb16b191db512a8e2aeb73c46c86c227f96836199f9b537 +size 483 diff --git a/yin_Latn/.gitattributes b/yin_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yin_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yin_Latn/data-00000-of-00001.arrow b/yin_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2d8944d93bf7d3cfd30195d2cf4fda95652c90d6 --- /dev/null +++ b/yin_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b945d5e7bf08ae3b11bf63289f2152330c2fe0eb1000d20b49b8769bc5cc5d +size 4408 diff --git a/yin_Latn/dataset_info.json b/yin_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d496b69452cd53e30e4a8a425c4b3fb495805ba2 --- /dev/null +++ b/yin_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa3700f06dc5adfcf97f5e716ef5ecc62bf2697151f5887846ac43575b9dbd6 +size 1087 diff --git a/yin_Latn/state.json b/yin_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..34cc87a0a9f8592ef7b6d4b2f7f72301aeb5507f --- /dev/null +++ b/yin_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2386e45067e669a96b07b21cc6d3dad70cb3d0cdd409ef856f6217727d25b3dc +size 247 diff --git a/ymp_Latn/.gitattributes b/ymp_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/ymp_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/ymp_Latn/data-00000-of-00001.arrow b/ymp_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..2a86412090446c46bae1c9d23eeb76535ad1ae07 --- /dev/null +++ b/ymp_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0e6520ff608d5fefdb32e306f668d471ea8aa94bd5adb5bcff20b1d20d2e5e +size 12952 diff --git a/ymp_Latn/dataset_info.json b/ymp_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d7aa3e6f9e0a6eb39b4e092ae22c31b1ee1dc49e --- /dev/null +++ b/ymp_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84a1f292d1a0021d029b2ac18b08bfc2f63b4e5bb4c2195ad4336cdb511ba90 +size 1092 diff --git a/ymp_Latn/state.json b/ymp_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d46e184c69f4c22f95253b54657de348461ec8d5 --- /dev/null +++ b/ymp_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d150af00599823858ebe6ef441b2a33bec77dcad0a7f064483880ce278272a2c +size 247 diff --git a/yom_Latn/.gitattributes b/yom_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yom_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yom_Latn/data-00000-of-00001.arrow b/yom_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..01b4821045df8e5411e6c7f257c76d380015e3c6 --- /dev/null +++ b/yom_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01fe3d309365634bf151f02f5eb52f1ebee3672e1d892d4071fdcb3ec156647 +size 1259024 diff --git a/yom_Latn/dataset_info.json b/yom_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d191f92e10f8f5e53b86738e07a61dec58dea17b --- /dev/null +++ b/yom_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23efffd789825b07b5c8f90f46dba1172f91f4fa2f1d26cd13f318ca26d16c8 +size 1105 diff --git a/yom_Latn/state.json b/yom_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..1799d61943bba9eb8b374dc147457daac322cba7 --- /dev/null +++ b/yom_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514962b784266c38d2642a63071a0d458995e019164513d6e3075316610cd0c0 +size 247 diff --git a/yor_Latn/.gitattributes b/yor_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yor_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yor_Latn/data-00000-of-00002.arrow b/yor_Latn/data-00000-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..fb3c70a096d1aace62b605831b5f0400a970e6ec --- /dev/null +++ b/yor_Latn/data-00000-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d65693d4125d13bbda4931967940ce7e6f7004767f4cc53dde47bdec5ad4b4e +size 496858992 diff --git a/yor_Latn/data-00001-of-00002.arrow b/yor_Latn/data-00001-of-00002.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6bbcf2bcd043376e4ecee653d7e0d2283fdf2063 --- /dev/null +++ b/yor_Latn/data-00001-of-00002.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e56c2661955d93f8990f9f6807c5dd0e1043db65dc7e0d2223e5fafdc5bb28 +size 146589776 diff --git a/yor_Latn/dataset_info.json b/yor_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e1394e7a943e6185530e16a6fe50793339f6038d --- /dev/null +++ b/yor_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c7334ad133fc7822bd85e6c2e441da15880c78336ebf8feb97610ea57e90fd +size 1185 diff --git a/yor_Latn/state.json b/yor_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..2df1ffd71962191e47f79b9f8e922a1dc32a1f1f --- /dev/null +++ b/yor_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47432119e47a44a9d92ec76b54df4af273d2dff6dc09bcaca34f5e1a28f3ea10 +size 306 diff --git a/yrk_Cyrl/.gitattributes b/yrk_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yrk_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yrk_Cyrl/data-00000-of-00001.arrow b/yrk_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..95b593f08e68c228c09e8d9f7b314db2399ad517 --- /dev/null +++ b/yrk_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1163a8fc67f50976d3c0e0c944797cc89877ca1b607da4438fb79e9e76e76bdf +size 222504 diff --git a/yrk_Cyrl/dataset_info.json b/yrk_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..09fff0dd62949a1526d53e70880f271bfa49704c --- /dev/null +++ b/yrk_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25200d4d3224d2ef56f31b04a34fb9526449be54c068dc61f4b2221178ad60e5 +size 1105 diff --git a/yrk_Cyrl/state.json b/yrk_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..e1e41520c88b4cc036bc24b1596b0d4a00396594 --- /dev/null +++ b/yrk_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34b336c306c503b865aebf732c261cbe64a593b47371b17ddcd7d2fceb14a45 +size 247 diff --git a/yrk_Latn/.gitattributes b/yrk_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yrk_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yrk_Latn/data-00000-of-00001.arrow b/yrk_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..5c5097ee5f0056bb628b4323320aefc94aa2f560 --- /dev/null +++ b/yrk_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc1ccf1969e8f8f2e9c24285582b7072c4c769f69f1dfbeab2d71eb8b00216d +size 14072 diff --git a/yrk_Latn/dataset_info.json b/yrk_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3cbf06bf34e796712cc9ff09b0aae85bb82430cc --- /dev/null +++ b/yrk_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9880811ba9745cb61837b491d078e5ef826aeb803251d2a219dfd7028275c40d +size 1099 diff --git a/yrk_Latn/state.json b/yrk_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..389ec49d8d47e593f91aa265946556fc49636047 --- /dev/null +++ b/yrk_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbd4f67f012b4c51b3021f0fa8216708de28ed534995bc2fed45124f60d0703 +size 247 diff --git a/yua_Latn/.gitattributes b/yua_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yua_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yua_Latn/data-00000-of-00001.arrow b/yua_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8174de585cea24dbae5fc23731baa11382a38506 --- /dev/null +++ b/yua_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c152a6281cb10d7b6264bac8eb3c51b435cc642b514957631ce9f179a6f445 +size 17849992 diff --git a/yua_Latn/dataset_info.json b/yua_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d4fee643b51cbbaa3cbe75ad63592b51def142eb --- /dev/null +++ b/yua_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131290fcc04b5c7592e55dbf2f5d15f96e6b8dd849725cd4e4359cf7f7e084fa +size 1110 diff --git a/yua_Latn/state.json b/yua_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..7a817e3d7e33d5608b9ea3cfe2064b23e8af417f --- /dev/null +++ b/yua_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebc238967b9f3d855101c58fecf37ac049d5dac006f9bc5de98f44df0c238ad +size 247 diff --git a/yue_Hani/.gitattributes b/yue_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yue_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yue_Hani/data-00000-of-00001.arrow b/yue_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3fc08d106fa49e5969b8695e4f749ebdb8bf73e7 --- /dev/null +++ b/yue_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03a938c1d739707c08d253df437894fdda38147a59c4e44e81628232b47c9bf +size 75606272 diff --git a/yue_Hani/dataset_info.json b/yue_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..49a3b7e825581abc5be9f588564e874a2b020967 --- /dev/null +++ b/yue_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1da032fb82bf28b4ad8a05fe1819f8e17f9e379985cb3bbce03499c66efb751 +size 1117 diff --git a/yue_Hani/state.json b/yue_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c38641e7c986d6fe1d0678680f4d56d3c73359ed --- /dev/null +++ b/yue_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62533bdbe2618d867c5d6f0ced4bff10160f594cbf758e07ec6cd2d80ebfb6e6 +size 247 diff --git a/yux_Cyrl/.gitattributes b/yux_Cyrl/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/yux_Cyrl/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/yux_Cyrl/data-00000-of-00001.arrow b/yux_Cyrl/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6cbd947500e45c74b00115a917dff78ae87eeeef --- /dev/null +++ b/yux_Cyrl/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fb1ffe7653e446f7403c47b07147500eaccf83717a9b790c31e8007760d616 +size 3232 diff --git a/yux_Cyrl/dataset_info.json b/yux_Cyrl/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8b3700450c70f26154227a5a8a5d0301d9b0e436 --- /dev/null +++ b/yux_Cyrl/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d1af090945ac03f28bb31bd9389b6d70adfa2b558185f6ccb455f15bae7db1 +size 1094 diff --git a/yux_Cyrl/state.json b/yux_Cyrl/state.json new file mode 100644 index 0000000000000000000000000000000000000000..b6ec28663393fb3ee1324c03d6114e35d7f85391 --- /dev/null +++ b/yux_Cyrl/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ffaddd670ad2e7ac9ef4eb2b6c9f79c3204eac97e9b402aa912b9eadf55543 +size 247 diff --git a/zai_Latn/.gitattributes b/zai_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zai_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zai_Latn/data-00000-of-00001.arrow b/zai_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f59c2c3b7878f54a67a874cdb0ffb2dc39fb933e --- /dev/null +++ b/zai_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f8b522ee812c896dec0c52ceb0ade292928f824a736e01435e3ea4fc90e085 +size 1443592 diff --git a/zai_Latn/dataset_info.json b/zai_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c6eab4e1db9e267851c1844002517c2f1b0b226c --- /dev/null +++ b/zai_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ef7a1cab264a5a8d682da703dfb0847667036061c50ef8ea066cdbb13d208d +size 1105 diff --git a/zai_Latn/state.json b/zai_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..bf5d9b0d2c7680faf6ba99abae76cebc80f82263 --- /dev/null +++ b/zai_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a56d4fd157ae76cecad373a3f62e5003d26c47cfb599a3f062a7cb3c17e3be +size 247 diff --git a/zap_Latn/.gitattributes b/zap_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zap_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zap_Latn/data-00000-of-00001.arrow b/zap_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6604da6f1fa6c20b64febe7ac7a371ac9ae5a15b --- /dev/null +++ b/zap_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51a2284e936a5b99e580713ef59ffd805fede57aed3080b3d7ed5cb20100c37 +size 12345288 diff --git a/zap_Latn/dataset_info.json b/zap_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..909f1df36769722b327a47c11a61351fbf530af0 --- /dev/null +++ b/zap_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b6295b9481a32d5be7ac3449ee1c3d3ebf978c8830b200f0f96346a889cce5 +size 1110 diff --git a/zap_Latn/state.json b/zap_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a288d8900e1739c3a426c278ec882831c431a84f --- /dev/null +++ b/zap_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab261457f196b748995e1d0aba4e7db0ad8337dfa8b59b5938db7edc5aa6b84 +size 247 diff --git a/zaw_Latn/.gitattributes b/zaw_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zaw_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zaw_Latn/data-00000-of-00001.arrow b/zaw_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..8eb973cde0e0e8d7693511753276bed5174b81af --- /dev/null +++ b/zaw_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53389e37d16921ebdcfa70978c20da1e6863ebd53d6191cf590ec1da14f1efff +size 3480 diff --git a/zaw_Latn/dataset_info.json b/zaw_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c7c93e7d2d9f1064d0f1ccd78410350c48de46c3 --- /dev/null +++ b/zaw_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ca7af7291f49240ed6ef67b2355cfefffac14f48d054aabd57b4b8d840a542 +size 1087 diff --git a/zaw_Latn/state.json b/zaw_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..8d16e31d5711d520fb733ab996f2557f040cfbe2 --- /dev/null +++ b/zaw_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53a0872730efb939747dd62efbef6c3e778fe074383e8b1462c5d8d38912d7b +size 250 diff --git a/zea_Latn/.gitattributes b/zea_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zea_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zea_Latn/data-00000-of-00001.arrow b/zea_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3de1d8772f60ed219a39709132233665c937aecd --- /dev/null +++ b/zea_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2460a4e91296745097e6d06ce27189d8ebc8aacfcad4e6caf1f4e064c6ba74 +size 9748504 diff --git a/zea_Latn/dataset_info.json b/zea_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..3811e5040e5266dc66c7d7cc2dbf3f318e4fe7d3 --- /dev/null +++ b/zea_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6fa2360b6fc7fd0ef16f776109666db00a5080edc37c0b0741f0317c6a55e3 +size 1111 diff --git a/zea_Latn/state.json b/zea_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..22ffd9d3994ed0303879c64b3753ecf863fe79b7 --- /dev/null +++ b/zea_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9f291d1871c0d8cbdfb6e80237fc0b8ee9071d80308061ef0d098b40fe23e2 +size 247 diff --git a/zha_Hani/.gitattributes b/zha_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zha_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zha_Hani/data-00000-of-00001.arrow b/zha_Hani/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..851f7a71fdb35e6f335abafd7e1c3f7e53274566 --- /dev/null +++ b/zha_Hani/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cce75c32c0b0acf6d6e26b7e00dc5285a2d3d90a8e78bf36580cc3c098154d4 +size 122336 diff --git a/zha_Hani/dataset_info.json b/zha_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a8361de1ee3959a41f860497e4c66f151e5fe1a5 --- /dev/null +++ b/zha_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5265c98bba203515b5f6e3e0e0acd8c39d126cafc3b024a871e0253bc91a6d2c +size 1098 diff --git a/zha_Hani/state.json b/zha_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d26c46148421514446f2a97be1a75b8d4c19f4cd --- /dev/null +++ b/zha_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca541e0efd9d9278634ba4439ef61995e27f9dc2dbbeff4930f7c5aeed9c4c6b +size 247 diff --git a/zha_Latn/.gitattributes b/zha_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zha_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zha_Latn/data-00000-of-00001.arrow b/zha_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..66f42b3e32115e8e48365772438482a521220724 --- /dev/null +++ b/zha_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69babd9420e5dd555f879ad0674f1b50229171a51a2d4b7e053a674a0783dacb +size 1027040 diff --git a/zha_Latn/dataset_info.json b/zha_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5f677de3773a783705eb4dc278512f6bd486b7d1 --- /dev/null +++ b/zha_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597b1f79623f23a3e58ab1c15308ece7927785aafda3722eed4e7c651304119e +size 1105 diff --git a/zha_Latn/state.json b/zha_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c04859a4bbf6990c4fad3c1544626fe64c1ec4ab --- /dev/null +++ b/zha_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5cca619c14685dd1eea733e178013c4496d2083863924e542b19e99d88f76e +size 247 diff --git a/zho_Hani/.gitattributes b/zho_Hani/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zho_Hani/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zho_Hani/data-00000-of-00007.arrow b/zho_Hani/data-00000-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ac27e32df15f8bbc03a64ded261251eeff13faf7 --- /dev/null +++ b/zho_Hani/data-00000-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347a503382a813b548597d3168ef1ca59cdae2c0dd2cfbcc62d5f21209ff1714 +size 919305824 diff --git a/zho_Hani/data-00001-of-00007.arrow b/zho_Hani/data-00001-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4c5b8ddddfe73e4743342ccc67da2044568f4e6b --- /dev/null +++ b/zho_Hani/data-00001-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691be9969d5a6328c52a6bccba8c3280aaed9a51db97be61dd0c2cacfa06c700 +size 361800632 diff --git a/zho_Hani/data-00002-of-00007.arrow b/zho_Hani/data-00002-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..1b2ce1fa6b6a238abcebd1c9bac9a9f11bcd9148 --- /dev/null +++ b/zho_Hani/data-00002-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd5e56dc0ac541320b6de86f041cc2880925093bdec1c977dc1c9d54f78390c +size 366996280 diff --git a/zho_Hani/data-00003-of-00007.arrow b/zho_Hani/data-00003-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..94456f0292d5d3e8e07aa8b26ecef5e5e3f6d925 --- /dev/null +++ b/zho_Hani/data-00003-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8911d5ae280d8b5ab54ce74fab76fe6ea926f3ab068af242fa4c4910da910e25 +size 260795792 diff --git a/zho_Hani/data-00004-of-00007.arrow b/zho_Hani/data-00004-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..21399fe576956e6feeaef870409157d5ef026f1c --- /dev/null +++ b/zho_Hani/data-00004-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6dd2f574fcfb1ce5f1913ce6b07a958d2aff36da3daf65a02e1415b1287b3f +size 317207696 diff --git a/zho_Hani/data-00005-of-00007.arrow b/zho_Hani/data-00005-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..84ddf42b3909474b3877ffdf0d047f04af4c18cf --- /dev/null +++ b/zho_Hani/data-00005-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708f9f82773cdb76aaf328443939d6f07507a15de1877b4bc0e6ce3d1a2c126e +size 383660768 diff --git a/zho_Hani/data-00006-of-00007.arrow b/zho_Hani/data-00006-of-00007.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f2f4b61a5b66e4f98643d3cfc76164ce1c7862d3 --- /dev/null +++ b/zho_Hani/data-00006-of-00007.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1ef55eb4e22e94ec2a6eeb5c710d8473daf5ae8b3b613b38e020b27f295f25 +size 702090976 diff --git a/zho_Hani/dataset_info.json b/zho_Hani/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..5b9ded534b701c42a0a81db166d72316e85d1714 --- /dev/null +++ b/zho_Hani/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee6e96f825a47c4b8e31b45c51422b3ad29e7bddf1760f2143c9fc42f89cb05 +size 1434 diff --git a/zho_Hani/state.json b/zho_Hani/state.json new file mode 100644 index 0000000000000000000000000000000000000000..80593a2c27df4fb7f22c919803d7da4a19002dd9 --- /dev/null +++ b/zho_Hani/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058aaf1493c17f165a56b33bc11fc8cf566ed2f85532e352d28feae1cc3b7b8b +size 601 diff --git a/zlm_Latn/.gitattributes b/zlm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zlm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zlm_Latn/data-00000-of-00001.arrow b/zlm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..4ba884c5a2c027bafcf3f5eaf6be50a8d9921972 --- /dev/null +++ b/zlm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb014e5b170ad2a83cbc2b3b4d3f7845cd4758fa4679907d4ad9e8c7d2607e9 +size 5798384 diff --git a/zlm_Latn/dataset_info.json b/zlm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8b221bb9ae83f4b9678ab752579351a25fb13749 --- /dev/null +++ b/zlm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d997cbda60c983ec71947c931663800a8e027506781e6e7365e4c47f20ecb76a +size 1107 diff --git a/zlm_Latn/state.json b/zlm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..6d65be4ec414696287dc55c9fee55fec651568ba --- /dev/null +++ b/zlm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505522953b2a9aff45f3ba8867ced8cf42107d5c33555d5d3b33deec4a340621 +size 247 diff --git a/zne_Latn/.gitattributes b/zne_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zne_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zne_Latn/data-00000-of-00001.arrow b/zne_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..de1cc97e5316f521c62b6ab39d13c75c717f3c88 --- /dev/null +++ b/zne_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb37abd569c38392543f7d402af92ebe959e22443c7ee9284349906426d6fe41 +size 2899192 diff --git a/zne_Latn/dataset_info.json b/zne_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..d2c9b19515548ee0d8a6d081115960bad77fa299 --- /dev/null +++ b/zne_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7544990694ab73d4243d82a8b6e93ade86ec5e5b98ad1b75aca9a97a606cac53 +size 1104 diff --git a/zne_Latn/state.json b/zne_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..831ae51c120a53175dddc2c1bfe6f556281e8edf --- /dev/null +++ b/zne_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296a7467d34a9bc4414b556b9497b1bf793dc27e41a65e7e8f1daee414bee6c2 +size 247 diff --git a/zsm_Latn/.gitattributes b/zsm_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zsm_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zsm_Latn/data-00000-of-00001.arrow b/zsm_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..6c87cecbe993c0cf90d337e72e743d2240525fee --- /dev/null +++ b/zsm_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc2f5fb1ab234bd2653c81b327814f1d49964f1f47aaf47f09cc1555a568fe0 +size 120709448 diff --git a/zsm_Latn/dataset_info.json b/zsm_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..a7c1043d79d4ff17fea4b67359287736bc13b237 --- /dev/null +++ b/zsm_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6831626ef367f4a8abf3a4e78123e62be79969793f8ea48cf9ccd097d74c06e3 +size 1117 diff --git a/zsm_Latn/state.json b/zsm_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..fb8acbdbd7261523a08c25ed4b98372fe04394c5 --- /dev/null +++ b/zsm_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e108b649945d9074da24e5e7054b2c8f195ea52ee23d0768b6261573702e04 +size 247 diff --git a/zuh_Latn/.gitattributes b/zuh_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zuh_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zuh_Latn/data-00000-of-00001.arrow b/zuh_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..ad364fe8db25e114225d8fa20c701afe4d4ac779 --- /dev/null +++ b/zuh_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c6a84ef725cde66ac82615dd666f219b4ed17ad053db6f5cd0017bdb4bc3f7 +size 2976 diff --git a/zuh_Latn/dataset_info.json b/zuh_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..e5fefcec6abda35370bf90ff6e379755c2ee984f --- /dev/null +++ b/zuh_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd46280d3f6550cdd4e55d4d552c190e7c2ec718c1856ae9373f13d9ab26e577 +size 1087 diff --git a/zuh_Latn/state.json b/zuh_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..d0a023c3bbece9aa74824769f75df10045807278 --- /dev/null +++ b/zuh_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb22f511144b7f78ef0d33c1d4a87ce6db7a7a032b7fc266243d89bd63281369 +size 250 diff --git a/zul_Latn/.gitattributes b/zul_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zul_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zul_Latn/data-00000-of-00003.arrow b/zul_Latn/data-00000-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..18899555cb88a9c4a5545896edef3308bec0ce32 --- /dev/null +++ b/zul_Latn/data-00000-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161a263045b8ace80ba25bb740275d3cb9f63e0047008fcb13f67aa0c8b7ad08 +size 583999752 diff --git a/zul_Latn/data-00001-of-00003.arrow b/zul_Latn/data-00001-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..f03807f0e0efe05615780d0cf487dc8cbc55b9c4 --- /dev/null +++ b/zul_Latn/data-00001-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c6b9441897024c34e1a71530ef3ecd18d0d657cd1e65b14f11c1bf0ff8559b +size 234936328 diff --git a/zul_Latn/data-00002-of-00003.arrow b/zul_Latn/data-00002-of-00003.arrow new file mode 100644 index 0000000000000000000000000000000000000000..bb8d7162cb44b0ee356aef7db821b1c9de4c66c1 --- /dev/null +++ b/zul_Latn/data-00002-of-00003.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7bba92de5a7e5ea43170e4a6395030521d87d5e8a50598ba39d93c2ae30cfc +size 511360440 diff --git a/zul_Latn/dataset_info.json b/zul_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..361b56ed14d41fe2e53a82526cff386c12776a18 --- /dev/null +++ b/zul_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba03cd7d53a48d9aad6172b5a77159053046b3b64135f57a45b0b51322d45092 +size 1222 diff --git a/zul_Latn/state.json b/zul_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..a7a1eedff76eb050d66966a76bc1802ab9ce259f --- /dev/null +++ b/zul_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fc8eab2888d42d52914481b97aaa8adafa3094eed8fcc40bd27c7811fcf013 +size 365 diff --git a/zxx_Latn/.gitattributes b/zxx_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zxx_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zxx_Latn/data-00000-of-00001.arrow b/zxx_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..44d6199fd058e64134ee8b02b8ac807e9f3b3414 --- /dev/null +++ b/zxx_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c5fbf5b32f3c1a39315647fcdf1aaa19816705b4a7fa6b0063032f04900f90 +size 745320 diff --git a/zxx_Latn/dataset_info.json b/zxx_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1bdd31e1c5b62db46abd0562760ce55be9fb5326 --- /dev/null +++ b/zxx_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04935b204e53b26f6609052933cb35eabf9b8def4c4555decf22d69afee432e5 +size 1105 diff --git a/zxx_Latn/state.json b/zxx_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..548429b63cdab3bfe53a44baf2141a522fdef748 --- /dev/null +++ b/zxx_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f7ff626fc89b861ba4f2c9ef7535ae60497dfedcddea798f00f9c53ea9bf6c +size 247 diff --git a/zxx_Zyyy/.gitattributes b/zxx_Zyyy/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zxx_Zyyy/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zxx_Zyyy/data-00000-of-00001.arrow b/zxx_Zyyy/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..93ac3ec72e39e5f8b1e3ca1e1cd64123fd7a8b73 --- /dev/null +++ b/zxx_Zyyy/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f73463450f1d9d1322a5c9a393d5e40e2f5ccbdfc88644cecf21534ba46ae1 +size 56856 diff --git a/zxx_Zyyy/dataset_info.json b/zxx_Zyyy/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..ad7bd7ddd3c610cc5d5b467bd0351115c81771a0 --- /dev/null +++ b/zxx_Zyyy/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884ef43d3447ab8d0aa13ca7d5b0f33a9b38c5088eda8c89c98290449aec326a +size 1109 diff --git a/zxx_Zyyy/state.json b/zxx_Zyyy/state.json new file mode 100644 index 0000000000000000000000000000000000000000..c2d16ec3ba9b3a6d1c4f63e25cd4b5ef5e79ad30 --- /dev/null +++ b/zxx_Zyyy/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a86012b9ffc8e4c8a0b69496eb70adc973250c67f4fabf2cafc72ead2bdde9 +size 247 diff --git a/zza_Latn/.gitattributes b/zza_Latn/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0a58da72b17af8ca27919e5db8b7fcf66e1c7be --- /dev/null +++ b/zza_Latn/.gitattributes @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f58fd32af1d9afe3c8d06ebe19deef3656ab96408bbdfb46cf45e8eeb0bc3 +size 38 diff --git a/zza_Latn/data-00000-of-00001.arrow b/zza_Latn/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..42f0c2995e9342d6e37a7a55d663f795f5bde6c6 --- /dev/null +++ b/zza_Latn/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d385dab3d90034834832c2281ed8f9462d975541a745f3b909324770d6366ed +size 26766208 diff --git a/zza_Latn/dataset_info.json b/zza_Latn/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c835795b5a0352ffd0547e9846e837bc4fc9e1eb --- /dev/null +++ b/zza_Latn/dataset_info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdaba078cc995fd7a5e5339f9ba29563b2d68853ba98245bc86f12e3ca96281 +size 1110 diff --git a/zza_Latn/state.json b/zza_Latn/state.json new file mode 100644 index 0000000000000000000000000000000000000000..717ff13eb988c455d702213a20351abbfa8c8e56 --- /dev/null +++ b/zza_Latn/state.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4923883c6c106d72c4da576b4d68d3d73f682dc862acfd4f8a70b4619e18d9d1 +size 247