10 #ifndef META_ANALYZERS_TREE_FEATURIZER_FACTORY_H_
11 #define META_ANALYZERS_TREE_FEATURIZER_FACTORY_H_
48 template <
class Analyzer>
52 std::unordered_map<std::string, factory_method>
methods_;
58 template <
class Featurizer>
61 return make_unique<Featurizer>();
68 template <
class Featurizer>
Definition: analyzer.h:19