/** * Les Misérables Benchmark Tests for Path Salience Ranking * * Tests the Path Salience Ranking algorithm on the co-appearance network * of characters in Victor Hugo's novel "Les Misérables". * * The network has 77 nodes (characters) and 254 edges (co-appearances). * Characters are connected if they appear in the same chapter. * * Tests validate: * - Path ranking on literature-based social networks * - Character relationship analysis through network paths * - Statistical comparison against baseline methods */ export {}; //# sourceMappingURL=les-mis.exp.integration.test.d.ts.map