leondz commited on
Commit
b3fefd1
1 Parent(s): b2d9977

get line break right, clarify NIL usage

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,7 +6,7 @@ language_creators:
6
  languages:
7
  - en
8
  licenses:
9
- - other
10
  multilinguality:
11
  - monolingual
12
  size_categories:
@@ -73,9 +73,9 @@ The file is tab separated, in CoNLL format, with line breaks between tweets.
73
 
74
  * Data preserves the tokenisation used in the Ritter datasets.
75
  * PoS labels are not present for all tweets, but where they could be found in the Ritter data, they're given.
76
- * In cases where a URI could not be agreed, or was not present in
77
 
78
- DBpedia, there is a NIL. See the paper for a full description of the methodology.
79
 
80
 
81
  ### Supported Tasks and Leaderboards
 
6
  languages:
7
  - en
8
  licenses:
9
+ - cc-by-4.0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
 
73
 
74
  * Data preserves the tokenisation used in the Ritter datasets.
75
  * PoS labels are not present for all tweets, but where they could be found in the Ritter data, they're given.
76
+ * In cases where a URI could not be agreed, or was not present in DBpedia, the linking URI is `NIL`.
77
 
78
+ See the paper for a full description of the methodology.
79
 
80
 
81
  ### Supported Tasks and Leaderboards