vr commited on
Commit
4e48f5b
1 Parent(s): 1574c95

little changes

Browse files
Files changed (1) hide show
  1. swiss_citation_extraction.py +2 -2
swiss_citation_extraction.py CHANGED
@@ -92,8 +92,8 @@ class SwissCourtViewGeneration(datasets.GeneratorBasedBuilder):
92
  "O",
93
  "B-CITATION",
94
  "I-CITATION",
95
- "B_LAW",
96
- "I_LAW",
97
  ]
98
  )
99
  ),
 
92
  "O",
93
  "B-CITATION",
94
  "I-CITATION",
95
+ "B-LAW",
96
+ "I-LAW",
97
  ]
98
  )
99
  ),