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