We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 nlp.py 모듈의 NLPHandler의 생성자를 호출할 경우 nltk.download('all')을 호출하게 된다. (임시 방편으로 막아두었다.)
nlp.py
NLPHandler
nltk.download('all')
이후 콘솔창이 NLTK data를 모두 다운로드했는지 체크하는 메세지로 도배되며, 이미 다 되어 있더라도 다음 작업으로 넘어갈 때까지 시간도 필요 이상으로 소요된다.
NLTK에서 자체적으로 이러한 것을 방지하는 함수나 방법(체크를 미리 하는 법)이 있는지 확인하고 도입이 필요하다.
The text was updated successfully, but these errors were encountered:
litsynp
No branches or pull requests
현재
nlp.py
모듈의NLPHandler
의 생성자를 호출할 경우nltk.download('all')
을 호출하게 된다. (임시 방편으로 막아두었다.)이후 콘솔창이 NLTK data를 모두 다운로드했는지 체크하는 메세지로 도배되며, 이미 다 되어 있더라도 다음 작업으로 넘어갈 때까지 시간도 필요 이상으로 소요된다.
NLTK에서 자체적으로 이러한 것을 방지하는 함수나 방법(체크를 미리 하는 법)이 있는지 확인하고 도입이 필요하다.
The text was updated successfully, but these errors were encountered: