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

make lt-trim able to handle -separable transducers #86

Closed mr-martian closed 4 years ago

mr-martian commented 4 years ago

With these changes, lt-trim works on transducers compiled with lsx-comp lr (autoseq).

My method of dealing with the final <$> transition strikes me as potentially suboptimal and I welcome feedback on how to better handle it.