Method: Datasets::NagoyaUniversityConversationCorpus#each
- Defined in:
- lib/datasets/nagoya-university-conversation-corpus.rb
#each ⇒ Object
42 43 44 45 46 47 48 |
# File 'lib/datasets/nagoya-university-conversation-corpus.rb', line 42 def each return to_enum(__method__) unless block_given? open_data do |input_stream| yield(parse_file(input_stream)) end end |