Skip to content

Instantly share code, notes, and snippets.

@LowderPlay
LowderPlay / phonetic.py
Last active October 17, 2022 17:40
Фонетический разбор слова
vowels = {
'а': {
'double': None,
'softener': False
},
'о': {
'double': None,
'softener': False
},
'у': {