mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
58 stars 9 forks source link

Additional stats in readability #160

Closed Jcuhfehl closed 6 months ago

Jcuhfehl commented 7 months ago

When using the readability analyzer, it feels like it's missing a few relevant stats that morphman had. The most important me is the difference between what morphman called morphs and instances. Being able to see both would be useful. Additionally, line readability and aggregate stats for all the analyzed files seem useful to me.

mortii commented 7 months ago

@Jcuhfehl Thanks for the feedback!

I completely agree that there should be more in-depth stats. We have discussed it in #114:

[...]

  1. Add detailed reports for each entry

I'm thinking we could have a column all the way to the right in this table: readability-report-generator-percentages

that has buttons that say 'detailed report' or something like that. When you click it you open a new dialog. That dialog can have have this information in separate tabs:

tab 1: fine grained morph stats

percentile |  morph-inflection | morph-lemma |learning status 
0%         |   the             |  the        | known
2%         |   a               |  a          | learning

[...]

Originally posted by @mortii in https://github.com/mortii/anki-morphs/discussions/114#discussioncomment-8171257

@Vilhelm-Ian do you still want to work on this? Now that we have an actual feature request we should maybe bump up its priority. I don't want to add any pressure on you, so I can contribute and help finish it faster if that would help. It would maybe take me a day or two to make this.

mortii commented 6 months ago

Added in v1.3.0

Thank you!

github-actions[bot] commented 6 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.