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(Client): validate token classification annotations in client #1709

Merged
merged 35 commits into from Sep 9, 2022

Commits on Sep 9, 2022

  1. feat: introduce SpanUtils class

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    2c7be7e View commit details
    Browse the repository at this point in the history
  2. feat: improve doc strings

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    4ac0a8e View commit details
    Browse the repository at this point in the history
  3. chore: complete SpanUtils

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    de4f86b View commit details
    Browse the repository at this point in the history
  4. feat: use SpanUtils to convert to iob tags

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    00f52bd View commit details
    Browse the repository at this point in the history
  5. feat: use SpanUtils to do validation

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    3809c45 View commit details
    Browse the repository at this point in the history
  6. feat: deprecate spans2iob

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    efcd03d View commit details
    Browse the repository at this point in the history
  7. feat: add token_to_char_idx and char_to_token_idx

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    5bf17a9 View commit details
    Browse the repository at this point in the history
  8. docs: add not_valid_spans to validate method

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    5f808d4 View commit details
    Browse the repository at this point in the history
  9. docs: add _validate_spans helper method

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    fb3f314 View commit details
    Browse the repository at this point in the history
  10. docs: compute iob tags in metrics

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    c735596 View commit details
    Browse the repository at this point in the history
  11. feat: use SpanUtils to validate

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    08a18b1 View commit details
    Browse the repository at this point in the history
  12. test: adapt test

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    448c61a View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    fc9a198 View commit details
    Browse the repository at this point in the history
  14. chore: fix imports

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    a28adbb View commit details
    Browse the repository at this point in the history
  15. docs: fix import in doc string example

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    85133a4 View commit details
    Browse the repository at this point in the history
  16. chore: add private _span_utils method, deprecate stuff

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    4e0322b View commit details
    Browse the repository at this point in the history
  17. chore: use records span_utils property

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    0aa8a9f View commit details
    Browse the repository at this point in the history
  18. chore: expose utils module in utils package

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    1971086 View commit details
    Browse the repository at this point in the history
  19. fix: fix imports

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    07b46b9 View commit details
    Browse the repository at this point in the history
  20. test: fix imports

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    01208ed View commit details
    Browse the repository at this point in the history
  21. chore: fix imports after rebase

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    d0b7111 View commit details
    Browse the repository at this point in the history
  22. chore: fix import

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    e1b842c View commit details
    Browse the repository at this point in the history
  23. fix: correctly init span utils and use it for validation

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    239d577 View commit details
    Browse the repository at this point in the history
  24. fix: deprecated spans2iob method

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    9facc94 View commit details
    Browse the repository at this point in the history
  25. chore: make span_utils a private attribute

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    8e4a5bf View commit details
    Browse the repository at this point in the history
  26. fix: add validator for text with only whitespaces

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    e6cd1f3 View commit details
    Browse the repository at this point in the history
  27. test: adapt test

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    b4dfa44 View commit details
    Browse the repository at this point in the history
  28. chore: adapt token metrics

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    8ef1aca View commit details
    Browse the repository at this point in the history
  29. test: creat utils folder, and move existing tests

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    6bf9913 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    5b5f5e8 View commit details
    Browse the repository at this point in the history
  31. fix: some fixes for from_tags

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    0f3f23d View commit details
    Browse the repository at this point in the history
  32. test: add tests for span utils

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    88a413a View commit details
    Browse the repository at this point in the history
  33. test: improve test

    dcfidalgo authored and frascuchon committed Sep 9, 2022
    Copy the full SHA
    6417f63 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    cefbf5f View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    06edaee View commit details
    Browse the repository at this point in the history