MIR-MU / MathMLCanEval

Provides a web application for the evaluation of the MathML Canonicalizer
https://mir.fi.muni.cz/mathml-normalization/#mathml-canonicalizer-evaluation
Apache License 2.0
2 stars 3 forks source link

Implement input formula meaning(less) indication #15

Closed michal-ruzicka closed 10 years ago

michal-ruzicka commented 10 years ago

Some formulae in the input database can be meaningless (e.g. regular text presented as a formula consisting from the text letters as sequence of multiplied variables) as results of OCR processing that has been used to get them.

The system should allow users to mark input formulae as *meaningful,

These categories should be integrated with the statistical reports (#14).

michal-ruzicka commented 10 years ago

Seems to be available through the annotation field on formula view page. Would be possible to add visual interface similar to canonicalization result annotation interface, i.e. buttons (icons) for allowed hash annotations?

empt-ak commented 10 years ago

Yes i have it on my todo list. The question for button is which values should be implemented for tagging ? The current ones are #formulaMeaningless and #formulaRemove and their shortcuts #fRemove and #fMeaningless. If there is no need for others yet, let me know.

michal-ruzicka commented 10 years ago

#formulaMeaningless and #formulaRemove seems to be sufficient now.

I don't think we will be able to provide clear enough icons for all possible annotations we will possibly use in the future. I suggest to use simply text buttons or links #formulaMeaningless and #formulaRemove instead of icons.