Running an IFISH
Start with initial set of infochunks and rules
Infochunk-rule interactions generate more infochunks (and possibly more rules)
loop until done {
- Find the most interesting infochunk
- See if any rules apply to that infochunk
- If so, apply the rules in sequence
}
|