Merged
Conversation
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Summary
✨ Description
기존 파이썬으로 작성된 카카오톡 대화 내용 전처리 로직을 자바로 옮겼습니다. 자바의 스트림과 파일 처리 API를 활용하여 카카오톡 대화 데이터를 읽고, 필요한 정보만 추출하는 방식으로 구현했습니다. 이를 통해 성능을 개선하고, 자바 기반 백엔드와의 통합을 원활하게 했습니다. 특히, 대화 내용에서 불필요한 문자나 구분자를 제거하고, 필요한 메시지 포맷을 자바에서 처리할 수 있게 했습니다.
🗒️ Review Point