Ejemplo n.º 1
0
 public Big5Prober()
 {
     this.codingSM = new CodingStateMachine(new Big5Model());
     this.distributionAnalyser = new Big5DistributionAnalyser();
     this.Reset();
 }
Ejemplo n.º 2
0
 public Big5Prober()
 {
     this.codingSM             = new CodingStateMachine(new Big5Model());
     this.distributionAnalyser = new Big5DistributionAnalyser();
     this.Reset();
 }