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

  /external/libtextclassifier/lang_id/features/
char-ngram-feature.cc 34 bool include_terminators = GetBoolParameter("include_terminators", false);
40 bool include_spaces = GetBoolParameter("include_spaces", false);
46 bool use_equal_ngram_weight = GetBoolParameter("use_equal_weight", false);
  /external/libtextclassifier/lang_id/common/fel/
feature-extractor.cc 95 bool GenericFeatureFunction::GetBoolParameter(const string &name,
feature-extractor.h 221 bool GetBoolParameter(const string &name, bool default_value) const;

Completed in 267 milliseconds