RonBOakes / conlang_audio_honing

A tool for using speach to hone the sound of a conlang (constructed language)
GNU General Public License v3.0
1 stars 0 forks source link

Discrepency in how vowels are found between the python and C# code #56

Closed RonBOakes closed 4 months ago

RonBOakes commented 4 months ago

The Python code for declining words does not seem to be matching vowels correctly. If a word ends with a lengthened vowel, it treats the word like it ends with a consonant. C# treats it correctly.

RonBOakes commented 4 months ago

fixed with commit 6ca1a48