Brian Richwine

Results 37 comments of Brian Richwine

I'd be happy to convert all of the tabs to spaces in the Rules .yaml files. I forked the repo, switched to a new branch and committed a python script...

Please let me know if this is what you are thinking. Given a set of truncated test files contained in the uploaded original_yaml_test_files zip file: - en/test.yaml - en/unicode-test.yaml -...

If you want to inspect the python script for auditing the rule translations, it can be found here: https://github.com/brichwin/MathCAT/blob/audit_rule_translations/PythonScripts/audit_rule_translations.py I'm going to work up a few more tests, but please...

I heard a somewhat reliable rumor that the developers are working with Neil Soiffer to have the option to use MathCAT in JAWS. MathCAT is essentially the new replacement for...

I've heard via the grape vine that JAWS devs are working on implementing [MathCAT](https://github.com/NSoiffer/MathCAT) as the math handler for JAWS. Using MathCAT and defaulting to output for Blindness, ClearSpeak, and...

I can see this is at least partially implemented. Should I be able to set the Language preference from a web assembly and then process MathML? I've made a stab...

Ah, okay. I'm a little bit more awake now and realized it doesn't look like my calls to `set_preference` are working appropriately. - If try setting preferences to ClearSpeak Verbose,...

I started a project as an effort to add a Javascript interface. The effort can be found at: https://github.com/brichwin/MathCATForWeb Is there an existing MathCAT function or public structure that returns...

Maybe this is a task for build.rs; The list not going to change once the wasm is built, so it could build a structure along the lines of: ...("zh-hans", "Chinese,...

I thought JAWS supported reading MathML. Regardless of if Chrome or Edge supports MathML natively, MathML rendering layers like MathJax and KaTeX expose the MathML to AT to be read....