Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Hebrew letters #77

Open
noname453 opened this issue Oct 5, 2023 · 0 comments
Open

Wrong Hebrew letters #77

noname453 opened this issue Oct 5, 2023 · 0 comments

Comments

@noname453
Copy link

noname453 commented Oct 5, 2023

There are 22 Hebrew letters, but 5 of them have 2 forms: A "regular" form which is used when the letter is at the beginnig or the middle of a word, and a "final" form which is used if the letter is at the end of the word. As an example we can take the word "מים" (water) - the first and last letter is actually the same.
Judging the app's behaviour, it treats these letters as two different ones, as can be seen also in this file - https://github.com/Hugo0/wordle/blob/main/webapp/data/languages/he/he_characters.txt
The 5 "double" letters are 11 & 12, 14 & 15, 16 & 17, 20 & 21, 22 & 23.
If I guess that the word is "לבנים" but the correct word is "מוגדר", I will get a reply that none of the letters in the guessed word are valid, although there is one correct letter (the last letter in the guessed word is the same as the first letter in the correct word, just keep in mind that Hebrew is an rtl language, so the equal letters are מ and ם).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant