UAlbertaALTLab / morphodict

Plains Cree Intelligent Dictionary
https://itwewina.altlab.app/
Apache License 2.0
22 stars 11 forks source link

Accented ý not converted properly to syllabics #1186

Open aarppe opened 3 weeks ago

aarppe commented 3 weeks ago

From Nima Farid nimafarid2007@gmail.com to altlab+itwewina

I noticed that there was a new update, with the SRO, which added the letter "ý", as the specific "y" sound that varies across dialects, becoming "th" or "n" or whatever else.

It's a great and useful update, BUT it seems that the conversion algorithm behind the syllabics display for the website wasn't updated. And now, this letter ý doesn't show up properly as ᔨᔦ‌ᔪᔭ or even as ᖨᖧ‌ᖬᖪ (the th-sound). It just shows as a floating Latin letter in between the syllabics.

@fbanados I'm not sure if we can modify the original code by Eddie, or convert <ý> to before using that code.

fbanados commented 3 weeks ago

We can convert <ý> before using Eddie's code. Eventually we could change that library to deal with <ý> as well. If Eddie can't (time, etc.), we can fork the library.

I will make the change to fix the current behaviour in itwewina asap. The long term solution would be to fix the library.

fbanados commented 3 weeks ago

Emergency fix deployed.