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 str
The dataframe column to extract currency amount spans from. col_suffix Optional[str]
None
An optional suffix for the column containing the extracted spans.