Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/
Dtoken-feature-extractor.h101 std::vector<int> ExtractCharactergramFeaturesAscii(const Token& token) const;
Dtoken-feature-extractor.cc100 return ExtractCharactergramFeaturesAscii(token); in ExtractCharactergramFeatures()
184 std::vector<int> TokenFeatureExtractor::ExtractCharactergramFeaturesAscii( in ExtractCharactergramFeaturesAscii() function in libtextclassifier3::TokenFeatureExtractor