andalugeeks / andaluh-js

Transliterate español (spanish) spelling to andaluz proposals using javascript
https://andaluh.es
GNU Lesser General Public License v3.0
27 stars 5 forks source link

Bad transliteration with words ending with -ara #16

Open fontanon opened 3 years ago

fontanon commented 3 years ago

Copying from https://github.com/andalugeeks/andaluh-www/issues/11

Words ending with "-ara" fails. Exmples:

lámpara => lámpa

See evidence: https://drive.google.com/uc?export=view&id=1Bb2KmLtjMkn_4OGUat051szOh9MI2sGX

This is not happening on python reference implementation:

$ ipython
Python 2.7.17 (default, Apr 15 2020, 17:20:14) 
In [1]: import andaluh
In [2]: print andaluh.epa('lámpara')
lámpara
FernanOrtega commented 3 years ago

@fontanon review the link to gdrive, it seems broken.

fontanon commented 3 years ago

@FernanOrtega have a look now: https://drive.google.com/uc?export=view&id=1Bb2KmLtjMkn_4OGUat051szOh9MI2sGX