public TextComparisonEngine()
 {
     this.ShComp = new ShinglesComparer(84, 10);
     /*Расчет мега- и супер- шинглов*/
     this.SshComp = new SuperShinglesComparer(this.ShComp);
     this.MshComp = new MegaShinglesComparer(this.SshComp);
 }
Ejemplo n.º 2
0
 public TextComparisonEngine()
 {
     this.ShComp  = new ShinglesComparer(84, 10);
     this.SshComp = new SuperShinglesComparer(this.ShComp);
     this.MshComp = new MegaShinglesComparer(this.SshComp);
 }