PRESENTATION This is AJgrep a Java implementation of 'agrep', for regular expression matching with errors. The algorithm is the one described in "Fast text search allowing errors", Udi Manber and Sun Wu, Communications of the ACM, Vol 35, No. 10, October 1992. See also the tech report at USAGE java AJgrep n pat [filename] * n is the number of errors * pat is the regular expression * [filenane] is an optional file name, replaced, when absent, by standard input BUILD just issue 'make' LICENSE AJgrep is licensed under the terms of a slighty modified Q license, see the LICENSE file.