Well, i'm not able to make backend functions for this extension, so in case someone want to fork or work on this, i will release the frontend part to all...
Discussion Posts Sentiment analyzer
A Flarum extension. Analyze discussion posts and give to each posts a sentiment score
Installation
Install with composer:
composer require justoverclock/discussion-sentiment-analyzer:"*"
Updating
composer update justoverclock/discussion-sentiment-analyzer:"*"
php flarum cache:clear
Links
Add custom words and score:
Is possible to customize words array with specific score. Just simply add:
var options = {
extras: {
'cats': 5,
'amazing': 2
}
};