dstrohmaier commited on
Commit
b0ad008
·
1 Parent(s): d2ecf86

updated README

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -2,14 +2,14 @@
2
 
3
  Repository for the SeCoDa dataset
4
 
5
- Main data are found in SeCoDa.tsv. The file is structured as follows.
6
-
7
- First column: token to be disambiguated.
8
- Second column: offset start for token in context
9
- Third column: offset end for token in context
10
- Fourth column: context (sentence in which token occurs)
11
- Fifth column: selected sense
12
- Sixth column: comments (also contains MWE information)
13
 
14
  Example:
15
 
 
2
 
3
  Repository for the SeCoDa dataset
4
 
5
+ Main data are found in SeCoDa.tsv. The columns are structured as follows.
6
+
7
+ 1. Token to be disambiguated.
8
+ 2. Offset start for token in context
9
+ 3. Offset end for token in context
10
+ 4. Context (sentence in which token occurs)
11
+ 5. Selected sense
12
+ 6. Comments (also contains MWE information)
13
 
14
  Example:
15