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
안녕하세요. 귀한 한글 문장 분리기 잘 이용하고 있습니다.
original_text = "연속지(連續紙) 상에 인쇄를 하는 프린터" new_text = kss.split_sentences(original_text) new_text > 연속지(連續紙) 상에 인쇄를 하는 프린터 new_text == original_text > False
입력했던 한자 連續紙의 unicode와 리턴받은 한자 連續紙의 unicode가 서로 달라지는 문제가 있어 공유합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요. 귀한 한글 문장 분리기 잘 이용하고 있습니다.
입력했던 한자 連續紙의 unicode와 리턴받은 한자 連續紙의 unicode가 서로 달라지는 문제가 있어 공유합니다.
The text was updated successfully, but these errors were encountered: