Recent Releases of mateo-demo
mateo-demo - Dependency fixes
Recently, new installations of MATEO would not work anymore due to an underlying issue with evaluate and its relaxed dependency management. This has been fixed in evaluate==0.4.3. I've taken this opportunity to update all dependencies of MATEO to more recent ones, which ultimately should also lead to efficiency gains.
Full Changelog: https://github.com/BramVanroy/mateo-demo/compare/v1.4.1...v1.5.0
- Python
Published by BramVanroy 12 months ago
mateo-demo - Add Levenshtein distance score
The visualization page shows the edit distance between references and a given system. It is mostly intended as a visual tool, but at EAMT it was suggested to also include the actual scores. This tiny version bump adds the "number of edits" (scores) to the page.
Integration PR: #6
- Python
Published by BramVanroy over 2 years ago