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

Chatspace 대용 #1

Open
kyunghoon-han opened this issue Mar 23, 2021 · 0 comments
Open

Chatspace 대용 #1

kyunghoon-han opened this issue Mar 23, 2021 · 0 comments

Comments

@kyunghoon-han
Copy link

안타깝게도... 이루다 사건으로 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

일단은 문제는 없는데, 우선은 원 작가에게 이야기를 드리는게 좋을 것 같아 남겨놓습니다.

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

1 participant