Regular expression miner.
(c) 2002 Sergei Savchenko

This package contains a sample implementation of an algorithm to
mine regular expressions given a training set of text strings.
The code is provided as is, with absolutely no claim as to its
utility. Commercial usage of this code, however, is explicitly
disallowed.

To run regular expression miner:

java apMain datadir\ trainset

where datadir specifies the directory containing training set files 
and trainset refers to one.

For example: 

java apMain c:\regexp\test\ test00

Please note that this is an unoptimized prototype, using
more than about 200 characters in the training set may incur
a running time in tens of minutes.

Please direct your comments to: sergei_savchenko@hotmail.com
