Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/
Dtoken-feature-extractor.h81 std::vector<int> ExtractCharactergramFeatures(const Token& token) const;
Dtoken-feature-extractor.cc89 *sparse_features = ExtractCharactergramFeatures(token); in Extract()
95 std::vector<int> TokenFeatureExtractor::ExtractCharactergramFeatures( in ExtractCharactergramFeatures() function in libtextclassifier3::TokenFeatureExtractor