Skip to content

Commit

Permalink
Update urj-Cyrl-udm-conversion.pl
Browse files Browse the repository at this point in the history
Add to conversions
  • Loading branch information
rueter committed Aug 10, 2024
1 parent 72abdff commit f4bda77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/fst/scripts/urj-Cyrl-udm-conversion.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ BEGIN

while(<>) {
# Continuation lexicon substitutions:
s/ия\ +PROP-PLC_KUDO\ +\"Z\"\ *\;/ия\ PROP_RUS_JA\ \"Z\"\ \;/g ;
s/ия PROP_KUDO_PLC/ия PROP_RUS_JA/g ;
s/ия\ +PROP-PLC_KUDO\ \;/ия\ PROP_RUS_JA\ \;/g ;
s/PROP-PLC_VELE/PROP_KUDO_PLC/g ;
s/PROP-PLC_KEL1/PROP_KAL_PLC/g ;
s/PROP_OSH_PLC/PROP_KAL_PLC/g ;
s/PROP_KAL/PROP_/g ;
s/PROP_KAL_SUR/PROP_/g ;
s/PROP_KAL/PROP_/g ;
s/PROP_KUDO/PROP_/g ;
s/PROP_OSH/PROP_/g ;
# s/л\ +CYRL-CONS_SUR\ +\"Z\"\ *\;/л\ CYRL-Л_SUR\ \"Z\"\ \;/g ;
Expand Down

0 comments on commit f4bda77

Please sign in to comment.