49#include <lal/io/report_correctness.hpp>
50#include <lal/basic_types.hpp>
60std::vector<std::string>
71std::vector<std::string>
80std::vector<report_treebank_file>
90std::vector<report_treebank_collection>
std::vector< std::string > check_correctness_head_vector(const head_vector &head_vector) noexcept
Checks the correctness of a head vector.
std::vector< report_treebank_file > check_correctness_treebank(const std::string &treebank_filename) noexcept
Checks the correctness of a treebank collection.
std::vector< report_treebank_collection > check_correctness_treebank_collection(const std::string &main_file_name, std::size_t n_threads=1) noexcept
Checks the correctness of a treebank collection.
Main namespace of the library.
Definition: basic_types.hpp:50
std::vector< uint64_t > head_vector
See Head vector page for further details.
Definition: basic_types.hpp:64