Hi Gavin,
Note that what takes a long time isn't the actual parsing of the text,
but the compiling of the rule network. Building the Rete net out of
the rule descriptions is a lot of computational work. If you've got
some deffacts and a (reset) command in the batch file, then that's all
the patte
Hi
I have discovered that when using Jess embedded into Java programs, if you
are loading the rules from a .clp file using the batch command. And these
files contain a large number of rules and are quite sizable they can take a
noticeably long time to load in.
I was wondering if there was a