@himorishige/noren-devtools
Version:
Development and testing tools for Noren PII detection library
6 lines (5 loc) • 798 B
TypeScript
export { BENCHMARK_CONFIGS, type BenchmarkConfig, BenchmarkRunner, type BenchmarkSummary, BenchmarkTextGenerator, MemoryMonitor, type PerformanceResult, PrecisionTimer, } from './benchmark.js';
export { type AggregateMetrics, createEmailTestDataset, createSyntheticEntry, type DetectionResult as EvaluationDetectionResult, type EvaluationConfig, EvaluationEngine, type EvaluationResult, type GroundTruthAnnotation, type GroundTruthEntry, GroundTruthManager, } from './evaluation.js';
export { type AccuracyMetric, getMetricsCollector, InMemoryMetricsCollector, type MetricEntry, type MetricsCollector, measurePerformance, NOREN_METRICS, NoOpMetricsCollector, type PerformanceMetric, setMetricsCollector, } from './metrics.js';
export * from './report-common.js';
export * from './stats-common.js';