Searched refs:BuildRegexAnnotators (Results 1 – 2 of 2) sorted by relevance
53 std::vector<RegexAnnotator> BuildRegexAnnotators() const;
60 regex_annotators_(BuildRegexAnnotators()) {} in Parser()63 std::vector<Parser::RegexAnnotator> Parser::BuildRegexAnnotators() const { in BuildRegexAnnotators() function in libtextclassifier3::grammar::Parser