We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Varnam online editor has a scheme information section to show all letter mappings. This currently only works good for Malayalam: https://varnamproject.github.io/editor/#/scheme?tab=scheme
To add support for other languages, will need to add the alphabet table of the language to the source code. Here is the part to add alphabets: https://github.com/varnamproject/varnamd-govarnam/blob/master/scheme.go#L114
The part to add code: https://github.com/varnamproject/varnamd-govarnam/blob/master/scheme.go#L104
You will need to make functions for other language similar to getMLConsonants()
getMLConsonants()
The text was updated successfully, but these errors were encountered:
This issue requires more thinking, removing the label for now
Sorry, something went wrong.
No branches or pull requests
Varnam online editor has a scheme information section to show all letter mappings. This currently only works good for Malayalam: https://varnamproject.github.io/editor/#/scheme?tab=scheme
To add support for other languages, will need to add the alphabet table of the language to the source code. Here is the part to add alphabets: https://github.com/varnamproject/varnamd-govarnam/blob/master/scheme.go#L114
The part to add code: https://github.com/varnamproject/varnamd-govarnam/blob/master/scheme.go#L104
You will need to make functions for other language similar to
getMLConsonants()
The text was updated successfully, but these errors were encountered: