49#include <lal/linarr/syntactic_dependency_structure.hpp>
50#include <lal/internal/make_array.hpp>
56constexpr std::string_view
57syntactic_dependency_structure_to_string
66 default:
return "unknown_syntactic_dependency_structure";
75array_of_syntactic_dependency_structures =
syntactic_dependency_structure
The different types of syntactic dependency tree structures.
Definition syntactic_dependency_structure.hpp:62
@ EC1
1-Endpoint Crossing.
@ planar
Planar structures.
@ projective
Projective structures.
@ unknown
The structure could not be classified.
@ WG1
Well nested trees with maximum gap-degree 1.
constexpr std::size_t __syntactic_dependency_structure_size
Number of elements within enumeration syntactic_dependency_structure.
Definition syntactic_dependency_structure.hpp:102
Main namespace of the library.
Definition definitions.hpp:48