Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,6 @@ task_ids:
|
|
| 23 |
- [Dataset Structure](#dataset-structure)
|
| 24 |
- [Data Instances](#data-instances)
|
| 25 |
- [Data Fields](#data-instances)
|
| 26 |
-
- [Annotation Information](#annotation-information)
|
| 27 |
- [Additional Information](#additional-information)
|
| 28 |
- [Licensing Information](#licensing-information)
|
| 29 |
- [Citation Information](#citation-information)
|
|
@@ -44,6 +43,7 @@ Brat is an intuitive web-based tool for text annotation supported by Natural Lan
|
|
| 44 |
English.
|
| 45 |
|
| 46 |
## Dataset Structure
|
|
|
|
| 47 |
### Data Instances
|
| 48 |
[Needs More Information]
|
| 49 |
### Data Fields
|
|
@@ -60,9 +60,6 @@ English.
|
|
| 60 |
```
|
| 61 |
|
| 62 |
|
| 63 |
-
## Annotation Information
|
| 64 |
-
Annotations created in brat are stored on disk in a standoff format: annotations are stored separately from the annotated document text, which is never modified by the tool. For each text document in the system, there is a corresponding annotation file. The two are associatied by the file naming convention that their base name (file name without suffix) is the same: for example, the file DOC-1000.ann contains annotations for the file DOC-1000.txt. More information can be found [here](https://brat.nlplab.org/standoff.html).
|
| 65 |
-
|
| 66 |
## Additional Information
|
| 67 |
|
| 68 |
### Licensing Information
|
|
|
|
| 23 |
- [Dataset Structure](#dataset-structure)
|
| 24 |
- [Data Instances](#data-instances)
|
| 25 |
- [Data Fields](#data-instances)
|
|
|
|
| 26 |
- [Additional Information](#additional-information)
|
| 27 |
- [Licensing Information](#licensing-information)
|
| 28 |
- [Citation Information](#citation-information)
|
|
|
|
| 43 |
English.
|
| 44 |
|
| 45 |
## Dataset Structure
|
| 46 |
+
Dataset annotated with brat format is processed using this script. Annotations created in brat are stored on disk in a standoff format: annotations are stored separately from the annotated document text, which is never modified by the tool. For each text document in the system, there is a corresponding annotation file. The two are associatied by the file naming convention that their base name (file name without suffix) is the same: for example, the file DOC-1000.ann contains annotations for the file DOC-1000.txt. More information can be found [here](https://brat.nlplab.org/standoff.html).
|
| 47 |
### Data Instances
|
| 48 |
[Needs More Information]
|
| 49 |
### Data Fields
|
|
|
|
| 60 |
```
|
| 61 |
|
| 62 |
|
|
|
|
|
|
|
|
|
|
| 63 |
## Additional Information
|
| 64 |
|
| 65 |
### Licensing Information
|