sentiment-ptbr
Advanced tools
Comparing version 1.0.1 to 1.0.2
/** | ||
* Converts raw AFINN data to JSON hash table. | ||
* | ||
* @package sentiment | ||
* @author Andrew Sliwinski <andrew@diy.org> | ||
* @package sentiment-ptbr | ||
* @author Andrew Sliwinski <andrew@diy.org> modified by Aristeu Roriz (pt-BR) | ||
*/ | ||
@@ -7,0 +7,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "AFINN-based sentiment analysis for Node.js PS: modified by Aristeu Roriz for test use only", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/aristeuroriz/sentiment-ptbr", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -20,3 +20,3 @@ ## sentiment (pt-BR) | ||
```javascript | ||
var sentiment = require('sentiment'); | ||
var sentiment = require('sentiment-ptbr'); | ||
@@ -33,3 +33,3 @@ var r1 = sentiment('Gatos são estúpidos!'); | ||
```javascript | ||
var sentiment = require('sentiment'); | ||
var sentiment = require('sentiment-ptbr'); | ||
@@ -36,0 +36,0 @@ var result = sentiment('Gatos são incríveis!', { |
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
85616