Class: Datasets::NagoyaUniversityConversationCorpus::Data
- Inherits:
-
Struct
- Object
- Struct
- Datasets::NagoyaUniversityConversationCorpus::Data
- Defined in:
- lib/datasets/nagoya-university-conversation-corpus.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#note ⇒ Object
Returns the value of attribute note.
-
#participants ⇒ Object
Returns the value of attribute participants.
-
#place ⇒ Object
Returns the value of attribute place.
-
#relationships ⇒ Object
Returns the value of attribute relationships.
-
#sentences ⇒ Object
Returns the value of attribute sentences.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
6 7 8 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 6 def date @date end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 6 def name @name end |
#note ⇒ Object
Returns the value of attribute note
6 7 8 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 6 def note @note end |
#participants ⇒ Object
Returns the value of attribute participants
6 7 8 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 6 def participants @participants end |
#place ⇒ Object
Returns the value of attribute place
6 7 8 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 6 def place @place end |
#relationships ⇒ Object
Returns the value of attribute relationships
6 7 8 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 6 def relationships @relationships end |
#sentences ⇒ Object
Returns the value of attribute sentences
6 7 8 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 6 def sentences @sentences end |