Skip to content

Commit

Permalink
Fixed palatalization rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dmort27 committed Jul 11, 2019
1 parent b5621e0 commit f3c7ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions epitran/data/pre/rus-Cyrl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
ь -> 0 / _ (j|е|ё|и|ю|я)

% Sources of /j/ before front vowels
ъ -> j / _ (е|ё|ю|я)
0 -> j / # _ (е|ё|ю|я)
ъ -> й / _ (е|ё|ю|я)
0 -> й / # _ (е|ё|ю|я)

% Palatalization
0 -> ʲ / (б|в|д|з|к|л|м|п|р|с|т|ф|х) _ (j|е|ё|и|ю|я)
0 -> ь / (б|в|д|з|к|л|м|п|р|с|т|ф|х) _ (j|е|ё|и|ю|я)

0 comments on commit f3c7ce3

Please sign in to comment.