Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
WHAT YOU NEED ============= ESSENTIALS - PHP 5, Apache - Set def.php constants to point to your working directory, etc. DATABASE - MySQL database - Run sql/schema.sql in your database - Set def.php constants to point to your database - SentiWordNet_3.0.0_20120510.txt in etc/ (Get at http://sentiwordnet.isti.cnr.it/) - Run sentiment.php (populates word sentiment table with SentiWordNet) DEVELOPER BEST PRACTICES ======================== In order to maintain mockability, please instantiate any new classes you create once in classes/AppServices.php and classes/Services.php. Any new JavaScript libraries you create please put in js/IncludeScriptsHere.php.