Example #1
0
 public EucTWProber()
 {
     this.codingSM             = new CodingStateMachine(new EucTWModel());
     this.distributionAnalyser = new EucTWDistributionAnalyser();
     this.Reset();
 }
Example #2
0
 public EucTWProber()
 {
     this.codingSM = new CodingStateMachine(new EucTWModel());
     this.distributionAnalyser = new EucTWDistributionAnalyser();
     this.Reset();
 }