daisy / daisy/MathCAT

Add a matrix cleanup for numeric indices

Open
#133 3 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Rust
Stars
114
Forks
85
Avg merge
1d 11h
Merged PRs (30d)
42

Description

It is common to have a matrix like this one from Wikipedia:
![image](https://github.com/NSoiffer/MathCAT/assets/1545836/636f2f2b-9a3d-432a-82fa-8be560d424a0)

In this case and likely many others, the indices are just numbers `11`, `12`, etc., and will be a single `mn` in MathML (e.g., `11`).

The cleanup code should try to find this and convert the `11` to
```
1⁣2
```
Note: U+2063 is "invisible separator".

This would improve the speech significantly.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.