Skip to content

EmoTe is a PHP library which calculates the various types and levels of emotions in a given passage of text.

Notifications You must be signed in to change notification settings

jessefulton/EmoTe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This project is no longer being supported. I have begun a new, similar project: emotivetext.com

These classes were built to be used with the Zend framework. Here is an example of usage:

           $text = stripslashes(htmlspecialchars_decode($this->_getParam("text")));
           $empathScope = Eklekt_Emotion_Empathyscope::getInstance();
           $result = $empathScope->feel($text);
           echo json_encode($result);
           exit();

It should work outside of the Zend Framework - just create an instance of the Empathyscope object and pass it the text you want to evaluate.

About

EmoTe is a PHP library which calculates the various types and levels of emotions in a given passage of text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages