mg (malaga)
Use the command mg to generate all word forms that consist of a
specified set of allomorphs. For example, the command
mg 3 un able believe
This generates all word forms that consist of up to three allomorphs, where only the specified allomorphs (`un', `able', and `believe') are used. The word forms are numbered from 1 onward, but different analyses of the same word form get the same index. The output will look like this:
malaga> mg 3 un able believe
1: "able"
2: "believe"
3: "unable"
4: "unbelieveable"
malaga>
|
Please note that generation does not know of filters, pruning rules and default rules.