kapllan commited on
Commit
820fd1c
1 Parent(s): 456cc3a

Updated the description for the tagsets.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = case citation or reference to another court decision; LAW = reference to a law; O = None of the previous two labels
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)