bump senitment node to include links to multi lang version

This commit is contained in:
Dave Conway-Jones
2019-03-15 10:03:05 +00:00
parent c1ac48d6a6
commit a2269bb863
5 changed files with 205 additions and 4 deletions

View File

@@ -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">

View File

@@ -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");

View File

@@ -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
-------

View File

@@ -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"