Home
last modified time | relevance | path

Searched refs:GetBoolParameter (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/lang_id/features/
Dchar-ngram-feature.cc35 bool include_terminators = GetBoolParameter("include_terminators", false); in Setup()
41 bool include_spaces = GetBoolParameter("include_spaces", false); in Setup()
47 bool use_equal_ngram_weight = GetBoolParameter("use_equal_weight", false); in Setup()
/external/libtextclassifier/native/lang_id/common/fel/
Dfeature-extractor.cc97 bool GenericFeatureFunction::GetBoolParameter(const std::string &name, in GetBoolParameter() function in libtextclassifier3::mobile::GenericFeatureFunction
Dfeature-extractor.h222 bool GetBoolParameter(const std::string &name, bool default_value) const;