Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dtoken-feature-extractor.h85 std::vector<int> ExtractCharactergramFeatures(const Token& token) const;
Dtoken-feature-extractor.cc96 std::vector<int> TokenFeatureExtractor::ExtractCharactergramFeatures( in ExtractCharactergramFeatures() function in libtextclassifier::TokenFeatureExtractor
231 *sparse_features = ExtractCharactergramFeatures(token); in Extract()