### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.9.0
| ) | ) | ||||
| # solve char content confusion | # solve char content confusion | ||||
| record_error_length, ct = 0, 1 | |||||
| record_error_length, ct = 0, 0.001 | |||||
| for c in chars[0:128]: | for c in chars[0:128]: | ||||
| ii = Recognizer.find_overlapped(c, bxs) | ii = Recognizer.find_overlapped(c, bxs) | ||||
| if ii is None: | if ii is None: |