You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ke2ek 이슈 감사합니다. 해당 부분 수정해 두겠습니다. 더하여, 올려주신 메시지에서 아래의 구문이 보입니다. corpus_path 에 입력하는 텍스트파일의 인코딩을 utf-8 로 가정하고 있습니다. decode 에러가 나서 for loop 이 아예 돌지 않아 i_sent 가 assigned 되지 않아 보입니다. 아마 텍스트 파일의 인코딩을 맞춰두시면 해당 부분은 곧바로 작동할 것으로 예상됩니다.
'utf-8' codec can't decode byte 0xbc in position 0: invalid start byte
그럼에도 @ke2ek 님께서 언급하신 것처럼 local variable assignment 로 에러가 표현되는 부분은 수정해 두도록 하겠습니다.
for 문에서 사용한 i_sent 변수를 외부에서 사용해서 나온 것 같습니다.
The text was updated successfully, but these errors were encountered: