- Save the dictinories to the priv/dictionaries/ folder.
- Copy the module
Feels
and put it where you want in your app. - Load the dict -
dict = Feels.load_dictionary()
- Call the scroe function -
Feels.score_average("This is the best", dict)
Full Example: