Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/features/
Dchar-ngram-feature.cc34 bool include_terminators = GetBoolParameter("include_terminators", false); in Setup()
40 bool include_spaces = GetBoolParameter("include_spaces", false); in Setup()
46 bool use_equal_ngram_weight = GetBoolParameter("use_equal_weight", false); in Setup()
/external/libtextclassifier/lang_id/common/fel/
Dfeature-extractor.cc95 bool GenericFeatureFunction::GetBoolParameter(const string &name, in GetBoolParameter() function in libtextclassifier3::mobile::GenericFeatureFunction
Dfeature-extractor.h221 bool GetBoolParameter(const string &name, bool default_value) const;