Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,24 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: mit
|
20 |
+
language:
|
21 |
+
- az
|
22 |
+
pretty_name: Azerbaijani Words Frequency Datas
|
23 |
+
size_categories:
|
24 |
+
- 10K<n<100K
|
25 |
---
|
26 |
+
|
27 |
+
The dataset contains a list of Azerbaijani words and their frequencies from text corpus analysis.
|
28 |
+
The corpus used was the AzTC (Azerbaijan Text Corpus) from https://huggingface.co/datasets/LocalDoc/AzTC.
|
29 |
+
|
30 |
+
The AzTC contains 51 million non-recurring sentences (approximately 1 billion tokens). The data was collected from various sources including:
|
31 |
+
- Websites
|
32 |
+
- News articles
|
33 |
+
- Books
|
34 |
+
- Wikipedia articles
|
35 |
+
- Legislative documents
|
36 |
+
- Scientific articles
|
37 |
+
- Other resources
|
38 |
+
|
39 |
+
This word frequency list represents how often each Azerbaijani word appears across the entire AzTC corpus.
|