You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a good tool in accuracy, as described under Speller testing in the README file. In order to be really useful for development, the tool needs some additional options:
Sorting order
Today, we may sort by input order (default) and by time used. All well. In addition, we need:
Sort by Result, both in the order given here and in the reversed order (with 6 on top)
Top result
Suggestion 1
Suggestion 2
...
Not in suggestions
Not in suggestions (No suggestion)
Other features
We need Average position for all suggestions.
The old setup also calculated precision, recall and accuracy, this was a useful feature.
Tweaking output
The initial "Speller configuration" is good to have stated. I might have missed it, but it is not clear to me how to manipulate it. Based on the documentation I tried
... but that still resulted in 10 suggestions, not 5.
Summary
The most important thing is top be able to sort by result, it is critical for improving the suggestion mechanism. The other issues are there for making better reports.
And then, of course the inclusion of this in an easier command setup in each lang-xxx catalogue, but for my own part I am happy with the present setup, as soon as I get these features in place.
The text was updated successfully, but these errors were encountered:
Thanks for a good tool in
accuracy
, as described under Speller testing in the README file. In order to be really useful for development, the tool needs some additional options:Sorting order
Today, we may sort by input order (default) and by time used. All well. In addition, we need:
Sort by Result, both in the order given here and in the reversed order (with 6 on top)
Other features
We need Average position for all suggestions.
The old setup also calculated precision, recall and accuracy, this was a useful feature.
Tweaking output
The initial "Speller configuration" is good to have stated. I might have missed it, but it is not clear to me how to manipulate it. Based on the documentation I tried
3 divvunspell (main)$ accuracy -w 5 -o support/accuracy-viewer/public/report.json ../../giellalt/lang-fit/test/data/typos.txt ../../giellalt/lang-fit/tools/spellcheckers/fit.zhfst
... but that still resulted in 10 suggestions, not 5.
Summary
The most important thing is top be able to sort by result, it is critical for improving the suggestion mechanism. The other issues are there for making better reports.
And then, of course the inclusion of this in an easier command setup in each lang-xxx catalogue, but for my own part I am happy with the present setup, as soon as I get these features in place.
The text was updated successfully, but these errors were encountered: