From 0fa42afd16ab0d464f924fa5d0e17319ff1e0a8d Mon Sep 17 00:00:00 2001 From: waterdrw Date: Fri, 17 Jan 2025 14:59:43 +0900 Subject: [PATCH] Update README to include installation instructions for hanspell library --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 98fa961..bcf5285 100644 --- a/README +++ b/README @@ -2,4 +2,8 @@ 1. 한글 파일 -> XML 변환 2. XML 파일들 읽어와서 채점기준표 기준 채점 -3. 채점 결과 엑셀로 저장 \ No newline at end of file +3. 채점 결과 엑셀로 저장 + +## spellCheke.py hanspell 라이브러리 설치 관련 + +* pip install git+https://github.com/drtagkim/py-hanspell \ No newline at end of file