Datasets:
Updated the description for the tagsets.
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ Switzerland has four official languages with three languages German, French and
|
|
67 |
```
|
68 |
decision_id:
|
69 |
considerations:
|
70 |
-
NER_labels: CITATION
|
71 |
law_area: (string)
|
72 |
language: (string)
|
73 |
year: (int64)
|
|
|
67 |
```
|
68 |
decision_id:
|
69 |
considerations:
|
70 |
+
NER_labels: CITATION refers to a case citation or a reference to another court decision. LAW indicates a reference to a specific law. O is used for words or tokens that don't fall under the previous two labels. In accordance with the IOB format, each tag, apart from 'O', is accompanied by the 'B-' prefix if it marks the beginning of the span, or the 'I-' prefix if it's inside or at the end of the span.
|
71 |
law_area: (string)
|
72 |
language: (string)
|
73 |
year: (int64)
|