Home
last modified time | relevance | path

Searched refs:lowercase_tokens (Results 1 – 7 of 7) sorted by relevance

/external/libtextclassifier/utils/
Dtoken-feature-extractor.cc33 if (!options.remap_digits && !options.lowercase_tokens) { in RemapTokenAscii()
42 if (options.lowercase_tokens) { in RemapTokenAscii()
52 if (!options.remap_digits && !options.lowercase_tokens) { in RemapTokenUnicode()
62 } else if (options.lowercase_tokens) { in RemapTokenUnicode()
Dtoken-feature-extractor.h54 bool lowercase_tokens = false; member
Dtoken-feature-extractor_test.cc324 options.lowercase_tokens = true; in TEST_F()
348 options.lowercase_tokens = true; in TEST_F()
/external/libtextclassifier/actions/
Dfeature-processor.cc40 extractor_options.lowercase_tokens = options->lowercase_tokens(); in BuildTokenFeatureExtractorOptions()
Dactions_model.fbs145 lowercase_tokens:bool;
/external/libtextclassifier/annotator/
Dfeature-processor.cc75 extractor_options.lowercase_tokens = options->lowercase_tokens(); in BuildTokenFeatureExtractorOptions()
Dmodel.fbs547 lowercase_tokens:bool;