Dataset Viewer
Auto-converted to Parquet Duplicate
ngram
stringlengths
3
49
count
uint64
2
189k
һәм һәм
1,110
һәм менән
478
һәм бер
15,016
һәм ла
134
һәм был
16,250
һәм өсөн
257
һәм ул
15,866
һәм тип
251
һәм лә
43
һәм буйынса
101
һәм ә
314
һәм уның
34,704
һәм башҡорт
8,560
һәм шулай
4,384
һәм уҡ
178
һәм алып
834
һәм булып
388
һәм да
56
һәм йылда
4,968
һәм бар
961
һәм үҙ
7,022
һәм генә
38
һәм дә
1,687
һәм улар
10,158
һәм һәр
5,109
һәм шул
7,680
һәм башҡортостан
9,797
һәм ғына
66
һәм була
143
һәм йыл
1,842
һәм иң
6,346
һәм түгел
31
һәм халыҡ
7,923
һәм кеше
3,010
һәм ине
13
һәм булған
262
һәм бик
3,609
һәм итә
39
һәм мин
5,070
һәм итеп
27
һәм күп
5,388
һәм яңы
6,606
һәм ике
6,028
һәм ҙур
3,450
һәм ошо
5,208
һәм тиклем
99
һәм ҙа
35
һәм рәсәй
10,250
һәм тураһында
56
һәм дәүләт
5,440
һәм ауыл
6,042
һәм инде
262
һәм уны
14,918
һәм бөтә
6,553
һәм һуң
124
һәм кәрәк
754
һәм эш
2,509
һәм йылдың
2,850
һәм әле
1,559
һәм ҙә
17
һәм төрлө
4,720
һәм юҡ
431
һәм беҙҙең
2,929
һәм та
60
һәм башҡа
57,555
һәм тигән
109
һәм беҙ
4,642
һәм булды
22
һәм ҡала
7,730
һәм республика
6,750
һәм ни
1,368
һәм балалар
5,815
һәм тора
177
һәм әммә
27
һәм се
6,596
һәм бит
84
һәм баш
2,971
һәм улы
533
һәм икән
4
һәм килеп
258
һәм тә
50
һәм килә
36
һәм ала
89
һәм ярҙам
1,527
һәм кеүек
203
һәм уларҙың
14,476
һәм яҡшы
2,290
һәм бөгөн
1,686
һәм тик
719
һәм тағы
3,923
һәм йәш
2,654
һәм өфө
4,735
һәм унда
5,437
һәм хәҙер
1,594
һәм тине
5
һәм ниндәй
1,699
һәм район
5,361
һәм юғары
5,234
һәм хеҙмәт
5,165
һәм беренсе
1,777
End of preview. Expand in Data Studio

Bashkir Word N-gram Index v11.4

Exact word n-gram counts derived from the current Bashkir monolingual corpus. The release contains unigram, bigram and trigram indexes for corpus processing, spellchecking, OCR post-processing, autocomplete and lightweight language-model experiments.

Files and Configurations

File Contents Rows
unigrams.parquet Word forms with rank, count, document frequency and normalized frequency 891,588
bigrams.parquet Two-word sequences and exact counts 12,932,648
trigrams.parquet Three-word sequences and exact counts 20,523,512

Bigram and trigram files contain only combinations with count >= 2, which reduces the impact of one-off noise. All n-grams are counted inside individual sentences; no n-gram crosses a sentence boundary.

Schema

unigrams.parquet contains rank, word, count, doc_freq and freq_per_million. The other two files contain ngram (words separated by spaces) and count.

Examples

Frequent Bigrams

N-gram Count
шулай уҡ 189,285
бер нисә 96,602
тағы ла 76,519
халыҡ ара 66,179
шул уҡ 60,350

Frequent Trigrams

N-gram Count
шул уҡ ваҡытта 32,571
бөйөк ватан һуғышы 18,904
башлығы радий хәбиров 16,213
бөтә донъя башҡорттары 15,554
бер ҡасан да 14,485

These are corpus frequencies, not manually curated phrase lists. Some highly frequent sequences may reflect names, formulaic news language, segmentation artifacts or other corpus-specific patterns.

Method

  • Lowercase regex tokenization for Cyrillic Bashkir text, including all nine Bashkir-specific letters.
  • Counts are computed from the current cleaned monolingual corpus.
  • Unigrams are derived from the canonical frequency index.
  • Bigrams and trigrams are exact within-sentence sequences with count >= 2.

Loading

import pandas as pd

unigrams = pd.read_parquet("unigrams.parquet")
bigrams = pd.read_parquet("bigrams.parquet")
trigrams = pd.read_parquet("trigrams.parquet")

For large-scale processing, read only the columns you need and use Parquet filters or streaming batches where supported.

Related Resources

For standalone word frequencies and ranked word forms, use the companion Bashkir Frequency Index. The two datasets are intended to be used together: the frequency release provides unigram statistics, while this release provides within-sentence word sequences.

Quality and Use

This is a statistical index, not a normative Bashkir dictionary or a grammar checker. At this corpus scale, words and phrases from other languages, borrowings, names, regional vocabulary, technical terminology, OCR artifacts and other noise may remain. This is normal for a large web-derived corpus.

Do not treat presence in an n-gram file as proof that a word or phrase is standard Bashkir. Always validate frequency-based suggestions before using them in production, spellchecking, linguistic research or a user-facing application. For OCR and corpus cleaning, combine n-gram scores with language identification, dictionaries and human review for uncertain cases.

License

Distributed under the CC BY 4.0 license. The release contains derived statistics, not the source texts. Upstream source licenses and attribution requirements still apply to the underlying materials.

Citation

@dataset{failed09_bashkir_ngram_index_2026,
  title = {Bashkir Word N-gram Index v11.4},
  author = {failed09},
  year = {2026},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/failed09/bashkir-ngram-index},
  note = {Open-source Bashkir word n-gram index for corpus processing and linguistic research}
}

Open Bashkir Data and Sources 🐝

This dataset is part of an open-source effort to support the development, preservation and practical use of the Bashkir language. Other related models, datasets and tools are available on the author's Hugging Face profile.

The author does not claim ownership or authorship of the source texts or other training materials used to derive this index. Rights and licensing remain with the original authors, publishers and dataset providers. Source texts are not redistributed in this repository; users should review and follow the licenses and attribution requirements of the relevant upstream resources.

Downloads last month
22