Rulvar API reference / @rulvar/rulvar / AnchorGroundingFinding
Interface: AnchorGroundingFinding
Defined in: packages/core/dist/index.d.ts
One wrong line finding of anchorGroundingFindingsOf.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
anchor | readonly | string | - | packages/core/dist/index.d.ts |
endLine? | readonly | number | - | packages/core/dist/index.d.ts |
line | readonly | number | - | packages/core/dist/index.d.ts |
path | readonly | string | - | packages/core/dist/index.d.ts |
scope | readonly | "clause" | "sentence" | 'clause' convicted the anchor against its own claim clause; 'sentence' convicted it as the sentence's only anchor whose FILE carries a token no cited window does. | packages/core/dist/index.d.ts |
sentence | readonly | string | - | packages/core/dist/index.d.ts |
suggestions | readonly | readonly AnchorGroundingSuggestion[] | Exact lines inside the cited file that DO carry a deciding token. | packages/core/dist/index.d.ts |
tokens | readonly | readonly string[] | The deciding tokens the resolved window never carries. | packages/core/dist/index.d.ts |
unit? | readonly | CitationExcerptUnit | The unit the window came from; absent for the structural json block. | packages/core/dist/index.d.ts |
windowFirstLine | readonly | number | The resolved window, 1 based and inclusive. | packages/core/dist/index.d.ts |
windowLastLine | readonly | number | - | packages/core/dist/index.d.ts |