next up previous contents
Next: The Command ``debug-mor'' (malaga) Up: The Commands of ``malaga'' Previous: The Command ``debug-file'' (mallex)   Contents

The Command ``debug-line'' (mallex)

Use the command debug-line to make the allomorph rules generate allomorphs for a single lexicon entry in debug mode. Assume you want to test the second line in the lexicon file ``mini.lex'':

[surface: "m{a}n", class: noun];
[surface: "table", class: noun];
[surface: "wise", class: adjective];
Enter the following line:

debug-line mini.lex 2

Then mallex stops in debug mode at the entry of the first allomorph rule that is being executed for the lexicon entry ``[surface: "table", class:noun];''.

If there is no lexicon entry at this line, the subsequent lexicon entry will be taken.



Bjoern Beutel