File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -122,16 +122,21 @@ def _analyze(
122
122
123
123
124
124
def strip_accents_unicode (s ):
125
- """Transform accentuated unicode symbols into their simple counterpart
125
+ """Transform accentuated unicode symbols into their simple counterpart.
126
126
127
127
Warning: the python-level loop and join operations make this
128
128
implementation 20 times slower than the strip_accents_ascii basic
129
129
normalization.
130
130
131
131
Parameters
132
132
----------
133
- s : string
134
- The string to strip
133
+ s : str
134
+ The string to strip.
135
+
136
+ Returns
137
+ -------
138
+ s : str
139
+ The stripped string.
135
140
136
141
See Also
137
142
--------
Original file line number Diff line number Diff line change 16
16
"sklearn.decomposition._dict_learning.dict_learning_online" ,
17
17
"sklearn.decomposition._nmf.non_negative_factorization" ,
18
18
"sklearn.externals._packaging.version.parse" ,
19
- "sklearn.feature_extraction.text.strip_accents_unicode" ,
20
19
"sklearn.inspection._plot.partial_dependence.plot_partial_dependence" ,
21
20
"sklearn.linear_model._least_angle.lars_path_gram" ,
22
21
"sklearn.linear_model._omp.orthogonal_mp_gram" ,
You can’t perform that action at this time.
E65
0 commit comments