Releases: dellison/DependencyTrees.jl
Releases · dellison/DependencyTrees.jl
v0.3.1
DependencyTrees v0.3.1
- bug fix with drawing upward (leftward) arrows in tree display
v0.3.0
DependencyTrees v0.3.0
- Plaintext tree visualization!
- Consolidate static and dynamic oracles to a single
Oracle
type - Consolidate
DependencyToken
and all its subtypes into a singleToken
type - All transition-based parsing is in the new
TransitionParsing
submodule - new
deptree
,deptoken
functions exported for easily building trees - Look, ma, no dependencies!
Closed issues:
- version 0.2.0 (#2)
Merged pull requests:
- CompatHelper: add new compat entry for "LightGraphs" at version "1.3" (#3) (@github-actions[bot])
- Install TagBot as a GitHub Action (#4) (@JuliaTagBot)
- Refactor (#5) (@dellison)