You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check can test a corpus graph comparing results to an external corpus graph loaded from a graphANNIS database
import ptb can now split node annotations to derive a label for the incoming edge, when a delimiter is provided
using edge_delimiter. E. g., NP-sbj will create a node of category NP, whose incoming edge has function sbj,
given the following config is used: edge_delimiter = "-"
config attribute stable_order for exporting graphml enforces stable ordering of edges and nodes in output
toml workflow files now strictly need to stick to known fields of module structs
command line interface now has the list subcommand to list all modules and the info subcommand to show the description and parameters of a module.o
Changed
The check module can now query the AnnotationGraph directly without using
the CorpusStorageManager.
chunk deserializes with empty config to default values
Fixed
Don't throw error if output directory for any workflow does not exist.
import ptb: Also constituents get PartOf edges to their respective document node.