operators.candidates.extractor.USCurrencySpanFeaturizer
- class operators.candidates.extractor.USCurrencySpanFeaturizer(field, col_suffix=None)
Extracts spans (slices of documents) that contain US currency (using regex)
Parameters
Parameters
Name Type Default Info field strThe dataframe column to extract currency amount spans from. col_suffix Optional[str]NoneAn optional suffix for the column containing the extracted spans.