Home
last modified time | relevance | path

Searched refs:regex_annotators_ (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dparser.h77 std::vector<RegexAnnotator> regex_annotators_; variable
Dparser.cc60 regex_annotators_(BuildRegexAnnotators()) {} in Parser()
148 for (const RegexAnnotator& regex_annotator : regex_annotators_) { in SortedSymbolsForInput()