Skip to content

King-Debo/TextToEmotion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextToEmotion

Parses text in order to recognize the emotions in it

TextToEmotions reads the block of text, parses emotions from it, then returns a response object containing the percent value propability of each emotion.

The library's core logic was taken from Synesketch http://krcadinac.com/synesketch/, which has a GPL v2.0 license.

It was then much changed to be fit as a reusable library with Maven support, and the code containing the graphics presentation of the emotions was removed as it is not relevant to the users which want only the core parsing.

In short, just throw text to this library and it will analyze it then return the emotions exhibited in the text, the library is not 100% accurate of course but is very reliable.

About

Parses text in order to recognizes the emotions in it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%