Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ We curated a new dataset that combines existing corpora for readability assessme
|
|
| 28 |
|
| 29 |
Each text has two readability labels, according to the following mapping:
|
| 30 |
|
| 31 |
-
| | 2-class | |
|
| 32 |
|------------------|--------------|--------------|-----------------|-----------------|------------------|
|
| 33 |
| | Simple | Complex | Basic | Intermediate | Advanced |
|
| 34 |
| With CERF Levels | A1, A2, B1 | B2, C1, C2 | A1, A2 | B1,B2 | C1,C2 |
|
|
|
|
| 28 |
|
| 29 |
Each text has two readability labels, according to the following mapping:
|
| 30 |
|
| 31 |
+
| | 2-class | | 3-class | | |
|
| 32 |
|------------------|--------------|--------------|-----------------|-----------------|------------------|
|
| 33 |
| | Simple | Complex | Basic | Intermediate | Advanced |
|
| 34 |
| With CERF Levels | A1, A2, B1 | B2, C1, C2 | A1, A2 | B1,B2 | C1,C2 |
|