Re: Adding a "plugin" parser to ifile

"clemens fischer" <[email protected]> 8 Mar 2003 16:23:59 +0100
Newsgroups gmane.mail.ifile.general
Message-ID <[email protected]>
Jason Rennie <[email protected]>:

> Let me propose something here.  How about we break ifile into two parts: 
> the parsing/lexing part and the classifier.  To run ifile, you'd give the 
> message to the first program and pipe the output to the second program.  

you should consider giving the classifier two interfaces:  one to use
directly with piping, and onother one to have one classifier per
database running constantly, in order to save the exec costs.

also, the "simple" output format of the lexer should really just be
one token to a line, so that everybody can make his own lexer.

  clemens