SuzanaB commited on
Commit
24607de
1 Parent(s): e692f09

Update readme.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -24,5 +24,6 @@ across the respective data splits. Each sample represents a sentence and include
24
  sentence ID ('sent\_id'), sentence text ('text'), list of tokens ('tokens'), list of lemmas ('lemmas'),
25
  list of Multext-East tags ('xpos\_tags), list of UPOS tags ('upos\_tags'),
26
  list of morphological features ('feats'), list of IOB tags ('iob\_tags') and list of universal dependencies ('uds').
 
27
  Three dataset configurations are available, namely 'ner', 'upos', and 'ud', with the corresponding features
28
  encoded as class labels. If the configuration is not specified, it defaults to 'ner'.
 
24
  sentence ID ('sent\_id'), sentence text ('text'), list of tokens ('tokens'), list of lemmas ('lemmas'),
25
  list of Multext-East tags ('xpos\_tags), list of UPOS tags ('upos\_tags'),
26
  list of morphological features ('feats'), list of IOB tags ('iob\_tags') and list of universal dependencies ('uds').
27
+
28
  Three dataset configurations are available, namely 'ner', 'upos', and 'ud', with the corresponding features
29
  encoded as class labels. If the configuration is not specified, it defaults to 'ner'.