48#include <lal/graphs/rooted_tree.hpp>
49#include <lal/linarr/syntactic_dependency_structure.hpp>
66std::array<bool, __syntactic_dependency_structure_size>
Rooted tree graph class.
Definition rooted_tree.hpp:107
std::array< bool, __syntactic_dependency_structure_size > syntactic_dependency_structure_class(const graphs::rooted_tree &t, const linear_arrangement &pi={}) noexcept
Computes the type of syntactic dependency tree.
Main namespace of the library.
Definition definitions.hpp:48
std::vector< position > linear_arrangement
A linear arrangement of the nodes of a graph.
Definition definitions.hpp:72