Skip to content

Tree construction, closures and more.

Latest
Compare
Choose a tag to compare
@sebpuetz sebpuetz released this 27 May 12:20
· 10 commits to master since this release

Changes

  • Construct minimal Tree from form and part-of-speech tag of a terminal node.
  • Insertion of NonTerminal nodes as unary-chain above or below another node.
  • Removal of arbitrary nodes.
  • Reattachment of arbitrary nodes.
  • Reattachment of all terminals to a specific node matching a given criterion.
  • Moving Terminal nodes.
  • Insertion of Terminal nodes at arbitrary indices.
  • Cheap insertion of Terminal nodes to the end of the sentence by attaching to the root.
  • Switch to closures in projection and modification methods:
    • take context into account when annotating features.
    • go beyond the node label to determine matches.