File size: 1,823 Bytes
d434992 2a62458 d434992 2a62458 d434992 a15f723 931edd9 a15f723 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
dataset_info:
features:
- name: en
dtype: string
- name: ar
dtype: string
- name: count
dtype: int64
splits:
- name: train
num_bytes: 23951253
num_examples: 227617
download_size: 5221669
dataset_size: 23951253
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# enwiki_to_arwiki_categories Dataset
This dataset contains mappings between English Wikipedia categories and their corresponding Arabic Wikipedia categories.
## Files
1. **[langlinks.json](langlinks.json) (818,354)**
* This file contains all category links from enwiki to arwiki.
* Dataset at: [Ibrahemqasim/categories_en2ar](https://huggingface.co/datasets/Ibrahemqasim/categories_en2ar)
2. **[filtered_data.json](filtered_data.json) (231,314)**
* This file contains the mappings after filtering out those that do not contain a 4-digit year.
* Dataset at: [Ibrahemqasim/categories_en2ar_with_years](https://huggingface.co/datasets/Ibrahemqasim/categories_en2ar_with_years)
3. **[cats_2000.json](cats_2000.json) (21,170)**
* This file contains the mappings from `filtered_data.json` with these changes:
1. Replacing all 4-digit years with the year `2000`.
* Dataset at: [Ibrahemqasim/categories_en2ar-cats_2000](https://huggingface.co/datasets/Ibrahemqasim/categories_en2ar-cats_2000)
4. **[cats_2000_country.json](cats_2000_country.json) (1,234)**
* This file contains the mappings from `filtered_data.json` with these changes:
1. Replacing all 4-digit years with the year `2000`.
2. Replacing country names with the word `country`. It contains 1,234 mappings.
* Dataset at: [Ibrahemqasim/categories_en2ar-cats_2000_contry](https://huggingface.co/datasets/Ibrahemqasim/categories_en2ar-cats_2000_contry) |