README.md
1.3 KB
Mother Project
mother project : kakaoBot
최근 수정: 2020/12/04
추가기능 : amazon comprehend api를 이용한 챗봇에 감성분석 기능 추가
목차
1.소개
사용 API
기본세팅
사용 언어
3.빌드 방법
4.사용 방법
liscense
소개
영어, 한글 등 여러 언어로 작성한 글에서 감성을 분석하는 서비스
---기존에 구현된 챗봇에 amazon comprehend api를 도입해 감성분석 기능을 추가한다.
사용자가 text를 전송할 경우 text에서 major한 감정을 추출하여 reply한다.
---사용 API
1. aws comprehend api
2. line notify,messenger api
기본세팅
---WHAT WE NEED
:
line messanger api channel token
aws access,access-secret token
---사용언어 : java script
빌드 방법
--- 0. npm install
1. npm install aws-sdk
2. /home/user/ 안의 .aws/credentials 수정
->aws session token key 입력
->aws access key, secret key 입력
->region: us-east-1
사용 방법
---(temp)
1. send message
2. it will return your sentiment