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

adding relations #158

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

adding relations #158

wants to merge 24 commits into from

Commits on Oct 6, 2022

  1. simplify annotation

    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d9a64ac View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b17bbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3132290 View commit details
    Browse the repository at this point in the history
  4. remove spangroup nesting

    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    055dfea View commit details
    Browse the repository at this point in the history
  5. fix grobid parser tests

    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    813e134 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    affc3e8 View commit details
    Browse the repository at this point in the history
  7. fix bug in grobidparser

    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    87de5c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92b79d4 View commit details
    Browse the repository at this point in the history
  9. make tests in json conversion more lenient; doesnt need to be exactly…

    … the same object, just the values need to be the same after to/from json
    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    70bc6bf View commit details
    Browse the repository at this point in the history
  10. oops forgot to commit

    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    34d6fc6 View commit details
    Browse the repository at this point in the history
  11. change internal ai2 test api

    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    32a2e11 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d763d09 View commit details
    Browse the repository at this point in the history
  13. modify metadata constructor to take args; adjust all tests/models tha…

    …t instantiate spangroups
    kyleclo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    98da4ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d09af7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

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

Commits on Oct 11, 2022

  1. merge

    kyleclo committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8490804 View commit details
    Browse the repository at this point in the history
  2. wip; minor cleanup

    kyleclo committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2577c7d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. add AnnotationName class; add lookup method to Document based on name…

    …; base Relation class on storage of these names; define to and from_json
    kyleclo committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    e5d1d28 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    f83eb00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84682ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93462c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. merge conflicts

    kyleclo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    24f0c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    818349b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5820934 View commit details
    Browse the repository at this point in the history