Open
Description
문제 설명
PyKomoran에 있는 core.py
의 main이 실행되지 않습니다.
재현 경로
core.py
를 run 시키면 발생
기대 상황
komoran의 분석 결과들이 출력됩니다.
환경 정보
어떤 환경에서 이 문제가 발생하였나요?
- OS 종류 / 버전:윈도우10
- PyKomoran 버전: commit 9d36451
- Python 버전:3.6
추가 정보
Traceback (most recent call last):
File "D:/python/PyKOMORAN/python/PyKomoran/core.py", line 293, in <module>
komoran = Komoran("EXP")
File "D:/python/PyKOMORAN/python/PyKomoran/core.py", line 56, in __init__
raise KomoranError("Komoran is NOT initialized!")
__main__.KomoranError: Komoran is NOT initialized!