Commit 437eb6f
Implement D3-D7: legal NER, financial extraction, speaker ID, re-extraction, quality stats
D3: Legal NER — regex pattern extraction for US/UK case citations, statute
references, court names, attorney/judge identification
D4: Financial extraction — currency amounts, IBAN/SWIFT/BIC, account numbers,
wire transfer references, date-amount pairing
D5: Speaker identification — deposition Q/A pattern detection, speaker turn
tracking, word count per speaker, cross-talk detection
D6: Batch re-extraction — stage diff planning, Cap'n Proto result merging,
selective stage re-run with mask comparison
D7: Quality dashboard — per-stage success/failure counts, OCR confidence
histograms, processing time percentiles, dedup hit rates, cross-locale
merge support
5 new Zig modules (3,399 lines), 1 modified FFI dispatcher.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0d9a208 commit 437eb6f
6 files changed
Lines changed: 3399 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
| |||
0 commit comments