Exemplo n.º 1
0
 public EUCJPProber()
 {
     codingSM = new CodingStateMachine(new EUCJPSMModel());
     distributionAnalyser = new EUCJPDistributionAnalyser();
     contextAnalyser = new EUCJPContextAnalyser(); 
     Reset();
 }
Exemplo n.º 2
0
 public EUCJPProber()
 {
     codingSM             = new CodingStateMachine(new EUCJPSMModel());
     distributionAnalyser = new EUCJPDistributionAnalyser();
     contextAnalyser      = new EUCJPContextAnalyser();
     Reset();
 }