-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add information about aspect of verbs (Russian) #154
Comments
While making the monolingual transition, I noticed that every term in the Russian monolingual dictionary does not have any tag at all. I've tried to fix it myself, and although I've had no luck, I noticed that each tag is just skipped, as the skippedTermTags.json file shows when creating the Yomitan dictionary. |
Added since #180 |
I finally found a solution! I just copied both After compiling the dictionary, most of the tags appeared, but in particular the 'perfective' tag did not appear. Looking through the data in the Russian raw json file, I noticed that it doesn't show the 'perfective' tag, but instead there is a 'perfect' tag to denote a perfective verb. To work around the problem, I simply added the missing tag to I also noticed that other monolingual dictionaries have the same problem of not having a tag at all, though it should be fairly easy to fix by just copying the two files I mentioned earlier. I hope this helps you in some way! |
It could be really helpful to have the aspect of a verb (perfective or imperfective) and its respective counterpart in the definition. I'm using the Russian dictionary, but I'm sure the same applies for all the Slavic languages too.
![image](https://private-user-images.githubusercontent.com/40296512/378005913-7cabf21e-567d-472e-b2fa-cde43b3e5688.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjExMzEsIm5iZiI6MTczOTMyMDgzMSwicGF0aCI6Ii80MDI5NjUxMi8zNzgwMDU5MTMtN2NhYmYyMWUtNTY3ZC00NzJlLWIyZmEtY2RlNDNiM2U1Njg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAwNDAzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ0NzJiZDNjMTY3YThiZjljYjkxOWI4MTU5ZjVmMmNkMmQzMWY5ZDg3NzFmY2JiOWRhYWMwYjc1NGY5NzMzZjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Vlp_e94CzBnJDxPAfH39hy5f8_Y1M5FRVFvsT8HONPM)
The text was updated successfully, but these errors were encountered: