Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,9 @@ language:
|
|
4 |
- ru
|
5 |
library_name: nemo
|
6 |
pipeline_tag: token-classification
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Russian G2P token classification model
|
@@ -64,4 +67,4 @@ d ə r d ɐ n 'ɛ ɫ д а р д а н е л л d ə r d ɐ n 'ɛ <
|
|
64 |
|
65 |
Note that the correct output tags are in the **third** column, input is in the second column.
|
66 |
Tags correspond to input letters in a one-to-one fashion. If you remove `<DELETE>` tag, `+`, and spaces, you should get IPA-like transcription.
|
67 |
-
The model does not predict secondary stress. The primary stress is put directly before the stressed vowel. In some cases stress can be missing.
|
|
|
4 |
- ru
|
5 |
library_name: nemo
|
6 |
pipeline_tag: token-classification
|
7 |
+
tags:
|
8 |
+
- G2P
|
9 |
+
- Grapheme-to-Phoneme
|
10 |
---
|
11 |
|
12 |
# Russian G2P token classification model
|
|
|
67 |
|
68 |
Note that the correct output tags are in the **third** column, input is in the second column.
|
69 |
Tags correspond to input letters in a one-to-one fashion. If you remove `<DELETE>` tag, `+`, and spaces, you should get IPA-like transcription.
|
70 |
+
The model does not predict secondary stress. The primary stress is put directly before the stressed vowel. In some cases stress can be missing.
|