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

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

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



Bjoern Beutel