Skip to content

v4.5.3: Ssurgeon interface, Collinizer fixes

Compare
Choose a tag to compare
@AngledLuffa AngledLuffa released this 11 Mar 05:40
· 185 commits to main since this release

Mostly changes to Semgrex, along with adding Ssurgeon to the download package for general consumption. This involved quite a few changes to classes such as AnnotationLookup. The released version should now match the Semgrex/Ssurgeon paper published at GURT 2023.

Ssurgeon / Semgrex

Bugfixes

  • Fix "Could not match" errors which occurred when scoring treebanks using a tagger that produces non-gold punct tags: #1344
  • Fix typo in KBP children rules: dbdb55b

Minor features

  • Add the choice of dependency graph to output to the TextOutputter 33e6c42 #1339
  • Hopefully minor interface change: make relation in SemanticGraphEdge final, get rid of setRelation e7a7657