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

  /external/libtextclassifier/
token-feature-extractor.cc 192 // Trim words that are over max_word_length characters.
193 const int max_word_length = options_.max_word_length; local
195 if (word.size() > max_word_length) {
197 "^" + word.substr(0, max_word_length / 2) + "\1" +
198 word.substr(word.size() - max_word_length / 2, max_word_length / 2) +
244 for (int i = 0; i < options_.max_word_length / 2; i++) {
token-feature-extractor.h 57 int max_word_length = 20; member in struct:libtextclassifier2::TokenFeatureExtractorOptions
model_generated.h 2435 int32_t max_word_length; member in struct:libtextclassifier2::FeatureProcessorOptionsT
2539 int32_t max_word_length() const { function in struct:libtextclassifier2::FLATBUFFERS_FINAL_CLASS
    [all...]
feature-processor.cc 41 extractor_options.max_word_length = options->max_word_length();
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 332 size_t max_word_length = max_length_in_bytes / sizeof(utf16_data[0]); local
333 size_t word_length = UTF16codeunits(utf16_data, max_word_length);
    [all...]

Completed in 302 milliseconds