eyecite-ts 0.22.1 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -6
- package/dist/annotate/index.d.cts +1 -1
- package/dist/annotate/index.d.mts +1 -1
- package/dist/{citation-CNiQ8mMR.d.cts → citation-B8IB2eC6.d.mts} +253 -6
- package/dist/citation-B8IB2eC6.d.mts.map +1 -0
- package/dist/{citation-Debi97If.d.mts → citation-_lNG83rc.d.cts} +253 -6
- package/dist/citation-_lNG83rc.d.cts.map +1 -0
- package/dist/data/index.cjs +1 -1
- package/dist/data/index.d.cts.map +1 -1
- package/dist/data/index.d.mts.map +1 -1
- package/dist/data/index.mjs +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +41 -6
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +41 -6
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/dist/knownCodes-BO5bT4lZ.cjs +2 -0
- package/dist/knownCodes-BO5bT4lZ.cjs.map +1 -0
- package/dist/knownCodes-Ch2Jfq-m.mjs +2 -0
- package/dist/knownCodes-Ch2Jfq-m.mjs.map +1 -0
- package/dist/reporters-CtCZyH5W.mjs +2 -0
- package/dist/reporters-CtCZyH5W.mjs.map +1 -0
- package/dist/{types-CpP9Oyfs.d.mts → types-DPhytyc8.d.cts} +2 -2
- package/dist/{types-CpP9Oyfs.d.mts.map → types-DPhytyc8.d.cts.map} +1 -1
- package/dist/{types-ZmchRmBH.d.cts → types-J9-lnmev.d.mts} +2 -2
- package/dist/{types-ZmchRmBH.d.cts.map → types-J9-lnmev.d.mts.map} +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.cts +2 -2
- package/dist/utils/index.d.mts +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/utils/index.mjs.map +1 -1
- package/package.json +8 -2
- package/dist/citation-CNiQ8mMR.d.cts.map +0 -1
- package/dist/citation-Debi97If.d.mts.map +0 -1
- package/dist/knownCodes-Cw5MI48f.cjs +0 -2
- package/dist/knownCodes-Cw5MI48f.cjs.map +0 -1
- package/dist/knownCodes-DcsEnbF3.mjs +0 -2
- package/dist/knownCodes-DcsEnbF3.mjs.map +0 -1
- package/dist/reporters-CZoC98-L.mjs +0 -2
- package/dist/reporters-CZoC98-L.mjs.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
import { a as FootnoteMap, i as ScopeStrategy, n as ResolutionResult, o as FootnoteZone, r as ResolvedCitation, t as ResolutionOptions } from "./types-
|
|
1
|
+
import { A as SubsequentHistoryEntry, B as NeutralComponentSpans, C as RegulationCitation, D as ShortFormCitationType, E as ShortFormCitation, F as CaseComponentSpans, G as TreatiseComponentSpans, H as RestatementComponentSpans, I as ConstitutionalComponentSpans, J as spanFromGroupIndex, K as Span, L as FederalRegisterComponentSpans, M as TreatiseCitation, N as Warning, O as StatuteCitation, P as AnnotationComponentSpans, R as FederalRuleComponentSpans, S as PublicLawCitation, T as ShortFormCaseCitation, U as StatuteComponentSpans, V as PublicLawComponentSpans, W as StatutesAtLargeComponentSpans, X as parsePincite, Y as PinciteInfo, _ as IdCitation, a as CitationSignal, b as Parenthetical, c as CourtInference, d as FederalRegisterCitation, f as FederalRuleCitation, g as HistorySignal, h as FullCitationType, i as CitationOfType, j as SupraCitation, k as StatutesAtLargeCitation, l as DocketCitation, m as FullCitation, n as Citation, o as CitationType, p as FullCaseCitation, q as TransformationMap, r as CitationBase, s as ConstitutionalCitation, t as AnnotationCitation, u as ExtractorMap, v as JournalCitation, w as RestatementCitation, x as ParentheticalType, y as NeutralCitation, z as JournalComponentSpans } from "./citation-_lNG83rc.cjs";
|
|
2
|
+
import { a as FootnoteMap, i as ScopeStrategy, n as ResolutionResult, o as FootnoteZone, r as ResolvedCitation, t as ResolutionOptions } from "./types-DPhytyc8.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/types/guards.d.ts
|
|
5
5
|
/**
|
|
6
|
-
* Type guard: narrows Citation to a full citation (case, statute, journal,
|
|
6
|
+
* Type guard: narrows Citation to a full citation (case, statute, journal,
|
|
7
|
+
* neutral, publicLaw, federalRegister, statutesAtLarge, constitutional,
|
|
8
|
+
* federalRule, restatement, treatise, annotation).
|
|
7
9
|
*/
|
|
8
10
|
declare function isFullCitation(citation: Citation): citation is FullCitation;
|
|
9
11
|
/**
|
|
@@ -327,6 +329,16 @@ interface Token {
|
|
|
327
329
|
*/
|
|
328
330
|
declare function tokenize(cleanedText: string, patterns?: Pattern[]): Token[];
|
|
329
331
|
//#endregion
|
|
332
|
+
//#region src/extract/extractAnnotation.d.ts
|
|
333
|
+
/**
|
|
334
|
+
* Extract an `annotation` citation from a tokenized A.L.R. match.
|
|
335
|
+
*
|
|
336
|
+
* Confidence is `0.95` — the A.L.R. series naming convention is
|
|
337
|
+
* unambiguous and the pattern is anchored on the literal `A.L.R.`
|
|
338
|
+
* stem, so spurious matches are unlikely.
|
|
339
|
+
*/
|
|
340
|
+
declare function extractAnnotation(token: Token, transformationMap: TransformationMap): AnnotationCitation;
|
|
341
|
+
//#endregion
|
|
330
342
|
//#region src/extract/extractCase.d.ts
|
|
331
343
|
/**
|
|
332
344
|
* Extracts case citation metadata from a tokenized citation.
|
|
@@ -430,6 +442,23 @@ declare function extractConstitutional(token: Token, transformationMap: Transfor
|
|
|
430
442
|
*/
|
|
431
443
|
declare function extractFederalRegister(token: Token, transformationMap: TransformationMap): FederalRegisterCitation;
|
|
432
444
|
//#endregion
|
|
445
|
+
//#region src/extract/extractFederalRule.d.ts
|
|
446
|
+
/**
|
|
447
|
+
* Extract a `federalRule` citation from a tokenized federal-rule match.
|
|
448
|
+
*
|
|
449
|
+
* The token text is one of two shapes — abbreviated (`Fed. R. Civ. P. 56`)
|
|
450
|
+
* or spelled-out (`Federal Rule of Civil Procedure 56`) — both of which
|
|
451
|
+
* the pattern layer captures as `(ruleSet, body)`. The extractor:
|
|
452
|
+
*
|
|
453
|
+
* 1. Re-runs the matching regex with the `d` flag to obtain group indices
|
|
454
|
+
* for component spans.
|
|
455
|
+
* 2. Normalizes the captured rule-set token (`Civ. P.` → `civil`).
|
|
456
|
+
* 3. Splits the body into rule number + optional subsection chain.
|
|
457
|
+
* 4. Returns a `FederalRuleCitation` with confidence `0.95` (the format is
|
|
458
|
+
* standardized and unambiguous).
|
|
459
|
+
*/
|
|
460
|
+
declare function extractFederalRule(token: Token, transformationMap: TransformationMap): FederalRuleCitation;
|
|
461
|
+
//#endregion
|
|
433
462
|
//#region src/extract/extractJournal.d.ts
|
|
434
463
|
/**
|
|
435
464
|
* Extracts journal citation metadata from a tokenized citation.
|
|
@@ -552,15 +581,21 @@ declare function extractNeutral(token: Token, transformationMap: TransformationM
|
|
|
552
581
|
*/
|
|
553
582
|
declare function extractPublicLaw(token: Token, transformationMap: TransformationMap): PublicLawCitation;
|
|
554
583
|
//#endregion
|
|
584
|
+
//#region src/extract/extractRestatement.d.ts
|
|
585
|
+
declare function extractRestatement(token: Token, transformationMap: TransformationMap): RestatementCitation;
|
|
586
|
+
//#endregion
|
|
555
587
|
//#region src/extract/extractStatute.d.ts
|
|
556
588
|
/**
|
|
557
589
|
* Extracts statute citation metadata from a tokenized citation.
|
|
558
590
|
* Dispatches to family-specific extractors based on patternId.
|
|
559
591
|
*/
|
|
560
|
-
declare function extractStatute(token: Token, transformationMap: TransformationMap): StatuteCitation;
|
|
592
|
+
declare function extractStatute(token: Token, transformationMap: TransformationMap): StatuteCitation | RegulationCitation;
|
|
561
593
|
//#endregion
|
|
562
594
|
//#region src/extract/extractStatutesAtLarge.d.ts
|
|
563
|
-
declare function extractStatutesAtLarge(token: Token, transformationMap: TransformationMap): StatutesAtLargeCitation;
|
|
595
|
+
declare function extractStatutesAtLarge(token: Token, transformationMap: TransformationMap, cleanedText?: string): StatutesAtLargeCitation;
|
|
596
|
+
//#endregion
|
|
597
|
+
//#region src/extract/extractTreatise.d.ts
|
|
598
|
+
declare function extractTreatise(token: Token, transformationMap: TransformationMap): TreatiseCitation;
|
|
564
599
|
//#endregion
|
|
565
600
|
//#region src/extract/courtNormalization.d.ts
|
|
566
601
|
/**
|
|
@@ -969,5 +1004,5 @@ declare function analyzeDocument(text: string, citations: Citation[], opts?: {
|
|
|
969
1004
|
transformationMap?: TransformationMap;
|
|
970
1005
|
}): Document;
|
|
971
1006
|
//#endregion
|
|
972
|
-
export { type AnalyzedFootnoteZone, type AttributionKind, type CaseComponentSpans, type Citation, type CitationBase, type CitationGraph, type CitationOfType, type CitationSignal, type CitationType, type CleanTextResult, type ConstitutionalCitation, type ConstitutionalComponentSpans, type CourtInference, type DocketCitation, type Document, DocumentResolver, type Edge, type ExtractOptions, type ExtractorMap, type FederalRegisterCitation, type FederalRegisterComponentSpans, type FootnoteMap, type FootnoteZone, type FullCaseCitation, type FullCitation, type FullCitationType, type HistorySignal, type IdCitation, type JournalCitation, type JournalComponentSpans, type NeutralCitation, type NeutralComponentSpans, type Parenthetical, type ParentheticalType, type PinciteInfo, type PublicLawCitation, type PublicLawComponentSpans, type QuoteAttribution, type ResolutionOptions, type ResolutionResult, type ResolvedCitation, type ScopeStrategy, type ShortFormCaseCitation, type ShortFormCitation, type ShortFormCitationType, type Span, type StatuteCitation, type StatuteComponentSpans, type StatutesAtLargeCitation, type StatutesAtLargeComponentSpans, type SubsequentHistoryEntry, type SupraCitation, type Token, type TransformationMap, type Warning, analyzeDocument, applyFalsePositiveFilters, assertUnreachable, cleanText, detectFootnotes, extractCase, extractCitations, extractCitationsAsync, extractConstitutional, extractFederalRegister, extractJournal, extractNeutral, extractPublicLaw, extractStatute, extractStatutesAtLarge, isCaseCitation, isCitationType, isFullCitation, isShortFormCitation, normalizeCourt, parsePincite, resolveCitations, spanFromGroupIndex, tokenize };
|
|
1007
|
+
export { type AnalyzedFootnoteZone, type AnnotationCitation, type AnnotationComponentSpans, type AttributionKind, type CaseComponentSpans, type Citation, type CitationBase, type CitationGraph, type CitationOfType, type CitationSignal, type CitationType, type CleanTextResult, type ConstitutionalCitation, type ConstitutionalComponentSpans, type CourtInference, type DocketCitation, type Document, DocumentResolver, type Edge, type ExtractOptions, type ExtractorMap, type FederalRegisterCitation, type FederalRegisterComponentSpans, type FederalRuleCitation, type FederalRuleComponentSpans, type FootnoteMap, type FootnoteZone, type FullCaseCitation, type FullCitation, type FullCitationType, type HistorySignal, type IdCitation, type JournalCitation, type JournalComponentSpans, type NeutralCitation, type NeutralComponentSpans, type Parenthetical, type ParentheticalType, type PinciteInfo, type PublicLawCitation, type PublicLawComponentSpans, type QuoteAttribution, type ResolutionOptions, type ResolutionResult, type ResolvedCitation, type RestatementCitation, type RestatementComponentSpans, type ScopeStrategy, type ShortFormCaseCitation, type ShortFormCitation, type ShortFormCitationType, type Span, type StatuteCitation, type StatuteComponentSpans, type StatutesAtLargeCitation, type StatutesAtLargeComponentSpans, type SubsequentHistoryEntry, type SupraCitation, type Token, type TransformationMap, type TreatiseCitation, type TreatiseComponentSpans, type Warning, analyzeDocument, applyFalsePositiveFilters, assertUnreachable, cleanText, detectFootnotes, extractAnnotation, extractCase, extractCitations, extractCitationsAsync, extractConstitutional, extractFederalRegister, extractFederalRule, extractJournal, extractNeutral, extractPublicLaw, extractRestatement, extractStatute, extractStatutesAtLarge, extractTreatise, isCaseCitation, isCitationType, isFullCitation, isShortFormCitation, normalizeCourt, parsePincite, resolveCitations, spanFromGroupIndex, tokenize };
|
|
973
1008
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/types/guards.ts","../src/patterns/casePatterns.ts","../src/extract/extractCitations.ts","../src/extract/filterFalsePositives.ts","../src/clean/cleanText.ts","../src/tokenize/tokenizer.ts","../src/extract/extractCase.ts","../src/extract/extractConstitutional.ts","../src/extract/extractFederalRegister.ts","../src/extract/extractJournal.ts","../src/extract/extractNeutral.ts","../src/extract/extractPublicLaw.ts","../src/extract/extractStatute.ts","../src/extract/extractStatutesAtLarge.ts","../src/extract/courtNormalization.ts","../src/resolve/DocumentResolver.ts","../src/resolve/index.ts","../src/footnotes/detectFootnotes.ts","../src/document/types.ts","../src/document/analyzer.ts"],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/types/guards.ts","../src/patterns/casePatterns.ts","../src/extract/extractCitations.ts","../src/extract/filterFalsePositives.ts","../src/clean/cleanText.ts","../src/tokenize/tokenizer.ts","../src/extract/extractAnnotation.ts","../src/extract/extractCase.ts","../src/extract/extractConstitutional.ts","../src/extract/extractFederalRegister.ts","../src/extract/extractFederalRule.ts","../src/extract/extractJournal.ts","../src/extract/extractNeutral.ts","../src/extract/extractPublicLaw.ts","../src/extract/extractRestatement.ts","../src/extract/extractStatute.ts","../src/extract/extractStatutesAtLarge.ts","../src/extract/extractTreatise.ts","../src/extract/courtNormalization.ts","../src/resolve/DocumentResolver.ts","../src/resolve/index.ts","../src/footnotes/detectFootnotes.ts","../src/document/types.ts","../src/document/analyzer.ts"],"mappings":";;;;;;;AAcA;;iBAAgB,cAAA,CAAe,QAAA,EAAU,QAAA,GAAW,QAAA,IAAY,YAAA;;;;iBAqBhD,mBAAA,CAAoB,QAAA,EAAU,QAAA,GAAW,QAAA,IAAY,iBAAA;;;;iBAOrD,cAAA,CAAe,QAAA,EAAU,QAAA,GAAW,QAAA,IAAY,gBAAA;;;;;iBAQhD,cAAA,WAAyB,YAAA,CAAA,CACvC,QAAA,EAAU,QAAA,EACV,IAAA,EAAM,CAAA,GACL,QAAA,IAAY,cAAA,CAAe,CAAA;;;;;AAX9B;;;;;;;;;;AAQA;;iBAuBgB,iBAAA,CAAkB,CAAA;;;UCzDjB,OAAA;EACf,EAAA;EACA,KAAA,EAAO,MAAA;EACP,WAAA;EACA,IAAA,EAAM,gBAAA;AAAA;;;;ADNR;;UEsDiB,cAAA;EFtD+C;;;;;;;AAqBhE;;;;;;;EEgDE,QAAA,GAAW,KAAA,EAAO,IAAA;;;AFzCpB;;;;;;;;;;AAQA;;EEiDE,QAAA,GAAW,OAAA;;;;;;;;;;;;;;EAeX,OAAA;;;;;AFzCF;;;;;;;;ACzDA;;ECkHE,iBAAA,GAAoB,iBAAA;ED9Gd;;;;;;;;;;;;ACgDR;;;;EAgFE,oBAAA;;EAGA,eAAA;AAAA;;;;;;;;;;;;;AA6DF;;;;;;;;;;;AAIA;;;;;;;;;;AA4YA;;;;;;;;;;;;;;;;AAIA;;;;;;;;;iBApZgB,gBAAA,CACd,IAAA,UACA,OAAA,EAAS,cAAA;EAAmB,OAAA;AAAA,IAC3B,gBAAA;AAAA,iBACa,gBAAA,CAAiB,IAAA,UAAc,OAAA,GAAU,cAAA,GAAiB,QAAA;;;;;;ACyU1E;;;;;;;;;;;;;;AC9gBA;;;;;;;;;;;AA2BA;iBFsjBsB,qBAAA,CACpB,IAAA,UACA,OAAA,EAAS,cAAA;EAAmB,OAAA;AAAA,IAC3B,OAAA,CAAQ,gBAAA;AAAA,iBACW,qBAAA,CACpB,IAAA,UACA,OAAA,GAAU,cAAA,GACT,OAAA,CAAQ,QAAA;;;AFxkBX;;;;;;;;;;AAOA;AAPA,iBG8fgB,yBAAA,CACd,SAAA,EAAW,QAAA,IACX,MAAA,WACA,YAAA,YACC,QAAA;;;;;AHvhBH;UIKiB,eAAA;;EAEf,OAAA;;EAGA,iBAAA,EAAmB,iBAAA;;EAGnB,QAAA,EAAU,OAAA;AAAA;;AJQZ;;;;;;;;;;AAOA;;;;;iBIIgB,SAAA,CACd,QAAA,UACA,QAAA,GAAU,KAAA,EAAO,IAAA,uBAYhB,eAAA;;;;;;;;;;UCzBc,KAAA;ELOD;EKLd,IAAA;ELK8D;EKF9D,IAAA,EAAM,IAAA,CAAK,IAAA;;EAGX,IAAA,EAAM,OAAA;;EAGN,SAAA;AAAA;ALIF;;;;;;;;;;;;;;;;;;;;;AAuBA;;;;;;;;ACzDA;;;;;;;ADkCA,iBKmCgB,QAAA,CACd,WAAA,UACA,QAAA,GAAU,OAAA,KAST,KAAA;;;AL7DH;;;;;;;AAAA,iBMVgB,iBAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,GAClB,kBAAA;;;;;;;;;;;;;;;;;;;;AC8qFH;;;;;;;;;;;;;;;;;;;;;;;;;ACz/EA;;;;;;;;;iBDy/EgB,WAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,EACnB,WAAA,WACA,YAAA,WAOA,QAAA,GAAW,aAAA;EAAgB,UAAA;EAAoB,QAAA;AAAA,KAC9C,gBAAA;;;;APxsFH;;;;;;iBQmMgB,qBAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,GAClB,sBAAA;;;;;;ARjLH;;;;;;;;;;AAOA;;;;;;;;;;AAQA;;;;;;;;;;iBSFgB,sBAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,GAClB,uBAAA;;;;AThBH;;;;;;;;;;AAOA;;;iBUkCgB,kBAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,GAClB,mBAAA;;;;;;AV5CH;;;;;;;;;;AAOA;;;;;;;;;;AAQA;;;;;;;;;;;;;;;;;;;;;iBWSgB,cAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,EACnB,WAAA,YACC,eAAA;;;;;;AX5BH;;;;;;;;;;AAOA;;;;;;;;;;AAQA;;;;;;;;;;;iBYmCgB,cAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,EACnB,WAAA,YACC,eAAA;;;;;;AZtDH;;;;;;;;;;AAOA;;;;;;;;;;AAQA;;;;;;;;;;;;iBaDgB,gBAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,GAClB,iBAAA;;;iBCXa,kBAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,GAClB,mBAAA;;;;;;;iBCuFa,cAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,GAClB,eAAA,GAAkB,kBAAA;;;iBCtGL,sBAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,EACnB,WAAA,YACC,uBAAA;;;iBCyBa,eAAA,CACd,KAAA,EAAO,KAAA,EACP,iBAAA,EAAmB,iBAAA,GAClB,gBAAA;;;;;;;AjBlDH;;;;;;;;iBkBFgB,cAAA,CAAe,KAAA;;;;AlBuB/B;;;cmBoDa,gBAAA;EAAA,iBACM,SAAA;EAAA,iBACA,IAAA;EAAA,iBACA,OAAA;EAAA,iBAGA,OAAA;EAAA,iBACA,aAAA;EAAA,iBACA,UAAA;EnBrDnB;EAAA,QmBuDU,WAAA;;UAEA,WAAA;;;UAGA,aAAA;;;;AnBpDV;;;;EmB6DE,WAAA,CAAY,SAAA,EAAW,QAAA,IAAY,IAAA,UAAc,OAAA,GAAS,iBAAA;;;;;;EA+C1D,OAAA,CAAA,GAAW,gBAAA;;;;;;;;;UA2FH,uBAAA;EnBpMoB;AAoB9B;;;;;;;;ACzDA;;EDqC8B,QmBmNpB,eAAA;ElBpPF;;;;;;;;;;;EAAA,QkBgTE,wBAAA;EjBhQV;;;;;;;;;;;;;;;;;;;EAAA,QiBqSU,SAAA;EjBrJV;;;;;;;EAAA,QiB+QU,oBAAA;;;;AjB3QV;;;;;UiB4RU,oBAAA;;;;;AjBgHV;;;;UiBtFU,wBAAA;;;;;;;;;;;UAiHA,YAAA;EAAA,QAoDA,kBAAA;EjB3EY;;;;;;EAAA,QiBmGZ,qBAAA;;;;;;;UAuCA,kBAAA;EAAA,QAiCA,mBAAA;EAAA,QAmBA,qBAAA;;AhBrQV;;;;;;;;;;;;;;UgBsSU,oBAAA;EfpzBO;;;;;;;;;;AA2BjB;;;;;;;;;;;;;;ACXA;;EDhBiB,Qes5BP,uBAAA;;;;;;UAoGA,iBAAA;;;;;UA8BA,gBAAA;;;;Adt9BV;;Ucs/BU,gBAAA;Ed3+BP;;;EAAA,Qcs/BO,kBAAA;;;;UAuBA,iBAAA;;;AbplCV;Ua8lCU,aAAA;;;;UAiBA,mBAAA;AAAA;;;;;;;AnB9lCV;;;;;;iBoBTgB,gBAAA,CACd,SAAA,EAAW,QAAA,IACX,IAAA,UACA,OAAA,GAAU,iBAAA,GACT,gBAAA;;;;;;ApBvBH;;;;;;;;iBqBGgB,eAAA,CAAgB,IAAA,WAAe,WAAA;;;;;ArBH/C;;;;;;;;KsBDY,eAAA;;AtBsBZ;;;;UsBfiB,gBAAA;;EAEf,SAAA,EAAW,IAAA;;EAEX,SAAA;EtBWmE;EsBTnE,aAAA;EtBgBc;EsBdd,eAAA,GAAkB,eAAA;EtBc4C;;;;;;;AAQhE;EsBbE,UAAA;AAAA;;;;;;;;KAUU,IAAA;EACN,IAAA;EAAqB,IAAA;EAAc,EAAA;EAAY,UAAA;EAAoB,QAAA;AAAA;EACnE,IAAA;EAAoB,IAAA;EAAc,EAAA;AAAA;EAClC,IAAA;EAAkB,IAAA;EAAc,EAAA;EAAY,OAAA;AAAA;EAC5C,IAAA;EAAoB,IAAA;EAAc,EAAA;EAAY,MAAA,EAAQ,aAAA;AAAA;EACtD,IAAA;EAAyB,IAAA;EAAc,EAAA;AAAA;EACvC,IAAA;EAAqB,IAAA;EAAc,EAAA;EAAY,OAAA;EAAiB,QAAA;AAAA;EAChE,IAAA;EAA6B,IAAA;EAAc,EAAA;AAAA;;;;;;;;;;;;UAahC,aAAA;EACf,KAAA;EACA,KAAA,EAAO,IAAA;AAAA;;;;;ApB+IT;UoBvIiB,oBAAA;EACf,KAAA;EACA,GAAA;EACA,cAAA;;EAEA,eAAA;AAAA;;;;ApBsIF;;;UoB7HiB,QAAA;;EAEf,SAAA,EAAW,QAAA;;;;EAKX,UAAA,EAAY,IAAA;EpBkgBd;EoB/fE,cAAA,EAAgB,GAAA,SAAY,IAAA;;EAG5B,cAAA,EAAgB,GAAA,SAAY,IAAA;;;EAI5B,iBAAA,EAAmB,gBAAA;EpB2flB;EoBxfD,aAAA,EAAe,aAAA;;;EAIf,aAAA,GAAgB,oBAAA;AAAA;;;;AtBrGlB;;;;;;;;;iBuBMgB,eAAA,CACd,IAAA,UACA,SAAA,EAAW,QAAA,IACX,IAAA;EAAS,iBAAA,GAAoB,iBAAA;AAAA,IAC5B,QAAA"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
import { a as FootnoteMap, i as ScopeStrategy, n as ResolutionResult, o as FootnoteZone, r as ResolvedCitation, t as ResolutionOptions } from "./types-
|
|
1
|
+
import { A as SubsequentHistoryEntry, B as NeutralComponentSpans, C as RegulationCitation, D as ShortFormCitationType, E as ShortFormCitation, F as CaseComponentSpans, G as TreatiseComponentSpans, H as RestatementComponentSpans, I as ConstitutionalComponentSpans, J as spanFromGroupIndex, K as Span, L as FederalRegisterComponentSpans, M as TreatiseCitation, N as Warning, O as StatuteCitation, P as AnnotationComponentSpans, R as FederalRuleComponentSpans, S as PublicLawCitation, T as ShortFormCaseCitation, U as StatuteComponentSpans, V as PublicLawComponentSpans, W as StatutesAtLargeComponentSpans, X as parsePincite, Y as PinciteInfo, _ as IdCitation, a as CitationSignal, b as Parenthetical, c as CourtInference, d as FederalRegisterCitation, f as FederalRuleCitation, g as HistorySignal, h as FullCitationType, i as CitationOfType, j as SupraCitation, k as StatutesAtLargeCitation, l as DocketCitation, m as FullCitation, n as Citation, o as CitationType, p as FullCaseCitation, q as TransformationMap, r as CitationBase, s as ConstitutionalCitation, t as AnnotationCitation, u as ExtractorMap, v as JournalCitation, w as RestatementCitation, x as ParentheticalType, y as NeutralCitation, z as JournalComponentSpans } from "./citation-B8IB2eC6.mjs";
|
|
2
|
+
import { a as FootnoteMap, i as ScopeStrategy, n as ResolutionResult, o as FootnoteZone, r as ResolvedCitation, t as ResolutionOptions } from "./types-J9-lnmev.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/types/guards.d.ts
|
|
5
5
|
/**
|
|
6
|
-
* Type guard: narrows Citation to a full citation (case, statute, journal,
|
|
6
|
+
* Type guard: narrows Citation to a full citation (case, statute, journal,
|
|
7
|
+
* neutral, publicLaw, federalRegister, statutesAtLarge, constitutional,
|
|
8
|
+
* federalRule, restatement, treatise, annotation).
|
|
7
9
|
*/
|
|
8
10
|
declare function isFullCitation(citation: Citation): citation is FullCitation;
|
|
9
11
|
/**
|
|
@@ -327,6 +329,16 @@ interface Token {
|
|
|
327
329
|
*/
|
|
328
330
|
declare function tokenize(cleanedText: string, patterns?: Pattern[]): Token[];
|
|
329
331
|
//#endregion
|
|
332
|
+
//#region src/extract/extractAnnotation.d.ts
|
|
333
|
+
/**
|
|
334
|
+
* Extract an `annotation` citation from a tokenized A.L.R. match.
|
|
335
|
+
*
|
|
336
|
+
* Confidence is `0.95` — the A.L.R. series naming convention is
|
|
337
|
+
* unambiguous and the pattern is anchored on the literal `A.L.R.`
|
|
338
|
+
* stem, so spurious matches are unlikely.
|
|
339
|
+
*/
|
|
340
|
+
declare function extractAnnotation(token: Token, transformationMap: TransformationMap): AnnotationCitation;
|
|
341
|
+
//#endregion
|
|
330
342
|
//#region src/extract/extractCase.d.ts
|
|
331
343
|
/**
|
|
332
344
|
* Extracts case citation metadata from a tokenized citation.
|
|
@@ -430,6 +442,23 @@ declare function extractConstitutional(token: Token, transformationMap: Transfor
|
|
|
430
442
|
*/
|
|
431
443
|
declare function extractFederalRegister(token: Token, transformationMap: TransformationMap): FederalRegisterCitation;
|
|
432
444
|
//#endregion
|
|
445
|
+
//#region src/extract/extractFederalRule.d.ts
|
|
446
|
+
/**
|
|
447
|
+
* Extract a `federalRule` citation from a tokenized federal-rule match.
|
|
448
|
+
*
|
|
449
|
+
* The token text is one of two shapes — abbreviated (`Fed. R. Civ. P. 56`)
|
|
450
|
+
* or spelled-out (`Federal Rule of Civil Procedure 56`) — both of which
|
|
451
|
+
* the pattern layer captures as `(ruleSet, body)`. The extractor:
|
|
452
|
+
*
|
|
453
|
+
* 1. Re-runs the matching regex with the `d` flag to obtain group indices
|
|
454
|
+
* for component spans.
|
|
455
|
+
* 2. Normalizes the captured rule-set token (`Civ. P.` → `civil`).
|
|
456
|
+
* 3. Splits the body into rule number + optional subsection chain.
|
|
457
|
+
* 4. Returns a `FederalRuleCitation` with confidence `0.95` (the format is
|
|
458
|
+
* standardized and unambiguous).
|
|
459
|
+
*/
|
|
460
|
+
declare function extractFederalRule(token: Token, transformationMap: TransformationMap): FederalRuleCitation;
|
|
461
|
+
//#endregion
|
|
433
462
|
//#region src/extract/extractJournal.d.ts
|
|
434
463
|
/**
|
|
435
464
|
* Extracts journal citation metadata from a tokenized citation.
|
|
@@ -552,15 +581,21 @@ declare function extractNeutral(token: Token, transformationMap: TransformationM
|
|
|
552
581
|
*/
|
|
553
582
|
declare function extractPublicLaw(token: Token, transformationMap: TransformationMap): PublicLawCitation;
|
|
554
583
|
//#endregion
|
|
584
|
+
//#region src/extract/extractRestatement.d.ts
|
|
585
|
+
declare function extractRestatement(token: Token, transformationMap: TransformationMap): RestatementCitation;
|
|
586
|
+
//#endregion
|
|
555
587
|
//#region src/extract/extractStatute.d.ts
|
|
556
588
|
/**
|
|
557
589
|
* Extracts statute citation metadata from a tokenized citation.
|
|
558
590
|
* Dispatches to family-specific extractors based on patternId.
|
|
559
591
|
*/
|
|
560
|
-
declare function extractStatute(token: Token, transformationMap: TransformationMap): StatuteCitation;
|
|
592
|
+
declare function extractStatute(token: Token, transformationMap: TransformationMap): StatuteCitation | RegulationCitation;
|
|
561
593
|
//#endregion
|
|
562
594
|
//#region src/extract/extractStatutesAtLarge.d.ts
|
|
563
|
-
declare function extractStatutesAtLarge(token: Token, transformationMap: TransformationMap): StatutesAtLargeCitation;
|
|
595
|
+
declare function extractStatutesAtLarge(token: Token, transformationMap: TransformationMap, cleanedText?: string): StatutesAtLargeCitation;
|
|
596
|
+
//#endregion
|
|
597
|
+
//#region src/extract/extractTreatise.d.ts
|
|
598
|
+
declare function extractTreatise(token: Token, transformationMap: TransformationMap): TreatiseCitation;
|
|
564
599
|
//#endregion
|
|
565
600
|
//#region src/extract/courtNormalization.d.ts
|
|
566
601
|
/**
|
|
@@ -969,5 +1004,5 @@ declare function analyzeDocument(text: string, citations: Citation[], opts?: {
|
|
|
969
1004
|
transformationMap?: TransformationMap;
|
|
970
1005
|
}): Document;
|
|
971
1006
|
//#endregion
|
|
972
|
-
export { type AnalyzedFootnoteZone, type AttributionKind, type CaseComponentSpans, type Citation, type CitationBase, type CitationGraph, type CitationOfType, type CitationSignal, type CitationType, type CleanTextResult, type ConstitutionalCitation, type ConstitutionalComponentSpans, type CourtInference, type DocketCitation, type Document, DocumentResolver, type Edge, type ExtractOptions, type ExtractorMap, type FederalRegisterCitation, type FederalRegisterComponentSpans, type FootnoteMap, type FootnoteZone, type FullCaseCitation, type FullCitation, type FullCitationType, type HistorySignal, type IdCitation, type JournalCitation, type JournalComponentSpans, type NeutralCitation, type NeutralComponentSpans, type Parenthetical, type ParentheticalType, type PinciteInfo, type PublicLawCitation, type PublicLawComponentSpans, type QuoteAttribution, type ResolutionOptions, type ResolutionResult, type ResolvedCitation, type ScopeStrategy, type ShortFormCaseCitation, type ShortFormCitation, type ShortFormCitationType, type Span, type StatuteCitation, type StatuteComponentSpans, type StatutesAtLargeCitation, type StatutesAtLargeComponentSpans, type SubsequentHistoryEntry, type SupraCitation, type Token, type TransformationMap, type Warning, analyzeDocument, applyFalsePositiveFilters, assertUnreachable, cleanText, detectFootnotes, extractCase, extractCitations, extractCitationsAsync, extractConstitutional, extractFederalRegister, extractJournal, extractNeutral, extractPublicLaw, extractStatute, extractStatutesAtLarge, isCaseCitation, isCitationType, isFullCitation, isShortFormCitation, normalizeCourt, parsePincite, resolveCitations, spanFromGroupIndex, tokenize };
|
|
1007
|
+
export { type AnalyzedFootnoteZone, type AnnotationCitation, type AnnotationComponentSpans, type AttributionKind, type CaseComponentSpans, type Citation, type CitationBase, type CitationGraph, type CitationOfType, type CitationSignal, type CitationType, type CleanTextResult, type ConstitutionalCitation, type ConstitutionalComponentSpans, type CourtInference, type DocketCitation, type Document, DocumentResolver, type Edge, type ExtractOptions, type ExtractorMap, type FederalRegisterCitation, type FederalRegisterComponentSpans, type FederalRuleCitation, type FederalRuleComponentSpans, type FootnoteMap, type FootnoteZone, type FullCaseCitation, type FullCitation, type FullCitationType, type HistorySignal, type IdCitation, type JournalCitation, type JournalComponentSpans, type NeutralCitation, type NeutralComponentSpans, type Parenthetical, type ParentheticalType, type PinciteInfo, type PublicLawCitation, type PublicLawComponentSpans, type QuoteAttribution, type ResolutionOptions, type ResolutionResult, type ResolvedCitation, type RestatementCitation, type RestatementComponentSpans, type ScopeStrategy, type ShortFormCaseCitation, type ShortFormCitation, type ShortFormCitationType, type Span, type StatuteCitation, type StatuteComponentSpans, type StatutesAtLargeCitation, type StatutesAtLargeComponentSpans, type SubsequentHistoryEntry, type SupraCitation, type Token, type TransformationMap, type TreatiseCitation, type TreatiseComponentSpans, type Warning, analyzeDocument, applyFalsePositiveFilters, assertUnreachable, cleanText, detectFootnotes, extractAnnotation, extractCase, extractCitations, extractCitationsAsync, extractConstitutional, extractFederalRegister, extractFederalRule, extractJournal, extractNeutral, extractPublicLaw, extractRestatement, extractStatute, extractStatutesAtLarge, extractTreatise, isCaseCitation, isCitationType, isFullCitation, isShortFormCitation, normalizeCourt, parsePincite, resolveCitations, spanFromGroupIndex, tokenize };
|
|
973
1008
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/types/guards.ts","../src/patterns/casePatterns.ts","../src/extract/extractCitations.ts","../src/extract/filterFalsePositives.ts","../src/clean/cleanText.ts","../src/tokenize/tokenizer.ts","../src/extract/extractCase.ts","../src/extract/extractConstitutional.ts","../src/extract/extractFederalRegister.ts","../src/extract/extractJournal.ts","../src/extract/extractNeutral.ts","../src/extract/extractPublicLaw.ts","../src/extract/extractStatute.ts","../src/extract/extractStatutesAtLarge.ts","../src/extract/courtNormalization.ts","../src/resolve/DocumentResolver.ts","../src/resolve/index.ts","../src/footnotes/detectFootnotes.ts","../src/document/types.ts","../src/document/analyzer.ts"],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/types/guards.ts","../src/patterns/casePatterns.ts","../src/extract/extractCitations.ts","../src/extract/filterFalsePositives.ts","../src/clean/cleanText.ts","../src/tokenize/tokenizer.ts","../src/extract/extractAnnotation.ts","../src/extract/extractCase.ts","../src/extract/extractConstitutional.ts","../src/extract/extractFederalRegister.ts","../src/extract/extractFederalRule.ts","../src/extract/extractJournal.ts","../src/extract/extractNeutral.ts","../src/extract/extractPublicLaw.ts","../src/extract/extractRestatement.ts","../src/extract/extractStatute.ts","../src/extract/extractStatutesAtLarge.ts","../src/extract/extractTreatise.ts","../src/extract/courtNormalization.ts","../src/resolve/DocumentResolver.ts","../src/resolve/index.ts","../src/footnotes/detectFootnotes.ts","../src/document/types.ts","../src/document/analyzer.ts"],"mappings":"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"}
|