# File lib/HebrewProber.rb, line 161
        def reset
            @_mFinalCharLogicalScore = 0
            @_mFinalCharVisualScore = 0
            # The two last characters seen in the previous buffer,
            # mPrev and mBeforePrev are initialized to space in order to simulate a word 
            # delimiter at the beginning of the data
            @_mPrev = ' '
            @_mBeforePrev = ' '
            # These probers are owned by the group prober.
        end