aplikasi sederhana untuk melakukan sentimen analisis pada twitter dengan menggunakan algoritma Naive Bayes
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aji Kamaludin c03af22747
update readme
4 years ago
assets done 6 years ago
lib done 6 years ago
view done 6 years ago
.gitignore initialise 6 years ago
README.md update readme 4 years ago
composer.json initialise 6 years ago
composer.lock initialise 6 years ago
env.example initialise 6 years ago
index.php update record dan index 6 years ago
sentimen.php update record dan index 6 years ago
sentimen.sql add database 4 years ago

README.md

simple sentimen analysis

aplikasi ini didukung dengan menggukaan librari :

  1. PHP dg/Twitter-php https://github.com/dg/twitter-php
  2. Sastrawi PHP Stemmer https://github.com/sastrawi/sastrawi
  3. PHPID sentianalysis https://github.com/yasirutomo/php-sentianalysis-id

how to run :

  1. copy .env.example to env
  2. install depedencies with compose compose install
  3. create and import database sentiment.sql
  4. configure env file to configure database connection

nb: if something didn't work maybe something not support or not update anymore, please fix it by yourself