SuzanaB commited on
Commit
8fb25d7
1 Parent(s): 157ea86

Update readme.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,7 +17,7 @@ task_ids:
17
 
18
  ---
19
  The dataset contains 5462 training samples, 711 validation samples and 725 test samples.
20
- Each sample represents a sentence and includes the following features: sentence ID ('sent\\\\_id'),
21
- list of tokens ('tokens'), list of lemmas ('lemmas'), list of UPOS tags ('upos\\\\_tags'),
22
- list of Multext-East tags ('xpos\\\\_tags), list of morphological features ('feats'),
23
- and list of IOB tags ('iob\\\\_tags'), which are encoded as class labels.
 
17
 
18
  ---
19
  The dataset contains 5462 training samples, 711 validation samples and 725 test samples.
20
+ Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
21
+ list of tokens ('tokens'), list of normalised tokens ('norms'), list of lemmas ('lemmas'), list of UPOS tags ('upos\_tags'),
22
+ list of Multext-East tags ('xpos\_tags), list of morphological features ('feats'),
23
+ and list of IOB tags ('iob\_tags'), which are encoded as class labels.