- Agrep
agrep (approximate
grep ) is afuzzy string searching program, developed byUdi Manber and Sun Wu between 1988 and 1991, for use with theUnix operating system. It was later ported toOS/2 ,DOS , and Windows.It selects the best-suited algorithm for the current query from a variety of the known fastest (built-in)
string searching algorithm s, including Manber and Wu'sbitap algorithm based onLevenshtein distance s.agrep is also the
search engine in the indexer programGLIMPSE . It is free for private and non-commercial use only, and belongs to the University of Arizona.A more recent agrep is the command-line tool provided with the TRE regular expression library. TRE agrep is more powerful than Wu-Manber agrep since it allows weights and total costs to be assigned separately to individual groups in the pattern. It can also handle Unicode. Unlike Wu-Manber agrep, TRE agrep is licensed under the GNU
LGPL .External links
* [ftp://ftp.cs.arizona.edu/agrep/ Wu-Manber agrep for Unix]
* [http://www.tgries.de/agrep Wu-Manber agrep for DOS, Windows and OS/2 home page]
* [http://www.bell-labs.com/project/wwexptools/cgrep/ cgrep a command line approximate string matching tool]
* [http://www.dcc.uchile.cl/~gnavarro/software/ nrgrep] a command line approximate string matching tool
* [http://laurikari.net/tre TRE regexp matching package]
* [http://wiki.christophchamp.com/index.php/Agrep_(command) Agrep - Christoph's Personal Wiki]
* [http://finzi.psych.upenn.edu/R/library/base/html/agrep.html agrep as implemented in R]
Wikimedia Foundation. 2010.