rule-based data mining components, like a power-grep
From: Davids (nowhere_at_nowthere.com)
Date: 05/18/04
- Previous message: Chad Z. Hower aka Kudzu: "Re: Web based database"
- Next in thread: Davids: "Re: rule-based data mining components, like a power-grep"
- Reply: Davids: "Re: rule-based data mining components, like a power-grep"
- Reply: Mike Shkolnik: "Re: rule-based data mining components, like a power-grep"
- Reply: Eugene Mayevski [SecureBlackbox]: "Re: rule-based data mining components, like a power-grep"
- Reply: BOB-O-MATIC: "Re: rule-based data mining components, like a power-grep"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 18 May 2004 12:00:12 -0700
I'm working on an app that needs to extract data from text files output by other
applications. What's needed is relatively simple: look for a line
starting/containing some string, then either copy some following number of lines
or copy one or more "fields" from the line as defined by some pattern or simple
delimiter. This could be done by combining grep and cut commands in a *nix
script file.
It's getting worrisome to think that the "rules" are buried in the code while
the output of these (third-party) apps can change slightly.
So I'd like to find something that lets me create a table of rules (externally),
and a component that I can add to my Delphi app that interprets those rules at
run-time. If any of the data file formats change, then we can update the rules
and distribute just the rule base to users, rather than rolling an entire update
of the software to accomodate these changes.
TIA
-David
- Previous message: Chad Z. Hower aka Kudzu: "Re: Web based database"
- Next in thread: Davids: "Re: rule-based data mining components, like a power-grep"
- Reply: Davids: "Re: rule-based data mining components, like a power-grep"
- Reply: Mike Shkolnik: "Re: rule-based data mining components, like a power-grep"
- Reply: Eugene Mayevski [SecureBlackbox]: "Re: rule-based data mining components, like a power-grep"
- Reply: BOB-O-MATIC: "Re: rule-based data mining components, like a power-grep"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|