inkoziev commited on
Commit
d406bb1
1 Parent(s): 0326c26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -154,12 +154,13 @@ the "error_type" field to train classifiers.
154
 
155
  ### Statistics
156
 
157
-
158
- Total number of samples in test split: **6244**
159
- Total number of samples in train split: **435538**
160
-
161
  Statistics for test split.
162
 
163
- Domains:
164
- prose 5635
165
- poetry 609
 
 
 
 
 
 
154
 
155
  ### Statistics
156
 
 
 
 
 
157
  Statistics for test split.
158
 
159
+ ```
160
+ +--------+---------+---------+-------------+--------------+----------+---------+-------+
161
+ | Domain | Grammar | Unknown | Punctuation | Tokenization | Spelling | Mixture | TOTAL |
162
+ +--------+---------+---------+-------------+--------------+----------+---------+-------+
163
+ | prose | 185 | 636 | 1407 | 1999 | 1802 | 150 | 6179 |
164
+ | poetry | 1 | 614 | 222 | 172 | 27 | 30 | 1066 |
165
+ +--------+---------+---------+-------------+--------------+----------+---------+-------+
166
+ ```