struct Cadmium::EmotionAnalysis::AllLanguagesModel
- Cadmium::EmotionAnalysis::AllLanguagesModel
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
cadmium/emotion_analysis/emotion_analysis.crConstructors
- .new(pull : JSON::PullParser)
- .new(hash : Hash(String, Hash(String, Tuple(Cadmium::EmotionAnalysis::Emotion, Float32))))
Instance Method Summary
- #language_word_emotion_score_hash : Hash(String, Hash(String, Tuple(Emotion, Float32)))
- #language_word_emotion_score_hash=(language_word_emotion_score_hash : Hash(String, Hash(String, Tuple(Emotion, Float32))))
Constructor Detail
def self.new(hash : Hash(String, Hash(String, Tuple(Cadmium::EmotionAnalysis::Emotion, Float32))))
#