Skip to content

Commit

Permalink
Fix conversion error for Andalucía
Browse files Browse the repository at this point in the history
The conversion script wasn’t aware of í, just regular i
  • Loading branch information
snomos committed May 29, 2024
1 parent c7a34fa commit 721c508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fst/scripts/smi-sma-conversion.pl
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ BEGIN
s/([ÁAEIOUaáeiou])i([^j].*):(.*)([ÁAEIOUaáeiou])j([^ÁAEIOUaáeiou])/$1i$2:$3$4i$5/g ;

s/ia\+(.+ MOLDAVIA)/ije+$1/g ; # Change the lemma form of MOLDAVIA words
s/ía\+(.+ MOLDAVIA)/íje+$1/g ; # Change the lemma form of MOLDAVIA words also for -ía
s/sia\+(Err.Orth.+ ACCRA-LOAN)/sije+$1/g ; # Change the lemma form of MOLDAVIA words
s/ie\+(.+ MACKENZIE)/ije+$1/g ; # Change the lemma form of MACKENZIE words
s/i\+(.+ MALAWI)/ije+$1/g ; # Change the lemma form of MALAWI words
Expand Down

0 comments on commit 721c508

Please sign in to comment.