Closed RonBOakes closed 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.
fixed with commit 6ca1a48
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.