/** * Tests for the regex entity tagger (ADR-147 P2, ruvnet/ruflo#2317). * * Goal of the tagger: a conservative third signal for hybridSearch. * False negatives are fine (dense + sparse cover the rest); false * positives would dilute the RRF score by adding noise rows. These * tests pin the conservatism — generic prose returns nothing, and * concrete structured tokens (email, URL, path, quote, proper-noun * bigram) round-trip cleanly. */ export {}; //# sourceMappingURL=entity-tagger.test.d.ts.map