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

Don't output duplicate strings from state finals, fixes #136 #137

Closed unhammer closed 2 years ago

unhammer commented 2 years ago

Note: If there are duplicates with different weights, we print the one with the lowest (we still respect max_weight_classes) – is that ever bad?

mr-martian commented 2 years ago

If anyone complains, it's not hard to add an option to turn it off.