Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scorer option to return per-component scores #12540

Merged
merged 2 commits into from
May 12, 2023

Commits on Apr 18, 2023

  1. Add scorer option to return per-component scores

    Add `per_component` option to `Language.evaluate` and `Scorer.score` to
    return scores keyed by `tokenizer` (hard-coded) or by component name.
    
    Add option to `evaluate` CLI to score by component. Per-component scores
    can only be saved to JSON.
    adrianeboyd committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    af7535a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    855e3ea View commit details
    Browse the repository at this point in the history