struct Cadmium::EmotionAnalysis::AllLanguagesModel

Included Modules

Defined in:

cadmium/emotion_analysis/emotion_analysis.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(hash : Hash(String, Hash(String, Tuple(Cadmium::EmotionAnalysis::Emotion, Float32)))) #

[View source]

Instance Method Detail

def language_word_emotion_score_hash : Hash(String, Hash(String, Tuple(Emotion, Float32))) #

[View source]
def language_word_emotion_score_hash=(language_word_emotion_score_hash : Hash(String, Hash(String, Tuple(Emotion, Float32)))) #

[View source]