stefan-it commited on
Commit
8b1ebe8
1 Parent(s): e206209

readme: fix example

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -61,7 +61,7 @@ Here's an example of an annotated document:
61
  ```txt
62
  TOKEN NE-COARSE-LIT MISC
63
 
64
- -DOCSTART- O
65
 
66
  # onb:id = ONB_wrz_17800701
67
  # onb:image_link = https://anno.onb.ac.at/cgi-content/anno?aid=wrz&datum=17800701&seite=12
@@ -79,7 +79,7 @@ legten O _
79
  sogleich O _
80
  ```
81
 
82
- Note: we include a `-DOCSTART-` information to e.g. allow document-level features for NER as proposed in the [FLERT](https://arxiv.org/abs/2011.06993) paper.
83
 
84
  ## Dataset Splits
85
 
 
61
  ```txt
62
  TOKEN NE-COARSE-LIT MISC
63
 
64
+ -DOCSTART- O _
65
 
66
  # onb:id = ONB_wrz_17800701
67
  # onb:image_link = https://anno.onb.ac.at/cgi-content/anno?aid=wrz&datum=17800701&seite=12
 
79
  sogleich O _
80
  ```
81
 
82
+ Note: we include a `-DOCSTART-` marker to e.g. allow document-level features for NER as proposed in the [FLERT](https://arxiv.org/abs/2011.06993) paper.
83
 
84
  ## Dataset Splits
85