# File lib/Big5Prober.rb, line 37
        def initialize
            super
            @_mCodingSM = CodingStateMachine.new(Big5SMModel)
            @_mDistributionAnalyzer = Big5DistributionAnalysis.new
            reset()
        end