mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
bump senitment node to include links to multi lang version
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
<h3>Details</h3>
|
||||
<p>A score greater than zero is positive and less than zero is negative.</p>
|
||||
<p>The score typically ranges from -5 to +5, but can go higher and lower.</p>
|
||||
<p>See <a href="https://github.com/thisandagain/sentiment/blob/master/README.md" target="_blank">the Sentiment docs here</a>.</p>
|
||||
<p>See <a href="https://github.com/thisandagain/sentiment/blob/master/README.md" target="_blank">the Sentiment docs here.</a>.</p>
|
||||
<p><b>Note</b>: There is also a multi-language version available - <b>node-red-node-multilang-sentiment</b></p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
@@ -1,4 +1,4 @@
|
||||
Copyright 2016, 2018 JS Foundation and other contributors, https://js.foundation/
|
||||
Copyright 2016, 2019 JS Foundation and other contributors, https://js.foundation/
|
||||
Copyright 2013-2016 IBM Corp.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@@ -4,7 +4,7 @@ node-red-node-sentiment
|
||||
A <a href="http://nodered.org" target="new">Node-RED</a> node that scores incoming words
|
||||
using the AFINN-165 wordlist and attaches a sentiment.score property to the msg.
|
||||
|
||||
NOTE: We also have a multi-language version available as <b>node-red-node-multilang-sentiment</b>.
|
||||
NOTE: There is also a multi-language version available - **node-red-node-multilang-sentiment**.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-sentiment",
|
||||
"version" : "0.1.2",
|
||||
"version" : "0.1.3",
|
||||
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words.",
|
||||
"dependencies" : {
|
||||
"sentiment" : "2.1.0"
|
||||
|
Reference in New Issue
Block a user