alexis.nasr created page: basics authored by Alexis Nasr's avatar Alexis Nasr
...@@ -37,26 +37,22 @@ The following attribute functions are defined: ...@@ -37,26 +37,22 @@ The following attribute functions are defined:
## Syntactic Features ## Syntactic Features
* **ldep_s0r** * **ldep_s0r** label of the leftmost dependent of s0
* **rdep_s0r** * **rdep_s0r** label of the rightmost dependent of s0
* **ldep_s1r** * **ldep_s1r** label of the leftmost dependent of s1
* **rdep_s1r** * **rdep_s1r** label of the rightmost dependent of s1
* **ndep_b0** * **ndep_s0** number of dependents of s0
* **ndep_s0**
* **ldep_b0r**
* **rdep_b0r**
## Distance Features ## Distance Features
* **dist_s0_b0** * **dist_s0_b0** linear distance between s0 and b0
## Configurational Features ## Configurational Features
* **sh** * **sh** number of elements in the stack
* **bh** * **t1** code of the previous transition (the transition that led to the current configuration)
* **t1** * **t2** code of the transition preceding t1
* **t2** * **t3** code of the transition preceding t2
* **t3** * **t4** code of the transition preceding t3
* **t4**
* **mvt0** * **mvt0**
* **mvt1** * **mvt1**
* **mvt2** * **mvt2**
... ...
......