def-gthill / lexurgy

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

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

Closed bigyihsuan closed 1 week ago

bigyihsuan commented 1 week 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 1 week ago

Added this. Thanks!