Datasets:
Release Bashkir Frequency Index v8.3 (105.96M tokens, 872,146 wordforms)
Browse files- README.md +27 -28
- frequency_full.parquet +2 -2
- frequency_public.parquet +2 -2
- top_500.json +0 -0
- top_coverage_50.json +0 -0
README.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- ba
|
| 5 |
-
pretty_name: Bashkir Frequency Index (
|
| 6 |
-
|
|
|
|
| 7 |
configs:
|
| 8 |
- config_name: public
|
| 9 |
data_files:
|
|
@@ -23,19 +24,19 @@ tags:
|
|
| 23 |
- corpus-statistics
|
| 24 |
---
|
| 25 |
|
| 26 |
-
# Bashkir Frequency Index v8.
|
| 27 |
|
| 28 |
-
Word-frequency index for the Bashkir language, computed
|
| 29 |
|
| 30 |
## Configurations
|
| 31 |
|
| 32 |
| Config | Rows | Cutoff | Use Case |
|
| 33 |
|---|---:|---:|---|
|
| 34 |
-
| **`public`** (recommended) | **
|
| 35 |
-
| **`full`** | **
|
| 36 |
|
| 37 |
Additionally provided in the repository:
|
| 38 |
-
- [`top_coverage_50.json`](top_coverage_50.json): the minimal set of **1,
|
| 39 |
- [`top_500.json`](top_500.json): top-500 core frequency vocabulary list.
|
| 40 |
|
| 41 |
## Schema
|
|
@@ -52,33 +53,31 @@ Additionally provided in the repository:
|
|
| 52 |
|
| 53 |
| Rank | Word | Function / Translation | Count | FPM | Doc Frequency |
|
| 54 |
|---:|---|---|---:|---:|---:|
|
| 55 |
-
| 1 | **һәм** | conjunction "and" | 1,
|
| 56 |
-
| 2 | **менән** | postposition "with" |
|
| 57 |
-
| 3 | **бер** | numeral "one / a certain" |
|
| 58 |
-
| 4 | **ла** | particle "also / and" |
|
| 59 |
-
| 5 | **ул** | pronoun "he / she / it / that" |
|
| 60 |
-
| 6 | **был** | pronoun "this" |
|
| 61 |
-
| 7 | **
|
| 62 |
-
| 8 | **
|
| 63 |
-
| 9 | **лә** | particle "also / and" |
|
| 64 |
-
| 10 | **буйынса** | postposition/link "according to" |
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
## Token Coverage
|
| 69 |
|
| 70 |
| Tokens Covered | Forms Needed |
|
| 71 |
|---:|---:|
|
| 72 |
-
| **25%** | **
|
| 73 |
-
| **50%** | **1,
|
| 74 |
-
| **80%** | **
|
| 75 |
-
| **90%** | **
|
| 76 |
-
| **95%** | **
|
| 77 |
|
| 78 |
## Method
|
| 79 |
|
| 80 |
- **Tokenization:** Regex lowercase tokenization over Cyrillic script including all 9 Bashkir-specific letters (`Ә Ғ Ҙ Ҡ Ң Ө Ҫ Ү Һ`).
|
| 81 |
-
- **Corpus Base:**
|
| 82 |
- **Filtering:** Automated function-word language filtering to remove foreign language leaks.
|
| 83 |
- **Form Constraints:** Isolated single-character forms removed (except `ә`); concatenated strings (>24 chars) removed.
|
| 84 |
|
|
@@ -97,7 +96,7 @@ print(df.head(10))
|
|
| 97 |
|
| 98 |
```bibtex
|
| 99 |
@dataset{failed09_bashkir_frequency_index_2026,
|
| 100 |
-
title = {Bashkir Frequency Index v8.
|
| 101 |
author = {failed09},
|
| 102 |
year = {2026},
|
| 103 |
publisher = {Hugging Face},
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- ba
|
| 5 |
+
pretty_name: Bashkir Frequency Index (106M tokens)
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-classification
|
| 8 |
configs:
|
| 9 |
- config_name: public
|
| 10 |
data_files:
|
|
|
|
| 24 |
- corpus-statistics
|
| 25 |
---
|
| 26 |
|
| 27 |
+
# Bashkir Frequency Index v8.3
|
| 28 |
|
| 29 |
+
Word-frequency index for the Bashkir language, computed over **105.96 million tokens** of clean monolingual text across diverse public domains (periodicals, news media, literary publications, encyclopedic texts, books, and general web archives). Non-Bashkir language admixture and scanning artifacts were filtered using automated language-filtering pipelines.
|
| 30 |
|
| 31 |
## Configurations
|
| 32 |
|
| 33 |
| Config | Rows | Cutoff | Use Case |
|
| 34 |
|---|---:|---:|---|
|
| 35 |
+
| **`public`** (recommended) | **643,903** | count ≥ 3 | NLP applications, spellchecking, text processing, linguistic research |
|
| 36 |
+
| **`full`** | **872,146** | count ≥ 2 | Comprehensive morphology studies, lexical research |
|
| 37 |
|
| 38 |
Additionally provided in the repository:
|
| 39 |
+
- [`top_coverage_50.json`](top_coverage_50.json): the minimal set of **1,688 word forms covering 50% of all tokens** in the corpus.
|
| 40 |
- [`top_500.json`](top_500.json): top-500 core frequency vocabulary list.
|
| 41 |
|
| 42 |
## Schema
|
|
|
|
| 53 |
|
| 54 |
| Rank | Word | Function / Translation | Count | FPM | Doc Frequency |
|
| 55 |
|---:|---|---|---:|---:|---:|
|
| 56 |
+
| 1 | **һәм** | conjunction "and" | 1,477,617 | 13,944.6 | 1,100,080 |
|
| 57 |
+
| 2 | **менән** | postposition "with" | 1,025,336 | 9,676.3 | 787,541 |
|
| 58 |
+
| 3 | **бер** | numeral "one / a certain" | 704,744 | 6,650.8 | 541,883 |
|
| 59 |
+
| 4 | **ла** | particle "also / and" | 577,765 | 5,452.5 | 435,535 |
|
| 60 |
+
| 5 | **ул** | pronoun "he / she / it / that" | 553,176 | 5,220.4 | 467,171 |
|
| 61 |
+
| 6 | **был** | pronoun "this" | 513,475 | 4,845.8 | 425,507 |
|
| 62 |
+
| 7 | **тип** | postposition "for / sake of" | 476,987 | 4,501.4 | 389,692 |
|
| 63 |
+
| 8 | **өсөн** | quotative gerund "saying / as" | 475,376 | 4,486.2 | 382,144 |
|
| 64 |
+
| 9 | **лә** | particle "also / and" | 355,751 | 3,357.3 | 276,484 |
|
| 65 |
+
| 10 | **буйынса** | postposition/link "according to" | 316,385 | 2,985.8 | 268,187 |
|
| 66 |
+
|
| 67 |
+
## Token Coverage
|
|
|
|
|
|
|
| 68 |
|
| 69 |
| Tokens Covered | Forms Needed |
|
| 70 |
|---:|---:|
|
| 71 |
+
| **25%** | **191** |
|
| 72 |
+
| **50%** | **1,688** |
|
| 73 |
+
| **80%** | **17,971** |
|
| 74 |
+
| **90%** | **54,400** |
|
| 75 |
+
| **95%** | **127,746** |
|
| 76 |
|
| 77 |
## Method
|
| 78 |
|
| 79 |
- **Tokenization:** Regex lowercase tokenization over Cyrillic script including all 9 Bashkir-specific letters (`Ә Ғ Ҙ Ҡ Ң Ө Ҫ Ү Һ`).
|
| 80 |
+
- **Corpus Base:** 7.21M sentences (105.96M tokens).
|
| 81 |
- **Filtering:** Automated function-word language filtering to remove foreign language leaks.
|
| 82 |
- **Form Constraints:** Isolated single-character forms removed (except `ә`); concatenated strings (>24 chars) removed.
|
| 83 |
|
|
|
|
| 96 |
|
| 97 |
```bibtex
|
| 98 |
@dataset{failed09_bashkir_frequency_index_2026,
|
| 99 |
+
title = {Bashkir Frequency Index v8.3},
|
| 100 |
author = {failed09},
|
| 101 |
year = {2026},
|
| 102 |
publisher = {Hugging Face},
|
frequency_full.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12e6dd0b71fb8101752ed36c32c2bd5b6d674a61d3bd2b91715f184e95f70ebb
|
| 3 |
+
size 14738341
|
frequency_public.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cd5b2e09841b2eacd89f848addd84dbe2f88f36d188a0df58fe4a1548adcee6
|
| 3 |
+
size 11002973
|
top_500.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
top_coverage_50.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|