apertium / lttoolbox

Finite state compiler, processor and helper tools used by apertium
http://wiki.apertium.org/wiki/Lttoolbox
GNU General Public License v2.0
18 stars 22 forks source link

`<t/>` alignment in `lsx-comp` #146

Open mr-martian opened 3 years ago

mr-martian commented 3 years ago

Due to the way <t/> is handled, <p><l>a<t/></l><r>b<t/></r></p> will match arbitrary tags but <p><l>a<t/></l><r>bc<t/></r></p> will not because the two <t/>s are not perfectly aligned. It should be possible to automatically align them.