russian_g2p icon indicating copy to clipboard operation
russian_g2p copied to clipboard

Accentor and transcriptor for Russian language

Results 11 russian_g2p issues
Sort by recently updated
recently updated
newest added

1) Использование wiki было заменено на нейросеть 2) Внесены изменения в тесты для проверки работы нейросети

What makes it simply useless. Phrases are not usually said as one "merged" word so please add an option to phonemize phrases without merging them in output.

Currently all punctuation marks are converted into `` tag. Think it would be useful to have an ability to set up unique/custom tags for most popular punctuation symbols, like `.,?!`

``` > !python gen_forward.py --input_text 'Пр+ивет.' melgan ``` First error. Ok, added the word tensorflow to the beginning (from tensorflow.keras.optimizers import Adam): ``` Traceback (most recent call last): File "inference.py",...

Example: ``` acc._Accentor__homonyms['моря'] {'NOUN Case=Gen|Gender=Neut|Number=Sing': 'мо+ря'} ``` This morphotag is also required: ``` {'NOUN Case=Acc|Gender=Neut|Number=Plur': 'моря+'} ``` Full list for such entries: ``` 'аэропорту', 'роду', 'иглы', 'совы', 'развито', 'шофер', 'образа',...

I'm trying to use only Accentor.py (to get only accents, but not transcriptions). I've created a simple code that is reading a file line by line (single word in each...

When setting the parameter _mode_ to 'many' For example: дорогой -> доро+гой and дорого+й BUT! дела -> дела+, окна -> о+кна Although the warning ' Word has too many accent...

**After starting to install requirements.txt i got an error:** \russian_g2p>pip3 install -r requirements.txt `Collecting git+https://github.com/bond005/rnnmorph.git (from -r requirements.txt (line 3)) Cloning https://github.com/bond005/rnnmorph.git to c:\users\2_7\appdata\local\temp\pip-req-build-7ybdgzo2 Running command git clone --filter=blob:none --quiet...