Use the command debug-file to make the allomorph rules work on a lexicon file in debug mode. Assume you have written a lexicon file `` mini.lex'':
[surface: "m{a}n", class: noun]; [surface: "table", class: noun]; [surface: "wise", class: adjective];To let the rules process this lexicon in debug mode, enter:
debug-file mini.lex