Searched defs:TokenFeatureExtractorOptions (Results 1 – 1 of 1) sorted by relevance
30 struct TokenFeatureExtractorOptions { struct32 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