medzuslovjansky / js-utils

Linguistic utilities for Interslavic language: https://medzuslovjansky.github.io/js-utils/
MIT License
4 stars 3 forks source link

Problem with transliteration the combination of letters 'sz' to 'š' #38

Closed ru-danko closed 5 months ago

ru-danko commented 5 months ago

We have some words in the dictionary having combinations of letters 's' and 'z', for example 'szadu'. Our transliteration function turns this combination into 'š': 'szadu' -> 'šadu'.

image

https://github.com/medzuslovjansky/js-utils/blob/54121d4e4d8767aa774bcb9813495f92be310a24/src/transliterate/transliterate.ts#L692

noomorph commented 5 months ago

Resolved via https://github.com/medzuslovjansky/js-utils/pull/39