9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
# 한글 파일 채점 프로그램(테스트용)
|
|
|
|
1. 한글 파일 -> XML 변환
|
|
2. XML 파일들 읽어와서 채점기준표 기준 채점
|
|
3. 채점 결과 엑셀로 저장
|
|
|
|
## spellCheke.py hanspell 라이브러리 설치 관련
|
|
|
|
* pip install git+https://github.com/drtagkim/py-hanspell |