목록챗봇 (3)
Stack Building
파이썬으로 챗봇 만들기 https://www.slideshare.net/KimSungdong1/20170227-72644192 특정 플랫폼을 사용하지 않고 파이썬으로 챗봇을 개발하는 경우에 대한 슬라이드. 딥러닝을 사용하는 예시도 포함되어 있고, 품사별로 분류하여 의도를 파악하는 방법을 설명하고 있음. Levenstein Distance https://lovit.github.io/nlp/2018/08/28/levenshtein_hangle/ 오타 처리하는 알고리즘으로 사용했음. 교정 비용을 계산한다. 챗봇 동향 https://kmkidea.tistory.com/47 간단하고 이해하기 쉬운 방향으로 챗봇에 사용되는 기술들을 짚어준 블로그. 문장 임베딩 (Sent2Vec, fastText) http://do..
예제 코드 github https://github.com/line/line-bot-sdk-python 플라스크 서버 기준 app.py https://github.com/line/line-bot-sdk-python/blob/master/examples/flask-kitchensink/app.py 메시지 타입과 그 예제 https://developers.line.biz/en/docs/messaging-api/message-types/#confirm-template 시뮬레이터 (플렉스 메시지) https://developers.line.biz/console/fx/ FAQ https://developers.line.biz/en/faq/
서비스 구축하기 https://blog.naver.com/n_cloudplatform/221245743135 [이렇게 사용하세요!] 나만의 LINE 챗봇(Chat Bot) 서비스 구축하기 네이버 클라우드 플랫폼에서 챗봇 서비스를 할 수 있다?!2018년 가장 관심도가 높아지고 있는 IT 서... blog.naver.com 오피셜 계정 생성 https://manager.line.biz/ LINE Business ID account.line.biz 메시지 API docs https://developers.line.biz/en/reference/messaging-api/ LINE Developers The LINE Developers site is a portal site for developers. It c..