1,079
edits
(→Parser grammar example: Fix a small typo, and improve readability) |
(→The Parse tree: Some rephrasing) |
||
Line 158: | Line 158: | ||
where | where | ||
* <i>ω<sub>j</sub> ∈ W</i> | * <i>ω<sub>j</sub> ∈ W</i>, with <i>W</i> being the set of all words; | ||
* <i>γ<sub>j</sub> ∈ Γ</i> | * <i>γ<sub>j</sub> ∈ Γ</i>, with <i>Γ</i> being the set of all word groups; | ||
* <i>μ<sub>j</sub> ∈ 2<sup>c</sup></i> | * <i>μ<sub>j</sub> ∈ 2<sup>c</sup> </i>, with <i>C</i> being the set of all class masks <nowiki>{0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x100}</nowiki>; | ||
* <i>ω<sub>j</sub> = (γ<sub>j</sub>, μ<sub>j</sub>)</i> | * <i>ω<sub>j</sub> = (γ<sub>j</sub>, μ<sub>j</sub>)</i>, with γ<sub>j</sub> being the word group <i>ω<sub>j</sub></i> belongs to, and <i>μ<sub>j</sub></i> being its class mask | ||
<!-- Math formulas | <!-- Math formulas | ||
* <math>\omega_j \in W</math> | * <math>\omega_j \in W</math> | ||
Line 167: | Line 167: | ||
*<math>\mu_j \in 2^C</math> | *<math>\mu_j \in 2^C</math> | ||
*<math>\omega_j = (\gamma_j, \mu_j</math> --> | *<math>\omega_j = (\gamma_j, \mu_j</math> --> | ||
For the following sections, we define | For the following sections, we define |
edits