def-gthill / lexurgy

A high-powered sound change applier
GNU General Public License v3.0
48 stars 5 forks source link

[New UI] Show cleanup rule name when cleaning up #80

Closed bigyihsuan closed 5 months ago

bigyihsuan commented 5 months ago

I have multiple cleanup rules:

no-same-vowels cleanup:
[vowel]$1 $1 => [+long] *

penult-stress cleanup:
<syl>&[+stressed] => [-stressed] / $ _ $
<syl> => [+stressed] / _ <syl> $ // {[+stressed] <syl>* _, _ <syl>* [+stressed]}

However, in the rule trace, it does not say which cleanup rules are being used:

image

I would like to be able to see which cleanup rule is being used here.

def-gthill commented 5 months ago

Added this. Thanks!