Home
last modified time | relevance | path

Searched refs:selection_span_for_feature (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/annotator/
Dfeature-processor.h171 const CodepointSpan& selection_span_for_feature,
288 const Token& token, const CodepointSpan& selection_span_for_feature,
Dfeature-processor.cc792 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()