Cognitive API를 이용한 별점 리뷰 비교 웹사이트 제작
NodeJS 설치 - https://nodejs.org/en/download/releases/
Bing Translator Subscription 등록 - https://datamarket.azure.com/dataset/bing/microsofttranslator
Azure 등록 - https://portal.azure.com/
request - npm install request
mstranslator - npm install mstranslator
git clone https://github.com/cog-io/Section01.git
cd Section01
nodejs bin/www
브라우저 실행 후, localhost:2500 접속
테스트 페이지: 210.117.182.158:2500
requestBingTranslate 함수를 이용하여 한글로 된 텍스트를 영어로 번역
번역이 완료 되면 translate 함수가 호출된다.
data 변수에 해당 언어(영어)로 번역된 텍스트가 담겨있음.
requestTextEmotionAPI 함수를 통해서 텍스트에서 감정을 추출한다.
여기서 type은 의미 없으며, 사용자의 아이디, 감정을 추출하고자 하는 텍스트만 주면 된다.