Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error개수 잘못 카운트 #25

Open
xdfc1745 opened this issue Oct 14, 2021 · 1 comment
Open

error개수 잘못 카운트 #25

xdfc1745 opened this issue Oct 14, 2021 · 1 comment

Comments

@xdfc1745
Copy link

xdfc1745 commented Oct 14, 2021

안녕하세요.
사용하던 중에 입력 발화로 ㅋㅋㅋㅋㅋㅋ 야 하이를 입력하니까

{'checked': 'ㅋㅋㅋㅋㅋㅋ 야 하이',
 'errors': 1,
 'original': 'ㅋㅋㅋㅋㅋㅋ 야 하이',
 'result': True,
 'time': 0.036745548248291016,
 'words': OrderedDict([('<span', 0),
                       ("class='violet_text'>ㅋㅋㅋㅋㅋㅋ", 0),
                       ('야', 0),
                       ('하이', 0)])}

이와 같은 결과가 나왔습니다. 현재 words안에 모든 단어가 0으로 에러가 없다고 나오는데 errors의 값이 1로 잘못표기 됩니다.

제 생각에는 <spanclass='violet_text'>으로 인해 error가 발생하는 것으로 보입니다.

@cateto
Copy link

cateto commented Oct 26, 2021

지금 저도 현재 같은 문제가 발생하네요. 파싱하는데에서 오류가 있는것 같습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants