public EucKRProber() { this.codingSM = new CodingStateMachine(new EucKRModel()); this.distributionAnalyser = new EucKRDistributionAnalyser(); this.Reset(); }