boostcamp-5th-NLP05 / level1_semantictextsimilarity-nlp-05

0 stars 0 forks source link

main baseline 실행시 hanspell 라이브러리 import 관련 내용. (2023/04/19) #18

Open yunjinchoidev opened 1 year ago

yunjinchoidev commented 1 year ago

[yunjinchoidev]

https://github.com/ssut/py-hanspell/issues/31

지은님이 올려주신 링크 참고하셔서 hanspell 라이브러리를 설치해야 합니다.

git clone https://github.com/ssut/py-hanspell.git

명령어를 실행하셔서 해당 레포지토리를 클론하시고.

https://github.com/ssut/py-hanspell/issues/31#issuecomment-1499111284

여기 내용 참고 하셔서 hanspell 내용 수정하신다음에

python setup.py install 명령어를 쳐야 합니다.

이렇게 하지 않으면 맞춤법이 조정 안되는 문제가 있으니 참고 부탁드립니다