You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
감성분석봇(sentiment_bot)의 경우, 트위터 형태소 분석기로 인해 응답이 카카오 자동응답 API에서 요구하는 5초 이상이 걸릴 수 있습니다.
그럴 경우, 테스트 해보기 위해 common.py 파일의 sentence_to_index_morphs 함수를 sentence_to_index 함수로 바꿔서 사용할 수 있습니다.
You can build your own kakao chatbot as following steps.