Home
last modified time | relevance | path

Searched defs:TokenFeatureExtractorOptions (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/utils/
Dtoken-feature-extractor.h30 struct TokenFeatureExtractorOptions { struct
32 int num_buckets = 0;
36 std::vector<int> chargram_orders;
39 bool extract_case_feature = false;
42 bool unicode_aware_features = false;
45 bool extract_selection_mask_feature = false;
70 explicit TokenFeatureExtractor(const TokenFeatureExtractorOptions& options, argument