コード例 #1
0
ファイル: EUCJPProber.cs プロジェクト: Aimeast/Chartect.IO
 public EucJPProber()
 {
     this.codingSM             = new CodingStateMachine(new EucJPModel());
     this.distributionAnalyser = new EucJPDistributionAnalyser();
     this.contextAnalyser      = new EucJPContextAnalyser();
     this.Reset();
 }
コード例 #2
0
ファイル: EUCJPProber.cs プロジェクト: Lexcess/Chartect.IO
 public EucJPProber()
 {
     this.codingSM = new CodingStateMachine(new EucJPModel());
     this.distributionAnalyser = new EucJPDistributionAnalyser();
     this.contextAnalyser = new EucJPContextAnalyser();
     this.Reset();
 }