system HF staff commited on
Commit
f302ea8
1 Parent(s): 4581cec

Update files from the datasets library (from 1.6.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.0

Files changed (1) hide show
  1. gutenberg_time.py +0 -1
gutenberg_time.py CHANGED
@@ -14,7 +14,6 @@
14
  # limitations under the License.
15
  """Recognizing the flow of time in a story is a crucial aspect of understanding it. Prior work related to time has primarily focused on identifying temporal expressions or relative sequencing of events, but here we propose computationally annotating each line of a book with wall clock times, even in the absence of explicit time-descriptive phrases. To do so, we construct a data set of hourly time phrases from 52,183 fictional books."""
16
 
17
- from __future__ import absolute_import, division, print_function
18
 
19
  import csv
20
  import os
14
  # limitations under the License.
15
  """Recognizing the flow of time in a story is a crucial aspect of understanding it. Prior work related to time has primarily focused on identifying temporal expressions or relative sequencing of events, but here we propose computationally annotating each line of a book with wall clock times, even in the absence of explicit time-descriptive phrases. To do so, we construct a data set of hourly time phrases from 52,183 fictional books."""
16
 
 
17
 
18
  import csv
19
  import os