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 spans in spacy benchmark #12575

Merged
merged 7 commits into from Apr 28, 2023

Commits on Apr 26, 2023

  1. Add spans in spacy benchmark

    The current implementation of spaCy benchmark accuracy / spacy evaluate
    doesn't include the "spans" type, so calling the command doesn't render
    the HTML displaCy file needed.
    
    This PR attempts to fix that by creating a new parameter for "spans"
    and calling the appropriate displaCy value.
    ljvmiranda921 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e3de12f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77371ae View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Add tests for evaluate

    ljvmiranda921 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b3c77e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfd9701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c9d0c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7041af4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cacc28 View commit details
    Browse the repository at this point in the history