Copying from andalugeeks/andaluh-www#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
Copying from andalugeeks/andaluh-www#11
Words ending with "-ara" fails. Exmples:
lámpara => lámpaSee 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