Class: Datasets::ITACorpus::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::ITACorpus::Record
- Defined in:
- lib/datasets/ita-corpus.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#sentence ⇒ Object
Returns the value of attribute sentence.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/datasets/ita-corpus.rb', line 5 def id @id end |
#sentence ⇒ Object
Returns the value of attribute sentence
5 6 7 |
# File 'lib/datasets/ita-corpus.rb', line 5 def sentence @sentence end |