We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
안녕하세요. 사용하던 중에 입력 발화로 ㅋㅋㅋㅋㅋㅋ 야 하이를 입력하니까
ㅋㅋㅋㅋㅋㅋ 야 하이
{'checked': 'ㅋㅋㅋㅋㅋㅋ 야 하이', 'errors': 1, 'original': 'ㅋㅋㅋㅋㅋㅋ 야 하이', 'result': True, 'time': 0.036745548248291016, 'words': OrderedDict([('<span', 0), ("class='violet_text'>ㅋㅋㅋㅋㅋㅋ", 0), ('야', 0), ('하이', 0)])}
이와 같은 결과가 나왔습니다. 현재 words안에 모든 단어가 0으로 에러가 없다고 나오는데 errors의 값이 1로 잘못표기 됩니다.
제 생각에는 <span과 class='violet_text'>으로 인해 error가 발생하는 것으로 보입니다.
<span
class='violet_text'>
The text was updated successfully, but these errors were encountered:
지금 저도 현재 같은 문제가 발생하네요. 파싱하는데에서 오류가 있는것 같습니다!
Sorry, something went wrong.
No branches or pull requests
안녕하세요.
사용하던 중에 입력 발화로
ㅋㅋㅋㅋㅋㅋ 야 하이
를 입력하니까이와 같은 결과가 나왔습니다. 현재 words안에 모든 단어가 0으로 에러가 없다고 나오는데 errors의 값이 1로 잘못표기 됩니다.
제 생각에는
<span
과class='violet_text'>
으로 인해 error가 발생하는 것으로 보입니다.The text was updated successfully, but these errors were encountered: