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

feat: add new frequencies command to show term frequencies #48

Merged
merged 1 commit into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. feat: add new frequencies command to show term frequencies

    This shows a count of each text/label combo, with a combined
    total for all annotators. It also flags when the same text has
    been labelled differently.
    
    Also:
    - Delete some unused code, notably the old unused term_freq code.
    - For the `mentions` command, don't show duplicate mentions - it's just
      noise.
    - For the `mentions` command, sort output by text (rather than using
      the order that the text appears in the document - which makes less
      sense when we're removing duplicates)
    mikix committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    766967e View commit details
    Browse the repository at this point in the history