We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb2dc7 commit d23eb9eCopy full SHA for d23eb9e
onnxruntime/core/providers/cpu/text/string_normalizer.h
@@ -27,7 +27,7 @@ class StringNormalizer : public OpKernel {
27
private:
28
bool is_case_sensitive_{true};
29
CaseAction case_change_action_{NONE};
30
- // Set this to lower because some characters do not have capital case.
+ // Set this to lower because some characters do not have upper case.
31
// used for case-insensitive compare
32
CaseAction compare_caseaction_{LOWER};
33
std::string locale_name_;
0 commit comments