ljvmiranda921 commited on
Commit
53d8523
1 Parent(s): 5cee948

Fix grammar in the README

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. project.yml +1 -1
  3. tlunified-ner.py +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ train-eval-index:
43
  ### Dataset Summary
44
 
45
  This dataset contains the annotated TLUnified corpora from Cruz and Cheng
46
- (2021). It consists of a curated sample of around 7,000 documents for the
47
  named entity recognition (NER) task. The majority of the corpus are news
48
  reports in Tagalog, resembling the domain of the original ConLL 2003. There
49
  are three entity types: Person (PER), Organization (ORG), and Location (LOC).
 
43
  ### Dataset Summary
44
 
45
  This dataset contains the annotated TLUnified corpora from Cruz and Cheng
46
+ (2021). It is a curated sample of around 7,000 documents for the
47
  named entity recognition (NER) task. The majority of the corpus are news
48
  reports in Tagalog, resembling the domain of the original ConLL 2003. There
49
  are three entity types: Person (PER), Organization (ORG), and Location (LOC).
project.yml CHANGED
@@ -8,7 +8,7 @@ description: |
8
  ### Dataset Summary
9
 
10
  This dataset contains the annotated TLUnified corpora from Cruz and Cheng
11
- (2021). It consists of a curated sample of around 7,000 documents for the
12
  named entity recognition (NER) task. The majority of the corpus are news
13
  reports in Tagalog, resembling the domain of the original ConLL 2003. There
14
  are three entity types: Person (PER), Organization (ORG), and Location (LOC).
 
8
  ### Dataset Summary
9
 
10
  This dataset contains the annotated TLUnified corpora from Cruz and Cheng
11
+ (2021). It is a curated sample of around 7,000 documents for the
12
  named entity recognition (NER) task. The majority of the corpus are news
13
  reports in Tagalog, resembling the domain of the original ConLL 2003. There
14
  are three entity types: Person (PER), Organization (ORG), and Location (LOC).
tlunified-ner.py CHANGED
@@ -6,7 +6,7 @@ logger = datasets.logging.get_logger(__name__)
6
 
7
  _DESCRIPTION = """
8
  This dataset contains the annotated TLUnified corpora from Cruz and Cheng
9
- (2021). It consists of a curated sample of around 7,000 documents for the
10
  named entity recognition (NER) task. The majority of the corpus are news
11
  reports in Tagalog, resembling the domain of the original ConLL 2003. There
12
  are three entity types: Person (PER), Organization (ORG), and Location (LOC).
 
6
 
7
  _DESCRIPTION = """
8
  This dataset contains the annotated TLUnified corpora from Cruz and Cheng
9
+ (2021). It is a curated sample of around 7,000 documents for the
10
  named entity recognition (NER) task. The majority of the corpus are news
11
  reports in Tagalog, resembling the domain of the original ConLL 2003. There
12
  are three entity types: Person (PER), Organization (ORG), and Location (LOC).