sheetwise.extractors¶
Compression modules for SpreadsheetLLM framework (Enhanced).
Classes
Implements data-format-aware aggregation for numerical cells |
|
Implements inverted-index translation with 2D block compression |
|
Implements structural-anchor-based extraction for layout understanding |
- class sheetwise.extractors.StructuralAnchorExtractor(k=4)[source]¶
Implements structural-anchor-based extraction for layout understanding
- __init__(k=4)[source]¶
Initialize with k parameter controlling neighborhood retention
- Parameters:
k (
int) – Number of rows/columns to retain around anchor points