TU-Berlin/project-mlp

Evaluate performance of identifier extraction

Opened this issue · 2 comments

I don't remember why it's 0, because the assert doesn't quite makes sense for an empty set... anyways the test checks that if the msub expression is too complex, it doesn't produce garbage. And actually if the complex msub wasn't discarded, it appears that the set would contain 1 element.

Just to clarify, an identifier is something in <mi>, not inside of <msub> or <msub> - it's done to avoid capturing non-identifiers. E.g. $t_x$ would it this case capture two identifiers t_x and x, while there's just one identifier t_x