Home
last modified time | relevance | path

Searched refs:RegexAnnotator (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dparser.h47 struct RegexAnnotator { struct
53 std::vector<RegexAnnotator> BuildRegexAnnotators() const; argument
77 std::vector<RegexAnnotator> regex_annotators_;
Dparser.cc63 std::vector<Parser::RegexAnnotator> Parser::BuildRegexAnnotators() const { in BuildRegexAnnotators()
64 std::vector<RegexAnnotator> result; in BuildRegexAnnotators()
69 for (const RulesSet_::RegexAnnotator* regex_annotator : in BuildRegexAnnotators()
148 for (const RegexAnnotator& regex_annotator : regex_annotators_) { in SortedSymbolsForInput()
/external/libtextclassifier/native/utils/grammar/
Drules.fbs166 table RegexAnnotator {
198 regex_annotator:[RulesSet_.RegexAnnotator];