Searched refs:selection_span_for_feature (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/annotator/ |
D | feature-processor.cc | 762 CodepointSpan selection_span_for_feature, in ExtractFeatures() argument 769 if (!AppendTokenFeaturesWithCache(tokens[i], selection_span_for_feature, in ExtractFeatures() 780 if (!AppendTokenFeaturesWithCache(Token(), selection_span_for_feature, in ExtractFeatures() 799 const Token& token, CodepointSpan selection_span_for_feature, in AppendTokenFeaturesWithCache() argument 811 token, token.IsContainedInSpan(selection_span_for_feature), in AppendTokenFeaturesWithCache() 830 token, token.IsContainedInSpan(selection_span_for_feature), in AppendTokenFeaturesWithCache()
|
D | feature-processor.h | 152 CodepointSpan selection_span_for_feature, 259 CodepointSpan selection_span_for_feature,
|