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

스크린샷

  • Gutenberg Block

블록

이 플러그인은 1(을)를 제공합니다.

  • Sentiment Analysis With Tensorflowjs Guternberg block to detect sentiment of the paragraph as you write using Tensorflowjs

설치

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/sentiment-analysis-with-tensorflowjs directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to Post screen look for TF Sentiment Analysis block on text section of block list
  4. Add the block
  5. Write a paragraph and block will analyse sentiment of paragraph

FAQ

Why can’t I write more than 100 words ?

The model I am using (the only one I can find) for machine learning can only analyse 100 words at a time, if they develop other model I will update it in future. For now you can use multiple block with each paragraph less than 100 words.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Sentiment Analysis with Tensorflowjs”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Sentiment Analysis with Tensorflowjs”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

=1.0.0=
*First Stable version

=1.1.0=
*JSX Support
*Doesn’t use scripts from expternal sites.

=1.2.0=
*Now displays sentiment score.