Searched refs:regexp_features (Results 1 – 6 of 6) sorted by relevance
34 if (options->regexp_features() != nullptr) { in BuildTokenFeatureExtractorOptions()35 for (const auto& regexp_feauture : *options->regexp_features()) { in BuildTokenFeatureExtractorOptions()36 extractor_options.regexp_features.push_back(regexp_feauture->str()); in BuildTokenFeatureExtractorOptions()
139 regexp_features:[string];
48 std::vector<std::string> regexp_features; member
370 options.regexp_features.push_back("^[a-z]+$"); // all lower case. in TEST_F()371 options.regexp_features.push_back("^[0-9]+$"); // all digits. in TEST_F()
75 for (const std::string& pattern : options.regexp_features) { in TokenFeatureExtractor()
71 extractor_options.regexp_features.push_back(regexp_feauture->str()); in BuildTokenFeatureExtractorOptions()