sentiment-ptbr
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ { | ||
"description": "AFINN-based sentiment analysis for Node.js PS: modified by Aristeu Roriz for test use only", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/aristeuroriz/sentiment-ptbr", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -25,3 +25,3 @@ ## sentiment (pt-BR) | ||
var r2 = sentiment('Gatos são muito legais!'); | ||
var r2 = sentiment('Gatos são incríveis!'); | ||
console.dir(r2); // Score: 4, Comparative: 1 | ||
@@ -35,7 +35,7 @@ ``` | ||
var result = sentiment('Gatos são muito legais!', { | ||
'cats': 5, | ||
'amazing': 2 | ||
var result = sentiment('Gatos são incríveis!', { | ||
'gatos': 5, | ||
'incríveis': 2 | ||
}); | ||
console.dir(result); // Score: 7, Comparative: 1.75 | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package