Datasets:

dfki-nlp commited on
Commit
dab3ed6
1 Parent(s): 1fb7f7d

remove languages

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -3,8 +3,6 @@ annotations_creators:
3
  - expert-generated
4
  language_creators:
5
  - found
6
- languages:
7
- - en-US
8
  licenses: []
9
  multilinguality:
10
  - monolingual
@@ -19,7 +17,6 @@ task_ids:
19
  ## Table of Contents
20
  - [Description](#description)
21
  - [Summary](#summary)
22
- - [Languages](#languages)
23
  - [Dataset Structure](#dataset-structure)
24
  - [Data Instances](#data-instances)
25
  - [Data Fields](#data-instances)
@@ -38,9 +35,6 @@ task_ids:
38
 
39
  Brat is an intuitive web-based tool for text annotation supported by Natural Language Processing (NLP) technology. BRAT has been developed for rich structured annota- tion for a variety of NLP tasks and aims to support manual curation efforts and increase annotator productivity using NLP techniques. brat is designed in particular for structured annotation, where the notes are not free form text but have a fixed form that can be automatically processed and interpreted by a computer.
40
 
41
- ### Languages
42
-
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).
 
3
  - expert-generated
4
  language_creators:
5
  - found
 
 
6
  licenses: []
7
  multilinguality:
8
  - monolingual
 
17
  ## Table of Contents
18
  - [Description](#description)
19
  - [Summary](#summary)
 
20
  - [Dataset Structure](#dataset-structure)
21
  - [Data Instances](#data-instances)
22
  - [Data Fields](#data-instances)
 
35
 
36
  Brat is an intuitive web-based tool for text annotation supported by Natural Language Processing (NLP) technology. BRAT has been developed for rich structured annota- tion for a variety of NLP tasks and aims to support manual curation efforts and increase annotator productivity using NLP techniques. brat is designed in particular for structured annotation, where the notes are not free form text but have a fixed form that can be automatically processed and interpreted by a computer.
37
 
 
 
 
38
 
39
  ## Dataset Structure
40
  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).