Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ Given an OJA represented as a set of \(n\) sentences:
|
|
24 |
|
25 |
OJA = {f_1, f_2, ..., f_n}
|
26 |
|
27 |
-
the filtering step produces a **filtered set of \(m\) sentences**
|
28 |
|
29 |
FilteredOJA = {c_1, c_2, ..., c_m}
|
30 |
|
|
|
24 |
|
25 |
OJA = {f_1, f_2, ..., f_n}
|
26 |
|
27 |
+
the filtering step produces a **filtered set of \(m\) sentences** \(m < n\) that are skill-relevant:
|
28 |
|
29 |
FilteredOJA = {c_1, c_2, ..., c_m}
|
30 |
|