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

문장 분리 결과가 원본과 달라지는 현상 #60

Closed
KisuYang opened this issue Apr 4, 2023 · 1 comment
Closed

문장 분리 결과가 원본과 달라지는 현상 #60

KisuYang opened this issue Apr 4, 2023 · 1 comment

Comments

@KisuYang
Copy link

KisuYang commented Apr 4, 2023

유용한 라이브러리 공유해주셔서 감사합니다.

비정상 작동하는 경우가 있어 리포팅합니다.

input_text = "역사학자 'C.H.Firth'에 따르면 릴번은 그의 용기로 인해 훌륭한 명예를 얻게 되었고, 좋은 장교인 듯했으나, 그의 군 생활은 불행했다고 한다."
print(kss.split_sentences(input_text)[0])
>>> "역사학자 4576512453633786358787430073040149956rth'에 따르면 릴번은 그의 용기로 인해 훌륭한 명예를 얻게 되었고, 좋은 장교인 듯했으나, 그의 군 생활은 불행했다고 한다."

kss==4.5.1

@hyunwoongko
Copy link
Owner

4.5.2에서 해결되었습니다.

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