nlp_primitives.UpperCaseCount¶
-
class
nlp_primitives.
UpperCaseCount
[source]¶ Calculates the number of upper case letters in text.
- Description:
Given a list of strings, determine the number of characters in each string that are capitalized. Counts every letter individually, not just every word that contains capitalized letters.
If a string is missing, return NaN
Examples
>>> x = ['This IS a string.', 'This is a string', 'aaa'] >>> upper_case_count = UpperCaseCount() >>> upper_case_count(x).tolist() [3.0, 1.0, 0.0]
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
generate_name
(base_feature_names)generate_names
(base_feature_names)get_args_string
()get_arguments
()get_filepath
(filename)get_function
()Attributes
base_of
base_of_exclude
commutative
dask_compatible
default_value
input_types
max_stack_depth
name
number_output_features
uses_calc_time
uses_full_entity