Update README.md
Browse files
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 |
-
|
164 |
-
|
165 |
-
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|