axmeeabdhullo commited on
Commit
802e7ff
·
verified ·
1 Parent(s): f9ce5ae

Complete README with licensing, download instructions, and additional sections

Browse files
Files changed (1) hide show
  1. README.md +165 -1
README.md CHANGED
@@ -15,4 +15,168 @@ tags:
15
  pretty_name: axya-websearch
16
  size_categories:
17
  - 10K<n<100K
18
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  pretty_name: axya-websearch
16
  size_categories:
17
  - 10K<n<100K
18
+ ---
19
+
20
+ # Dhivehi Combined Dataset
21
+
22
+ ## Overview
23
+
24
+ This dataset combines three 30K Dhivehi language corpora from the Leipzig Corpora Collection into a single unified CSV file containing 90,000 sentences. The dataset provides a comprehensive resource for Dhivehi language processing, combining data from Wikipedia, news sources, and web crawls.
25
+
26
+ ## Dataset Composition
27
+
28
+ The dataset consists of three distinct sources:
29
+
30
+ - **Wikipedia (2021)**: 30,000 sentences from Dhivehi Wikipedia
31
+ - **News (2019)**: 30,000 sentences from Dhivehi news sources
32
+ - **Web/Newscrawl (2015)**: 30,000 sentences from web crawl data
33
+
34
+ **Total**: 90,000 Dhivehi sentences
35
+
36
+ ## File Structure
37
+
38
+ - **File**: `dhivehi_combined_dataset.csv`
39
+ - **Size**: ~21MB
40
+ - **Encoding**: UTF-8
41
+ - **Format**: CSV with headers
42
+
43
+ ## CSV Columns
44
+
45
+ | Column | Description |
46
+ |--------|-------------|
47
+ | `global_id` | Sequential ID for the combined dataset (1-90000) |
48
+ | `original_id` | Original sentence ID from source dataset |
49
+ | `sentence` | The Dhivehi sentence text |
50
+ | `source` | Source dataset (Wikipedia, News, or Web) |
51
+
52
+ ## Dataset Preview
53
+
54
+ You can explore the dataset using the Dataset Viewer above or the Data Studio feature on this page. Sample entries include:
55
+
56
+ - Sentences from various domains including religion, politics, history, medicine, and daily life
57
+ - Text in Thaana script (Dhivehi writing system)
58
+ - Diverse sentence lengths and structures
59
+
60
+ ## Download Instructions
61
+
62
+ ### Option 1: Direct Download
63
+
64
+ Download the CSV file directly from the [Files tab](https://huggingface.co/datasets/axmeeabdhullo/axya-tech-websearch/tree/main) of this dataset.
65
+
66
+ ### Option 2: Using Hugging Face Datasets Library
67
+
68
+ ```python
69
+ from datasets import load_dataset
70
+
71
+ # Load the dataset
72
+ dataset = load_dataset("axmeeabdhullo/axya-tech-websearch")
73
+
74
+ # Access the data
75
+ print(dataset['train'][0])
76
+ ```
77
+
78
+ ### Option 3: Using pandas
79
+
80
+ ```python
81
+ import pandas as pd
82
+
83
+ # Load directly from Hugging Face
84
+ url = "https://huggingface.co/datasets/axmeeabdhullo/axya-tech-websearch/resolve/main/dhivehi_combined_dataset.csv"
85
+ df = pd.read_csv(url)
86
+
87
+ print(df.head())
88
+ ```
89
+
90
+ ## Usage
91
+
92
+ This dataset can be used for:
93
+
94
+ - **Dhivehi language modeling**: Train language models for Dhivehi text generation
95
+ - **Text analysis and NLP research**: Analyze linguistic patterns in Dhivehi
96
+ - **Machine translation training**: Build translation systems for Dhivehi
97
+ - **Linguistic corpus studies**: Research Dhivehi language structure and usage
98
+ - **Text classification**: Train classifiers for Dhivehi text
99
+ - **Summarization**: Develop summarization models for Dhivehi content
100
+
101
+ ## Source Information
102
+
103
+ **Leipzig Corpora Collection**: [https://wortschatz.uni-leipzig.de/en/download/Dhivehi](https://wortschatz.uni-leipzig.de/en/download/Dhivehi)
104
+
105
+ **Original Data Sources**:
106
+ - `div_wikipedia_2021_30K`
107
+ - `div_news_2019_30K`
108
+ - `div_newscrawl_2015_30K`
109
+
110
+ ## Licensing
111
+
112
+ This dataset is released under the **Apache License 2.0**.
113
+
114
+ You are free to:
115
+ - ✅ Use the dataset for commercial and non-commercial purposes
116
+ - ✅ Modify and distribute the dataset
117
+ - ✅ Use the dataset in your research and applications
118
+
119
+ **Attribution**: When using this dataset, please cite both this dataset and the Leipzig Corpora Collection (see Citation section below).
120
+
121
+ For full license details, see the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
122
+
123
+ ## Citation
124
+
125
+ If you use this dataset in your research or applications, please cite:
126
+
127
+ ### This Dataset
128
+
129
+ ```bibtex
130
+ @dataset{dhivehi_combined_2024,
131
+ title={Dhivehi Combined Dataset},
132
+ author={axmeeabdhullo},
133
+ year={2024},
134
+ publisher={Hugging Face},
135
+ url={https://huggingface.co/datasets/axmeeabdhullo/axya-tech-websearch}
136
+ }
137
+ ```
138
+
139
+ ### Leipzig Corpora Collection
140
+
141
+ ```bibtex
142
+ @inproceedings{goldhahn2012building,
143
+ title={Building Large Monolingual Dictionaries at the Leipzig Corpora Collection: From 100 to 200 Languages},
144
+ author={Goldhahn, Dirk and Eckart, Thomas and Quasthoff, Uwe},
145
+ booktitle={Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12)},
146
+ year={2012},
147
+ pages={759--765}
148
+ }
149
+ ```
150
+
151
+ ## Acknowledgments
152
+
153
+ This dataset was created by combining data from the **Leipzig Corpora Collection**, a project by the Natural Language Processing Group at Leipzig University. We gratefully acknowledge their work in collecting and providing access to corpora for low-resource languages like Dhivehi.
154
+
155
+ Special thanks to:
156
+ - The Leipzig Corpora Collection team for making Dhivehi language data available
157
+ - Contributors to Dhivehi Wikipedia
158
+ - Dhivehi news organizations that provided content
159
+ - The Hugging Face community for hosting and supporting dataset sharing
160
+
161
+ ## Contact & Support
162
+
163
+ For questions, issues, or suggestions regarding this dataset:
164
+
165
+ - **Dataset Creator**: [@axmeeabdhullo](https://huggingface.co/axmeeabdhullo)
166
+ - **Discussions**: Use the [Community tab](https://huggingface.co/datasets/axmeeabdhullo/axya-tech-websearch/discussions) to ask questions or share insights
167
+ - **Issues**: Report problems or request features through the Discussions tab
168
+
169
+ For issues related to the original Leipzig Corpora Collection data, please contact the Leipzig University team directly through their website.
170
+
171
+ ## Dataset Statistics
172
+
173
+ - **Total Sentences**: 90,000
174
+ - **Language**: Dhivehi (Divehi)
175
+ - **Script**: Thaana
176
+ - **File Size**: ~21MB
177
+ - **Sources**: 3 (Wikipedia, News, Web)
178
+ - **Date Range**: 2015-2021
179
+
180
+ ---
181
+
182
+ *Last Updated: September 2024*