mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
SentimentalValueAgent cleanup
This commit is contained in:
parent
7985d1d1c6
commit
a03126f132
1 changed files with 4 additions and 3 deletions
|
@ -10,9 +10,10 @@ module Agents
|
|||
event_description <<-MD
|
||||
Events look like:
|
||||
{
|
||||
:valence => 4.5
|
||||
:arousal => 4.5
|
||||
:dominance => 4.5
|
||||
:content => "The quick brown fox jumps over the lazy dog."
|
||||
:valence => 6.199999
|
||||
:arousal => 5.432212
|
||||
:dominance => 4.346312
|
||||
}
|
||||
MD
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue