sentiment service:情感http服务
情感服务提供用于分析文本情绪的http服务。使用DIY的情感模块。
-
设置:
npm install
-
运行测试:
npm test
-
运行服务器:
npm start
用curl测试:curl --data text=\"Imagine your pain as a white ball of healing light.\" http://localhost:3000
情感服务提供用于分析文本情绪的http服务。使用DIY的情感模块。
设置: npm install
运行测试: npm test
运行服务器: npm start
用curl测试:curl --data text=\"Imagine your pain as a white ball of healing light.\" http://localhost:3000