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