-
Notifications
You must be signed in to change notification settings - Fork 4
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 choice of candrabindu early in life #12
Comments
I've temporarily fixed it in the UI (https://avinashvarna.github.io/prakriya/). We can fix it in the main module later. |
The verbslp field of the results in |
Yes. Just saw it. Will fix in API in evening |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I started to code SanskritVerb, I didnt read SLP1 specs properly and decided that it does not have a candrabindu. So I decided to use '!' for it. But correct choice is '~'. Now it is too difficult to change code internals. But during storage / emitting out / API calls, I think I should convert ! to ~.
The text was updated successfully, but these errors were encountered: