10 #ifndef META_TREE_ANALYZER_H_
11 #define META_TREE_ANALYZER_H_
18 #include "sequence/perceptron.h"
36 const std::string& tagger_prefix,
37 const std::string& parser_prefix);
54 void add(std::unique_ptr<const tree_featurizer> featurizer);
59 const static std::string
id;
65 std::shared_ptr<std::vector<std::unique_ptr<const tree_featurizer>>>
79 std::shared_ptr<const sequence::perceptron>
tagger_;
86 std::shared_ptr<const parser::sr_parser>
parser_;
94 const cpptoml::table&);