AigizK commited on
Commit
ce83ed1
1 Parent(s): 91f33dc

fix formatting

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -45,13 +45,13 @@ More information needed
45
 
46
  In order to reduce the number of characters, the following letters have been replaced or removed:
47
 
48
- 'я' -> 'йа'
49
- 'ю' -> 'йу'
50
- 'ё' -> 'йо'
51
- 'е' -> 'йэ' for first letter
52
- 'е' -> 'э' for other cases
53
- 'ъ' -> deleted
54
- 'ь' -> deleted
55
 
56
  Therefore, in order to get the correct text, you need to do the reverse transformation and use the language model.
57
 
 
45
 
46
  In order to reduce the number of characters, the following letters have been replaced or removed:
47
 
48
+ - 'я' -> 'йа'
49
+ - 'ю' -> 'йу'
50
+ - 'ё' -> 'йо'
51
+ - 'е' -> 'йэ' for first letter
52
+ - 'е' -> 'э' for other cases
53
+ - 'ъ' -> deleted
54
+ - 'ь' -> deleted
55
 
56
  Therefore, in order to get the correct text, you need to do the reverse transformation and use the language model.
57