Class: Datasets::AFINN::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::AFINN::Record
- Defined in:
- lib/datasets/afinn.rb
Instance Attribute Summary collapse
-
#valence ⇒ Object
Returns the value of attribute valence.
-
#word ⇒ Object
Returns the value of attribute word.
Instance Attribute Details
#valence ⇒ Object
Returns the value of attribute valence
6 7 8 |
# File 'lib/datasets/afinn.rb', line 6 def valence @valence end |
#word ⇒ Object
Returns the value of attribute word
6 7 8 |
# File 'lib/datasets/afinn.rb', line 6 def word @word end |