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
안타깝게도... 이루다 사건으로 Chatspace 마저 사라진 것 같네요... 그래서 저는 evaluate.py의 다음 부분을
from chatspace import Chatspace spacer = Chatspace()
pred_str = spacer.space(pred_str)
hanspell을 사용해 다음으로 변경하였습니다 from hanspell import spell_checker
pred_str = spell_checker.check(pred_str) pred_str = pred_str.checked
일단은 문제는 없는데, 우선은 원 작가에게 이야기를 드리는게 좋을 것 같아 남겨놓습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안타깝게도... 이루다 사건으로 Chatspace 마저 사라진 것 같네요...
그래서 저는 evaluate.py의 다음 부분을
from chatspace import Chatspace
spacer = Chatspace()
그리고 evaluate 함수 내에선
pred_str = spacer.space(pred_str)
hanspell을 사용해 다음으로 변경하였습니다
from hanspell import spell_checker
evaluate 함수 내에선
pred_str = spell_checker.check(pred_str)
pred_str = pred_str.checked
일단은 문제는 없는데, 우선은 원 작가에게 이야기를 드리는게 좋을 것 같아 남겨놓습니다.
The text was updated successfully, but these errors were encountered: