示例#1
0
 public function testNormVector()
 {
     $directory = new Directory\Filesystem(__DIR__ . '/_source/_files');
     $segmentInfo = new Index\SegmentInfo($directory, '_1', 2);
     $this->assertEquals($segmentInfo->normVector('contents'), "ik");
 }