Datasets:
v6.1: RU-leak stoplist (65 forms / 648k tokens) + singles a/u removed
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- ba
|
|
@@ -24,7 +24,7 @@ tags:
|
|
| 24 |
- corpus-statistics
|
| 25 |
---
|
| 26 |
|
| 27 |
-
# Bashkir Frequency Index v6.
|
| 28 |
|
| 29 |
Word-frequency index for the Bashkir language, built from **83.27 million
|
| 30 |
tokens** of cleaned monolingual text (newspapers, magazines, encyclopedia,
|
|
@@ -35,11 +35,11 @@ by sentence-level filtering).
|
|
| 35 |
|
| 36 |
| config | rows | cutoff | use case |
|
| 37 |
|---|---:|---|---|
|
| 38 |
-
| **`public`** (recommended) | 521,
|
| 39 |
-
| `full` | 1,290,
|
| 40 |
|
| 41 |
Additionally: [`top_coverage_50.json`](top_coverage_50.json) — the minimal
|
| 42 |
-
set of **1,
|
| 43 |
coverage), handy as a "learn these first" vocabulary list.
|
| 44 |
|
| 45 |
## Schema
|
|
@@ -67,10 +67,10 @@ coverage), handy as a "learn these first" vocabulary list.
|
|
| 67 |
| tokens covered | forms needed |
|
| 68 |
|---:|---:|
|
| 69 |
| 25% | 188 |
|
| 70 |
-
| 50% | 1,
|
| 71 |
-
| 80% | 17,
|
| 72 |
-
| 90% | 53,
|
| 73 |
-
| 95% |
|
| 74 |
|
| 75 |
## Method
|
| 76 |
|
|
@@ -83,6 +83,17 @@ coverage), handy as a "learn these first" vocabulary list.
|
|
| 83 |
dropped except `ә / у / а`, 34,922 rare forms merged into their
|
| 84 |
Damerau-Levenshtein-1 neighbours (conservative: ratio ≥ 50, length ≥ 5).
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
## Known caveats
|
| 87 |
|
| 88 |
- The index is **wordform-level** (not lemmatized): agglutination produces
|
|
@@ -105,7 +116,7 @@ freq = load_dataset("failed09/bashkir-frequency-index", "public")["train"]
|
|
| 105 |
|
| 106 |
```bibtex
|
| 107 |
@dataset{failed09_bashkir_frequency_index_2026,
|
| 108 |
-
title = {Bashkir Frequency Index v6.
|
| 109 |
author = {failed09},
|
| 110 |
year = {2026},
|
| 111 |
publisher = {Hugging Face},
|
|
|
|
| 1 |
+
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- ba
|
|
|
|
| 24 |
- corpus-statistics
|
| 25 |
---
|
| 26 |
|
| 27 |
+
# Bashkir Frequency Index v6.1
|
| 28 |
|
| 29 |
Word-frequency index for the Bashkir language, built from **83.27 million
|
| 30 |
tokens** of cleaned monolingual text (newspapers, magazines, encyclopedia,
|
|
|
|
| 35 |
|
| 36 |
| config | rows | cutoff | use case |
|
| 37 |
|---|---:|---|---|
|
| 38 |
+
| **`public`** (recommended) | 521,415 | count ≥ 3 | applications, spellcheckers, T9, research |
|
| 39 |
+
| `full` | 1,290,098 | count ≥ 1 | morphology studies, OCR noise analysis |
|
| 40 |
|
| 41 |
Additionally: [`top_coverage_50.json`](top_coverage_50.json) — the minimal
|
| 42 |
+
set of **1,634 word forms covering 50% of all tokens** (with cumulative
|
| 43 |
coverage), handy as a "learn these first" vocabulary list.
|
| 44 |
|
| 45 |
## Schema
|
|
|
|
| 67 |
| tokens covered | forms needed |
|
| 68 |
|---:|---:|
|
| 69 |
| 25% | 188 |
|
| 70 |
+
| 50% | 1,634 |
|
| 71 |
+
| 80% | 17,559 |
|
| 72 |
+
| 90% | 53,852 |
|
| 73 |
+
| 95% | 131,559 |
|
| 74 |
|
| 75 |
## Method
|
| 76 |
|
|
|
|
| 83 |
dropped except `ә / у / а`, 34,922 rare forms merged into their
|
| 84 |
Damerau-Levenshtein-1 neighbours (conservative: ratio ≥ 50, length ≥ 5).
|
| 85 |
|
| 86 |
+
|
| 87 |
+
## v6.1 changelog
|
| 88 |
+
|
| 89 |
+
- Removed 65 Russian function-word forms that leak inside Bashkir sentences
|
| 90 |
+
(quotes, names): на, не, по, из, это... — 648,304 tokens. The list is
|
| 91 |
+
homograph-checked against Bashkir (kept: был = "this", ни = "what",
|
| 92 |
+
ти/тип = quotative, да/ла/лә/ҙа = "also" particle, без = "we").
|
| 93 |
+
- Removed single-letter forms а, у (Russian-dominant usage); kept ә
|
| 94 |
+
(the Bashkir conjunction "and").
|
| 95 |
+
- Baseline cleanups identical to v6.0 (glued forms, typo merge).
|
| 96 |
+
|
| 97 |
## Known caveats
|
| 98 |
|
| 99 |
- The index is **wordform-level** (not lemmatized): agglutination produces
|
|
|
|
| 116 |
|
| 117 |
```bibtex
|
| 118 |
@dataset{failed09_bashkir_frequency_index_2026,
|
| 119 |
+
title = {Bashkir Frequency Index v6.1},
|
| 120 |
author = {failed09},
|
| 121 |
year = {2026},
|
| 122 |
publisher = {Hugging Face},
|