Popis
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
Snímky obrazovky
Bloky
Tento plugin poskytuje 1 blok.
- Sentiment Analysis With Tensorflowjs Guternberg block to detect sentiment of the paragraph as you write using Tensorflowjs
Instalace
This section describes how to install the plugin and get it working.
- Upload the plugin files to the
/wp-content/plugins/sentiment-analysis-with-tensorflowjs
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‚Plugins‘ screen in WordPress
- Go to Post screen look for TF Sentiment Analysis block on text section of block list
- Add the block
- Write a paragraph and block will analyse sentiment of paragraph
Nejčastější dotazy
-
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.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Sentiment Analysis with Tensorflowjs je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Sentiment Analysis with Tensorflowjs” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
=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.