Searched refs:selection_span_for_feature (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | feature-processor.h | 171 const CodepointSpan& selection_span_for_feature, 288 const Token& token, const CodepointSpan& selection_span_for_feature,
|
D | feature-processor.cc | 792 const CodepointSpan& selection_span_for_feature, in ExtractFeatures() argument 799 if (!AppendTokenFeaturesWithCache(tokens[i], selection_span_for_feature, in ExtractFeatures() 810 if (!AppendTokenFeaturesWithCache(Token(), selection_span_for_feature, in ExtractFeatures() 829 const Token& token, const CodepointSpan& selection_span_for_feature, in AppendTokenFeaturesWithCache() argument 841 token, token.IsContainedInSpan(selection_span_for_feature), in AppendTokenFeaturesWithCache() 860 token, token.IsContainedInSpan(selection_span_for_feature), in AppendTokenFeaturesWithCache()
|