Class: Datasets::NagoyaUniversityConversationCorpus::Sentence
- Inherits:
-
Struct
- Object
- Struct
- Datasets::NagoyaUniversityConversationCorpus::Sentence
- Defined in:
- lib/datasets/nagoya-university-conversation-corpus.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#participant_id ⇒ Object
Returns the value of attribute participant_id.
Instance Method Summary collapse
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
23 24 25 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 23 def content @content end |
#participant_id ⇒ Object
Returns the value of attribute participant_id
23 24 25 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 23 def participant_id @participant_id end |
Instance Method Details
#end? ⇒ Boolean
24 25 26 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 24 def end? participant_id.nil? and content.nil? end |