HomeSort by relevance Sort by last modified time
    Searched refs:lowercase_tokens (Results 1 - 5 of 5) sorted by null

  /external/libtextclassifier/
token-feature-extractor.cc 33 if (!options.remap_digits && !options.lowercase_tokens) {
42 if (options.lowercase_tokens) {
52 if (!options.remap_digits && !options.lowercase_tokens) {
62 } else if (options.lowercase_tokens) {
token-feature-extractor.h 54 bool lowercase_tokens = false; member in struct:libtextclassifier2::TokenFeatureExtractorOptions
token-feature-extractor_test.cc 325 options.lowercase_tokens = true;
350 options.lowercase_tokens = true;
model_generated.h 2441 bool lowercase_tokens; member in struct:libtextclassifier2::FeatureProcessorOptionsT
2557 bool lowercase_tokens() const { function in struct:libtextclassifier2::FLATBUFFERS_FINAL_CLASS
    [all...]
feature-processor.cc 52 extractor_options.lowercase_tokens = options->lowercase_tokens();
    [all...]

Completed in 80 milliseconds