🌳 文章標題:使用 Next.js 建構具有情感分析的聊天應用程式- 使用 Pusher 建構即時聊天應用程式
這個聊天應用程式有趣的地方在會根據使用者寫的文字中判斷情緒然後出現對應的表情 icon , 使用了以下技術框架
1. Next.js - 伺服器端的 React Render 框架 ( 簡稱 SSR )
2. Pusher - Pusher 是一種用於建構具有不同即時需求的應用程式的技術,比如推送通知和發佈/ 訂閱訊息。
3. Sentiment - 用於做文字的情緒分析 ( 不知道有沒有中文版本 ? )
4. React - 前端框架
5. NodeJS
作者還將實作後的應用程式放到了 github https://github.com/christiannw…/realtime-chat-with-sentiment
✍ 相關線上課程
1. React 16+ – 完整的指引 (包含 React Router 4 和 Redux) - 這個課程也有教 Next.js http://bit.ly/2KssxeF
2. Node.js 相關線上課程 http://bit.ly/2wMSTEN
https://codeburst.io/build-a-chat-app-with-sentiment-analys…
中文情感分析 github 在 Droidtown/KeyMojiAPI: KeyMoji (關鍵情緒偵測引擎) 是個具有 ... 的相關結果
... 出來的文本情感分析的神兵利器。 - GitHub - Droidtown/KeyMojiAPI: KeyMoji (關鍵情緒偵測引擎) 是個具有模型解釋性且禁得住科學驗證的中文文本情緒分析系統。 ... <看更多>
中文情感分析 github 在 中文情感分析- BI-LSTM,文本分类 - GitHub 的相關結果
中文情感分析 ,CNN,BI-LSTM,文本分类. Contribute to linguishi/chinese_sentiment development by creating an account on GitHub. ... <看更多>
中文情感分析 github 在 hiDaDeng/cnsenti: 中文情感分析库(Chinese Sentiment))可对 ... 的相關結果
Chinese sentiment analysis library, which supports counting the number of different emotional words in the text - GitHub - hiDaDeng/cnsenti: 中文情感分析 ... ... <看更多>