Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danakt/russian-words
List of Russian words
https://github.com/danakt/russian-words
dictionary list list-of-russian-words russian txt vocab vocabulary words
Last synced: 29 days ago
JSON representation
List of Russian words
- Host: GitHub
- URL: https://github.com/danakt/russian-words
- Owner: danakt
- License: mit
- Created: 2016-12-31T17:20:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T16:38:31.000Z (10 months ago)
- Last Synced: 2024-10-04T10:12:35.389Z (about 2 months ago)
- Topics: dictionary, list, list-of-russian-words, russian, txt, vocab, vocabulary, words
- Homepage:
- Size: 16 MB
- Stars: 465
- Watchers: 16
- Forks: 81
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Список русских слов
### `russian.txt`
Текстовый файл со списком русских слов во всех морфологических формах.
Содержит **1 531 464** записи. Кодировка: **windows-1251**.### `russian_surnames.txt`
Текстовый файл со списком русских фамилий во всех падежах.
Содержит **877 227** записей. Кодировка: **windows-1251**.### Преобразование в utf-8
На системах Linux/Unix кодировка windows-1251 может быть преобразована
в utf-8 с помощью утилиты iconv, например:
```
$ iconv -f WINDOWS-1251 -t UTF-8 russian.txt > russian.utf-8
```