Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WPoelman/ud-boxer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adaamko/ud-boxer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 7, 2023

  1. Added service

    adaamko committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    bf11bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98bde81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dcac66 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

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

Commits on Jan 9, 2023

  1. Uncomment and debug false

    adaamko committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    91f08bd View commit details
    Browse the repository at this point in the history
  2. Add eval

    adaamko committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    bee2dae View commit details
    Browse the repository at this point in the history
  3. Start script

    adaamko committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e1ba14e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. sbn to graph conversion will now add original token ids as node attri…

    …butes and the boxer service will extract a map of these to tokens from the stanza output and return it so that original tokens can be reconstructed
    recski committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    56bbe33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from recski/master

    sbn to graph conversion will now add original token ids as node attri…
    adaamko authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bed7bc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. bugfix: empty token_id values are now strings and not NoneTypes, to p…

    …reserve compatiblity with pydot
    recski committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    796ce21 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. service to run the allennlp-based parser from Neural_DRS and convert …

    …it to SBNGraph using the from_string method in this repository. Running this requires allennlp installation as described in the Neural_DRS README, downloading their models, and an environment where the Python version is low enough for allennlp but high enough for the walrus operators in this code. Python 3.8 worked for me
    recski committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c00d314 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Merge pull request #2 from recski/master

    bugfix: empty token_id values are now strings and not NoneTypes, to p…
    adaamko authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bbf6a6d View commit details
    Browse the repository at this point in the history
Loading