656667686970717273
//////////////////////////////////////////////////////////////// public Big5Prober() { super(); this.codingSM = new CodingStateMachine(smModel); this.distributionAnalyzer = new Big5DistributionAnalysis(); this.lastChar = new byte[2]; reset(); }