Datasets:

Languages:
English
License:
phlobo commited on
Commit
15d47af
1 Parent(s): 2ac7e4a

Update ppr based on git version d04fce3

Browse files
Files changed (1) hide show
  1. ppr.py +0 -2
ppr.py CHANGED
@@ -362,8 +362,6 @@ class PlantPhenotypeDataset(datasets.GeneratorBasedBuilder):
362
 
363
  # Special case for a single annotation
364
  elif len(annotation) > 10:
365
- print(annotation)
366
- print(passage)
367
  e1_offsets = [(int(annotation[2]) + offset_delta, int(annotation[3]) + offset_delta)]
368
  e2_offsets = [(int(annotation[8]) + offset_delta, int(annotation[9]) + offset_delta)]
369
  relations.append(
 
362
 
363
  # Special case for a single annotation
364
  elif len(annotation) > 10:
 
 
365
  e1_offsets = [(int(annotation[2]) + offset_delta, int(annotation[3]) + offset_delta)]
366
  e2_offsets = [(int(annotation[8]) + offset_delta, int(annotation[9]) + offset_delta)]
367
  relations.append(