class Cadmium::EmotionAnalysis::Intensity
- Cadmium::EmotionAnalysis::Intensity
- Reference
- Object
Included Modules
- Cadmium::Tokenizer
- JSON::Serializable
Defined in:
cadmium/emotion_analysis/emotion_analysis.crConstant Summary
-
DEFAULT_MODELS_PATH =
"/srv/crystaldoc.info/github-rmarronnier-cadmium_emotion_analysis-main/src/cadmium/emotion_analysis/data/all.json"
-
property stop_words
Constructors
Instance Method Summary
- #analyse(text : String, language = "en") : Hash(String, Float32)
-
#data : AllLanguagesModel
include StopWords TODO : rework the whole language symbol / string structure and rework the stopwords macro
-
#data=(data : AllLanguagesModel)
include StopWords TODO : rework the whole language symbol / string structure and rework the stopwords macro
Constructor Detail
Instance Method Detail
def data : AllLanguagesModel
#
include StopWords TODO : rework the whole language symbol / string structure and rework the stopwords macro
def data=(data : AllLanguagesModel)
#
include StopWords TODO : rework the whole language symbol / string structure and rework the stopwords macro