You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's working very well, except that I can't programmatically retrieve the options available for a specific script via the Python module.
I have tried detect_preoptions() but that returns a list for a specific string. I want to retrieve all the options without knowing what the string would be.
Is there a function that I can access to get all the possible options for a script?
The text was updated successfully, but these errors were encountered:
Exposing a method would be ideal. Could it return all the information,
including human-readable label and descriptions / examples as in the
documentation page?
Thanks a lot.
Wonderful. Thank you. I have been requested to add several more
languages to my app and not having to add and maintain the options
manually would be a huge bonus.
Hello,
I'm evaluating the integration of Aksharamukha with a general-purpose transliteration tool: https://github.com/lcnetdev/scriptshifter/
It's working very well, except that I can't programmatically retrieve the options available for a specific script via the Python module.
I have tried detect_preoptions() but that returns a list for a specific string. I want to retrieve all the options without knowing what the string would be.
Is there a function that I can access to get all the possible options for a script?
The text was updated successfully, but these errors were encountered: