
內容簡介
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h2>外掛總結:</h2>
<p>此外掛可在區塊編輯器上撰寫段落並分析該段落的情感。</p>
<h2>問題與答案:</h2>
<ul>
<li>
<h3>外掛可以在哪裡幫助使用者?</h3>
<p>在區塊編輯器上撰寫段落並即時分析段落的情感。</p>
</li>
<li>
<h3>此外掛的整合性是如何?</h3>
<p>僅從以下服務加載模型和元數據(不會將數據發送到它們):</p>
<ul>
<li>外掛使用來自 https://storage.googleapis.com/tfjs-models/tfjs/sentiment_cnn_v1/model.json 的第三方模型。</li>
<li>外掛使用來自 https://storage.googleapis.com/tfjs-models/tfjs/sentiment_cnn_v1/metadata.json 的第三方元數據。</li>
</ul>
</li>
</ul>
</body>
</html>
外掛標籤
開發者團隊
② 後台搜尋「Sentiment Analysis with Tensorflowjs」→ 直接安裝(推薦)
原文外掛簡介
Plugins lets you write the paragraph on block editor and anlyses the sentiment of the paragraph as you write it.
Integrations
Only model and metadata are loaded from following services (no data will be sent to them)
* Plugin uses third party model from https://storage.googleapis.com/tfjs-models/tfjs/sentiment_cnn_v1/model.json
* Plugin uses third party metadata from https://storage.googleapis.com/tfjs-models/tfjs/sentiment_cnn_v1/metadata.json
