Closed acmpo6ou closed 1 year ago
Unfortunately I can't use it because it was obtained from reverse engineering
Unfortunately I can't use it because it was obtained from reverse engineering
What? Really? I don't think they would mind tbh. RID is a volunteer project, I think if you'd ask their permission, they would allow you. I tried emailing them myself, but they didn't reply (so I decided to do the reverse-engineering). They have an Instagram, maybe asking there would be better (I don't use Instagram though).
But I do think the database would help, it has some nice fancy words, and their stresses.
There is an app for learning Ukrainian words: RID. Unfortunately, it's not very well maintained and will be removed in June. But I was able to reverse-engineer it, and download all 9580 words from their servers. You can download the data from this repo: https://github.com/acmpo6ou/rid-words
Here is an example of a word file:
The interesting fields are:
title
- the word itself, andstresses
the array of the stresses for the word (a word can have multiple stresses).Using this data you can expand your dictionary with more words and their stresses. I would contribute a PR myself, but I'm not sure how to. I found a file
stress.trie
that probably stores all stresses, but I'm not sure how to edit it.