-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Scrub text featurizers #2944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrub text featurizers #2944
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2944 +/- ##
==========================================
- Coverage 72.19% 72.18% -0.01%
==========================================
Files 796 796
Lines 142023 142023
Branches 16046 16046
==========================================
- Hits 102527 102521 -6
- Misses 35116 35121 +5
- Partials 4380 4381 +1
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #2944 +/- ##
==========================================
- Coverage 72.19% 72.18% -0.01%
==========================================
Files 796 796
Lines 142023 142023
Branches 16046 16046
==========================================
- Hits 102527 102521 -6
- Misses 35116 35121 +5
- Partials 4380 4381 +1
|
[Argument(ArgumentType.AtMostOnce, HelpText = "Casing text using the rules of the invariant culture.", ShortName = "case", SortOrder = 5)] | ||
public CaseMode TextCase = TextNormalizingEstimator.Defaults.Mode; | ||
[Argument(ArgumentType.AtMostOnce, HelpText = "Casing text using the rules of the invariant culture.", Name="TextCase", ShortName = "case", SortOrder = 5)] | ||
public CaseMode CaseMode = TextNormalizingEstimator.Defaults.Mode; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CaseMode [](start = 28, length = 8)
does it make sense to call it TextCaseMode
? #WontFix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is CaseMode
in TextFeaturizingEstimator
, I'd say Text
will look a bit redundant.
In reply to: 265302608 [](ancestors = 265302608)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last step of #2832.